body{
	margin:0;
	padding:0;
	font-family:Arial, Verdana, Sans Serif;
	font-size:12px;
	background-image:url('../images/bg.jpg');
	background-repeat:repeat-x;
	background-position: top left;
	background-color:#0e3111;
}
h1{
	font-size:18px;
	margin:0;
	padding:30px 0 10px 0;
}
h2{
	font-size:14px;
	margin:0;
	padding:0 0 10px 0;
}
h3{
	font-size:12px;
	margin:0;
	padding:0 0 10px 0;
}

p{
	font-family:Arial, Verdana, Sans Serif;
	font-size:12px;
	margin:0;
	padding:0 0 20px 0;
}

.case-text p{
	font-family:Arial, Verdana, Sans Serif;
	font-size:12px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

a, a:visited{
	font-weight:bold;
	color:#0e3111;
}
a:hover{
	color:#fdd710;
}

.facilities-image{
	margin:3px 0 0 0;
	padding:3px 0 0 0;
}




.list{
	margin:1px 0 0 0;
	padding:1px 0 0 0;
}

table{
	margin:0 20px 5px 0;
	padding:0 0 0 0;
}

th{
	color:#FFFFFF;
	background-color:#173f1a;
}

form{
	align:left;
}

#container{
	width:756px;
	margin:20px auto 0 auto;
	padding:5px;
	border:1px solid #dbdbdb;
	background-color:#FFFFFF;
}

/*
	MENU
*/

	#menu ul{
		margin:0;
		padding:0;
		list-style:none;
		background-image:url('../images/menu_bg.jpg');
		background-repeat:repeat-x;
		background-position:top left;
		height:39px;
		border-top:1px solid #FFFFFF;
	}
	#menu li{
		display:inline;
	}
	#menu a, #menu a:visited{
		float:left;
		padding:12px 0;
		background-repeat:no-repeat;
		background-position:top center;
		color:#FFFFFF;
		border-right:1px solid #073006;
		border-bottom:1px solid #0e3111;
		text-indent:-1500px;
		overflow:hidden;
	}
	#menu a:hover{
		border-bottom:1px solid #0e3111;
		background-position:center -41px;
		background-color:#27562a;
	}
	#menu a.home, #menu a.home:visited{
		width:83px;
		background-image:url(../images/menu/home.gif);
	}
	#menu a.about-us, #menu a.about-us:visited{
		width:117px;
		background-image:url(../images/menu/about-us.gif);
	}
	#menu a.design-installation, #menu a.design-installation:visited{
		width:179px;
		background-image:url(../images/menu/design-installation.gif);
	}
	#menu a.client-testimonials, #menu a.client-testimonials:visited{
		width:170px;
		background-image:url(../images/menu/client-testimonials.gif);
	}
	#menu a.faq, #menu a.faq:visited{
		width:80px;
		background-image:url(../images/menu/faq.gif);
	}
	#menu a.contact-us, #menu a.contact-us:visited{
		 width:122px;
		 border-right:0;
		 background-image:url(../images/menu/contact-us.gif);
	}
	#subMenu{
		background-color:#27562a;
	}
	#subMenu ul{
		list-style:none;
		margin:0 0 0 22px;
		padding:0;
		height:25px;
	}
	#subMenu ul li{
		display:inline;
		float:left;
	}
	#subMenu a, #subMenu a:visited{
		float:left;
		padding:5px;
		margin: 0 25px 0 0;
		color:#EAEAEA;
		text-decoration:none;
	}
	#subMenu a:hover{
		color:#FFFFFF;
		text-decoration:underline;
	}

	
/*
	CONTENT
*/
	#content{
		width:706px;
		clear:both;
		padding:0 25px 25px 25px;
		background-position:top left;
		background-repeat:repeat-y;
	}
	
	.page-img{
		float:right;
		display:inline;
		margin:0 0 0 30px;
		padding:0 0 0 0;
		width:280px;
	}
	
	body.home #content{
		padding:0;
	}
	
	
