@charset "UTF-8";
body {
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Helvetica, Geneva, Verdana, Arial, sans-serif;
	font-size: 100%;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #E3E3E3;
	margin: 0px;
}
#container {
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	padding: 0;
}
#main_nav {
	padding-left: 30px;
	padding-right: 30px;
	border-top-width: medium;
	border-top-style: double;
	border-top-color: #000000;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #000000;
	margin-top: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#main_nav p {
	color: #FF9900;
	line-height: 1em;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}
#main_nav  a:link {
	color: #000000;
	text-decoration: none;
}
#main_nav a:visited {
	color: #000000;
	text-decoration: none;
}
#main_nav a:hover {
	color: #FF9900;
	text-decoration: none;
}
.navleft {
	float: left;
}
.navright {
	float: right;
	text-align: right;
}
#content_bg {
	background-color: #FFFFFF;
}
#mainContent {
	padding: 0;
	margin-right: 20px;
	margin-left: 20px;
}
#mainContent p {
}
#footer {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	clear: both;
	margin-right: 20px;
	margin-left: 20px;
}
#footer p {
	margin: 0;
	text-align: center;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	line-height: 1.4em;
	font-size: 16px;
}
#home_brands {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #FF9900;
	padding-top: 5px;
	margin-top: 10px;
	clear: both;
	width: 100%;
}
#tripcol_a {
	width: 24%;
	padding-left: 1%;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	float: left;
}
#tripcol_b {
	width: 24%;
	padding-left: 1%;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	float: left;
}
#tripcol_c {
	width: 24%;
	padding-left: 1%;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	float: left;
}
#tripcol_d {
	width: 23%;
	float: right;
	margin-left: 1%;
}
#tripcol_a p{
	font-size: 12px;
	line-height: 1.3em;
}
#tripcol_b p{
	font-size: 12px;
	line-height: 1.3em;
}
#tripcol_c p{
	font-size: 12px;
	line-height: 1.3em;
}
#tripcol_d p{
	font-size: 12px;
	line-height: 1.3em;
}
#cont_form {
	margin-bottom: 10px;
}
#cont_form td {
	font-size: 14px;
	text-align: left;
}
h1 {
	font-size: 22px;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #FF9900;
}
h2, h3 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FF9900;
}
p {
	font-size: 13px;
	line-height: 1.6em;
	margin-top: 10px;
	margin-bottom: 5px;
}
ul {
	margin-top: 10px;
	margin-bottom: 10px;
}
li {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
}
a:link {
	color: #FF9900;
}
a:visited {
	color: #FF9900;
}
a:hover {
	color: #666666;
}
.quote {
	background-color: #E3E3E3;
	text-align: center;
	padding-top: 7px;
	background-image: url(images/quote_bg.jpg);
	border: medium solid #D78100;
	margin-bottom: 8px;
}
.quote  a:link {
	text-decoration: none;
}
.quote a:visited {
	color: #FF9900;
	text-decoration: none;
}
.quote a:hover {
	color: #FFCC00;
	text-decoration: none;
}
.bold {
	font-weight: bold;
}
.boldblack {
	font-weight: bold;
	color: #000000;
}
.center {
	text-align: center;
}
.middle {
	margin-left: 45%;
}
.ital {
	font-style: italic;
}
.fltlft {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}
.fltrt {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
}
.clrflt {
	clear: both;
}
.leftcol {
	width: 47%;
	float: left;
	padding-top: 0px;
	padding-right: 1%;
	padding-bottom: 0px;
	padding-left: 1%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	background-color: #ebebeb;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
}

.rightcol {
	width: 47%;
	float: right;
	padding-top: 0px;
	padding-right: 1%;
	padding-bottom: 0px;
	padding-left: 1%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	background-color: #ebebeb;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
}

.midbottom {
	width: inherit;
	padding-top: 0px;
	padding-right: 1%;
	padding-bottom: 0px;
	padding-left: 1%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
#copyright  a:link {
	color: #666666;
	text-decoration: none;
}
#copyright a:visited {
	color: #666666;
	text-decoration: none;
}
#container #content_bg #mainContent .midbottom table {
	color: #333;
	font-weight: normal;
}

