
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
}

html, body {
	height: 100%;
}

body {
	line-height: 1;
}

/* remove list-style from lists */
ol, ul {
	list-style: none;
}

/* remove border from fieldset and img */
fieldset, img {
	border: 0;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/*clearfix */

.clearfix:after {
    content: " "; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size: 0;
}

.clearfix { display: inline-block; }

* html .clearfix {height: 1%;}

/* Global Styles
--------------------------------------------------------------------------------------- */
html, body { 
	border:0; 
	margin:0; 
	padding:0; 
	font-family:'Arial', Helvetica, Verdana sans-serif; 
	color:#000000; 
	text-align:left; 
	height:100%; 
	font-size:12px; 
	line-height:18px;
	background-color:#000000; 
	}


/* Page Structure
--------------------------------------------------------------------------------------- */

#index, #enter {
	width:820px;
	height:663px;
	margin:0 auto;
	}
	
#enter {
	height:10px;
	}

#frame {
	width:800px; 
	min-height:100%;
	}
	
#nav {
	width:182px;
	min-height:658px;
	background:url(../img/bDrop_nav.png) top no-repeat;
	position:fixed;
	top:0;
	left:0;
	float:left;
	padding-left:68px;
	padding-top:220px;
	z-index:99;
	}
	
#subnav {
	margin-bottom:80px
	}
	
#content {
	position:absolute;
	width:815px; 
	z-index:1;
	}
	
#about, #services, #gallery, #contact, #domestic, #commercial, #maintenance, #trade, #update {
	padding:124px 0 0 270px;
	min-height:750px;
}

#about {
	background:url(../img/bDrop_about.gif) bottom left no-repeat;
	}
	
#services {
	background:url(../img/bDrop_services.gif) bottom left no-repeat;
	}
	
#domestic {
	background:url(../img/bDrop_domestic.gif) bottom left no-repeat;
	}
	
#commercial {
	background:url(../img/bDrop_about.gif) bottom left no-repeat;
	}
	
#maintenance {
	background:url(../img/bDrop_gallery.gif) bottom left no-repeat;
	}
	
#trade {
	background:url(../img/bDrop_domestic.gif) bottom left no-repeat;
	}
	
#gallery {
	background:url(../img/bDrop_gallery.gif) bottom left no-repeat;
	}
	
#update {
	background:none;
	}

/* Headings
--------------------------------------------------------------------------------------- */

h1, h2, h3 {}

#about h1, #services h1, #domestic h1, #commercial h1, #maintenance h1, #trade h1, #gallery h1, #contact h1, #update h1 {
	width:548px;
	height:93px;
	text-indent:-9999px;
	margin:0;
	padding:0;
}

#about h1 {
	background:url(../img/hd_about.gif) no-repeat;
	}
	
#services h1 {
	background:url(../img/hd_services.gif) no-repeat;
	height:33px;
	}
	
#domestic h1 {
	background:url(../img/hd_m_domestic.gif) no-repeat;
	}
	
#commercial h1 {
	background:url(../img/hd_m_commercial.gif) no-repeat;
	}
	
#maintenance h1 {
	background:url(../img/hd_m_maintenance.gif) no-repeat;
	}
	
#trade h1 {
	background:url(../img/hd_m_trade.gif) no-repeat;
	}
	
#gallery h1 {
	background:url(../img/hd_gallery.gif) no-repeat;
	}
	
#contact h1 {
	background:url(../img/hd_contact.gif) no-repeat;
	}
	
#update h1 {
	background:url(../img/hd_timetoupdate.gif) no-repeat;
	}
	
#services h2.domestic a, #services h2.domestic a:hover, #services h2.commercial a, #services h2.maintenance a, #services h2.trade a {
	background:url(../img/hd_domestic.gif) top no-repeat;
	height:50px;
	width:220px;
	margin:0;
	padding:0;
	display:block;
	text-indent:-9999px;
	border-bottom:none;
	}
	
#services h2.commercial a, a:hover {
	background:url(../img/hd_commercial.gif) top no-repeat;
	}
	
#services h2.maintenance a, a:hover {
	background:url(../img/hd_maintenance.gif) top no-repeat;
	}
	
#services h2.trade a, a:hover {
	background:url(../img/hd_trade.gif) top no-repeat;
	}
	

	

/* Text Styles
--------------------------------------------------------------------------------------- */

p { 
	margin-bottom:9px; 
	color:#FFFFFF;
	}
	
strong {
	font-weight:bold;
	}

/* List Styles
--------------------------------------------------------------------------------------- */
	
ul { 
	font-size:12px; 
	line-height:18px; 
	margin:5px 5px 5px 10px; 
	list-style-image:url(../img/ic_point.gif); 
	padding:0 0 0 10px;  
	list-style-position: outside; 
	display:block; 
	}


