@charset "UTF-8";
/* CSS Document */

/************************* TEXT ELEMENTS *************************/

body  {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-image: url(../images/bkgrnd.png);
	background-repeat: repeat-x;
	margin-top: 20;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	background-color: #030303;
}

.stylebold {
	font-weight: bold;
}

.stylenav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	margin: 0;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 20px;
	line-height: 1.5em;
	text-align: right;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #747474;
	margin: 0;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 20px;
	line-height: 1.5em;
}

h1	{
	color: #B7A66D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-transform: capitalize;
	font-weight: bold;
	padding: 0px;
	margin: 0;
}

h2 {
	color: #585147;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 16px;
	text-transform: capitalize;
	padding: 0px;
	}

h3	{
	color: #757575;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 16px;
	text-transform: capitalize;
	padding: 0px;
}

h5 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
}

h6 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
}

a:link {
	color: #690000;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #990000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #B60008;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
}


/***************************** LAYOUT ***********************/

#container {
	width: 992px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/contbkgrd.png);
	background-repeat: no-repeat;
} 
#header {
	width: 960px;
	height: 386px;
	margin-left: 15px;
	padding: 0;
} 
#header h1 {
	padding-top: 350px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	color: #660100;
	margin: 0;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 300px;
	/*background-color: #000000;*/
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 10px;
	border: 2px solid #000000;
}

#sidebarbott {
	width: 300px;
	height: 40px;
	/*background-image: url(../about/images/sdebar1_bott.png);*/
	/*background-repeat: no-repeat;*/
}
#sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #DFDFDF;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 15px;
	line-height: 1.5em;
	padding-left: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10;
}

#sidebar1 h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	text-transform: capitalize;
	margin: 0;
	padding: 0px;
	font-weight: bold;
	color: #DDDDDD;
}

#sidebar1 h2 {
	color: #DDDDDD;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: capitalize;
	margin: 0;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

#sidebar1 h3 {
	color: #BDBD87;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 18px;
	text-transform: capitalize;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#mainContent {
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 350px;
	padding: 0;
}

#contentcont {
	background-color: #FFFFFF;
	padding: 0px;
	width: 960px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#section {
	background-image: url(../images/sectionbkgrd.png);
	background-repeat: repeat-x;
	height: 150px;
	margin-bottom: 15px;
}

.sectionbox {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
	padding: 5px;
	width: 280px;
}

#section h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-transform: capitalize;
	letter-spacing: 1.5px;
}

.sectionbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 0;
	padding: 0px;
	line-height: 1.25em;
}

#partbox {
	margin-left: 5px;
	margin-top: 10px;
	padding: 0px;
	width: 260px;
	float: left;
	background-repeat: no-repeat;
	background-position: bottom;
	border: 2px solid #AAACAE;
	background-image: url(../parts/images/partsbox_bkgrd.jpg);
	height: 200px;
}

#partbox p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	text-transform: none;
	letter-spacing: 1.5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
}


/**************************************** NAVIGATION ******************************/
ul {
	padding: 0;
	color: #747474;
	font-size: 12px;
	list-style-type: square;
	margin: 0px;
	list-style-position: inside;
}

ul li {
	text-align: justify;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 17px;
	margin: 0;
}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 40px;
	background-image: url(../images/navbkgrd.png);
	background-repeat: repeat-x;
	width: 960px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	background-color: #000000;
	border: 0.25px solid #720600;
}

#nav ul {
}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav a:link, #nav a:visited {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	float: left;
	padding: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #380000;
}

#nav a:hover {
	color: #FFFFFF;
	background-image: url(../images/nav_hover.png);
	background-repeat: repeat-x;
	padding: 10px;
	background-position: right;
}

#footer {
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #FFFFFF;
	background-image: url(../images/footerbkgrd.png);
	background-repeat: no-repeat;
	height: 85px;
	margin-top: 25px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer a:link {
	color: #BFAB79;
	text-decoration: none;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footer a:hover {
	color: #B60008;
	text-decoration: underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]

