/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

body, html {
	min-height: 101%;
}

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../../images/misc/bodyBg.png) center repeat-y #e2e2e2;
	margin: 0px;
}

a:link, a:visited, a:focus {
	color: #f59000;
	text-decoration: underline;
	outline: none;
}

a:hover, a:active {
	color: #000;
	text-decoration: underline;
}

a img {
	border: none;
}

h1, h2, h3 {
	font-size: 2.3em;
	font-weight: normal;
	color: #f59000;
}
		

h2 {
	font-size: 1.6em;
}


h3 {
	font-size: 1.3em;
}


/* Container Styles
--------------------------------------------------------------- */

#outerContainer {
	width: 100%;
	float: left;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 1.2em;
	background: url(../../images/misc/containerBg.jpg);
}

	body#special-offers #container {
		background: none;
	}
	
	#contentContainer {
		width: 940px;
		background: url(../../images/misc/contentContainerBg.jpg) bottom right no-repeat;
		padding: 0px 10px 30px 10px;
		overflow: auto;
	}
	
	body.composite-b #contentContainer, body.composite #contentContainer {
		background: url(../../images/misc/composite-contentContainerBg.jpg) bottom right no-repeat #fff;
	}
	
/* Special Offers Page Styles
--------------------------------------------------------------- */	

			body#special-offers #main {
				width: 940px;
				border-top: 160px solid #fff;
			}
			
				body#special-offers div.special-offer {
					padding: 20px 0 50px 0;
					clear: both;
					border-bottom: 1px solid #eee;
				}	
				
				body#special-offers img.specialImg {
					float: right;
					padding: 0px 20px 0px 30px;
				}					
				
	#special-offers h2 {
		margin: 0px 0 20px 0;
		color: #333;
		font-size: 1.7em;
	}
	
	#special-offers h3 {
		margin: 0px 0 20px 0;
		color: #F59000;
		font-size: 2em;
		font-style: italic;
	}
	
		body#special-offers #contentContainer {
			background: none;
			padding: 0px 10px 0px 10px;
		}
		
								
		
/* DOUBLE GLAZING TEST PAGE STYLES
--------------------------------------------------------------- */	

.double-glazing #container {
	background: none;
}

.double-glazing #contentContainer {
	background: url(../../images/misc/composite-contentContainerBg.jpg) bottom right no-repeat #fff;
}

.windowsSN {
	position: absolute;
	top: 140px;
	left: 10px;
	width: 900px;
	height: 66px;
	background: url(../../images/misc/windowsSNBg.jpg) top left no-repeat;
	padding: 8px 0px 0px 40px;
}

	.windowsSN li {
		float: left;
		width: 180px;
		list-style: none;
	}
	
		.windowsSN li a {
			float: left;
			width: 160px;
			margin: 0px 0px;
			padding: 7px 0px;
			text-decoration: none;
			font-weight: bold;
			color: #000;
		}
		
			.windowsSN li a:hover {
				color: #fff;
			}
		
.double-glazing #mainImgProducts {
	display: none;
}