/*
	GALLERY
*/
	#gallery{
		margin:0;
		padding:0;
		list-style:none;
	}
	
	#gallery li{
		float:left;
		margin:0 16px 16px 0;
	}
	
	#gallery li.end{
		margin-right:0;
	}
	
	#gallery li a, #gallery li a:visited{
		float:left;
		overflow:hidden;
		width:125px;
		height:120px;
	}

/*
	COMMERCIAL
*/
	
	.commercial-logo{
		float:left;
		margin:0 16px 16px 0;
	}
	
	p.commercial{
		padding:10px 0 20px 0;
	}
	

/*
	DESIGNS
*/
	/*
	#content .content-img-sml{
		clear:both;
		float:left;
		width:225px;
		height:130px;
		margin:20px;
		overflow:hidden;
	}
	*/

	
/*
	CLIENT TESTIMONIALS
*/
	.testimonial{
		width:380px;
		margin:0 0 0 0;
		padding:0 0 0 10px;
		border-bottom:1px dotted #0e3111;
	}
	.testimonial p{
		margin:0;
		padding:10px 0 0 0;
	}
	.testimonial p.by{
		padding:5px 0 10px 0;
		font-style:italic;
		font-weight:bold;
	}

	
/*
	FAQ
*/
	#faqs-list li h4{
		padding:0;
		margin:0;
		font-size:14px;
	}
	
	#faqs-list li h4 a, #faqs-list li h4 a:visited{
		text-decoration:none;
	}
	#faqs-list li h4 a:hover{
		color:#000000;
		text-decoration:underline;
	}
	#faqs-list li p{
		 padding:0 0 10px 0;
	}
	
	
/*
	PAVING PROCESS
*/
	
	.info-block{
		float:left;
		width:225px;
		margin:0 15px 15px 0;
	}
	.info-block-end{
		margin-right:0;
	}
	.info-block .info-block-image{
		
	}
	.info-block h4{
		margin:5px 0 0 0;
		padding:0;
		font-size:13px;
	}
	.info-block p{
		
	}
	
	
/*
	CONTACT US
*/
	#content #contact-details{
		float:right;
		width:220px;
		height:195px;
		border-left:1px dotted #4a4a4a;
		padding-left:10px;
	}

	
/*
	FOOTER
*/
	.spacer{
		display:block;
		clear:both;
	}
	#footer{
		clear:both;
		height:60px;
		border-top:5px solid #000000;
		background-image:url('../images/footer-bg.gif');
		background-repeat:no-repeat;
		background-position:bottom right;
		background-color:#fdd710;
		margin:0;
	}
	#footer a.link-call, #footer a.link-call:visited{
		float:left;
		height:35px;
		width:320px;
		background-image:url('../images/link-call.gif');
		background-repeat:repeat-x;
		background-position:0 0;
		text-indent:-1000px;
		overflow:hidden;
		padding:0;
		margin-top:20px;
	}
	#footer a.link-call:hover{
		background-repeat:repeat-x;
		background-position:0 -35px;
	}
	/*
	#footer a.link-showroom, #footer a.link-showroom:visited{
		clear:both;
		float:left;
		height:24px;
		width:320px;
		background-image:url('../images/link-showroom.gif');
		background-repeat:repeat-x;
		background-position:0 0;
		backgroud-colour:#fdd710;
		text-indent:-1000px;
		overflow:hidden;
		padding:0;
		margin:0;
	}
	#footer a.link-showroom:hover{
		background-position:0 -24px;
	}
	*/
	
	#copyright-footer{
		clear:both;
		width:756px;
		margin:0 auto;
	}
	#copyright-footer .copyright{
		float:left;
		display:inline;
		background-image:url('../images/copyright.gif');
		background-position:top left;
		background-repeat:no-repeat;
		text-indent:-1500px;
		overflow:hidden;
		height:35px;
		width:450px;
	}
	#copyright-footer a.itrm-link, #copyright-footer a.itrm-link:visited{
		float:right;
		display:inline;
		background-image:url('../images/link-itrm.gif');
		background-position:top left;
		background-repeat:no-repeat;
		text-indent:-1500px;
		overflow:hidden;
		height:35px;
		width:150px;
	} 
	#copyright-footer a.itrm-link:hover{
		background-position:left -35px;
	}
