/* 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) top repeat-x #DBF8FD;
	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 {
	font-size: 2.5em;
	font-weight: normal;
	color: #006666;
}

h2 {
	font-size: 1.6em;
	font-weight: normal;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
}

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

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

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 1.2em;
}

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

		#main {
			float: left;
			width: 440px;
			padding: 10px 0px;
		}
			#main p {
				margin: 7px 0px 7px 0px;
			}
		
		#googleMap {
			width: 640px;
			height: 300px;
		}

/* Sidebar/CTA Styles
--------------------------------------------------------------- */
		
		#sidebar-columns {
			float: right;
			width: 500px;
			padding: 10px 0px;
		}
		
			#freeDesign {
				float: left;
			}
		
		#centreColumn {
			float: left;
			width: 250px;
			color: #666;
		}
		
			#centreColumn p {
				line-height: 20px;
			}
			
			#centreColumn .colBox {
				padding: 10px 10px;
				border: 1px solid #ccc;
				margin-top: 10px;
				background: #fafafa;
			}
			
				#centreColumn .colBox .callnow, #centreColumn .colBox .number {
					text-align: center;
					font-size: 1.4em;
				}
				
					#centreColumn .colBox .number {
						font-size: 2.3em;
						letter-spacing: -2px;
						color: #003366;
					}
			
				#centreColumn .colBox ul li {
					margin: 3px 0px 3px 40px;
				}
		
		#sidebar {
			float: right;
			width: 240px;
			padding: 10px 0px 0px 0px;
			font-size: 1px;
		}
		
			#sidebar img {
				padding: 0px 0px 10px 0px;
			}
		
/* Header Styles
--------------------------------------------------------------- */

#header {
	width: 960px;
	height: 81px;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	background: url(../../images/misc/headerBg.png);
}

	#logo {
		width: 490px;
		height: 71px;
		float: left;
		font-size: 3.6em;
		padding: 10px 0px 0px 0px;
	}
	
		#logo a {
			color: #444;
			letter-spacing: -2px;
			text-decoration: none;
		}
			
	
	#cta-top-right {
		width: 390px;
		float: right;
		padding: 5px 80px 0px 0px;
		text-align: right;
		height: 76px;
		font-size: 1.6em;
		background: url(../../images/misc/cta-top-right-bg.jpg) right top no-repeat;
	}
	
		#cta-top-right .number {
			font-size: 1.5em;
			letter-spacing: -2px;
			color: #003399;
		}

#middleBar {
	z-index: 1;
	position: absolute;
	top: 120px;
	left: 0px;
}

	#middleBar-sliding-wardrobes,
	#middleBar-fitted-wardrobes,
	#middleBar-mirrored-wardrobes,
	#middleBar-bedroom-furniture {
		float: left;
		width: 240px;
		position: relative;
	}
	
	#middleBar a {
		position: absolute;
		top: 145px;
		left: 0px;
		font-size: 1.9em;
		border-right: 5px solid #a71134;
		color: #eee;
		text-decoration: none;
		display: block;
		text-align: right;
		padding: 5px 10px 5px 100px;
		width: 125px;
		background: #464840;
	}
	
		#middleBar-fitted-wardrobes a {
			border-color: #97be21;
		}
		
		#middleBar-mirrored-wardrobes a {
			border-color: #febd0d;
		}
		
		#middleBar-bedroom-furniture a {
			border-color: #2889ce;
		}
		
			#middleBar a:hover {
				color: #FFFF00;
			}
			
	#mainImg {
		z-index: 10;
		position: absolute;
		top: 120px;
		left: 0px;
	}
	
/* Horizontal Navigation Styles
--------------------------------------------------------------- */

#navigation {
	width: 960px;
	z-index: 1;
	position: absolute;
	left: 0px;
	top: 83px;
}

	#navigation ul {
		margin: 0px;
		padding: 0px;
	}
	
		#navigation ul li {
			display: inline;
			list-style: none;
		}
			  
			#navigation ul li a {
				float: left;
				border-right: 2px solid #fff;
				color: #fff;
				text-decoration: none;
				font-weight: bold;
				width: 170px;
				font-size: 1.3em;
				padding: 7px 0px 2px 0px;
				border-left: 2px solid #464840;
			}
			
				#navigation ul li a.index-a {
					width: 133px;
					background: #464840;
					border-left-color: #464840;
				}
				
				#navigation ul li a.sliding-wardrobes-a {
					background: #a71134;
					border-left-color: #a71134;
				}
				
				#navigation ul li a.fitted-wardrobes-a {
					background: #97be21;
					border-left-color: #97be21;
				}
				
				#navigation ul li a.mirrored-wardrobes-a {
					background: #febd0d;
					border-left-color: #febd0d;
					color: #222;
				}
				
				#navigation ul li a.bedroom-furniture-a {
					background: #2889ce;
					border-left-color: #2889ce;
				}
				
				#navigation ul li a.contact-a {
					width: 125px;
					background: #08a998;
					border-left-color: #08a998;
					border-right: none;
				}

				#navigation ul li a:hover {
					background: #111;
					color: #fff;
					border-left: 2px solid #111;
				}
				
#index #navigation .index-a,
#sliding #navigation .sliding-wardrobes-a,
#fitted #navigation .fitted-wardrobes-a,
#mirrored #navigation .mirrored-wardrobes-a,
#bedroom #navigation .bedroom-furniture-a,
#contact #navigation .contact-a {
	color: #333;
	background: #fff;
	border-left: 2px solid #fff;
}

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

#outerFooter {
	float: left;
	width: 100%;
	background: #464840 url(../../images/misc/footerBg.jpg) center top no-repeat;
	font-size: 120%;
}

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

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

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

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

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

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

	#footer #footer-areas {
		float: left;
		width: 320px;
	}
	
		#footer #footer-areas h2 {
			width: 300px;
		}
	
		#footer #footer-areas ul {
			float: left;
			width: 155px;
		}
	
		#footer #footer-areas ul li {
			float: left;
			width: 125px;
			padding: 3px 5px;
			border-bottom: 1px dotted #777;
		}
		
/* Footer Right Styles
--------------------------------------------------------------- */	

	#footer #footer-right {
		float: left;
		width: 190px;
	}
	
		#footer #footer-right h2 {
			width: 170px;
		}
		
		#footer #footer-right p {
			line-height: 20px;
			padding: 3px 5px;
		}
				
/* Footer Right Styles2
--------------------------------------------------------------- */	

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

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

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

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

.img-right {
	float: right;
	margin: 0px 0px 10px 10px;
}
	
	.img-border {
		border: 1px solid #ccc;
	}
	
/* Contact Table Styles
--------------------------------------------------------------- */

	#contactTable #botBuster {
		display: none;
	}
	
/* Generic Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}