.double-glazing #main {
	width: 940px;
	position: relative;
	padding-top: 650px
}

	.double-glazing #productMain2 {
		width: 400px;
		float: left;
		padding-top: 0px;		
	}
	
		.double-glazing #main h1 {
			color: #2c2e5e;
			font-weight: normal;
		}
		
	.double-glazing #main .windowGuarantee {
		float: left;
		background: #e4e4e4;
		border-radius: 10px;
		margin: 10px 0px;
		padding: 15px 20px;
	}
	
		.windowGuarantee h2 {
			color: #383a67;
			font-weight: bold;
			font-size: 2.0em;
		}
		
			#main #productMain2 p {
				line-height: 1.6em;
			}
			
			a.areasCovered-a {
				float: left;
				background:url(../../images/misc/areasCoveredBg.jpg) top left no-repeat;
				width: 362px;
				height: 49px;
				color: #fff;
				font-size: 1.4em;
				font-weight: bold;
				text-decoration: none;;
				padding: 25px 0px 0px 40px;
				margin: 30px 0px 0px 0px;
				cursor: pointer;				
			}
			
				a.areasCovered-a:hover {
					color: #000;
				}
				
			#main #productMain2 ul.areasCovered {
				float: left;
				width: 540px;
				clear: both;
				background: #eee;
				border: 1px solid #dedede;
				margin: 15px 0px;
				padding: 10px 30px;
				border-radius: 10px;
				display: none;				
			}
			
				#main #productMain2 ul.areasCovered li {
					float: left;
					width: 135px;
					padding: 5px 0px;
					margin: 0px;
				}
		
			#main #productMain2 .windowGuarantee ul {
				float: left;
				padding: 0px;
				margin: 0px;
			}
		
				#main #productMain2 .windowGuarantee ul li {
					float: left;
					margin: 5px 0px;
					list-style: none;
					background: url(../../images/misc/windowGuaranteeTick.jpg) center left no-repeat;
					padding: 8px 0px 8px 50px;
				}
			
	.double-glazing #main #sidebar {
		float: right;
		width: 500px;
		border-top: 500px;
		background: none;
	}
	
		.double-glazing #main #sidebar ul li {
			float: left;			
			list-style: none;
		}
		
			.double-glazing #main #sidebar ul li a {
				float: left;
				position: relative;
				width: 495px;
				background: #e4e4e4;
				border-radius: 10px;
				margin: 5px 0px;
				padding: 0px 5px 0px 0px;
				color: #000;
				text-decoration: none;
				font-size: 1.1em;
				line-height: 1.3em;
			}
			
				.double-glazing #main #sidebar ul li a img {
					float: left;
					padding: 8px 10px 8px 8px;
				}
				
				.double-glazing #main #sidebar ul li a span {
					display: block;
					padding: 10px 0px 5px 0px;
					font-weight: bold;					
					font-size: 1.4em;
					color: #2c2e5e;
				}
				
				.double-glazing #main #sidebar ul li a span.readMore {
					position: absolute;
					top:0px;
					right:0px;
					background:url(../../images/misc/readMoreBg.jpg) top left no-repeat;
					width: 81px;
					height: 28px;
					color: #fff;
					font-size: 1.0em;
					padding: 4px 0px 0px 9px;
					margin: 0px;
				}
				
					.double-glazing #main #sidebar ul li a:hover span.readMore {
						color: #000;
					}
		
.double-glazing .mainRunner {
	position: absolute;
	top:210px;
	left:10px;
	width: 940px;
	height: 415px;
	border-bottom: 1px solid #eee;
}

	.mainRunner ul.ctaOptions {
		position: absolute;
		bottom: 18px;
		left: 0px;
		width: 940px;
	}
	
		.mainRunner ul.ctaOptions li {
			float: left;
			list-style: none;
		}
		
			.mainRunner ul.ctaOptions li a {
				float: left;
				width: 207px;
				height: 48px;
				margin: 0px 1px;
				text-decoration: none;
				text-align: center;
				font-size: 1.7em;
				font-weight: bold;
				letter-spacing: -1px;
				padding: 20px 0px 0px 0px;
			}
			
			.mainRunner ul.ctaOptions li a.requestBrochure-a {
				background: url(../../images/misc/requestBrochureBg.jpg) top left no-repeat;
			}
			
			.mainRunner ul.ctaOptions li a.requestCallBack-a {
				background: url(../../images/misc/requestCallBackBg.jpg) top left no-repeat;
				color: #2c2e5d;
			}
			
			.mainRunner ul.ctaOptions li a.specialOffers-a {
				background: url(../../images/misc/specialOffersBg.jpg) top left no-repeat;
				width: 520px;
				color: #fff;
			}
			
			.mainRunner ul.ctaOptions li a:hover {
				color: #666;
			}
			
/* TEST PAGE STYLES
--------------------------------------------------------------- */	

	body#upvc-windows-a #container,
	body#upvc-doors-a #container,
	body#upvc-conservatory-a #container {
		background: none;
	}

	#upvc-windows-a #main,
	#upvc-doors-a #main,
	#upvc-conservatory-a #main {
		padding-top: 1000px;
		width: 940px;
	}
	
	#upvc-windows-a #contentContainer,
	#upvc-doors-a #contentContainer,
	#upvc-conservatory-a #contentContainer {
		background: url(../../images/misc/contentContainerWhiteBg.jpg) bottom right no-repeat;
	}
	
	#main .colLeft {
		width: 435px;
		float: left;
		padding: 0px 20px;
	}
	
	#main .colRight {
		width: 465px;
		float: left;
	}
	
#guaranteeList {
	background: #f49100;
	width: 420px;
	padding: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px 0px 15px 0px;
}

	#guaranteeList h2 {
		color: #ffffff;
		font-size: 2.2em;
	}

		#guaranteeList ul li {
			background: url(../../images/misc/orangeTick.jpg) no-repeat left center;
			padding: 10px 0px 10px 30px;	
			list-style: none;
			font-size: 1.3em;
			color: #ffffff;
		}
	
