body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(/_assets/bg.jpg);
	margin: 0px;
	background-attachment: fixed;
}
.nav_bg {
	background-image: url(/_assets/nav_bg.jpg);
}
.footer_bg {
	background-color: #47475C;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

/*----line breaks---*/
.b1 {height: 5px;}
.b2 {height: 10px;}
.b3 {height: 15px;}
.b4 {height: 20px;}

/*---use for text input ---*/
.box_beige {
	background-color: #FFF1DD;
	font-size: 10px;
	color: #000000;
	line-height: 20px;
}

/*---header in beige box---*/
h5 {
	font-size: 12px;
	line-height: 0px;
	font-weight: bold;
	color: #47475C;
	padding-top: 10px;
}

/*--- horizontal line divider----*/
.hline {
	background-image: url(/_assets/hline.gif);
}
.sub_header {
	color: #FFCC00;
	padding-left: 5px;
	font-size: 12px;
	background-color: #363647;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #FFFFFF;
	font-weight: bold;
}
.sub_box {
	height: 100%;
	background-color: #D5D5DF;
	border-right-width: 1px;
	border-bottom-width: 10px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.sub_text a:link, .sub_text a:visited{
	color: #000000;
	text-decoration:none;
	text-transform: uppercase;
}
.sub_text a:hover, .sub_text a:active{
	color: #000000;
	text-decoration:underline;
	text-transform: uppercase;
}
.sub_text{
	color: #000000;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	text-transform: uppercase;
}
.sub_text_over{
	color:#000000;
	background-color:#FFF1D5;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	text-transform: uppercase;
}
.sub_text2 a:link, .sub_text2 a:visited{
	color: #000000;
	text-decoration:none;

}
.sub_text2 a:hover, .sub_text2 a:active{
	color: #000000;
	text-decoration:underline;
	
}
.sub_text2{
	color: #000000;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	
}
.sub_text2_over{
	color:#000000;
	background-color:#D0D0DF;
	padding-left:5px;
	padding-top:3px;
	padding-bottom:3px;
	
}
.header_bold {
	font-size: 12px;
	font-weight: bold;
	color: #47475C;
	text-transform: uppercase;
}
.header_bold a:link, .header_bold a:visited {
	font-size: 12px;
	font-weight: bold;
	color: #47475C;
	text-transform: uppercase;
	text-decoration:none;
}
.header_bold a:hover, .header_bold a:active {
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	text-transform: uppercase;
	text-decoration:underline;
}
.light_header {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	text-transform: capitalize;
}
.datecolor{
	color:#666666;
}a:link, a:visited {
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
a:hover, a:active {
	font-size: 10px;
	color: #FF9900;
	text-decoration: underline;
}
.contact_header{
	color:#999999;
	font-weight:bold;
}
.error_td{
	background-color:#FF0000;
	color:white;
	text-transform: uppercase;
	padding-left: 3px;
	}
	
.form_focus{

	background-color:#FFBD5B;
	}
.form_blur{
	background-color:#FFDCA8;
	}
.header_wheels {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #9593AC;
	padding-left: 10px;
}
