div.hr { 

	clear: both;
	height: 1px; 
	border: 0; 
	/*color: #747474;*/
	background-color: #747474;
	/*margin-top: -2px; */
	padding-top: -2px;
} 

#content .highlight {
	color: #999999;
}

#content #prod {
	/*background-color: #434343;*/
	width: 900px;
	height: 510px;
	/*margin: 40px auto 0px; */
	margin: 0 auto;
	margin-top: 40px;
} 



#content #login {
	background-image: url(../images/customers_bg.jpg); 
	background-repeat: no-repeat;
	background-color: #434343;
	width: 900px;
	min-height: 510px;
	float: left;
} 

#content #login #login_header { 
	float: left;
	width: 875px;
	height: 40px;
	line-height: 22px;
	/*margin-top: 17px;*/
	padding-top: 17px;
	/*margin-left: 25px; */
	padding-left: 25px;
}

#content #login #login_header #title { 
	color: #f30808;
	font-size: 22px;
	float: left; 
}



#content #login #left_col { 
	width: 170px;
	margin-left: 25px; 
	float: left;
}


#content #login #left_col #sub_nav .item, 
#content #login #left_col #sub_nav .item_sel { 
	margin-top: 25px;
	width: 170px;
	float: left;
}


#content #login #left_col #sub_nav .item .link a:link,
#content #login #left_col #sub_nav .item .link a:visited { 
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}

#content #login #left_col #sub_nav .item .link a:hover {
	text-decoration: none; 
	color: #F00;
}


#content #login #left_col #sub_nav .item_sel .link a:link,
#content #login #left_col #sub_nav .item_sel .link a:visited,
#content #login #left_col #sub_nav .item_sel .link a:hover { 
	font-size: 12px;
	color: #F00;
	text-decoration: none;
	float: left;
}

#content #login #left_col #sub_nav .item_sel .sel { 
	background-image: url(../images/subnav_arrow.gif); 
	background-repeat: no-repeat;
	height: 13px;
	width: 13px;
	margin-left: 10px;
	float: left;
}



#content #login #right_col { 
	width: 660px;
	/*margin-top: 25px;*/
	padding-top: 25px;
	/*margin-left: 20px;*/
	padding-left: 25px;
	padding-bottom: 25px;
	float: left;
	border: 0px solid white;
	/*background-color: #434343;*/
}

#content #login #right_col #title { 
	/*margin-bottom: 15px;*/
	padding-bottom: 15px;
	width: 660px;
	font-size: 18px;
	color: #FFF;
	float: left;
}

#content #login #right_col #content { 
	float: left;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
}




#content #login_footer {
	/*background-color: #141414;*/
	width: 900px;
	height: 5px;
	background-image: url(../images/about_bg_footer.jpg);
	background-repeat: no-repeat;
	background-position: top center;	
	float: left;
	padding-bottom: 10px;
	/*margin-bottom: 15px;*/
} 

/***********************
login
************************/

#loginpage {
	width: 330px;
}

  #loginpage .row { 
	width: 330px;
	float: left; 
	padding-bottom: 2px;
}

   #loginpage .row .label { 
	color: #878787;
	font-size: 11px;
	width: 78px;
	float: left; 
	padding-top: 2px;
}

   #loginpage .row .field { 
	width: 143px;
	float: left; 
}

  #loginpage .row .field input { 
	width: 135px;
	background: #AFAFAF;
	border: 1px solid #878787;
}

  #loginpage .row .btn { 
	width: 105px;
	float: left;
	padding-top: -2px;
}


  #loginpage .row .btn .label { 
	width: 105px;
	padding-top: 4px;
	color: #F00;
	font-size: 11px;
	font-weight: bold; 
	float: left;
}