#planningCta {
	width: 420px;
	padding: 20px;	
	background: #f3f3f3;
	height: 100px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;	
	position: relative;
}	
		
	#planningCta h2 {
		font-size: 2.2em;
	}
	
	#planningCta a {
		position: absolute;
		right: 20px;
		bottom: 10px;		
	}	
		
#areasContainer {
	float: left;
	margin: 100px 0px 50px 17px;	
	display: inline;
}

a#areasCta {
	cursor: pointer;
}
	
#areasDropdown {
	width: 605px;
	margin: 0px 0px 40px 0px;
	display: none;
	background: #F9F9F9;
	padding: 10px 20px;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-o-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	float: left;
}

	#areasDropdown li {
		list-style: none;
		font-size: 1.2em;
		float: left;
		margin: 7px 17px 7px 0px;
		display: inline-block;
		color: #999;
	}
		
img#bottomLogos {
	padding-top: 20px;
}
		
#midrunner {
	width: 700px;
	height: 301px;
	z-index: 10;
	position: absolute;
	top: 149px;
	left: 10px;		
}		
		
	#upvc-doors-a #midrunner {
		background: url(../../images/upvc-doors-a/main.jpg) no-repeat;		
	}	
	
	#upvc-windows-a #midrunner {
		background: url(../../images/upvc-windows-a/main.jpg) no-repeat;		
	}
	
	#upvc-conservatory-a #midrunner {
		background: url(../../images/upvc-conservatory-a/main.jpg) no-repeat;		
	}							
		
	#midrunner .textContainer {
		position: absolute;
		top: 220px;
		left: 53px;
	}
		
		#midrunner .textContainer h2 {
			padding-bottom: 2px;
			font-size: 2.2em;
			color: #ffffff;
		}
				
	#midrunner .textContainer p {
		color: #ffffff;
		font-weight: bold;
		padding-right: 15px;
		font-size: 1.2em;
	}
	
	#midrunner .textContainer p.title {
		color: #f59000;
	}
		
		.buckets {
			position: absolute;
			top: 480px;
			left: 10px;	
		}
		
	.buckets .bucket {
		background: url(../../images/misc/bucketBg.jpg) no-repeat;
		float: left;
		height: 232px;
		width: 215px;
		margin: 0px 12px 12px 0px;
		display: inline;
		padding: 10px 0px 0px 10px;
		position: relative;
	}
	
		.buckets .bucket h2 {
			font-size: 1.4em;
			margin: 8px 0px;
		}
		
		.buckets .bucket p {
			padding-right: 8px;
		}		
		
			.buckets .bucket h2 a {
				text-decoration: none;
			}
									
		.buckets .bucket .findoutBtn {
			position: absolute;
			bottom: 12px;
			right: 10px;	
		}
		
		.buckets #doorBuilder-a {
			background: url(../../images/misc/doorBuilderCta.jpg) no-repeat;
			height: 240px;
			width: 463px;	
			float: left;
			position: relative;	
		}
		
			.buckets #doorBuilder-a p {
				position: absolute;
				left: 30px;
				bottom: 25px;
				color: #ffffff;
				font-size: 1.2em;
				width: 300px;
			}
			
			.buckets #doorBuilder-a h2 {
				position: absolute;
				left: 30px;
				bottom: 75px;
				color: #ffffff;
				font-size: 1.8em;
				font-weight: bold;
			}	
			
			.buckets #doorBuilder-a a {
				position: absolute;
				right: 30px;
				bottom: 25px;
				color: #ffffff;
				font-size: 1.8em;
				font-weight: bold;
			}									
				
#sidebar-a {
	width: 230px;
	position: absolute;
	top: 150px;
	right: 15px;
}

	#sidebar-a a.tradeCta {
		background: url(../../images/misc/tradeCta.jpg) no-repeat;
		height: 97px;
		width: 196px;
		position: relative;
		float: right;
		font-size: 1.8em;
		color: #ffffff;
		font-weight: bold;
		text-align: right;
		line-height: 1em;
		padding: 30px 25px 0px 0px;
		text-decoration: none;
	}
	
			#sidebar-a a.tradeCta span {
				font-size: 2.8em;
				display: block;
				padding-bottom: 14px;
			}
			
	#sidebar-a #buttonCtas {
		background: url(../../images/misc/ctaBg.jpg) no-repeat;
		float: right;
		height: 165px;
		width: 221px;
		margin-top: 10px;
		display: inline;
	}
	
		#sidebar-a #buttonCtas a {
			margin: 6px 0px 0px 8px;
			float: left;
			display: inline;
		}
		
