﻿/*Site Colors------
	Yellow:#f5ee42
	Orange:#f3742f
	Gray:#f2f2f2
	Black:#000
-----------------*/

body {
	background:url(../siteart/sitebg.jpg) no-repeat top center #fff;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#f3742f;
}

a:hover {
	color:#000;
}

img {
	border:0;
}

h1, h2 {
	font-size:20px;
	font-weight:normal;
	text-transform:capitalize;
	border:1px #f2f2f2 solid;
	border-left:10px #f3742f solid;
	padding:10px;
	display:block;
	margin:0 0 10px;
	background:#fff;
}

#mid {
	padding-bottom:3px;
}


/*--------Navigation Section---------*/

#nav {
	width:1024px;
}

#nav td a {
	background:#000;
	border-right:1px #242424 solid;
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#f5ee42;
	text-decoration:none;
	text-transform:uppercase;
	padding:15px;
	text-align:center;
}

#nav td a:hover {
	background:#242424;
	color:#f3742f;
}


/*--------Content Section---------*/

#content {
	padding:15px 0;
	vertical-align:top;
}


#col1 {
	width:541px;
	vertical-align:top;
	padding:0 25px 15px 0;
}

#col2 {
	width:233px;
	vertical-align:top;
	padding:0 25px 15px 0;
}

#col3 {
	width:248px;
	vertical-align:top;
	padding-bottom:15px;
}

#col3 img {
	border:4px #f2f2f2 solid;
}

#main {
	width:782px;
	vertical-align:top;
	padding:0 25px 15px 0;
}

#sidebar {
	width:240px;
	vertical-align:top;
	padding-bottom:15px;
}

#oem {
	border-top:1px #f2f2f2 solid;
	border-bottom:1px #f2f2f2 solid;
	padding:10px 0;
	text-align:center;
}

#slide {
	border-top:1px #000 solid;
	border-bottom:1px #000 solid;
	padding:5px 0;
	text-align:center;
}

#footer {
	padding:15px;
	text-align:center;
}