
/* CSS Document */

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

h1 {
	font-size: 46px;
	color: #2D8AB8;
	text-align: right;
	font-style: normal;
	position: relative;
	padding: 0;
	margin: 0;
}
h1 span {
  background: url(/images/Product/gradient_exported.png) repeat-x;
  position: absolute;
  display: block;
  width: 100%;
  height: 60px;
}

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



#header {
	width: 960px;
	height: 135px;
	margin: 0 auto;
}

#header_logo_section_left {
	width: 705px;
	height: 135px;
	float: left;
	text-align: left;
}

#header_logo_section_right {
	width: 255px;
	height: 135px;
	float: left;
	text-align: left;
}

#colour_way_section {
	height: 25px;
	width: 260px;
	margin: 32px 0 0 0;
}

#colour_way_section img{
	float: left;
}

#colour_way_section .box {
	margin-left: 12px;
	border: none;
} 

#sign_up_section {
	height: 25px;
	width: 260px;
	margin: 15px 0 0 0;
}

#sign_up_section form {
	margin: 0;
	padding: 0;
}

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

#sign_up_section #button {
	float: left;
	margin: 0 0 0 3px;
	padding: 0;
}

.notification_ok {
	color: white;
    font-size: 12px;
    background-color: #009966;
    margin-top: 15px;
    padding: 3px;
    width: 240px;
    border: 1px solid white;
}

.notification_error {
	color: white;
    font-size: 12px;
    background-color: #CC3333;
    padding: 3px;
    width: 240px;
}


#navbar {
	width: 100%;
	height: 42px;
	background-color: white;
	background-image: url(/images/Navbar/Background_Repeatable_Exported.jpg);
	background-repeat: repeat-x;
	margin: 0;
}

#menu {
	width: 958px;
	height: 42px;
	margin: 0 auto;
	border-left: 1px solid #CCCCCC;
}

ul.menu {
	overflow:hidden;
	padding: 0;
	width: 958px;
	height: 42px;
	margin: 0 auto;
	list-style:none;
}
ul.menu li {
	float:left;
	margin-left: 31px;
	padding-right: 30px;
	border-right: 1px solid #CCCCCC;
}
ul.menu li a {
	display:block;
	text-indent:-9999px;
	height:42px;
	overflow:hidden;	
}
ul.menu li a.home-m {
	background: url(/images/Navbar/Blue/Home_Editable_exported.png) no-repeat;
	width:52px;
}
ul.menu li a.blog-m {
	background: url(/images/Navbar/Blue/Blog_Editable_exported.png) no-repeat;
	width: 51px;
}
ul.menu li a.products-m {
	background: url(/images/Navbar/Blue/Products_Editable_exported.png) no-repeat;
	width:80px;
}
ul.menu li a.dealers-m {
	background: url(/images/Navbar/Blue/Dealers_Editable_exported.png) no-repeat;
	width:80px;
}
ul.menu li a.video-m {
	background: url(/images/Navbar/Blue/Video_Editable_exported.png) no-repeat;
	width: 60px;
}
ul.menu li a.connected-m {
	background: url(/images/Navbar/Blue/Connected_Editable_exported.png) no-repeat;
	width: 90px;
}
ul.menu li a.contact-m {
	background: url(/images/Navbar/Blue/Contact_Us_Editable_exported.png) no-repeat;
	width: 110px;
}

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



#content {
	width: 958px;
	background-color: black;
	margin: 0 auto;
	color: white;
	font-size: 12px;
}

/* Dealer Page */

.vertical_thirds {
	width: 299px;
	float: left;
	padding: 10px;
}

.vertical_thirds a {
	color: white;
	text-decoration: none;
	border-bottom: 1px dotted white;
}



#footer {
	width: 100%;
	height: 120px;
	background-image: url(/images/Footer/Background_Repeatable_Editable.jpg); 
	background-color: #CCCCCC;
	margin: 0;
	clear: both;
}

