@charset "UTF-8";

body {
	background-color: #000;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #000;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 140%;
}

h1, h2 {
	width: 729px;
	font-size: 140%;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 5px 15px 1px;
	background-image: url(../images/h1bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: auto;
	padding: 3px 5px 3px 15px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #090302;
	border-bottom-color: #393231;
	background-color: #FB504F;
	clear: both;
}

h3 {
	padding: 0 5px 0 17px;
	font-size: 130%;
}

.right h1, .right h2, .right h3 {
  width: 170px;
  background-image: url(../images/right-separator.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: transparent;
  line-height: 120%;
  border: 0px;
  padding: 0px;
  margin: 0px;
  padding-bottom: 5px;
  text-align: right;
  padding-right: 10px;
  margin-bottom: 5px;
}
.right .noline {
  background-image: none;
}
.right .sep {
  width: 170px;
  background-image: url(../images/right-separator.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0px;
  padding: 0px;
  margin: 0px;
  padding-bottom: 2px;
  padding-top: 2px;
  padding-right: 10px;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	color:#333;
	text-decoration: none;
}

form {
	padding: 0;
	margin: 0;
}

p.date {
	color: #333;
}

.holder {
	width: 950px;
	height: auto;
	margin: 0 auto;
}

.toplogo {
	width: inherit;
	height: 106px;
}

.topnavspace {
	width: inherit;
	height: 14px;
}

.homepageflash {
	margin: 22px 0 0 0;
	height: 271px;
}

.flash {
	float: left;
}

.drivers {
	float: right;
}

.mainarea {
	background-image: url(../images/mainbg.png);
	background-repeat: repeat-y;
	background-position: left top;
	width: inherit;
	height: auto;
}

.maintopshadow {
	background-image: url(../images/maintopsh.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 37px;
	width: inherit;
	clear: both;
}

.maintopshadow2 {
	background-image: url(../images/maintopsh2.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 37px;
	width: inherit;
	clear: both;
}


.left {
	width: 755px;
	height: auto;
	float: left;
}

.left p {
	padding: 0 5px 0 17px;
}

.right {
	float: right;
	width: 180px;
	height: auto;
	padding: 0 2px 0 13px;
	color: #fff;
	font-size: 110%;
}

.right p {
	margin: 0 0 10px 0;
}

.right a {
	color: #fff;
	text-decoration: underline;
}

.right a:hover {
	color:#ccc;
	text-decoration: none;
}

.boxes {
	width: 165px;
	text-align: right;
	
}

.boxesall {
	margin: 0 0 30px 0;

}

.clearboth {
	clear:both;
}

.rbanner img {
	margin: 0 0 10px 0;

}

.rtb {
	width:155px;
	height: auto;
	text-align: right;
}

.footer {
	width: 930px;
	font-size: 110%;
	color: #fff;
	margin: 0 auto;
	background-image: url(../images/h1bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: auto;
	padding: 3px 5px 3px 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #393231;
	background-color: #FB504F;
	clear: both;
}

.footernav ul {
	padding: 0;
	margin: 0;
}


.footernav ul li {
	display: inline;
	padding: 0 15px 0 0;
}


.footernav ul li a {
	color: #fff;
	text-decoration: none;
}

.footernav ul li a:hover{
	color: #FFDFDF;
}

.footertext {
	font-size: 70%;
	color: #FFDFDF;
}

.footertext a {
	color: #FFDFDF;
	text-decoration: none;
}
.mainnewsletter {
	color: #ffffff;
	text-align: right;
	font-weight: normal;
}
.mainnewsletter p {
	text-align: right;
}
.mainnewsletter div {
  margin-right: 10px;
}
.vmCartModule {
  background-color: transparent;
  width: 170px;
}

/* System Messages */
#system-message
{
margin:10px 0 20px 0;
padding: 0 !important;
background:#fff;
border:solid 0px;
}
#system-message dt { font-weight: bold; }
#system-message dd { margin: 0;  font-weight: bold; text-indent: 0px;background:#fff;padding:0 }
#system-message dd ul { color: #93246F; margin-bottom: 10px; list-style: none; padding: 0px; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;}

/* System Standard Messages */
#system-message dt.message { display: none; }
#system-message dd.message {  }
#system-message dd.message ul { background: #F2E3ED}

/* System Error Messages */
#system-message dt.error { display: none; }
#system-message dd.error {  }
#system-message dd.error ul { color: #93246F; background: #F2E3ED ; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;margin:0}

/* System Notice Messages */
#system-message dt.notice { display: none; }
#system-message dd.notice {  }
#system-message dd.notice ul { color: #93246F; background: #F2E3ED; border-top: 3px solid #93246F; border-bottom: 3px solid #93246F;}