/* CSS Document */
/* page default */
body {
	background-color:#333;
	color: #fff;
	font-family:sans-serif;
}
p { margin: 20px;}
a:link {
	color:#f00;
	text-decoration:underline;

}
a:visited {
	color:#ccc;
	text-decoration:underline;

}
a:hover {
	color:#C71111;
	text-decoration:underline;

}
a:active {
	color:#db0f0c;
	text-decoration:underline;

}
#nav_l {
	float:none;
	position: absolute;
	margin-top:20px;
	margin-left:2%;
	left:0px;
	width: 18.5%;
	z-index: 2;
	color: #fff;
	text-align: center;
}
#full_body {
	float:none;
	left:170px;
	margin-bottom:20px;
	margin-left:4%;
	min-height:1100px;
	min-width:600px;
	position:relative;
	text-align:center;
	width:75%;
	z-index:1;
}
#head {
	margin-top:10px;
	position: relative;
	left:0px;
	width: 100%;
	height:100px;
	z-index:1;
	text-align:center;
	margin-bottom:2px;
}
#mainBody {
	top:0px;
	-moz-border-radius-topright: 2em;
	-moz-border-radius-topleft: 2em;
	-moz-border-radius-bottomright: 2em;
	-moz-border-radius-bottomleft: 2em;
	-webkit-border-top-left-radius: 2em;
	-webkit-border-top-right-radius: 2em;
	-webkit-border-bottom-left-radius: 2em;
	-webkit-border-bottom-right-radius: 2em;
	background-image:url(http://bigpowerdiesel.com/images/bg_logo.gif);
	background-position:center;
	background-repeat:repeat-x;
	background-color:#000;
	background-attachment:fixed;
	position: relative;
	margin-left: 1%;
	width: 100%;
	z-index: 3;
	color: #fff;
	min-height:540px;
	text-align: left;
	padding-left:4px;
	padding-right:4px;
	padding-bottom:25px;
	border-style:solid;
	border-width:2px;
	border-color:#CCC;
}
#footer {
	float:left;
	position: relative;
	top:0px;
	margin-left:-1%;
	width: 101%;
	height: 100px;
	z-index: 1;
	text-align:center;
	background-color:#000;
	color: #fff;
	padding-left:4px;
	padding-right:4px;
}


.form_table_label 
{
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-bottomleft: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-bottom-left-radius: 1em;
	background-color:#C71111;/*old: #ecd774, old: #0099FF*/
	border-color:#fff;
	border-style:solid;
	border-width:1px;
	color:#fff;
	font-weight:bold;
	vertical-align:middle;
	text-align:left;
	padding-left:10px;
}
.form_table_label2
{
	-moz-border-radius-topleft: 1em;
	-moz-border-radius-bottomleft: 1em;
	-webkit-border-top-left-radius: 1em;
	-webkit-border-bottom-left-radius: 1em;
	background-color:#C71111;/*old: #ecd774, old: #0099FF*/
	border-color:#fff;
	border-style:solid;
	border-width:1px;
	color:#fff;
	font-weight:bold;
	vertical-align:top;
	text-align:left;
	padding-left:10px;
}
.form_table_value
{
	background-color:#333;/*old:#d3eefb, old: CDE6FE*/
	border-color:#fff;
	border-style:solid;
	border-width:1px;
	color:#fff;
	font-weight:bold;
	vertical-align:middle;
	text-align:left;
}


.body_title_frame1 {
	background-color:#C71111;
	background-repeat:repeat;
	border-style:solid;
	border-color:#fff;
	color: #fff;
	text-indent:10px;
	font-weight: bold;
	border-width:1px;
	padding:5px;
}
.body_frame1 {
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#000;
	background-attachment:fixed;
	border-style:solid;
	border-top-style:none;
	border-color:#000000;
	color: #fff;
	border-width:1px;
	padding:5px;
}
.body_frame2 {
	background-position:bottom;
	background-repeat:repeat-x;
	background-color:#000;
	border-style:solid;
	border-top-style:none;
	border-color:#fff;
	color: #fff;
	border-width:1px;
	padding:5px;
}