/* Accordion STYLES --------------------------------------------------------------- */	

ul#accordion-slider{
	 margin: 0;
	 padding: 10px 0px 0px 0px;
	 list-style: none;
	 position: relative;
	}
	
	ul#accordion-slider li{
		 display: block;
		 overflow: hidden;
		 padding: 0;
		 float: left;
		 width: 230px;
		 height: 300px;
		}	
		
		ul#accordion-slide li img {
			padding: 0px;
			margin: 0px;
			width: 530px;
			height: 300px;
		}
		
/* Main Styles
--------------------------------------------------------------- */

		#main {
			float: left;
			width: 690px;
		}
		
			body.composite-b #main #productMain2, body.composite #main #productMain2 {
				padding-top:160px;
				float:right;
			}
			
			.divider {
				width:523px;
				height:5px;
				background:#FF6600;
				float:left;
				margin:15px 0px 17px 0px;
			}
			
			body.composite-b #main {
				width:930px;
			}
			
			body.composite #main {
				width:770px;
			}
		
			#index #main {
				border-top: 800px solid #fff;
			}
			
			#contact #main,
			#request #main {
				border-top: 150px solid #fff;
			}
			
			#about #main,
			#finance #main,
			#guarantee #main,
			#showrooms #main,
			#news #main {
				border-top: 360px solid #fff;
			}
		
			#main .mainCopy {
				padding: 10px 20px;
			}
		
			#main p {
				margin: 10px 0px 10px 0px;
				font-size: 1.2em;
				line-height: 20px;
			}
			
			#main ul li span {font-size:0.8em;	}
			
				#main #productMain2 ul li,
				#main #productMain3 ul li{
					margin: 10px 0px 10px 30px;
					font-size: 1.2em;
					line-height: 22px;
					color: #003366;
				}
				
			#mainImg, #mainImgProducts {
				z-index: 10;
				position: absolute;
				top: 149px;
				left: 10px;
			}
			
				#mainImgProducts {
					left: 240px;
				}
				
			#main .mainCopy p.date {
				background:  url(../../images/misc/newsdateBg.jpg) left center repeat-x;
				display: block;
				color: #f59000;
			}
			
				#main .mainCopy p.date span {
					background: #fff;
					padding: 0px 7px 0px 0px;
				}
				
			#main p.coloured-bg {
				background: #eee;
				}	
				
			#main h2 a,
			#indexBucketsContainer h2 a {
				text-decoration: none;
				color: #f59000;
			}
			
				#main h2 a:hover,
				#indexBucketsContainer h2 a:hover {
					text-decoration: underline;
				}
			
		#main .ticks li, #main .pdf li {
			font-size: 1.2em;
			color: #003366;
			list-style: none;
			padding: 6px 0px 6px 30px;
			background: url(../../images/misc/tick.jpg) left center no-repeat;
		}
		
			#main .pdf li {
				background: none;
				padding: 0px;
			}
		
			#main .pdf li a {
				background: url(../../images/misc/pdf.jpg) left center no-repeat;
				padding: 13px 0px 13px 70px;
				display: block;
			}
				
		#googleMap {
			width: 340px;
			float: right;
			background: #eee;
			height: 250px;
			margin: 15px 0px 0px 0px;
		}
		
		#indexLocations {
			background: url(../../images/misc/indexLocationsBg.jpg);
			overflow: auto;
			margin: 10px 0px 0px 0px;
			float: left;
			padding: 15px 25px;
			width: 609px;
			height: 270px;
		}
		
			#indexLocations ul {
				width: 145px;
				list-style: none;
				float: left;
			}
			
				#indexLocations ul li {
					padding: 2px 0px ;
				}
			
				#indexLocations ul li.region,
				#indexLocations h3 {
					font-weight: bold;
					margin-top: 10px;
					color: #f59000;
					font-size: 1.1em;
				}
				
#main .mainCopy p.greyBackground {
	font-size:1.0em;
	background: #eee;
	padding:5px;
	border:1px solid #ddd;
}

	#main .mainCopy ul {
		padding:5px 0px 5px 35px;
	}

	#main .mainCopy ul li {
		padding:3px 0px;
		font-size:1.2em;
	}
	
	#main img.sticker {
		float: left;
		padding: 0px 30px 30px 5px;	
	}
	
