/* CSS Document */

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

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

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

em{
	color:#FF0000;
}

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background: url(../../images/misc/main-bg.jpg) top left repeat-x #fff;
	margin: 0px;
}

a:link, a:visited, a:focus {
	color: #0000FF;
	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: #004387;
	font-size:29px;
	margin:20px 0px 0px 30px;
}

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;
}

	#contentContainer {
		width: 960px;
		padding-top: 350px;
	}
	
/* Main Styles
--------------------------------------------------------------- */

		#main {
			float: right;
			width: 680px;
			padding: 120px 10px 10px 10px;
			background:url(../../images/misc/maincopy-bg.jpg) top center no-repeat #fff;
		}
		
		#main p{
			margin: 0px 0px 0px 30px;
			padding:15px 15px 0px 0px;
			font-size: 1.2em;
			line-height: 20px;
			}
		
			#mainleft {
				width:330px;
				float:left;
				padding:30px 0px 0px 0px;
				}
		
			#mainleft p {
				margin: 0px 0px 0px 30px;
				padding:10px 0px 0px 0px;
				font-size: 1.2em;
				line-height: 20px;
			}
			
			#main ul {
				padding:30px 0px 30px 60px;
				}
			
			#mainright {
				float:left;
				padding:40px 0px 0px 20px;
				width:270px;
				}
				
				#mainright img {
					padding:0px 0px 48px 0px;
					}
					
					#contactright {
						padding:20px 0px 0px 40px;
						}
						
						
				
		#googleMap {
			width: 640px;
			height: 300px;
		}
		
		#mainleft #doorsimage {
			float:left;
			height:180px;
			width:301px;
			margin:20px 0px 0px 30px;
			}

/* Sidebar/CTA Styles
--------------------------------------------------------------- */
		
		#sidebar {
			float: left;
			width: 220px;
			padding:95px 10px 0px 10px;
		}
		
		#sidebar #left-cta {
			background:url(../../images/misc/left-cta.jpg) no-repeat;
			width: 220px;
			height:191px;
			padding:20px 0px 0px 0px;
			margin:0px 0px 0px 10px;
			}
			
			#sidebar #left-cta p {
				font-family:Arial, Helvetica, sans-serif;
				font-size: 30px;
				color: #fff;
				text-transform:uppercase;
				line-height:1.0em;
				text-align:center;
				font-weight:bold;
				padding:0px 0px 15px 0px;
				}
				
				#sidebar #left-cta .bigyellow {
					color:#ffed00;
					font-family:"Arial Black", Arial, "Arial Rounded MT Bold";
					font-size:40px;
					text-transform:uppercase;
					line-height:0.9em;
					text-align:center;
					padding:0px 0px 0px 9px;										
				}
				
				* html #sidebar #left-cta p.bigyellow {
					font-size:36px;
					}
					
					*:first-child+html #sidebar #left-cta .bigyellow {
					font-size:36px;
					}
				
		#sidebar #sidebar-bottom {
			background:url(../../images/misc/sidebar-bottom.jpg) no-repeat;
			width: 230px;
			height:368px;
			padding:5px 0px 20px 5px;			
			}		
			
			#sidebar #sidebar-bottom p {
				font-size:30px;
				font-weight:bold;
				color:#fff;
				text-transform:uppercase;
				text-align:center;	
				line-height:1.0em;			
				}
				
				#sidebar #sidebar-bottom .installation {
					font-size:24px;
					}
					
					#sidebar #sidebar-bottom .callus {
						font-size: 19px;
						color: #004387;
						text-transform:uppercase;
						line-height:1.0em;
						padding:240px 0px 0px 0px;
						}
		
#top-cta {
	position:absolute;
	top:363px;
	left:275px;
	background:url(../../images/misc/top-cta.jpg) top left no-repeat;
	width: 668px;
	height:93px;
	text-align:center;
	padding:25px 0px 0px 0px;
	}
	
	#top-cta p {
		float:left;
		color: #004387;
		font-size: 15px;
		text-transform:uppercase;
		font-weight:bold;
		width:668px;
		text-align:center;
		}
		
		#top-cta .bottomline {
			font-size: 19px;
			text-transform:none;			
			}
			
			#top-cta .top-cta-red {
				color: #e72520;
				}


#bottom-ctas {
	float:left;
	background:url(../../images/misc/bottom-ctas.jpg) left no-repeat;
	width:645px;
	height:63px;
	margin:10px 0px 0px 20px;
	padding:35px 0px 0px 0px;
	}
	
	#bottom-ctas p {
		float:left;
		width:190px;
		font-size:14px;
		font-weight:bold;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
	}
			
/* Header Styles
--------------------------------------------------------------- */

#header {
	width: 960px;
	height: 170px;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	background:url(../../images/misc/header-bg.gif) bottom right no-repeat;
}

	#logo {
		width: 398px;
		height: 180px;
		float: left;
	}
	
	#cta-top-right {
		width: 500px;
		float: right;
		padding: 45px 60px 0px 0px;
		text-align: right;
		height: 125px;
		font-size: 24px;
		color: #9499a0;
		text-align:center;
		text-transform:uppercase;
		line-height:1.0em;
	}
	
		#cta-top-right .phone {
			font-size: 1.2em;
			color: #004387;
			font-family:"Arial Black", Arial, "Arial Rounded MT Bold";
		}
		
