@charset "utf-8";
/* Bax Window Solutions - Layout and Style - By www.dermotholmes.com */

									/* Resets */
img {
	border:none;
	border:none;
	padding:0px;
	margin:0px;
}
p{
	margin:0px;
	padding:0px;
}

				 					/* LLS */
h1{
	font-size:24px;
	font-weight:normal;
	color:#36A12B;
}
a, a:link{
	color:#36A12B;
	text-decoration:none;
}
a:hover{
	color:#0EDA09;
	
}
a:visited{
	color:#2A3F00;
}
									/* Header */
.logo{
	margin-left:4px;
}


									/* Setup */
html{
	padding:0px;
	margin:0px;
	height:100%;
}

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:15px;
	padding:0px;
	margin:0px;
	background-color:#f5faf4;
	height:100%;
}



								/* Layout */
.alley{
	background-image:url(images/greenShadow.png);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	width:882px;
}
								
.lane{
	width:757px;
	margin:auto;
	background-color:#FFFFFF;
	height:100%;
}
.container{
}
.content{
	margin:auto;
	margin-top:10px;
	font-size: 14px;
}

.txt {
	width:363px;
	text-align:left;
	float:left;
	margin:20px 10px 0 45px;
	font-size:14px;
}
.contentImages {
	float:left;
	margin-top:40px;
	margin-left:30px;
	width:300px;
}
.contentImages img {
	margin-bottom:10px;
}

.aboutUsTxt {
	width:660px;
	margin:auto;
	font-size:12px;
	
}

.aboutHalf{
	width:305px;
	padding:10px;
	float:left;
	background-color:#f5faf4;
	height:150px; /* Key 1 */
}

.aboutWide{
	background-color:#f5faf4;
	padding:10px;
}
.aboutMap{
	background-color:#FFFFFF; 
	border:1px solid #f5faf4; 
	width:323px;
	float:left;
	height:168px; /* Key 1 */
}



							/* Navagation - Top Menu*/
#nav{
	width:763px;	
	height:39px;
	background-image:url(images/menuSprite.png);
	margin-left:-3px;
	margin-top:15px;
}
#nav span{
	display:none;	
}
#nav ul{
	padding:0px;
	margin:0px;
	list-style:none;
	height:39px;
}
#nav li, #nav a{
	height:39px;
	display:block;
}
#nav ul li{
	display:inline;
	float:left;
	list-style:none;
}





#nav ul .about {
	width:84px;
	}
#nav ul .about a:hover{
	background-image:url(images/menuSprite.png);
	background-repeat:no-repeat;
	background-position:0px -39px;
}
#nav ul .testimonials {
	width:109px;
	}
#nav ul .testimonials a:hover{
	background-image:url(images/menuSprite.png);
	background-repeat:no-repeat;
	background-position:-84px -39px;
}
#nav ul .domestic {
	width:96px;
	}
#nav ul .domestic a:hover{
	background-image:url(images/menuSprite.png);
	background-repeat:no-repeat;
	background-position:-193px -39px;
}
#nav ul .commercial {
	width:109px;
	}
#nav ul .commercial a:hover{
	background-image:url(images/menuSprite.png);
	background-repeat:no-repeat;
	background-position:-289px -39px;
}
#nav ul .bodyCorporate {
	width:137px;
	}
#nav ul .bodyCorporate a:hover{
	background-image:url(images/menuSprite.png);
	background-repeat:no-repeat;
	background-position:-398px -39px;
}
#nav ul .buildersClean {
	width:130px;
	}
#nav ul .buildersClean a:hover{
	background-image:url(images/menuSprite.png);
	background-repeat:no-repeat;
	background-position:-535px -39px;
}
#nav ul .contact {
	width:97px;
	}
#nav ul .contact a:hover{
	background-image:url(images/menuSprite.png);
	background-repeat:no-repeat;
	background-position:-665px -39px;
}

.menuShadow{
	width:100%;	
}



								/* Square Bullet Points */
.sbul{
}
ul.sbul {
list-style-image: url(images/square.gif);
}
ul.sbul li{
margin-top:8px;
}
				/* Small Square Bullet Points */
ul {
list-style-image: url(images/ssquare.gif);
line-height:18px;
text-align:left;
}


										/* Contact page typography */
.contactDetails {
	font-size:18px;
}
.conDetsLeft {
	width:85px; 
	text-align:right; 
	display:inline;
	color:#36A12B;
	float:left;
	
}
.conDetsRight {
	display:inline;
	width:240px;
	float:left;
}




.mail{
color:#000000;
text-decoration:none;
}
.mail:hover{
color:#000000;
text-decoration:underline;
}


										/* Footer */
.footer{
	margin-top:4px;
	color:#CCCCCC;
	font-size:10px;
	background-color:#ffffff;
}
.footer a, .footer a:link{
	color:#CCCCCC;
	text-decoration:none; 
}
.footer a:hover{
	color:#36A12B;
	
}
.footer a:visited{
	color:#CCCCCC;
}
.footLeft{
	display:inline;
	float:left;
	margin-left:5px;
	
}
.footRight{
	display:inline;
	float:right;
	margin-right:5px;
}
.greenLine{
	background-color:#36A12B;
	height:2px;
	line-height:2px;
	margin:20px 4px 0 4px;
	clear:both;
	display:block;
}


										/* Colors */
.green{
	color:#36A12B;
}
.lightgreen{
	color:#f5faf4;
}



										/* Dregs */
.clear{
	clear:both;
}