/* Slideshow Styles
--------------------------------------------------------------- */

#slideshow {
	width: 645px;
	position: absolute;
	top: 150px;
	left: 11px;
	padding: 5px;
	background: #ebeff0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
}

	#slideshow a.specialOffer {
		width: 190px;
		height: 190px;
		position: absolute;
		top: 20px;
		left: 10px;
		z-index: 50;
	}
	
	#slideshow a.sliderImg {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 645px;
		height: 240px;
	}	

	#slideshow ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 1%; /* IE fix */
	}
	
	#slideshow ul:after {
		content: ".";
		clear: both;
		display: block;
		height: 0;
		visibility: hidden;
	}
	
	#slideshow .textContainer {
		position: absolute;
		top: 242px;
		left: 15px;
		padding-right: 10px;
	}

		#slideshow .textContainer p.title {
			font-size: 1.4em;
			padding-bottom: 3px;
		}
		
		#slideshow .slides ul li#indexSlide {
			background: url(../../images/slideshow/index1.jpg) no-repeat;	
		}					

		#slideshow .slides ul li#conservatoriesSlide {
			background: url(../../images/slideshow/index2.jpg) no-repeat;	
		}
		
		#slideshow .slides ul li#doorsSlide {
			background: url(../../images/slideshow/index3.jpg) no-repeat;	
		}
		
		#slideshow .slides ul li#windowsSlide {
			background: url(../../images/slideshow/index4.jpg) no-repeat;	
		}	            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */

	#slideshow .slides {
		overflow: hidden;
		width: 645px;
	}
	
		#slideshow .slides ul {
			width: 2580px; /* Full width of combined slides */
		}
		
		#slideshow .slides li {
			float: left;
			width: 645px;
			height: 304px;
		}
	
		#slideshow .slides h2 {
			margin-top: 0;
		}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */

	#slideshow .slides-nav {
		background-color: #ddd;
		border-top: 2px solid #ccc;
	}
	
		#slideshow .slides-nav li {
			float: left;
			border-right: #CCC solid 1px;
		}
		
		#slideshow .slides-nav li.last {
			float: left;
			border: none;
		}
			
			#slideshow .slides-nav li a {
				display: block;
				padding: 12px 53px 8px 52px;
				outline: none;
			}
	
			.js #slideshow .slides-nav li.on,
			.js #slideshow .slides-nav li.on a {
				background-color: #ebeff0;
			}
	
			.js #slideshow .slides-nav li.on a {
				position: relative;
				top: -4px;
			}
	
/* Composite Doors Tabbed Content Styles
--------------------------------------------------------------- */

#tabbed-content {
	margin-bottom:300px;
	margin-top:20px;
	float:left;
	position:relative;
}

.composite #tabbed-content {
	margin:0px 0px 50px 0px;
}

#tabbed-content ul {
	float:left;
	width:157px;
}

	#tabbed-content ul li {
		list-style:none;
		float:left;
		margin-top:0px;
		display:inline;
	}
	
		#tabbed-content ul li a.tab-a {
			background:#acabab;
			padding:2px 10px;
			text-align:right;
			width:137px;
			float:left;
			color:#fff;
			text-decoration:none;
			font-weight:bold;
			margin-top:-9px;
			margin-left:-30px;
		}
		
		#tabbed-content ul li a.selected {
			background:url(../../images/misc/tabs-on.jpg) right no-repeat #fc9d0a;
			width:140px;
			position:relative;
			z-index:100;
			padding-right:25px;
			float:left;
		}
		
.tab-panel {
	float:right;
	padding:15px;
	width:490px;
	border:1px solid #ccc;
	margin-left:8px;
	min-height:520px;
	position:relative;
}

body.composite .tab-panel {
	width:320px;
}

.tab-panel .orange-p {
	color:#e18500;
	font-weight:bold;
}

	.tab-panel ul {
		float:left;
		margin-left:-27px;
	}

	.tab-panel ul li {
		width:290px;
		background:url(../../images/misc/tick.jpg) top left no-repeat;
		padding-left:32px;
	}
	
.colours-vert {
	position:absolute;
	top:190px;
	left:0px;
}

	
/* Index Buckets
--------------------------------------------------------------- */	
	
