@charset "utf-8";

.carousel {
    position: relative;
    visibility: hidden;
    left: -5000px;
	float:left;
}

* { margin: 0; padding: 0; }
body { margin: 0; padding: 0; overflow: -moz-scrollbars-vertical; overflow-y: scroll; overflow-x: hidden;}

li { list-style-type:none; line-height:14px; }



.basic  {
	width: 650px;
	font-family: verdana;
	border: 0px solid black;
	background-image:url(../images/content_bg2.png);
}
.content {
	padding-top:10px;
	padding-bottom:10px;
}
.content p {
	margin-bottom : 0px;
	border: none;
	text-decoration: none;
	color:#333333;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left:10px;
	margin-left:10px;
	padding-right:20px;
}
.basic a {
	cursor:pointer;
	display:block;
	padding:7px;
	margin:0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	color: #999999;
	background-image: url("../images/tab_bg.png");
	background-repeat:no-repeat;
	border: 1px solid #CCCC66;
	border-bottom:0px;
}
.basic a:hover {
	color: #FFFFFF;
	background-color:#333333;
	background-image:none;
}
.basic a.selected {
	color: #FFFFFF;
	background-image: url("../images/tab_bg_selected.png");
	background-repeat:no-repeat;
	font-style:italic;
}




#banner {
	width:100%; height:120px; background-image:url(../images/bg_banner.png); background-repeat:repeat-x; margin-bottom:-40px; z-index:100; position:relative;
}
#main_image_shift {
	margin-bottom:-600px; z-index:1;
}
#container {
	background-image:url(../images/bg_body.png); background-position:bottom; background-repeat:no-repeat; /*z-index:50; position:relative;*/
}
#main {
	width:950px; padding-top:20px; position:relative; z-index:80;
}
#inspiration, #feedback, #quote {
	margin:5px; margin-right:10px;
}
#inspiration {
	margin:5px; margin-right:10px; margin-left:0px;
}
#products {
	background-image:url(../images/bg_product.png); background-repeat:no-repeat; height:125px; width:950px;
}
#product_title {
	font-family:Georgia, 'Times New Roman', Times, serif; font-size:16px; color:#cccc66; margin-right:20px;
}
#p, #h, #ac, #fp {
	padding-right:10px;
}
#towns {
	font-family:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold; color:#333333;
}
#show_img {
	margin-right:0px; border:1px solid #ffffff;
}
#gp_text {
	color:#990000; font-family:Georgia, 'Times New Roman', Times, serif; font-size:14px; font-weight:bold;
}
.img_link {
	text-decoration:underline; color:#FFFFFF; font-size:12px; font-weight:bold;
}
#savings_content {
	color:#FFFFFF; padding:10px; padding-left:20px; padding-right:20px; font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:20px;
}
#savings_content_dl {
	color:#CCCCCC; padding:10px; padding-left:20px; padding-right:20px; padding-top:0px; font-family:Arial, Helvetica, sans-serif; font-size:11px;
}
#ft_bg {
	background-color:#333333; background-image:url(../images/ft_tryout.gif); background-repeat:no-repeat; background-position:right; border:1px solid #FFFFFF; border-left:0px;
}
#wc_bg {
	background-image:url(../images/bg_wc.gif); background-repeat:no-repeat; border:1px solid #FFFFFF; border-right:0px;
}
#side_title {
	margin:10px; text-align:center; color:#CCCC66; font-family:century gothic; font-size:16px;
}
#side_bullets {
	color:#FFFFFF; letter-spacing:20px; font-size:10px; margin-top:15px;
}
#side_content {
	margin:30px; margin-top:10px; margin-bottom:0px; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#FFFFFF;
}
.ft_title {
	color:#FFFFFF; font-weight:bold; margin:10px; margin-bottom:20px; font-family:"Times New Roman", Times, serif;
}
.content_header {
	color:#990000; font-size:14px; font-family:Georgia, 'Times New Roman', Times, serif; padding-top: 10px; padding-bottom: 5px;	padding-left:10px; margin-left:10px; padding-right:20px;	border-left:0px solid #CCCC66; background-image:none;
}
#ir {
	margin-right:20px;
}








/*------------------------------------------Gallery Styles-----------------------------------------*/

#motioncontainer {
/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
width: 850px; /* Set to gallery width, in px or percentage */
height: 80px; /* Set to gallery height */
margin-left:0px;
}

#motioncontainer a img {
border-bottom: 0px solid #FFFFFF; /* Set image border color */
}

#motioncontainer a:hover img {
border-bottom: 0px solid #990000; /* Set image border hover color */
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; /* Stop Editing Gallery Styles */
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */




/*--------------------------------------------------------Tab styles-----------------------------------*/


/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}




/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:35px;
	width:650px;
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;
	border-bottom:2px solid #990000;	 	
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
	float:left;
	font-size:12px;
	display:block;
	padding:7px 12px;	
	text-decoration:none;
	border:0px solid #CCCC66;
	background-color:#333333;
	color:#999999;
	margin-right:6px;
	position:relative;
	top:1px;
	-moz-border-radius: 5px;
	
}

ul.css-tabs a:hover {
	color:#FFFFFF;
}
	
/* selected tab */
ul.css-tabs a.current {
	border:0px;
	border-bottom:6px solid #990000;	
	color:#FFFFFF;
	padding:7px 12px;
	cursor:default;
	background-image:url(../images/tab_selected.png);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#990000;
	-moz-border-radius: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
}

	
/* tab pane */
div.css-panes div {
	display:none;
	border-top:0px solid #666;
	border-width:0 0px 0px 0px;
	height:400px;
	padding:0px 0px;
	color:#000000;
	width:650px;	
}










/*---------------------Overlay Styles----------------------------------------*/

/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(../images/white.png);
	
	/* dimensions after the growing animation finishes  */
		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	
}

/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url(../images/close.png);
	position:absolute;
	right:-25px;
	top:-25px;
	cursor:pointer;
	height:35px;
	width:35px;
}


/* black */
div.overlay.black {
	background:url(../images/transparent.png) no-repeat !important;
	color:#fff;
}

/* petrol */
div.overlay.petrol {
	background:url(../images/petrol.png) no-repeat !important;
	color:#fff;
}

div.black h2, div.petrol h2 {
	color:#ddd;		
}



<!--Tooltip Styles------------------------------------------------------->
<!-- tooltip trigger styling -->
#trigger {
	/* width:118px !important; */
	position:relative;	
}

div.tooltip {
	font-size:10px;		
}

div.tooltip {
	background:transparent url(../images/black_arrow_big.png) no-repeat scroll 0 0;
	font-size:12px;
	height:153px;
	padding:30px;
	padding-bottom:25px;
	width:310px;
	display:none;
	color:#fff;
}