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


#infotabs{
	width:558px;
	float:left;
	padding:0px 0px 12px 0px;
	}

	
	
/* TABBED NAVIGATION START ------------------------------------------------------------------*/


ul#tabnav_buttons {
	padding:0;
	margin:0;
	list-style: none;
	position:relative;
	float:left;
	}
	
ul#tabnav_buttons a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:80%;
	line-height:1.15em;
	font-weight:bold;
	text-decoration:none;
	color: #000000;
	display: block;
	}	
	
ul#tabnav_buttons a:hover {
	color:#e8d569;
	}	
	
ul#tabnav_buttons li {
	float: left;
	/*height:23px;*/
	text-align:center;
	}	
	
ul#tabnav_buttons li#testimonials{
	width:124px;
	height:33px;
	background-image:url(../images/btn-testimonials-active.gif);
	background-repeat:no-repeat;
	}	
	
ul#tabnav_buttons li#testimonials a:hover{
	width:124px;
	height:33px;
	background-image:url(../images/btn-testimonials-active.gif);
	background-repeat:no-repeat;
	}
	
ul#tabnav_buttons li#productspecs{
	width:177px;
	height:33px;
	background-image:url(../images/btn-productspecs-inactive.gif);
	background-repeat:no-repeat;
	}		
	
ul#tabnav_buttons li#productspecs a:hover{
	width:177px;
	height:33px;
	background-image:url(../images/btn-productspecs-active.gif);
	background-repeat:no-repeat;
	}
	
ul#tabnav_buttons li#productwarranty{
	width:144px;
	height:33px;
	background-image:url(../images/btn-productwarranty-inactive.gif);
	background-repeat:no-repeat;
	}	
	
ul#tabnav_buttons li#productwarranty a:hover{
	width:144px;
	height:33px;
	background-image:url(../images/btn-productwarranty-active.gif);
	background-repeat:no-repeat;
	}
	
ul#tabnav_buttons li#installation{
	width:113px;
	height:33px;
	background-image:url(../images/btn-installation-inactive.gif);
	background-repeat:no-repeat;
	}
	
ul#tabnav_buttons li#installation a:hover{
	width:113px;
	height:33px;
	background-image:url(../images/btn-installation-active.gif);
	background-repeat:no-repeat;
	}

/*  TABBED NAVIGATION END   ------------------------------------------------------------------ */



/*  DIV FLIP SECTIONS -------------------------------------->>>>>*/

/* TESTIMONIAL FLIP STUFF ------>>>*/
#testimonials_flip{
	width:555px;
	display:block;
	border:solid 1px #b1b1b1;
	float:left;
	*padding-top:10px;
	}

#testimonials_flip_text{
	width:150px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:12px;
	color:#363636;
	float:left;
	}
	
#testimonials_flip_images{
	float:right;
	padding:12px;
	*padding:6px;
	}
	
#testimonials_flip_buttons ul{
	list-style:none;
	width: 171px;
	height: 22px;
	margin:0;
	padding:10px 0px 12px 0px;
	}

#testimonials_flip_buttons li{
    list-style: none;
	float:left;
	text-align: center;
	}
	
	
#testimonials_flip_buttons li a{
	text-decoration: none;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	float:left;	
	background: url(../images/btn-states-testimonial-flip.gif) no-repeat;
	}	
	
li#more a{
	width:54px;
	height:22px;
	background-position:0 0;
	}
	
li#submityourown a{
	width:117px;
	height:22px;
	background-position:-54px 0;
	}
	
li#more a:hover{
	width:54px;
	height:22px;
	background-position:0 -22px;
	}
	
li#submityourown a:hover{
	width:117px;
	height:22px;
	background-position:-54px -22px;
	}
	
/* PRODUCT SPECIFICATION FLIP STUFF ------>>>*/
#productspecs_flip{
	margin-top:33px;
	padding:0px 12px 12px 12px;
	border:solid 1px #888888;
	display:none;
	}
	
#productspecs_flip_content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#363636;
	}
	
#productspecs_flip_content h4{
	font-size:14px;
	padding:0;
	margin:0;
	}

/* PRODUCT WARRANTY FLIP STUFF ------>>>*/	
#productwarranty_flip{
	margin-top:33px;
	padding:0px 12px 12px 12px;
	border:solid 1px #b1b1b1;
	display:none;
	}
	
#productwarranty_flip_content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#363636;
	}
	
#productwarranty_flip_content a{
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#0072bc;
	}
	
#productwarranty_flip_content a:hover{
	color:#eb7223;
	}
	
/* INSTALLATION FLIP STUFF ------>>>*/
#installation_flip{
	margin-top:33px;
	padding:0px 12px 12px 12px;
	border:solid 1px #b1b1b1;
	display:none;
	}
	
#installation_flip_content{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#363636;
	}
	
#installation_flip_content a{
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	color:#0072bc;
	}
	
#installation_flip_content a:hover{
	color:#eb7223;
	}




