/*

GasCo - Global Stylesheet
Handwritten by Oliver Coningham (AztecMedia.eu)
http://www.gasco-sw.co.uk/

*/

																					/* ------------ Toolbox ------------ */

.float-left { float: left; }
.float-right { float: right; }
.align-right { text-align: right; }
.cleared { clear: both; }
.hide { display: none; }
.smaller { font-size: 90%; }
.larger { font-size: 110%; }
.normal { font-weight: normal; }
.underline { text-decoration: underline; }

hr { display: none; }
strong { font-weight: bold; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


																					/* ------------ Defaults ------------ */

body {
	color: #b2b2b2;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em; 
	padding-bottom: 20px;
	}

#skip { 
	display: block;
	height: 100px;
	margin-top: -100px; 
	}

#ie6 { 
	display: none;
	}

#container { 
	background: url('../images/container-bg.png') repeat-y 0 0;
	margin: auto;
	padding: 0 22px;
	width: 960px;
	}
	
	
																					/* ------------ Branding ------------ */

#branding {
	height: 100px;
	padding: 0 20px;
	width: 920px; 
	}

#branding h1 a { 
	background: url('../images/gasco-south-west-limited.gif') no-repeat 0 0;
	display: block;
	float: left;
	height: 100px;
	text-indent: -25000px;
	width: 157px;
	}
	
#branding #feature { 
	float: left;
	height: 60px;
	margin: 20px 0 0 73px;
	width: 392px;
	}

#branding #subnav { 
	float: right;
	width: 262px;
	}

#branding #subnav ul { 
	float: right;
	margin-top: 23px;
	}

#branding #subnav ul li { 
	float: left;
	}

#branding #subnav ul a { 
	display: block;
	height: 12px;
	overflow: hidden;
	text-indent: -25000px;
	}

#branding #subnav ul a:hover { 
	background-position: 0 -12px;
	}

#subnav-home a { background: url('../images/subnav-home.gif') no-repeat 0 0; width: 28px; margin-right: 20px; }
#subnav-about a { background: url('../images/subnav-about.gif') no-repeat 0 0; width: 46px; margin-right: 20px;	}
#subnav-contact a { background: url('../images/subnav-contact.gif') no-repeat 0 0; width: 55px; margin-right: 20px;	}	
#subnav-login a { background: url('../images/subnav-login.gif') no-repeat 0 0; width: 73px; }	

#home #subnav-home a,
#about #subnav-about a,
#contact #subnav-contact a,
#login #subnav-login a { 
	background-position: 0 -12px;
	}
		
#branding #basket {
	float: left;
	}

#branding #basket p {
	float: left;
	}

#branding #btn-basket a { 
	background: url('../images/basket.gif') no-repeat 0 0;
	display: block;
	float: left;
	height: 24px;
	margin: 17px 10px 0 0;
	text-indent: -25000px;
	width: 26px;
	}

#branding #btn-basket a:hover { 
	background-position: 0 -24px;
	}

#branding #basket-total { 
	color: #fff;
	float: left;
	font-style: italic;
	font-weight: bold;
	margin-top: 21px;
	}

#branding #basket-total a { 
	color: #fff;
	text-decoration: none;
	}

#branding #basket-total a:hover { 
	color: #fff;
	text-decoration: underline;
	}
			
#branding form { 
	float: right;
	height: 24px;
	margin-top: 17px;
	overflow: hidden;
	width: 158px;
	}
	
#branding form legend { 
	display: none;
	}
	
#branding form #form-search-input { 
	background: url('../images/form-search-input-bg.gif') no-repeat 0 0;
	border: 0;
	float: left;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: 20px;
	padding: 4px 0 0 10px;
	width: 112px;
	}
	
#branding form #form-search-submit { 
	float: right;
	}
	
	
																					/* ------------ Slideshow ------------ */

#slideshow {
	height: 330px;
	position: relative;
	width: 960px; 
	}

#slideshow-content {
	height: 330px;
	width: 960px; 
	}
	
	
																					/* ------------ Navigation ------------ */

#nav {
	height: 30px;
	padding-left: 20px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 940px; 
	}
	
#nav li {
	float: left;
	}

#nav a {
	display: block;
	height: 30px;
	margin-right: 2px;
	text-indent: -25000px;
	width: 113px;
	}
	
#nav a:hover {
	background-position: 0 -30px;
	}
	
