/* Make HTML 5 elements display block-level for consistent styling */ 
header, nav, article, footer, address, section { 
display: block; 
} 


/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

/***** END RESET *****/

body {
	margin: 0 auto;
	background: #cc0a01 url(../siteart/bg.jpg) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000;
	line-height:17px;
}

p, table {
	margin:0 0 15px 0;
}

h1 {font-size: 20px; color:#cc2127; font-weight:bold; font-family: Arial, Helvetica, sans-serif; margin:0 0 10px 0;}
h2 {font-size: 15px; color:#cc2127; font-weight:bold; font-family: Arial, Helvetica, sans-serif; margin:0 0 5px 0;}

a img {border:0;}

a {color: #000; text-decoration:underline;}
a:hover {color: #cc1c25;}

#clear-it {
	clear:both;	
}

.roundall {
	-moz-border-radius: 15px;
 	border-radius: 15px;
}

.shadow {
	-webkit-box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, .5);
     box-shadow:  0px 0px 5px 2px rgba(0, 0, 0, .5);	
}

#wrapper {
	width: 1000px;
	margin: 90px auto 0 auto;
	position:relative;
	display:block;
	background:#000 url(../siteart/wrapper-bg.jpg) repeat-x;
	padding:0 30px 30px 30px;
}

header {
	margin:0 0 15px 0;	
	height:70px;
	padding:10px 0 35px 0;
}

.logo {
	float:left;
	position:absolute;
	z-index:8888;
	top:-60px;
	left:370px;	
}

/************************************************** Start Top Nav *****/

nav {
	height: 47px;
}

nav ul {
    list-style: none;
}

nav ul li {
    display: block;
    position: relative;
    float: right;
	text-align:left;
	padding:10px 0 10px 20px;
}

nav li ul {
    display: none;
}

nav ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
	font-size:14px;
}

nav ul li a.home {
	background:url(../siteart/home.png) no-repeat;
	width:60px;
	height:25px;
	-moz-border-radius: 10px;
 	border-radius: 10px;
	-webkit-box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, .5);
    box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, .5);
	padding:0 0 0 35px;
	line-height:25px;
}

nav ul li a.contact {
	background:url(../siteart/contact-us.png) no-repeat;
	width:92px;
	height:25px;
	-moz-border-radius: 10px;
 	border-radius: 10px;
	-webkit-box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, .5);
    box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, .5);
	padding:0 0 0 35px;
	line-height:25px;
}

nav ul li a:hover {
	color:#cc2127;
}

/************************************************** End Top Nav *****/

#scroll-inv {
	background:#5f5f5f;
	border:#fff 1px solid;	
	padding:10px 10px 7px;
	margin:0 0 30px 0;
}

#left {
	float:left;
	display:inline-block;
	width:265px;
}

#right {
	float:right;
	display:inline-block;
	width:702px;
}

.content {
	background:#5f5f5f;
	border:#fff 1px solid;
	padding:20px;
	margin:0 0 20px 0;	
}

#info {
	background:#fff;	
	padding:15px;
	margin:0 0 20px 0;
}

#info.last {
	margin:0;
}

/************************************************** Start Left-Nav *****/

#left-nav ul {
    list-style: none;
}

#left-nav ul li {
    display: block;
    position: relative;
    float: left;
	background:url(../siteart/left-nav.png) no-repeat;
	margin:0 0 10px 0;
	height:40px;
	width:229px;
	-moz-border-radius: 10px;
 	border-radius: 10px;
	-webkit-box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, .3);
    box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, .3);
}

#left-nav ul li.last {
	margin:0;	
}

#left-nav li ul {
    display: none;
}

#left-nav ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
	line-height:40px;
	background:url(../siteart/nav-divide.jpg) no-repeat right;
	font-size:14px;
	padding:0 0 0 40px;
}

#left-nav ul li a:hover {
	color:#cc2127;
}

.oem {
	text-align:center;	
}

.oem img {
	margin:0 0 10px 0;	
}

.oem img.first {
	margin:10px 0 10px 0;	
}

#locations {
	width:500px;
	margin:20px 0 0 0;	
}

#locations ul {
	color:#5f5f5f;
	list-style-image:url(../siteart/oem/arrow.jpg);
	font-size:13px;
	line-height:20px;
	margin:0 0 0 15px;
}


/************************************************** End Left-Nav *****/

/************************************************** Start Slideshow *****/

#slideshow {
height: 320px; /* height of container is slide height plus applied border width */ 
width: 704px;  /* width of container is slide width plus applied border width */
overflow:hidden; /* Hides all other images within slideshow container while loading */ 
margin:0 0 20px 0;
}


#slideshow img { 
padding:0; 
border:#fff 1px solid; 
top: 0;
left: 0;
}

/************************************************** End Slideshow *****/

/************************************************** Start Footer *****/

footer {
	padding:30px 0;
}

a.footerlink:link, a.footerlink:visited, a.footerlink:active{text-decoration:underline; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#000;}
a.footerlink:hover {text-decoration:none; font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#000;}

.footertext{font-family:Arial, Helvetica, sans-serif;font-size:13px; color:#000;}

.smallfootertext{font-family:Arial, Helvetica, sans-serif;font-size:10px; color:#000;}

.divfooter {width:450px; text-align:center; margin:20px auto; line-height:13px; display:block;}

