/* Global Page Resets */

*	{
	margin: 0;
	padding: 0;
	text-decoration: none;
	float: none;
	outline: none;
	border: none;
}

/* End Global Resets */

body	{
	background: #666666;
	margin: 0;
	padding: 0;
}

address	{
	margin: 20px 0px 20px 5px;
}

a	{
	color: #ffffff;
	text-decoration: underline;
}

a:hover	{
	color: #ffffff;
	text-decoration: none;
}

a:visited	{
	color: #ffffff;
}

h3	{
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px 0px 0px 5px;
	margin-bottom: 12px;
}



#wrapper	{
	background: url(images/wrapbk.jpg) top left repeat-y;
	margin: 0 auto;
	padding: 0px 20px 0px 20px;
	width: 780px;
}

#head	{
	height: 175px;
	width: 780px;
	position: absolute;
}

/* Header Image Replacement */

#head h1 {
	height: 175px;
	width: 780px;
	position: relative;
	font-size: .6em;
}

/* mac hide \*/

#head h1	{overflow: hidden;}

/* end hide */

#head h1 em	{
	background: transparent url(images/head.jpg) no-repeat left top;
	position: absolute;
	left: 0; 
	top: 0;
	display: block;
	height: 175px;
	width: 780px;
}

/* End Header Image Replacement */

/* Main Navigation */

ul#nav	{
	width: 667px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 135px;
	left: 52px;
	list-style: none;
}

#nav li, #nav li a {
	height: 40px;
	float: left;
	position: relative;
	display: block;
 	line-height: 40px;
}

/* mac hide \*/
#nav li, #nav li a {overflow:hidden;}
/* end hide */
#nav a{font-size:1em}

li em {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	height: 40px;
}

li#home a {width: 91px; cursor: pointer;}
li#profile a {width: 166px; cursor: pointer;}
li#work a {width: 128px; cursor: pointer;}
li#types a {width: 184px; cursor: pointer;}
li#faqs a {width: 98px; cursor: pointer;}

li#home em {background: url(images/home.jpg) no-repeat 0 0; width: 91px;}
li#profile em {background: url(images/profile.jpg) no-repeat 0 0; width: 166px;}
li#work em {background: url(images/work.jpg) no-repeat 0 0; width: 128px;}
li#types em {background: url(images/types.jpg) no-repeat 0 0; width: 184px;}
li#faqs em {background: url(images/faqs.jpg) no-repeat 0 0; width: 98px;}

ul#nav li a:hover{visibility: visible}/* needed for ie to work */
ul#nav li a:hover em{background-position: 0 -40px}

ul#nav li a em.active {background-position: 0 -40px}

/* End Main Navigation */

/* Left Navigation */ 

ul#nav1	{
	background: transparent;
	width: 165px;
	margin: 11px 0px 10px 0px;
	list-style: none;
}

#nav1 li, #nav1 li a {
	width: 165px;
	position: relative;
	display: block;
	line-height: 35px;
}

/* mac hide \*/
#nav1 li, #nav1 li a {overflow:hidden;}
/* end hide */
#nav1 a{font-size:1em}

#nav1 li em {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}

li#contact a {height: 35px; width: 165px; cursor: pointer;}
li#permissions a {height: 57px; width: 165px; cursor: pointer;}
li#regulations a {height: 58px; width: 165px; cursor: pointer;}
li#volumes a {height: 38px; width: 165px; cursor: pointer;}
li#velux a {height: 38px; width: 165px; cursor: pointer;}

li#contact em {background: url(images/contact.jpg) no-repeat 0 0; height: 35px; width: 165px;}
li#permissions em {background: url(images/permissions.jpg) no-repeat 0 0; height: 57px;width: 165px;}
li#regulations em {background: url(images/regulations.jpg) no-repeat 0 0; height: 58px;width: 165px;}
li#volumes em {background: url(images/volumes.jpg) no-repeat 0 0; height: 38px;width: 165px;}
li#velux em {background: url(images/velux.jpg) no-repeat 0 0; height: 38px; width: 165px;}