#showroom #nav-showroom a,
#gallery #nav-gallery a,
#testimonials #nav-testimonials a,
#fires #nav-fires a,
#fireplaces #nav-fireplaces a,
#gas #nav-gas a,
#offers #nav-offers a,
#outdoor #nav-outdoor a,
#online #nav-online a { 
	background-position: 0 -30px; 
	}
	
	
																					/* ------------ Customise ------------ */

#customise {
	background: url('../images/customise-bg.png') no-repeat 0 0;
	height: 70px;
	padding: 91px 0 0 10px;
	position: absolute;
	top: 0;
	right: -40px;
	width: 30px; 
	}
	
#customise a {
	display: block;
	height: 20px;
	margin-bottom: 10px;
	text-indent: -25000px;
	width: 20px; 
	}

#customise-gold { background: url('../images/customise-gold-bg.gif') no-repeat 0 0; }
#customise-purple { background: url('../images/customise-purple-bg.gif') no-repeat 0 0; }


																					/* ------------ Content ------------ */

#content {
	padding: 20px 20px 0 20px;
	width: 920px;
	}
	
#content h3,
#content h4 {
	font-style: italic;
	font-weight: bold;
	}
	
#content h3 {
	font-size: 130%;
	margin-bottom: 1em;
	}

#content h4 {
	margin-bottom: 1em;
	}

#content h4 strong {
	color: #b2b2b2;
	}

#content #product-info ul {
	list-style: disc outside;
	margin: 0 0 1em 35px;
	}
	
#content #product-info ol {
	list-style: decimal outside;
	margin: 0 0 1em 35px;
	}
	
#copy { 
	float: right;
	width: 450px;
	}
	
#copy-1 { 
	float: left;
	width: 450px;
	}

#copy-2 { 
	float: right;
	width: 450px;
	}

#copy-lrg { 
	float: right;
	width: 680px;
	}
	
#copy p,
#copy-lrg p,
#copy-1 p, 
#copy-2 p { 
	margin-bottom: 1.25em;
	}

#content .photo-left { 
	float: left;
	margin: 0 20px 0 0;
	position: relative;
	}
	
#content .photo-right { 
	float: right;
	margin: 0 0 0 20px;
	position: relative;
	}

#content .photo-left img,
#content .photo-right img { 
	float: left;
	}
	
#content .photo-top-left { 
	background: url('../images/photo-top-left.png') no-repeat 0 0;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	}
#content .photo-top-right { 
	background: url('../images/photo-top-right.png') no-repeat 0 0;
	height: 10px;
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	}
#content .photo-bottom-left { 
	background: url('../images/photo-bottom-left.png') no-repeat 0 0;
	height: 10px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	}
#content .photo-bottom-right { 
	background: url('../images/photo-bottom-right.png') no-repeat 0 0;
	height: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	}
	
#content .btn-more a { 
	display: block;
	float: right;
	height: 24px;
	text-indent: -25000px;
	width: 112px;
	}

#content .btn-more a:hover { 
	background-position: 0 -24px;
	}
	
	
																					/* ------------ Product Navigation ------------ */

#sidebar { 
	float: left;
	width: 220px;
	}

#sidebar #form-brand { 
	clear: both;
	float: left;
	height: 52px;
	margin-top: 20px;
	padding: 39px 0 0 20px;
	width: 200px;
	}

#sidebar #form-brand #reset-brand { 
	margin: 5px 0;
	}

#sidebar #form-brand a { 
	color: #fff;
	text-decoration: none;
	}

#sidebar #form-brand a:hover { 
	color: #fff;
	text-decoration: underline;
	}
				
#sidebar #form-brand #form-brand-type { 
	background: url('../images/form-brand-select-bg.png') no-repeat 0 50%;
	border: 0;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 3px 10px;
	width: 130px;
	}

#sidebar #form-brand #form-brand-submit { 
	background: none;
	border: 0;
	height: 24px;
	margin: 0;
	padding: 0;
	width: 49px;
	}
	
#productnav { 
	float: left;
	padding-top: 30px;
	width: 220px;
	}
	
#content #productnav a { 
	color: #fff;
	display: block;
	font-style: italic;
	font-weight: bold;
	height: 23px;
	margin-top: 1px;
	padding: 7px 0 0 44px;
	text-decoration: none;
	width: 176px;
	}

