body{
	background-color: black;
}

#container{
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
	text-align: left;	
	font-family: Arial, Helvetica, sans-serif;
}


#banner{
	background-image:url(../images/banner3.jpg);
	background-repeat:no-repeat;
	width:850px;
	height:192px;
	border-bottom: solid white 2px;
}

#banner_border{
/*	background-image:url(../images/bg_page_part2.gif);
	background-repeat:repeat-x;
	height: 10px;
	*/
	border-bottom: solid white 5px;
}

#section_menu_top{
	background-image:url(../images/bg_part1.gif);
	background-repeat:repeat-x;
	height: 28px;
	margin-top: 10px;
	line-height: 18px;
	text-align: right;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;	
}

#section_menu_top a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: none;
	text-transform:uppercase;
	margin-right: 5px;
	margin-left: 5px;
}


#section_bottom{
	position: relative;
	width: 850px;
	margin-top: 5px;
}

#section_bottom #copyrights{
	font-size: 10px;
	color: white;
}

#section_bottom #copyrights a{
	font-size: 10px;
	color: white;
	text-decoration: none;
}




#section_page_middle{
	width: 850px;
	background-color: white;
	background-image:url(../images/bg_faux_page.gif);
	background-repeat:repeat-y;
}

#sidemenu{
	width: 200px;
	float:left;
	
	color: white;
	text-decoration: none;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}


#sidemenu ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#sidemenu ul li{
	padding: 10px;
	border-bottom: solid white 1px;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position: 160px;
}

#sidemenu ul li#link_1{
	background-color: #ff4b01;
}

#sidemenu ul li#link_2{
	background-color: #fe6b1d;
}

#sidemenu ul li#link_3{
	background-color: #fb7135;
}

#sidemenu ul li#link_4{
	background-color: #ff7f48;
}

#sidemenu ul li a{
	color: white;	
	text-transform: uppercase;
	text-decoration: none;
}

#section_bottom{
	position: relative;
	width: 850px;
	margin-top: 5px;
}

#section_bottom #copyrights{
	font-size: 10px;
	color: white;
}

#section_bottom #copyrights a{
	font-size: 10px;
	color: white;
	text-decoration: none;
}



/**
 * content settings
 */
#content{
	width: 625px;
	margin-left: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#content  h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#333333;
}


#content a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

img{
border: none;
} 


/**
 * brands
 **/
.image_row{
	width: 620px;
	margin-left: 5px;
}
 
.image_row .image{
	float:left;
	position: relative;
	width: 140px;
	margin-right: 15px;

	height: auto !important;
	height:80px;

	text-align: center;
}

div.clear{
	clear: both;
	margin-bottom: 25px !important;
	margin-bottom: 25px;
}

.image_row .image_last{
	position: relative;
	width: 140px;
	height:80px;
	float:left;
}