/* @override http://www.sheppardautomotive.com/style/style.css */

body {
	margin: 0px;
	padding: 0px;
	background-image:url(../back3.jpg);
	background-repeat: repeat-x;
	background-color:#9a0000;
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	color:#666;
}

#cms_content {
	width: 450px;
}

#wrapper {
	margin: 0 auto;
	padding: 0px;
	width: 734px;
	background-color:#fff;
}

#header {
	margin: 0px;
	padding: 10px;
	padding-top: 50px;
	height: 27px;
	color:#990000;
	text-align: right;
	background-image:url(../images/header.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
}

#header a{
	color:#990000;
	text-decoration: none;
}

#header a:hover {
	text-decoration: underline;
}

#nav {
	margin: 0px;
	padding: 0px;
}

#flash {
	margin: 0px;
	padding: 0px;
}

#sidebar {
	margin: 0px;
	padding: 0px;
	width: 246px;
	float: left;
	font-size: 13px;
}

.box {
	margin: -3px 0px -3px 0px;
	padding: 10px;
	padding-bottom: 0px;
	background-image:url(../images/box_bg.jpg);
	background-repeat: repeat-y;
}

.box a{
	color:#666;
	text-decoration: none;
}

.box a:hover {
	color:#333333;
}

#content {
	margin: 0px;
	padding: 10px;
	width: 468px;
	float: right;
	line-height: 1.6em;
	font-size: 13px;
}


#footer {
	clear: both;
	margin: 0px;
	padding: 10px;
	font-size: 11px;
	text-align: right;
}

#footer a{
	color:#666;
	text-decoration: none;
}

#footer a:hover {
	color:#660000;
}

h1 {
	font-size: 18px;
	color:#333;
}

h2 {
	font-size: 14px;
	color:#660000;
	border-bottom: 1px dotted #660000;
}

a{
	color:#660000;
	text-decoration: none;
}

a:hover {
	color:#993300;
}

.dark {
	color:#333;
}

.coupon {
	padding: 15px;
	border: 3px dotted #FFF;
	text-align: center;
	background-color:#de6607;
	color:#fff;
}

.coupon h2 {
	border-bottom: none;
	color:#fff;
}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu {
  width:734px;
  height:59px;
  text-transform:uppercase;
  font-size: 10px;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
padding: 0px;
text-decoration: none;
color: navy;
display:inline;
}

.suckertreemenu ul li a:hover{
background-color: black;
color: white;
}
  /*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
margin-top: -3px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 140px; /*width of sub menu levels*/
color: #FFF;
text-decoration: none;
padding: 4px 5px;
background-color:#630703;
}

.suckertreemenu ul li ul li a:hover{
display: block;
width: 140px; /*width of sub menu levels*/
color: #FFFFFF;
text-decoration: none;
background-color:#791510;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
  /* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */


