/* 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: #fff;
	background: url(../../images/misc/bg.jpg) top repeat-x #1a0a00;
	margin: 0px;
}

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

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

a img {
	border: none;
}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	padding:10px 0px 10px 0px;
}

h2 {
	font-size: 2.0em;
	font-weight: normal;
	padding:10px 0px;
}

h3 {
	font-size: 1.3em;
	font-weight: normal;
}
.orange{
	color:#ff7300;
}
.green{
	color:#b2f63b !important;
}
/* Container Styles
--------------------------------------------------------------- */

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

	#contentContainer {
		width: 960px;
		margin-top: 500px;
	}
		body#contact #contentContainer{
			margin-top:160px;
		}
/* Main Styles
--------------------------------------------------------------- */

		#main {
			float: left;
			width: 420px;
			padding: 0px 20px 10px 70px;
			background:url(../../images/misc/H1.gif) no-repeat #140800;		
		}
			body#contact #main{
				background:none;
			}
			#main p {
				margin: 7px 0px 7px 0px;
			}

		#googleMap {
			width: 640px;
			height: 300px;
		}

/* Sidebar/CTA Styles
--------------------------------------------------------------- */
		
		#sidebar {
			float: right;
			width: 450px;
		}
		body#contact #sidebar p{
			margin:10px 0px;
		}
			#sidebar-cta1{
				position:relative;
				top:10px;
			}
			#sidebar-cta2{
				text-align:center;				
				position:relative;
				padding:20px 0px;
				font-size:1.2em;
			}
				#sidebar-cta2 p.medium{
					font-size:1.8em;
					margin:0px;
					line-height:1.0em;
				}
/* Header Styles
--------------------------------------------------------------- */
#header-Container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1.2em;
}
#header {
	width: 960px;
	height: 92px;
	position: absolute;
	z-index: 10;
	top: 0px;
	background:url(../../images/misc/top.jpg);
}

	#logo {
		position:relative;
		top:17px;
		left:9px;
	}
	
	#cta-top-right {
		width: 670px;
		position:absolute;
		text-align: right;
		height: 65px;
		right:0px;
		top:20px;
		font-size: 1.4em;
		color:#f2e5d5;
	}
		#cta-top-right strong{
			font-size: 1.4em;
		}
#header-Content{
	width: 960px;
	height: 352px;
	position: absolute;
	z-index: 10;
	top: 140px;
}		
.header-pics{
	position:absolute;
	display:none;
}
	#index .header-pics#home{
		display:block;
	}
	#sliding-wardrobes .header-pics#sliding{
		display:block;
	}	
	#fitted-bedrooms .header-pics#bedroom{
		display:block;
	}
	#bedroom-furniture .header-pics#furniture{
		display:block;
	}			
	#glow{
		position:absolute;
		margin-left:150px;
		z-index:100;
	}
	#headerRight-cta1{
		background:url(../../images/misc/header-cta-right1.png) no-repeat;
		width:420px;
		height:140px;
		position:absolute;
		top:15px;
		margin-left:540px;
		padding:10px 0px 0px 0px;
		text-align:center;
		font-size:1.2em;
		z-index:200;
	}
		#headerRight-cta1 a{
			font-size:1.7em;
			position:relative;
			top:5px;
			color:#fff;
		}
	#headerRight-cta2{
		background:url(../../images/misc/header-cta-right2.png) no-repeat;
		width:380px;
		height:170px;
		position:absolute;
		top:150px;
		margin-left:548px;
		padding:10px 0px 0px 20px;
		z-index:200;
	}	
		#headerRight-cta2 a{
			font-size:1.7em;
			position:relative;
			top:5px;
		}
		.large-text{
			font-size:3.0em;
		}
#flashSlideshow {
	background: url(../../images/misc/flashSlideshowBackup.jpg);
	display:none;
}
	#index #flashSlideshow{
		display:block;
	}
/* Horizontal Navigation Styles
--------------------------------------------------------------- */

#navigation {
	width: 960px;
	height: 40px;
	z-index: 1;
	position: absolute;
	top: 93px;
}

	#navigation ul {
		margin: 0px;
		padding: 0px;
	}
	
		#navigation ul li {
			display: inline;
			list-style: none;
			float: left;
			padding: 10px 15px 10px 15px;
		}
			#navigation ul li.seperator{
				color:#964c10;
				padding: 15px 15px 10px 15px;
				font-weight:bold;
			}
			 
			#navigation ul li a {
				color: #e8d6c2;
				text-decoration: none;
				padding: 10px 10px 10px 10px;
				font-weight: bold;
				font-size: 1.6em;
			}
			
				#navigation ul li a.rightLink {
					border: none;
				}

				#navigation ul li a:hover {
					background: #000;
					color: #b2f63b;
				}
				
#index #navigation .index-a,
#contact #navigation .contact-a,
#fitted-bedrooms #navigation .fitted-bedrooms-a,
#sliding-wardrobes #navigation .sliding-wardrobes-a,
#bedroom-furniture #navigation .bedroom-furniture-a {
	color:#ff8400;
}

/* Footer Styles
--------------------------------------------------------------- */
#footer-Container {
	width: 960px;
	background: #0e0600;
	font-size: 1.2em;
	width:100%;

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

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

	#footer h2 {
		font-weight: bold;
		margin: 0px;
		padding: 35px 0px 10px 50px;
		font-size: 2.6em;
		font-style: italic;
		width: 250px;
	}
			
	#footer li {
		list-style: none;
	}
		#footer li.seperator{
			display: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: 300px;
		margin: 0px;
	}
		#footer #footer-services h2{
			background:url(../../images/misc/footer-left-h2.gif) no-repeat;
		}
	
		#footer #footer-services ul li {
			float: left;
			padding-left:50px;
		}
			#footer #footer-services ul li a {
				float: left;
				width: 230px;
				padding: 3px 5px;
				border-bottom: 1px dotted #777;
				color:#cdc6b4;
			}
		
/* Footer Areas Styles
--------------------------------------------------------------- */	

	#footer #footer-areas {
		float: left;
		width: 300px;
		
	}
	
		#footer #footer-areas h2 {
			width: 300px;
			background:url(../../images/misc/footer-mid-h2.gif) no-repeat;
		}
	
		#footer #footer-areas ul {
			float: left;
			width: 155px;
			padding-left:50px;
		}

		#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: 320px;
	}
	
		#footer #footer-right h2 {
			width: 170px;
			background:url(../../images/misc/footer-right-h2.gif) no-repeat;
		}
		#footer #footer-right a{
			color:#b2f63b;
			text-decoration:underline;
		}
		#footer #footer-right p {
			line-height: 20px;
			padding: 0px 5px;
			padding-left:50px;
		}
				
/* 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;
}