@charset "utf-8";
/* CSS Document */

/*
Table of Contents
	- general and resets
	- general layout
	- content styles
	- menu styles (main menu, site map, footer)
	
Colours:
	- orange: #f7941d
*/


body{
	margin:0;
	background-image:url(../images/background.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#555555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	}
a:link, a:active, a:visited{
	color:#f7941d;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}
	
form, p, h1, h2{
	margin:0;
	padding:0;
	}
img{
	border:0;
	}
h1{
	padding:14px 0;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	}
h1.two{
	padding-top:0;
	}
h1.three{
	text-transform:none;}
h2{
	padding:14px 0 3px 0;
	font-size:14px;
	font-weight:bold;
	}

.clear{
	clear:both
	}
input, textarea{
	margin-top:4px;
	padding:2px;
	border:1px solid #000000;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#00000;
	}
.error{
	color:#f26522;
	font-weight:normal;
	}
.notification{
	color:#fda46e;
	font-weight:normal;
	}
img.fleft{
	float:left;
	margin:3px 6px 3px 0;
	}
img.fright{
	float:right;
	margin:3px 0 3px 6px;
	}

/* general layout */

#container{
	width:900px;
	margin:auto;
	}

#header{
	border-bottom:1px solid #f7941d;
	}
#logo{
	height:60px; 
	padding:12px 0 0 47px;
	background-image:url(../images/background-logo.gif);
	background-repeat:repeat-x;
	background-position:top;
	border:1px solid #000000;
	border-bottom:0
	}
#phone{
	background-image:url(../images/background-ph.gif);
	background-repeat:repeat;
	height:32px;
	padding-top:3px;
	font-size:16px;
	font-weight:bold;
	color:#9d9d9d;
	text-align:center;
	text-transform:uppercase;
	letter-spacing:1px;
	}
#phone img.left{
	padding:0 15px;
	}
	
.flash{
	height:220px;
	background-color:#aeaeae;
	border-bottom:1px solid #f7941d;
	}
	
/* content */

#content{
	padding:0 0 20px 45px;
	background-image:url(../images/background-content.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#000000;
	border:1px solid #000000;
	}
.content-left{
	width:531px;
	float:left;
	text-align:justify;
	}
.content-right{
	width:275px;
	margin-left:45px;
	float:right;
	}
img.padding{
	padding:0 9px;
	}
	
span.question{
	padding-left:15px;
	background-image:url(../images/q.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	display:block;
	}
span.answer{
	margin: 7px 0 15px 0;
	padding-left:15px;
	background-image:url(../images/a.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	display:block;
	}
a.point{
	margin:7px 0 15px 0;
	padding-left:15px;
	background-image:url(../images/arrow.gif);
	background-repeat:no-repeat;
	background-position:0 3px;
	display:block;
	}
table.contact{
	margin-top:10px;

	}
.contact th{
	font-weight:normal;
	text-align:left;
	padding: 2px;
	}
.info-packimg{
	text-align:center;
	margin-top:50px;
	margin-bottom:10px;}

#links p{
	margin-bottom:6px;
	}
ul.nopadding{
	padding-left:0;
	margin-left:0;
	}
table.testimonials td{
	padding:5px 10px;
	vertical-align:top;
	}
.testimonials img{
	float:right;
	margin:3px 0 0 3px;}

/*** menus ***/

/* main menu */

#menu{
	height:37px;
	background-color:#000000;
	padding:0 0 1px 1px;
	text-transform:uppercase;
	font-size:10px;
	}
#menu a:link, #menu a:active, #menu a:visited{
	color:#959595;
	}
#menu a:hover{
	color:#ffffff;
	text-decoration:none;
	}
#menu span{
	display:none;
	}

#menu ul{
	margin:0;
	padding:0;
	list-style:none;
	}
#menu li{
	float:left;
	}

#menu a{
	height:37px;
	margin-right:1px;
	background-position:left;
	display:block;
	}
#menu a:hover{
	background-position:right;
	}
#menu a.home{
	background-image:url(../images/menu-home.gif);
	width:68px;
	}
#menu a.consumer{
	background-image:url(../images/menu-consumer.gif);
	width:107px;
	}
#menu a.commercial{
	background-image:url(../images/menu-commercial.gif);
	width:121px;
	}
#menu a.locatedealer{
	background-image:url(../images/menu-locate-dealer.gif);
	width:157px;
	}
#menu a.buyersguide{
	background-image:url(../images/menu-buyers-guide.gif);
	width:134px;
	}
#menu a.videos{
	background-image:url(../images/menu-videos.gif);
	width:82px;
	}
#menu a.aboutus{
	background-image:url(../images/menu-about-us.gif);
	width:104px;
	}
#menu a.contactus{
	background-image:url(../images/menu-contact-us.gif);
	width:118px;
	}
 /* drop down menu */
#menu li ul a{
	height:20px;
	}
#menu li ul{
	width:267px;
	border-top:1px solid #000000;
	position:absolute;
	display:none;
	}
#menu li:hover ul, #menu li.sfhover ul{
	background-color:#252525;
	display:block;
	}
#menu li li{
	padding:0 10px;
	border: 1px solid #000000;
	border-top: 0;
	float:none;
	line-height:20px;
	}

/* site map */
#sitemap{
	padding-right:10px;
	line-height:20px;
	font-size:11px;
	color:#707070;
	text-align:right;
	}
#sitemap a:link, #sitemap a:active, #sitemap a:visited{
	color:#707070;
	}
#sitemap a:hover{
	color:#000000;
	text-decoration:none;
	}
	
#sitemap em, #footer em{
	padding:0 10px;
	}

/* footer */	
#footer{
	background-image:url(../images/background-footer.gif);
	background-repeat:repeat-x;
	font-size:11px;
	color:#898989;
	text-align:center;
	line-height:20px;
	}
#footer a:link, #footer a:active, #footer a:visited{
	color:#898989;
	}
#footer a:hover{
	color:#f7941d;
	text-decoration:none;
	}