#indexBucketsContainer {
	z-index: 1;
	position: absolute;
	top: 510px;
	left: 10px;
}		

	.indexBuckets {
		width: 212px;
		text-align: center;
		padding-top: 10px;
		float: left;
		display: inline;
		margin-right: 11px;
		height: 273px;
		background: url(../../images/indexBuckets/indexBuckets-bg.jpg);
	}
		
		.indexBuckets ul li, .indexBuckets h2 {
			text-align: left;
			list-style: none;
		}
		
			.indexBuckets ul li {
				float: left;
				width: 200px;
			}
		
		
			.indexBuckets ul li a, .indexBuckets h2  {
				padding: 1px 10px;
				display: block; 
			}
			
				.indexBuckets ul li a {
					background: url(../../images/indexBuckets/aBg.jpg) 10px center no-repeat;
					padding: 1px 10px 1px 20px;
					color: #222;
					text-decoration: none;
				}
				
				.indexBuckets ul li a:hover {
					text-decoration: underline;
				}
	
		.indexBuckets .indexBucketsNoShow {
			display: none;
		}
		
#cta-efficient {
	width: 193px;
	float: left;
	padding: 10px;
	height: 273px;
	margin-right: 10px;
	display: inline;
	font-size: 0.9em;
	background: url(../../images/ctas/cta-efficient.jpg);
}

	#cta-efficient p {
		color: #0d6d47;
		line-height: 18px;
	}
	
		#cta-efficient span {
			width: 140px;
			display: block;
		}
	
	#cta-efficient h2 {
		color: #fff;
	}
	
#cta-why-choose {
	width: 416px;
	float: left;
	padding: 10px;
	height: 273px;
	background: url(../../images/ctas/cta-why-choose.jpg);
}

	#cta-why-choose ul li {
		list-style: none;
		padding: 10px 0px 8px 50px;
		background: url(../../images/ctas/cta-why-choose-liBg.jpg) 10px center no-repeat;
	}
		
/* Product Sidebars
--------------------------------------------------------------- */
		
		#productMain, #productMain2, #productMain3 {
			float: right;
			width: 450px;
			padding: 370px 0px 0px 10px;
		}
		
		#productMain2 {
			padding-top:390px;
			display:inline;
		}
		
		body.composite-b #productMain2 {
			width:690px;
		}
		
		body.composite #productMain2 {
			width:535px;
		}
		
		#productMain3 {
			padding: 160px 0px 0px 10px;
		}
		
		#productSidebar {
			width: 220px;
			float: left;
			padding: 150px 0px 0px 0px;
		}
			
			img#productSidebar-areas-img {
				float: left;
				margin-top: 10px;
			}
			
			ul#productSidebar-areas {
				background: #e0e1e2 url(../../images/productSidebar/productSidebar-ul-bg.jpg) bottom no-repeat;
				float: left;
				width: 220px;
				padding: 10px 0px;
			}
						
				ul#productSidebar-areas li {
					list-style: none;
					display: block;
					padding: 4px 10px;
				}
		
			a#productSidebar-cta {
				background: url(../../images/misc/productSidebar-cta.jpg) top left no-repeat;
				width: 220px;
				display: block;
				height: 42px;
				text-align: center;
				margin: 0px;
				float: left;
				color: #ffffff;
				font-size: 1.9em;
				text-decoration: none;
				padding: 123px 0px 0px 0px;
			}
		
			#productSidebar-areas a {
				color: #333333;
				text-decoration: underline;
				outline: none;
			}
			
/* About Us
--------------------------------------------------------------- */

	#aboutUsFooter {
		background: url(../../images/misc/aboutUsFooter.jpg) top no-repeat #e5f5f7;
		width: 650px;
		padding: 10px 20px;
		overflow: auto;
	}
	
		#about #main .phone {
			font-size: 1.9em;
			color: #f59001;
		}
		

.productIndexList {
	padding: 5px 0px;
	float: left;
	margin-right: 10px;
}

	.productIndexList img.productIndexListImg {
		float: left;
		padding: 5px 10px 15px 0px;
	}
	
.showroomlist {
	border-top: 1px solid #ccc;
	padding: 10px 0px;
	width: 300px;
	float: left;
	margin-right: 10px;
}

	body#showrooms .productIndexList p, body#showrooms .productIndexList h2 {
		margin: 0px;
		padding: 0px;
	}

#productMainImg {
	position: relative;
}

	#productMainImg p {
		z-index: 1;
		position: absolute;
		top: 190px;
		right: 10px;
		color: #fff;
		font-size: 1.6em;
	}

#productGallery {
	text-align: center;
}

	#productGallery img {
		padding: 4px;
	}

