
/* CSS Document */

body {
	background-color: #B8202E;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 46px;
	color: #B8202E;
	text-align: right;
	font-style: normal;
	position: relative;
	padding: 0;
	margin: 0;
}

h2 {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: white;
	padding: 0px;
	margin: 0px;
	color: #B8202E;
}

#sign_up_section #search {
	height: 16px;
	width: 189px;
	border: 2px solid white;
    font-size: 11px;
	background-color: #B8202E;
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
	color: white;
}

ul.menu li a.home-m {
	background: url(/images/Navbar/Red/Home_Editable_exported.png) no-repeat;
	width:52px;
}
ul.menu li a.blog-m {
	background: url(/images/Navbar/Red/Blog_Editable_exported.png) no-repeat;
	width: 51px;
}
ul.menu li a.products-m {
	background: url(/images/Navbar/Red/Products_Editable_exported.png) no-repeat;
	width:80px;
}
ul.menu li a.dealers-m {
	background: url(/images/Navbar/Red/Dealers_Editable_exported.png) no-repeat;
	width:80px;
}
ul.menu li a.video-m {
	background: url(/images/Navbar/Red/Video_Editable_exported.png) no-repeat;
	width: 60px;
}
ul.menu li a.connected-m {
	background: url(/images/Navbar/Red/Connected_Editable_exported.png) no-repeat;
	width: 90px;
}
ul.menu li a.contact-m {
	background: url(/images/Navbar/Red/Contact_Us_Editable_exported.png) no-repeat;
	width: 110px;
}


ul.menu li a:hover {background-position:0 -42px;}

#footer .more_info {
	border: 0;
	position: absolute;
	bottom: 10px;
	right: 10px;
    background-image: url(/images/Footer/Red/more_info_exported.jpg) ;
    background-repeat: no-repeat;
    width: 79px;
    height: 17px;
    overflow: hidden;
    text-indent: -9999px;
}

#footer h3 {
	font-size: 15px;
    text-decoration: none;
	color: #B8202E;
	margin: 0px;
	padding: 0;
}

#textLink {
	font-size: 15px;
    text-decoration: none;
	color: #B8202E;
	margin: 0px;
	padding: 0;
}

#sidebar{
	float: right;
	width: 200px;
    margin: 10px 10px 0 0;
    border: 1px solid #CCC;
    padding: 10px;
    background-color: #B8202E;
}

#searchform #s {
	height: 16px;
	width: 175px;
	border: 2px solid white;
	background-color: #B8202E;
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
	color: white;
}

#title a {
	color: #B8202E;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}

.comments a {
	color: #B8202E;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.navigation {
	width: 630px;
    color: #B8202E;
    float: left;
}
.navigation a {
	color: #B8202E;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px dotted #B8202E;
}

.comments a {
	color: #B8202E;
    text-decoration: none;
    font-size: 10px;
}
.link {
	color: #B8202E;
    text-decoration: none;
    font-size: 10px;
    border-bottom: 1px dotted #B8202E}