/* 
--------------------------------------------------------------------------------
	RSD - BASE
	Author(s): Mobile Access Group AB, www.mobileaccess.se
	Created: 2008-05-09
	Last modified: 2008-06-24
--------------------------------------------------------------------------------
*/


html, body { 
	background:#000000;
	/*min-width:914px;*/	
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:11px;
	font-weight:normal;
	line-height: 12px; 
	word-spacing: 0.002px;
}


html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, dl, address {
	 margin: 0 auto;
	 padding: 0;
}

body {
	text-align:center;
}

img { border: 0; }
.clear{
	height: 0;
	line-height: 0;
	font-size: 0;
	clear:both;
}
a {
	color:#cccccc;
	text-decoration:none;	
}
a:hover{color:#FFFFFF;}



h2{
	color:#000000;
	font-size:14px;	
	padding:45px 0px 5px 20px;
}
h3{
	color: #EE3312;
	font-size:11px;
	font-weight:normal;
	line-height:12px;
}



/* WRAP
--------------------------------------*/
body #wrap {  
	width: 914px;
	height:800px;		
	margin-top:0px;	
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}

/* contentLef
--------------------------------------*/
#contentLeft{
	float:left;
	width:150px;
	height:800px;	
}
#logo{
	margin-top:60px;
	margin-left:33px;
	width:81px;
	height:25px;	
}	

/* contentMiddle
--------------------------------------*/
#contentMiddle{
	float:left;
	width:602px;
	height:800px;	
}
#nav 
{	
	margin-top:62px;
	margin-bottom:13px;
}

#nav #header {
	padding-left: 9px;
	height: 22px;
 	background-color: #252525;
}

#nav #subheader {
	height: 24px;
	background: transparent url(/pix/subheader_bg.gif) repeat-x scroll bottom left;
}

#nav span{
	float:left;
	margin-top:5px;
	padding-left:30px;
	cursor:pointer;
	
}
#home {
	float: left;
}
#home a{
	width: 28px;
	height: 22px;	
	display:block;
	visibility: visible;
	z-index:99;	
}
#home a span{display:none;}
a.house {background: transparent url(../pix/houseGrayAndWhite.gif) no-repeat scroll left center;}
a:hover {background-position: right;}

#navContact{
	font-size:9px;
	color:#cccccc;
	visibility: visible;
	position:relative;
	z-index:104;
	height:22px;
	width:0px;*width:50px;
	top:-22px;*top:0px;
	left:495px;*left:65;
	text-align: center;
	background-color:#252525;
}

#content{		
	width:602px;
	height:606px;
	background-color:#FFFFFF;
 	background-repeat:no-repeat;
}
#content img{
	float:right;
	margin-top:49px;
	margin-left:20px;
}
#content a{
	color:#7F7F7F;
}
#content a:hover{
	color:#cccccc;
}
#content p{padding:2px 20px 3px 20px;}
#sq4UpperL{
	float:left;
	width:602px;
	height:606px;	
}

/* contact
--------------------------------------*/
#contact{
	width:602px;
	height:20px;	
	color:#cccccc;
	text-align: center;
	margin-top:5px;	
	font-size:9px;
}
/* PowerBy
--------------------------------------*/
#poweredBy{
	background: transparent url(../pix/poweredby_gray20x65.gif) no-repeat scroll left center;
	width:65px;
	height:20px;
	float:right;
}


/*TOPMENY
******************************/

#menu{
	float: left;
	margin-top: 5px;
	margin-left: 23px;
}

#menu ul {
	margin: 0;	
}

#menu li{
	list-style-type: none;
	color:#cccccc;
	font-size:9px;
	display: inline;
	background-color:#252525;
	text-transform: uppercase;
	margin-right: 20px;
	position: relative;
	float: left;
	
}
#menu a.selected {
	color: #ffffff;
}

#menu ul.submenu {
	position: absolute;
	width: 550px;
	top: 24px;
	left: 0px;
}

#menu ul.submenu li {
	background-color: transparent;	
}

#menu ul.submenu a.selected {
	color: #ef3413;	
}