/* Sidebar/CTA Styles
--------------------------------------------------------------- */
		
		#sidebar {
			float: right;
			border-top: 149px solid #fff;
			width: 240px;
			background: #ebeff0;
			margin-bottom: 300px;
		}
		
		body.composite-b #sidebar {
			position:absolute;
			top:30px;
			right:39px;
		}
		
			#sidebar img {
				float: left;
				padding-bottom: 10px;
			}
			
			img.sidebar-show-windows, img.sidebar-show-doors,
			img.sidebar-show-conservatories, img.sidebar-show-garage-doors {
				display: none;
			}
		
			body#windows img.sidebar-show-windows,
			body#doors img.sidebar-show-doors,
			body#conservatories img.sidebar-show-conservatories,
			body#garage-doors img.sidebar-show-garage-doors {
				display: block;
			}
			
			body#windows img.sidebar-show-generic,
			body#doors img.sidebar-show-generic,
			body#conservatories img.sidebar-show-generic,
			body#garage-doors img.sidebar-show-generic {
				display: none;
			}
			
	#callback-form {
		background: url(../../images/ctas/cta-callback-middle.jpg);
		padding: 0px 20px;
		overflow: auto;
		width: 200px;
		color: #F59000;
		display: block;
		float: left;
		font-weight: bold;
	}
	
		#callback-form input.callbackformbox {
			background: #eee;
			border: none;
			padding: 5px;
		}
		
		#sidebar img.spec {
			cursor: pointer;
			padding-bottom: 0px;
		}
			
			#locationLinks {
				float: left;
				width: 240px;
				margin: 0px 0px 10px 0px;
				display: none;
			}
			
				#windows #locationLinks,
				#doors #locationLinks,
				#conservatories #locationLinks {
					display: block;
				}
			
				#locationLinks h2 {
					font-size: 1.3em;
					letter-spacing: -1px;
					color: #333;
					padding: 0px 0px 10px 10px;
					font-weight: bold;
				}
			
				#locationLinks li {
					list-style: none;
					margin: 0px 0px 2px 0px;
					float: left;
				}
				
					#locationLinks li a {
						float: left;
						width: 210px;
						height: 38px;
						font-size: 1.3em;
						color: #fff;
						text-decoration: none;
						background: url(../../images/misc/sidebar-location-links.jpg);
						padding: 7px 10px 10px 20px;
					}
					
						#locationLinks li a:hover {
							background: url(../../images/misc/sidebar-location-links.jpg) bottom right no-repeat;
						}
						
						#conservatories #locationLinks li#locationLinks-conservatories,
						#windows #locationLinks li#locationLinks-windows,
						#doors #locationLinks li#locationLinks-doors {
							display: none;
						}
					
					#locationLinks li a strong {
						display: block;
						color: #FFFF00;
					}
		
body.hideSidebarLocationLinks #sidebar #locationLinks {
	display: none;
}
		
		
#contactOptions {
	float: right;
	width: 200px;
}

	#contactOptions ul {
		padding: 10px 0px 10px 30px;
	}

	#contactOptions ul li {
		list-style: circle;
	}
	
	#contactOptions ul li a {
		color: #003399;
	}
	
	#contactOptions ul li.hide {
		display: none;
	}
	
	
body.composite-b #sidebar, body.composite #sidebar {
	width:153px;
	background:#fff;
}

	body.composite #sidebar a#cta-callback-small, body.composite-b #sidebar a#cta-callback-small {
		background:url(../../images/ctas/cta-callback-small.jpg);
		height:90px;
		width:153px;
		display:block;
		margin-top:10px;
	}
	
	body.composite #sidebar a#cta-brochure-small, body.composite-b #sidebar a#cta-brochure-small {
		background:url(../../images/ctas/cta-brochure-small.jpg);
		height:90px;
		width:153px;
		display:block;
		margin-top:15px;
	}
	
	body.composite #sidebar .divider {
		margin-top:15px;
		width:153px;
	}
	
	body.composite-b #tab-sidebar {
		width:153px;
		float:right;
	}
	
	body.composite-b #tab-sidebar a#cta-receive3000-small, body.composite #sidebar a#cta-receive3000-small {
		background:url(../../images/ctas/cta-receive3000-small.jpg);
		height:189px;
		width:153px;
		display:block;
		margin-top:15px;
	}
	
	body.composite-b #tab-sidebar a#cta-door-builder-side, body.composite #sidebar a#cta-door-builder-side {
		background:url(../../images/ctas/cta-door-builder-side.jpg);
		height:189px;
		width:153px;
		display:block;
		margin-top:15px;
	}

		
