* {margin: 0; padding: 0;}

/**************************************** Main structure ****************************/

body {
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

#container {
	width: 842px;
	margin: auto;
	font-size: 1.2em;
}

#top_nav {
	background-image: url(../images/nav_top.jpg);
	height: 31px;
	padding-top: 15px;
	text-align: right;
	padding-right: 20px;
	color: #7E0200;
}

#header {
	background-image: url(../images/header.jpg);
	height: 235px;
}

#main_nav {
	background-image: url(../images/main_nav.jpg);
	height: 56px;
	padding-left: 9px;
}

#contentwrapper {
	background-image: url(../images/contentwrapper2.jpg);
	background-repeat: repeat-y;
}

#contentwrapper_dealers {
	background-image: url(../images/contentwrapper3.jpg);
	background-repeat: repeat-y;
}

#contentwrapper_success {
	background-image: url(../images/contentwrapper3.jpg);
	background-repeat: repeat-y;
}

#right {
	float: right;
	width: 160px;
	padding-top: 15px;
	margin-right: 15px!important;
	margin-right: 7px;
	font-size: 0.9em;
}


#content {
	float: left;
	width: 620;
	padding-top: 15px;
	margin-left: 20px!important;
	margin-left: 7px;
}

#content_success {
	width: 700;
	padding-top: 15px;
	margin-left: 20px!important;
	margin-left: 7px;
}

#content_links {
	background-image: url(../images/links_background.jpg);
	background-repeat: no-repeat;
	width: 700;
	padding-top: 15px;
	margin-left: 20px!important;
	margin-left: 7px;
}

#content_dealers {
    width: 620;
	padding-top: 15px;
	margin-left: 20px!important;
	margin-left: 7px;
}

#footer {
	background-image: url(../images/footer.jpg);
	height: 35px;
	clear: both;
	text-align: center;
	padding-top: 20px;
}

/*#w3c {
	float:left;
	padding-left: 20px;
}*/

/**************************************** text, images, lists ****************************/

ul.products_page {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
}

li.links_page {
	font-size: 1em;
	color: #9A0500;
	height: 20px;
	width: 400px;
	padding-top: 5px;
	margin-left: 210px;
	
}

li.dealers_names {
	padding-top: 5px;
}

li.indent {
	padding-left: 10px;
}

a.products {
	color:#9A0500;
	text-decoration: none;
}

a:hover.products {
	text-decoration:underline;
}

p {
	margin-top: 20px;
	margin-bottom: 20px;
}

img.products_page {
	margin-bottom: 40px;
}

img.header_nav {
	border: none;
}

p.topnav,.bottom_nav {
	margin: 0;
}

/*p.bottom_nav {
	padding-right: 150px;
}*/

h2 {
	font-size: 1em;
	color: #9A0500;
	background-image: url(../images/h2.jpg);
	background-repeat: repeat-x;
	height: 42px;
	width: 620px;
	padding-top: 10px;
	margin-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

h2.dealers_h2 {
	font-size: 1em;
	color: #9A0500;
	background-image: url(../images/h2.jpg);
	background-repeat: repeat-x;
	height: 42px;
	width: 790px;
	padding-top: 10px;
	margin-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
}

#h2_links {
	font-size: 1em;
	background-image:none;
	color: #9A0500;
	height: 42px;
	width: 350px;
	padding-top: 20px;
	padding-left: 20px;
	margin-left: 220px;
	margin-bottom: 5px;
}

h3 {
	background-image: url(../images/sidebar_heading.jpg);
	font-size: 1em;
	height: 19px;
	width: 135px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 24px;
}

h4 {
	background-image: url(../images/sidebar_heading_2.jpg);
	font-size: 1em;
	height: 19px;
	width: 125px;
	color: #FFFFFF;
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 24px;
}

dl {
	margin-top: 20px;
	margin-bottom: 20px;
}

dt {
	border-bottom: 2px solid white;
	padding: 3px;
	margin-bottom: 5px;
	background-image: url(../images/dt_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

dd {
	margin-bottom: 12px;
}

.news:first-letter {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
}

.products_page {
	padding-right: 20px;
}

a.bottom_menu {
	color:#9A0500;
	text-decoration: none;
}

a:hover.bottom_menu {
	text-decoration:underline;
}

/**************************************** Menu ****************************/

#navcontainer ul
{
	color: White;
	float: left;
	width: 100%;
	height: 54px;
}

#navcontainer ul li { display: inline; }

#home {
	background-color:#CCCCCC;
}

#navcontainer ul li a
{
	padding: 18px 1em;
	height: 18px;
	color: #720201;
	text-decoration: none;
	float: left;
	background-image: url(../images/menu_right_border.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#navcontainer ul li a:hover
{
	color: #fff;
	background-image: url(../images/menu_hover.jpg);
	background-repeat: repeat-x;
}