/* Links
--------------------------------------------------------------------------------------- */

a, a:visited, a:hover {}

	
#content a, #content a:visited { 
	color:#779672;
	text-decoration:none;
	margin:0px;
	}
	
#content a:hover { 
	color:#779672;
	text-decoration:none;
	border-bottom:1px dashed #779672;
	margin:0px;
	background:none;
	}
	
#gallery a, #gallery a:visited { 
	color:#779672;
	text-decoration:none;
	margin:0px;
	}
	
#gallery a:hover { 
	color:#779672;
	text-decoration:none;
	border-bottom:none;
	margin:0px;
	background:none;
	}

#enter a, a:visited, a:hover {
	color:#000000;
	text-decoration:none;
	}


/* Main Navigation
---------------------------------------------------------------------------------------- */

#nav ul { 
	margin:0; 
	padding:0; 
	list-style-type:none; 
	list-style-image:none; 
	list-style-position:outside; 
	display:block;
	}

#nav ul li {   
	margin: 0;  
	padding: 0;
	}
		
#nav ul li a {  
	width:91px;  
	display: block;  
	margin: 0;  
	padding: 0;
	}

#nav ul li a.about  { 
	width:91px; 
	height:21px; 
	background: url(../img/bt_about.png) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
		
#nav ul li a.services  { 
	width:91px; 
	height:27px; 
	background: url(../img/bt_services.png) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
		
#nav ul li a.gallery { 
	width:91px; 
	height:29px; 
	background: url(../img/bt_gallery.png) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
	
#nav ul li a.contact { 
	width:91px; 
	height:18px; 
	background: url(../img/bt_contact.png) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}

#nav ul li a.about:hover { 
	background: url(../img/bt_about.png) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
		
#nav ul li a.services:hover { 
	background: url(../img/bt_services.png) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
		
#nav ul li a.gallery:hover { 
	background: url(../img/bt_gallery.png) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
		
#nav ul li a.contact:hover { 
	background: url(../img/bt_contact.png) bottom no-repeat; 
	margin:0; 
	padding:0;
	}
	
	
/* Sub Navigation
---------------------------------------------------------------------------------------- */

#subnav ul { 
	margin:0; 
	padding:0; 
	list-style-type:none; 
	list-style-image:none; 
	list-style-position:outside; 
	display:block;
	}

#subnav ul li {   
	margin: 0;  
	padding: 0;
	float:left;
	}
		
#subnav ul li a {  
	height:20px;  
	display: block;  
	margin: 0;  
	padding: 0;
	}

#subnav ul li a.domestic  { 
	width:120px; 
	height:20px; 
	background: url(../img/bt_domestic.gif) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
		
#subnav ul li a.commercial  { 
	width:144px; 
	height:20px; 
	background: url(../img/bt_commercial.gif) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
		
#subnav ul li a.maintenance { 
	width:92px; 
	height:20px; 
	background: url(../img/bt_maintenance.gif) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}
	
#subnav ul li a.trade { 
	width:83px; 
	height:20px; 
	background: url(../img/bt_trade.gif) top no-repeat; 
	text-indent:-9999px; 
	margin:0; 
	padding:0;
	}

#subnav ul li a.domestic:hover { 
	background: url(../img/bt_domestic.gif) bottom no-repeat; 
	margin:0; 
	padding:0;
	border-bottom:none;
	}
		
#subnav ul li a.commercial:hover { 
	background: url(../img/bt_commercial.gif) bottom no-repeat; 
	margin:0; 
	padding:0;
	border-bottom:none;
	}
		
#subnav ul li a.maintenance:hover { 
	background: url(../img/bt_maintenance.gif) bottom no-repeat; 
	margin:0; 
	padding:0;
	border-bottom:none;
	}
		
#subnav ul li a.trade:hover { 
	background: url(../img/bt_trade.gif) bottom no-repeat; 
	margin:0; 
	padding:0;
	border-bottom:none;
	}
	
/* Table Style
--------------------------------------------------------------------------------------- */	
	
#servicestable td
{
	vertical-align:top;
	padding-right:40px;
	padding-bottom:40px;
}

/* Form Style
--------------------------------------------------------------------------------------- */	
	
#std_form
{
	margin:10px 0px 0px 0px;
	
}
	
#std_form td
{
	vertical-align:top;
	border:none;
	background:none;
	padding:0 0px 5px 0px;
}

input, textarea {
	margin-left:10px;
	}

#name,#email,#phone,#comment {
	width: 250px;
	height: 16px;
	border: solid 1px #cccccc;
	background-color: #ffffff;
	font-size: 12px;
	vertical-align: middle; 
}
		
#comment
{
	height: 160px;	
}