ul#nav1 li a:hover{visibility: visible}/* needed for ie to work */
ul#nav1 li#contact a:hover em{background-position: 0 -35px}
ul#nav1 li#permissions a:hover em{background-position: 0 -57px}
ul#nav1 li#regulations a:hover em{background-position: 0 -58px}
ul#nav1 li#volumes a:hover em{background-position: 0 -38px}
ul#nav1 li#velux a:hover em{background-position: 0 -38px}

ul#nav1 li#contact a em.active {background-position: 0 -35px}
ul#nav1 li#permissions a em.active {background-position: 0 -57px}
ul#nav1 li#regulations a em.active {background-position: 0 -58px}
ul#nav1 li#volumes a em.active {background-position: 0 -38px}
ul#nav1 li#velux a em.active {background-position: 0 -38px}

/* End Left Navigation */

#contentwrap	{
	padding-top: 185px;
}

#navfloat	{
	width: 165px;
	float: left;
	margin: 0px 0px 15px 5px;
	background: url(images/leftnav_bg.jpg) top left no-repeat;
}

#navfloat #title	{
	background: url(images/titlebk.jpg) top left repeat-x;
	color: #ffffff;
	height: 25px;
	width: 150px;

}

#navfloat #title h2	{
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px 0px 0px 8px;
	color: #ffffff;
}


#content	{
	width: 609px;
	float: right;
	margin: 0px 0px 15px 0px;
}

#divide	{
	background: url(images/divide.jpg) top left no-repeat;
	height: 13px;
	width: 780px;
	clear: both;
	margin: 0px 0px 4px 0px;
}

#content #title	{
	background: url(images/titlebk.jpg) top left repeat-x;
	width: 592px;
	color: #ffffff;
	height: 25px;
	margin: 0px 0px 10px 5px;
}

#content #title h2	{
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 5px 0px 0px 5px;
	color: #ffffff;
}

#content #projects	{
	width: 550px;
	margin: 20px auto;
	padding: 0;
}

#content #projects div.gallery_wrap	{
	width: 550px;
	height: 122px;
	margin: 0px 0px 24px 0px;
}

#content #projects div.gallery_wrap p.dormer	{
	font-size: 11px;
	color: #fff;
	padding: 5px 0px 0px 22px;
}

#content #projects div.gallery_wrap p.hiptogable	{
	font-size: 11px;
	color: #fff;
	padding: 5px 0px 0px 48px;
}

#content #projects div.gallery_wrap p.windows	{
	font-size: 11px;
	color: #fff;
	padding: 5px 0px 0px 2px;
}

#content #projects div.gallery_wrap p.velux	{
	font-size: 11px;
	color: #fff;
	padding: 5px 0px 0px 60px;
}

#content #projects div.gallery_wrap p.stairs	{
	font-size: 11px;
	color: #fff;
	padding: 5px 0px 0px 54px;
}

#content #projects div.gallery_wrap p.bathrooms	{
	font-size: 11px;
	color: #fff;
	padding: 5px 0px 0px 18px;
}

#content #projects div.gallery_wrap_btm p.construction	{
	font-size: 11px;
	color: #fff;
	padding: 5px 0px 0px 47px;
}

#content #projects div.gallery_wrap_btm	{
	width: 550px;
	height: 122px;
}

#content #projects #gallery	{
	width: 165px;
	height: 120px;
	border: 1px solid white;
	float: left;
}

.left	{
	margin: 0px 24px 0px 0px;
}

.middle	{
	margin: 0px 24px 0px 24px;
	
}

#holder	{
	width: 592px;
	margin: 0px 0px 0px 5px;
}	

#holder a	{
    width: 110px;
	height: 95px;
	display: block;
	border: 1px solid #ffffff;
	float: left;
	margin: 8px 0px 0px 0px;
}

#holder a.preview	{
    width: 110px;
	height: 95px;
	display: block;
	border: 1px solid #ffffff;
	margin: 8px 0px 0px 8px;
}

#holder a:hover	{
	border: 1px solid #000000;
}

#content p	{
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	padding: 2px 15px 5px 10px;
	text-align: justify;
	color: #000000;
	line-height: 16px;
}


#footer	{
	margin-left: -20px;
	padding: 0px 20px 0px 20px;
	clear: both;
	height: 55px; 
	width: 780px;
	background: url(images/footbk.jpg) top left no-repeat;
}

#footer p	{
	font: 0.6em Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 5px;
}