#content #productnav a:hover,
#content #productnav a.selected { 
	background-position: 0 -30px;
	text-decoration: none;
	}

#sidebar #btn-materials a { 
	clear: both;
	display: block;
	height: 108px;
	margin: 0;
	padding: 0;
	text-indent: -25000px;
	width: 220px;
	}

#sidebar #btn-materials a:hover { 
	background-position: 0 -108px;
	}


																					/* ------------ Footer ------------ */

#footer { 
	background: url('../images/footer-bg.png') no-repeat 0 0;
	color: #fff;
	margin: auto;
	padding: 20px 42px 0 42px;
	width: 920px;
	}
	
#footer a { 
	color: #fff;
	text-decoration: none;
	}
	
#footer a:hover { 
	color: #fff;
	text-decoration: underline;
	}
	
#footer #copyright { 
	float: left;
	margin-top: 13px;
	}
	
#footer #credit { 
	float: right;
	margin-top: 13px;
	}
	
#footer #socialmedia { 
	background: url('../images/socialmedia-bg.png') no-repeat 0 0;
	height: 34px;
	float: right;
	margin-left: 20px;
	padding: 10px 0 0 9px;
	width: 103px;
	}
	
#footer #socialmedia li { 
	float: left;
	}
	
#footer #socialmedia a { 
	display: block;
	height: 25px;
	margin-right: 8px;
	text-indent: -25000px;
	width: 26px;
	}
	
#footer #socialmedia a:hover { 
	background-position: 0 -25px;
	}
	
#socialmedia-facebook a { background: url('../images/socialmedia-facebook-bg.gif') no-repeat 0 0; }
#socialmedia-youtube a { background: url('../images/socialmedia-youtube-bg.gif') no-repeat 0 0; }
#socialmedia-twitter a { background: url('../images/socialmedia-twitter-bg.gif') no-repeat 0 0; }


																					/* ------------ Form ------------ */
																					
#content form div { 
	margin-bottom: 10px;
	}

#content form #product-images div,
#content form #toolbar,
#content form #toolbar div { 
	margin-bottom: 0;
	}

#content form label {
	display: block;
	float: left;
	padding-top: 3px;
	width: 100px;
	}
	
#content form input, 
#content form textarea {
	background: #fff url('../images/form-input-bg.gif') repeat-x 0 0;	
	border: 1px solid #fff;
	color: #222222;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	overflow: hidden;
	padding: 7px;
	vertical-align: middle;
	width: 280px;
	}

#content form .smaller {
	margin-left: 100px;
	}

#content form p {
	margin: 0 0 10px 100px;
	}

#login form .section {
	background: url("../images/section-bg.gif") repeat-x 0 0;
	margin-top: 10px;
	padding-top: 12px;
	width: 396px;
	}
						
#content form #submit,
#content form #register {
	border: none;
	float: right;
	height: auto;
	margin: 0 54px 0 0;
	padding: 0;
	width: auto;
	}
	
#content form #register {
	margin-bottom: -10px;
	margin-top: 10px;
	}
	

																					/* ------------ Pagination ------------ */
																					
#content #pagination { 
	height: 24px;
	margin-top: 4px;
	width: 680px;
	}
	
#content #pagination #btn-prev a { 
	display: block;
	float: left;
	height: 24px;
	text-indent: -25000px;
	width: 112px;
	}
	
#content #pagination #pages { 
	background: url("../images/pages-bg.gif") no-repeat 0 0;
	float: left;
	height: 24px;
	margin: 0 80px;
	padding-top: 4px;
	text-align: center;
	width: 296px;
	}

#content #pagination #pages a { 
	color: #b2b2b2;
	margin: 0 3px;
	text-decoration: none;
	}

#content #pagination #pages a:hover { 
	margin: 0 3px;
	text-decoration: underline;
	}

#content #pagination #pages a.selected { 
	font-weight: bold;
	}
					
#content #pagination #btn-next a { 
	display: block;
	float: left;
	height: 24px;
	text-indent: -25000px;
	width: 112px;
	}
	
#content #pagination #btn-next a:hover,
#content #pagination #btn-prev a:hover { 
	background-position: 0 -24px;
	}

#home_product_2, #home_product_3, #home_product_4, #home_product_5, #home_product_6, #home_product_7, #home_product_8 {
	display:none;
}

