﻿/*------Site Colors-------
	Tan: #c8ae57
	Red: #cf0a3f
	Black: #000
*/

body {
	background:url(../siteart/sitebg.jpg) #c8ae57 repeat-x top center;
	margin:0 auto;
	overflow-x: hidden;
}

td {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#000;
}

a:link, a:visited, a:active {
	text-decoration:underline;
	color:#cf0a3f;
}

a:hover {
	color:#000;
}

img {
	border:0;
}

h1 {
	font-size:22px;
	font-weight:bold;
	color:#cf0a3f;
	display:block;
	margin:0 0 10px;
	padding-bottom:3px;
	border-bottom:1px #f9f6ed solid;
}

/*---------Top Section---------*/

#topbar {
	background:url(../siteart/topbg.gif) no-repeat center top;
	height:30px;
	font-size:11px;
	color:#fff;
	padding:8px 15px;
}

.date {
	float:right;
	width:200px;
	text-align:right;
}

/*-----------Navigation Section-----------*/

#nav {
	width:604px;
	vertical-align:bottom;
}

a.nav:link, a.nav:visited, a.nav:active {
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background:url(../siteart/buttonbg.gif) no-repeat center bottom;
	padding:12px 0 8px;
	width:142px;
	margin-right:6px;
	display:inline-block
}

a.nav:hover {
	color:#000;
}

/*------------Content Section-------------*/

#wrapper {
	background:#fff;
	padding:0 10px;
}

#content {
	background:url(../siteart/lowerbg.gif) no-repeat top right;
	padding:15px 0;
}

#main {
	vertical-align:top;
	width:683px;
	padding-right:20px;
	padding-bottom:20px;
}

.main-copy {
	vertical-align:top;
	width:458px;
	padding-right:15px;
	border-right:1px #f9f6ed solid;
}

.contact-info {
	vertical-align:top;
	padding-left:15px;
}

#sidebar {
	vertical-align:top;
	padding:20px 0;
	width:321px;
}

#oem {
	border-top:1px #f9f6ed solid;
	border-bottom:1px #f9f6ed solid;
	padding:10px 0;
	text-align:center;
}

#slide {
	padding-top:10px;
	text-align:center;
}


/*-----------Footer Section-----------*/

#footer {
	padding:15px;
	text-align:center;
}