#locations-numbers {
	position:absolute;
	top:157px !important;
	top: 163px;
	left:75px;
	height:20px;
	width:850px;
	z-index:30;
	}	
	
	#locations-numbers ul {
		margin: 0px 0px 0px 4px;
		padding:0px;
		float:left;
		}
		
		#locations-numbers ul li {
			list-style: none;
			float:left;
			display:inline;
			font-size:1.1em;
			padding: 0px 19px 0px 0px;			
			}
			
			#locations-numbers span.location {
				color: #004387;
				font-weight:bold;
				}
				

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

#slideshow {
	width: 940px;
	height: 220px;
	position: absolute;
}
	
	#slideshow img {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 8;
	}
	
	#slideshow img.active {
		z-index: 10;
	}
	
	#slideshow img.last-active {
		z-index: 9;
	}

/* Vertical Navigation Styles
--------------------------------------------------------------- */

#navigation {
	width: 220px;
	height:238px;
	z-index: 1;
	position: absolute;
	left: 20px;
	top: 190px;
	background:url(../../images/misc/nav/nav-bg.gif) top left no-repeat;
}

	#navigation ul {
		margin: 2px 0px 0px 0px;
		padding: 0px 2px 0px 2px;
	}
	
		#navigation ul li {
			float:left;
			list-style: none;
			padding:0px 0px 0px 0px;
			height: 39px;
			margin:0px 0px 0px 0px;
		}
			  
			#navigation ul li a {
				float: left;
				width: 196px;
				color: #004387;
				text-decoration: none;
				padding:8px 5px 0px 14px;
				margin:0px 0px 0px 0px;				
				font-size: 18px;
				height: 31px;
				font-family:"Arial Black", Arial, "Arial Rounded MT Bold";
				text-transform:uppercase;
				line-height: 1.0em;
				background:url(../../images/misc/nav/nav-normal.jpg) left repeat-x;
			}

				#navigation ul li a:hover {
					background:#ccc;
					color: #fff;
				}
				
#index #navigation .index-a,
#windows #navigation .windows-a,
#doors #navigation .doors-a,
#conservatories #navigation .conservatories-a,
#testimonials #navigation .testimonials-a,
#contact #navigation .contact-a {
	color: #004387;
	background:url(../../images/misc/nav/nav-selected.gif) bottom left repeat-x;
}


/* Top nav Styles
--------------------------------------------------------------- */

#topnav {
	position:absolute;
	top:190px;
	left:270px;
	z-index:20;
	width:680px;
	height:150px;
	}
	
	#topnav ul {
		float:left;
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		}
		
		#topnav ul li {
			display:inline;
			}
			
			#topnav ul li a {
				float:left;
				width:160px;
				height:140px;
				padding:9px 0px 0px 0px;
				margin:0px 10px 0px 0px;
				font-size:15px;
				font-weight:bold;
				text-transform:uppercase;
				color: #004387;
				text-decoration:none;
				text-align:center;
				}
				
				#topnav ul li a.windows {background:url(../../images/misc/topnav-windows.jpg) no-repeat;}
				#topnav ul li a.conservs {background:url(../../images/misc/topnav-conservs.jpg) no-repeat;}
				#topnav ul li a.doors {background:url(../../images/misc/topnav-doors.jpg) no-repeat;}
				#topnav ul li a.fascias {background:url(../../images/misc/topnav-facias.jpg) no-repeat;}
				
				


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

#outerFooter {
	float: left;
	width: 100%;
	background:url(../../images/misc/footer-bg.jpg) top left repeat-x #00598B;
}

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

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

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

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

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

	#footer #footer-services {
		float: left;
		width: 200px;
		margin: 0px;
	}
	
		#footer #footer-services ul li {
			float: left;
		}
	
			#footer #footer-services ul li a {
				float: left;
				width: 150px;
				padding: 3px 5px;
				border-bottom: 1px dotted #777;
			}
		
/* Footer Areas Styles
--------------------------------------------------------------- */	

	#footer #footer-areas {
		float: left;
		width: 200px;
		margin-left:50px;
	}
	
		#footer #footer-areas h2 {
			width: 200px;
		}
	
		#footer #footer-areas ul {
			float: left;
			width: 155px;
		}
	
		#footer #footer-areas ul li {
			float: left;
			width: 150px;
			padding: 3px 5px;
			border-bottom: 1px dotted #777;
		}
		
/* Footer Address Styles
--------------------------------------------------------------- */	

	#footer #footer-address {
		float: left;
		width: 190px;
	}
	
		#footer #footer-address h2 {
			width: 170px;
		}
		
		#footer #footer-address p {
			line-height: 20px;
			padding: 3px 5px;
			width:200px;
		}
				
/* Footer Help & Advice
--------------------------------------------------------------- */	

	#footer #footer-help {
		float: right;
		width: 165px;
	}
	
		#footer #footer-help h2 {
			width: 155px;
		}
		
			#footer #footer-help ul li {
				float: left;
			}
					
			#footer #footer-help ul li a {
				float: left;
				width: 165px;
				padding: 3px 5px;
				border-bottom: 1px dotted #777;
			}
		
		#footer #footer-help p {
			line-height: 20px;
			padding: 3px 5px;
		}
		
		#footer #footer-help .bottomLink {
			margin-bottom: 5px;
		}
		
		
/* Footer Bottom Styles
--------------------------------------------------------------- */	

	#footer #footer-bottom {
		width: 940px;
		clear: both;
		padding: 20px 0px 0px 0px;
		text-align: center;
	}

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

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

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

/* Zooming Slideshow Styles
--------------------------------------------------------------- */

#zooming-slideshow{
	width: 500px;
	height: 300px;
	background:#999999;
}
	
/* Generic Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}

.doors-img{
	margin-top:70px;
}