#footer .box {
	float: left;
	border: 1px solid #CCC;
	margin-right: 10px;
}

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

#footer .more_info:hover {
	background-position:0 -17px;
}

#footer h3 {
	font-size: 15px;
	color: #2D8AB8;
	margin: 0px;
	padding: 0;
}

#grid {
	width: 958px;
	height: 120px;
	margin: 0 auto;
	border-left: 1px solid #CCCCCC;
}

.footer_first_block {
	padding: 10px;
	width: 298px;
	height: 100px;
	float: left;
	text-align: left;
	border-right: 1px solid #CCCCCC;
	position: relative;
}

.footer_third_block {
	padding: 10px;
	width: 298px;
	height: 100px;
	float: left;
	position: relative;
	text-align: left;
}



#credits {
	width: 300px;
	text-align: center;
	height: 30px;
	margin: 0 auto;
}

#blog {
	float: left;
	width: 630px;
    padding: 10px;
}
#sidebar{
	float: right;
	width: 250px;
    margin: 10px 25px 0 0;
    border: 1px solid #CCC;
    padding: 10px;
    background-color: #2D8AB8;
}

#sidebar h3 {
	font-size: 24px;
    margin: 10px 0 0 0;
}
#searchform #s {
	height: 16px;
	width: 175px;
	border: 2px solid white;
	background-color: #2D8AB8;
	float: left;
	margin: 3px 0 0 0;
	padding: 0;
	color: white;
}

#searchform #button2 {
	float: left;
	margin: 0 0 0 3px;
	padding: 0;
}
.ul-cat {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
}
.ul-cat li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
    font-size: 18px;
}
.ul-cat li a, .ul-cat li a:visited{
	color: white;
	text-decoration: none;
}
.ul-cat li a:hover{
	color: black;
	text-decoration: none;
}
.ul-archives {
	list-style: none;
	margin:0px 0px 15px;
	padding:0px;
}
.ul-archives li{
	margin: 0px;
	padding: 2px 0px 2px 20px;
    font-size: 18px;
}
.ul-archives li a, .ul-archives li a:visited{
	color: white;
	text-decoration: none;
}
.ul-archives li a:hover{
	color: black;
	text-decoration: none;
}

#recent a{
	color: white;
    text-decoration: underline;
}
.post {
	background-image: url(/images/Contact/gradient_exported.jpg); background-repeat: repeat-x; padding: 5px; margin-bottom: 10px; float: left;
}
#title {
    width: 400px;
    float: left;
}
#title a {
	color: #2D8AB8;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
}
#date {
	width: 200px;
    float: right;
    text-align: right;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.wppt_float_left {
	display: none;
}
.entry {
	margin: 0 0 0 0 ;
    padding: 25px 0 0 0;
}

.entry img{
	padding-right: 5px;
}

.alignleft {
	float: left;
}
.comments {
	clear: both;
    width: 630px;
    padding-top: 15px;
}
.comments a {
	color: #2D8AB8;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
.navigation {
	width: 630px;
    color: #2D8AB8;
    float: left;
}
.navigation a {
	color: #2D8AB8;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 1px dotted #2D8AB8;
}
.navigation a:hover {
	color: white;
}
.previous-entries {
	text-align: left;
}
.next-entries {
	text-align: right;
    float: right;
}
.comments {
width: 620px; float: left;
}
.comments a {
	color: #2D8AB8;
    text-decoration: none;
    font-size: 10px;
}
.link {
	color: #2D8AB8;
    text-decoration: none;
    font-size: 10px;
    border-bottom: 1px dotted #2D8AB8}
#dealers {
	color: white;
	text-align: left;
	padding: 0px;
	width: 550px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    display: inline;
}

#dealers a {
	color: white;
	text-decoration: underline;
}
#subscribe {
	width: 178px;
	height: 37px;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(/images/Video/subscribe_exported.png);
	background-repeat: no-repeat;
	margin: 10px auto;	
}
#subscribe:hover {
	background-position:0 -37px;
}