ul#footnav	{
	font: 0.7em Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	width: 382px;
	list-style: none;
}

ul#footnav li	{
	border-left: 1px solid #fff;
	padding: 0px 2px 0px 5px;
}

ul#footnav li.first	{
	border: none;
}

ul#footnav	li, ul#footnav a	{
	margin: 0 auto;
	text-decoration: none;
	display: inline;
	color: white;
	line-height: 10px;	
}

ul#footnav a:hover	{
	text-decoration: underline;
}

ul#footnav a:visited	{
	color: white;
}

.types	{
	float: right;
	margin: 0px 0px 10px 10px;
	white-space: nowrap;
	
}

.vlogo	{
	width: 92px;
	margin: 5px 0px 5px 27px;
}

.cglogo	{
	width: 78px;
	margin: 5px 0px 5px 34px;
}

.tlogo	{
	width: 60px;
	margin: 5px 0px 5px 42px;
}

ul.list	{
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	margin: 15px 0px 0px 40px;
	padding: 0px 55px 0px 0px;
}

ul.list li	{
	line-height: 16px;
	margin: 0px 0px 15px 0px;
}

/* Gallery Images */

a.img1 { 
   display: block; 
   width: 165px; 
   height: 120px; 
   text-decoration: none; 
   background: url(images/projects/dormers.jpg);
}

a.img1:hover { 
   background-position: 0 -120px;
   cursor: pointer;
}

a.img2 { 
   display: block; 
   width: 165px; 
   height: 120px; 
   text-decoration: none; 
   background: url(images/projects/hiptogable.jpg);
}

a.img2:hover { 
   background-position: 0 -120px;
   cursor: pointer;
}

a.img3 { 
   display: block; 
   width: 165px; 
   height: 120px; 
   text-decoration: none; 
   background: url(images/projects/windowsbalconies.jpg);
}

a.img3:hover { 
   background-position: 0 -120px;
   cursor: pointer;
}

a.img4 { 
   display: block; 
   width: 165px; 
   height: 120px; 
   text-decoration: none; 
   background: url(images/projects/veluxs.jpg);
}

a.img4:hover { 
   background-position: 0 -120px;
   cursor: pointer;
}

a.img5 { 
   display: block; 
   width: 165px; 
   height: 120px; 
   text-decoration: none; 
   background: url(images/projects/staircases.jpg);
}

a.img5:hover { 
   background-position: 0 -120px;
   cursor: pointer;
}

a.img6 { 
   display: block; 
   width: 165px; 
   height: 120px; 
   text-decoration: none; 
   background: url(images/projects/bathrooms.jpg);
}

a.img6:hover { 
   background-position: 0 -120px;
   cursor: pointer;
}

a.img7 { 
   display: block; 
   width: 165px; 
   height: 120px; 
   text-decoration: none; 
   background: url(images/projects/construction.jpg);
}

a.img7:hover { 
   background-position: 0 -120px;
   cursor: pointer;
}

a.img8 { 
   display: block; 
   width: 165px; 
   height: 120px; 
   text-decoration: none; 
   background: url(images/projects/completion.jpg);
}

a.img8:hover { 
   background-position: 0 -120px;
   cursor: pointer;
}


#clearfloat	{
	clear: both;
}
/* End Gallery Images */  

	
/* Enquiry Form */
#formcontain	{
	width: 300px;
	margin: 20px auto;
}

#formcontain .formrow	{
	width: 100%;
	margin: 0px 0px 3px 0px;
	text-align: center;
}

#formcontain .inputname	{
	float: left;
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
}

#formcontain .inputfield	{
	height: 19px;
	width: 194px;
	padding: 3px 0px 3px 3px;
	float: right;
	border: 1px solid #666;
}

#formcontain #comments	{
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	width: 294px;
	height: 97px;
	margin: 3px 0px 0px 0px;
	padding: 3px 0px 3px 3px;
	border: 1px solid #666;
}

#formcontain em	{
	color: #222;
}

#formcontain .formbuttons	{
	width: 130px;
	margin: 8px auto;

}

span	{
	font-weight: bold;
}

.hr {
	width: 590px;
	height: 3px;
	margin: 0px 0px 12px 6px;
	border-bottom: 1px dotted #000;
}

/* End Enquiry Form */

p.txt	{
	color: #fff;
}