#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #161A23;
	border-right-color: #161A23;
	border-bottom-color: #161A23;
	border-left-color: #161A23;
	background-color: #FFFFFF;
}
#wrapper #header {
	height: 175px;
	width: 1000px;
	background-image: url(headermain.png);
	background-position: top;
}
#wrapper #nav {
	height: 60px;
	width: 1000px;
}
#wrapper #text {
	width: 1000px;
	height: 550px;
	background-repeat: repeat-x;
	background-position: center top;
	padding-top: 1px;
}
#outerbg #wrapper #brands {
	height: 135px;
	background-image: url(brands.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#outerbg #wrapper #footer {
	height: 60px;
	width: 1000px;
	background-image: url(images/fm_menu_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#outerbg {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(outerbg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#outerbg #wrapper #text #text2 {
	width: 500px;
	padding: 15px;
	border: 2px solid #0304B4;
	margin-top: 10px;
	float: right;
	margin-right: 25px;
	height: 450px;
}
#outerbg #wrapper #text #text3 {
	width: 350px;
	float: left;
	margin-left: 25px;
	border: 2px solid #0304B4;
	margin-top: 10px;
	padding: 15px;
	clear: left;
	height: 450px;
}
#outerbg #wrapper #text #text2 div {
	margin-left: 15px;
}
#outerbg #wrapper #text #text3 .style1 img {
	padding-right: 15px;
}
#outerbg #wrapper #text #support {
	width: 385px;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	height: 150px;
	clear: left;
}






* {
	margin: 0px;
	padding: 0px;
}
/* --------------------------
AUTHOR : STYLED MENUS
URL : http://www.styledmenus.com
Copyrights by STYLED MENUS
----------------------------*/
*{
	margin:0;
	padding:0;
}
body{
	background:#fff;
	color:#666;	
	font:12px/18px Tahoma, Arial, Helvetica, sans-serif;	
}
#menu{
	width:100%;
	height:61px;
	background:url(images/fm_menu_bg.jpg) repeat-x;
}
	#menu ul{
		width:80%;
		margin:0px;
		list-style:none;
	}
		#menu li{
			list-style:none;
			display:block;
			float:left;
			font-size:11px;
			font-weight:bold;
			height:61px;
			
			line-height:61px;
			margin:0 5px;
			
		}
			#menu li a{
				display:block;
				float:left;
				height:61px;				
				color:#99a2b7;
				text-decoration:none;
				text-transform:uppercase;
				padding:0 20px;				
			}
				#menu li a:hover{	
					background:url(images/fm_hover_bg.jpg) repeat-x;
					color:#fff;
				}
					#menu li a:hover span, #menu li .current span{
						background:url(images/fm_hover_pointer.jpg) no-repeat top;
						height:61px;
						display:block;
						float:left;
					}
					#menu li .current{
						display:block;
						float:left;
						height:61px;
							
						background:url(images/fm_hover_bg.jpg) repeat-x;
						color:#fff;
						text-decoration:none;
						text-transform:uppercase;
						padding:0 10px;		
					}
#wrapper #nav #menu a {
}