/* Header Styles
--------------------------------------------------------------- */

#header {
	width: 940px;
	height: 106px;
	position: absolute;
	border-bottom: 2px solid #03063e;
	z-index: 10;
	top: 0px;
	left: 10px;
	background: url(../../images/misc/headerBg.jpg);
}

	#logo {
		width: 180px;
		height: 106px;
		float: left;
	}
	
	#cta-top-right {
		width: 580px;
		float: right;
		text-align: right;
		color: #fff;
		font-size: 1.5em;
		padding: 5px 20px 0px 0px;
	}
	
		#cta-top-right .phone {
			font-size: 2.4em;
			color: #f59000;
			letter-spacing: -1px;
		}

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

#outerFooter {
	float: left;
	width: 100%;
	background: url(../../images/misc/footerBg.jpg) top center no-repeat #e2e2e2;
	border-bottom: 24px solid #03063e;
}

#footer {
	clear: both;
	width: 940px;
	color: #333;
	margin: 0px auto;
	padding: 20px 0px 10px 0px;
	font-size: 1.2em;
}

#footerNav {
		padding: 0px 0px 0px 0px;
		float: left;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		width: 940px;
		font-size: 1.3em;
		margin: 5px 0px;
		padding: 5px 0px;
		text-align: center;
}

	#footerNav ul li {
		display: inline;
	}
	
		#footerNav ul li a {
				padding: 0px 5px;
		}

	#footerStrapline {
		font-size: 1.5em;
		width: 740px;
		float: left;
		padding: 15px 0px 0px 0px;
	}
	
	#footerNumber {
		float: right;
		font-size: 1.6em;
		color: #f59000;
		text-align: right;
		width: 180px;
	}

	#footer .index-a,
	#footer .contact-a {
		display: none;
	}

	#footer h2 {
		font-weight: bold;
		margin: 0px;
		color: #f59000;
		padding: 3px 5px;
		font-size: 1.2em;
		font-style: italic;
	}
		
	#footer li {
		list-style: none;
	}
	
	#footer p, #footer ul {
		margin: 0px;
		padding: 0px;
	}

	#footer a {
		white-space: nowrap;
		color: #03063e;
		text-decoration: none;
	}
		
		#footer a:hover {
			text-decoration: underline;
		}

/* Footer Services Styles
--------------------------------------------------------------- */	

	#footer .footer-nav {
		float: left;
		width: 940px;
		margin: 10px 0px;
		text-align: center;
	}
	
		#footer .footer-nav ul li {
				display: inline;
		}
	
			#footer .footer-nav ul li a {
				text-align: center;
				padding: 0px 5px;
			}
			
	#footer .nav-windows,
	#footer .nav-conservatories,
	#footer .nav-doors {
			display: none;
	}
	
	body#windows #footer .nav-windows,
	body#doors #footer .nav-doors,
	body#conservatories #footer .nav-conservatories {
			display: block;
	}
		
		
	
/* Footer Help & Advice
--------------------------------------------------------------- */	

	#footer #footer-help {
			width: 960px;
			text-align: center;
			float: left;
			margin: 20px 0px;
	}
		
			#footer #footer-help ul li {
				display: inline;
			}
					
			#footer #footer-help ul li a {
				padding: 3px 5px;
			}
		
		#footer #footer-help p {
			line-height: 20px;
			padding: 3px 5px;
		}
		
		
/* Footer Bottom Styles
--------------------------------------------------------------- */	

	#footer #footer-bottom {
		width: 940px;
		clear: both;
		color: #777;
		margin: 10px 0px 0px 0px;
		text-align: center;
	}

/* Image Styles
--------------------------------------------------------------- */

.left {
	float: left;
}

.right {
	float: right;
}

.img-left {
	float: left;
	margin: 10px 10px 10px 0px;
}

.img-right {
	float: right;
	margin: 10px 0px 10px 10px;
}

.glazing-thumb {
	float:left;
	margin:10px 20px 0px 0px;
}
	
/* Generic Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}

#doorBuilder {
	background: url(../../images/doors/doorBuilder.jpg) top left no-repeat;
	display: block;
	font-size: 1.1em;
	padding: 20px 10px 20px 110px;
	text-decoration: none;
	color: #fff;
}

	#doorBuilder span {
		font-size: 1.4em;
		display: block;
		letter-spacing: -1px;
	}
