

/*****======= REMEBER TO CHECK OTHER STYLE SHEET AND HTML CODE FOR IE 6 FIXES ========*****/


@charset "utf-8";
/* CSS Document */

/******* html *******/
html { 
	margin: 0; 
	padding: 0; 
	text-align : center;
	}


/******* body *******/
body { 
	margin: 0; 
	padding: 0; 
	font : 75%/160% Tahoma, Verdana, Arial, sans-serif; 
	background-color : #ffffff; 
	text-align : center; 
	color: #000000;
}
	
	
.clear {clear:both;}


/* keeps the whole thing central*/
#container {
	width:803px;
	margin: 0 auto;
	margin-top:-1.5em;
} 
#home #container {margin-top:0em;} 

/******* Links *******/

a{outline:none;}

a, a:link, a:active, a:visited{
	color: #0f4097;
	text-decoration:underline;
	font-weight:bold;
} 
a:hover{
	color: #6e4734;
	text-decoration:underline;
	font-weight:bold;
}

/******* fonts *******/

.coloured_txt{color: #0f4097;}
.coloured_txt2{color: #666666;font-size:90%;}
.sml_txt{font-size:86%;}

/******* logo - banner *******/
#branding{
	margin: 0; 
	padding: 0; 
	width:803px;
	height:217px;
}
#home #branding{background:url(_img/banner_kitchen.jpg) no-repeat;}
#about_us #branding{background:url(_img/banner_about.jpg) no-repeat; text-indent:-99999px;}
#kitchens #branding{background:url(_img/banner_kitchen.jpg) no-repeat; text-indent:-99999px;}
#contemporary #branding{background:url(_img/banner_contemporary.jpg) no-repeat; text-indent:-99999px;}
#traditional #branding{background:url(_img/banner_traditional.jpg) no-repeat; text-indent:-99999px;}
#bedrooms #branding{background:url(_img/banner_bedroom.jpg) no-repeat; text-indent:-99999px;}
#home_offices #branding{background:url(_img/banner_office.jpg) no-repeat; text-indent:-99999px;}
#contact_us #branding{background:url(_img/banner_contact.jpg) no-repeat; text-indent:-99999px;}
#thanks #branding{background:url(_img/banner_thankyou.jpg) no-repeat; text-indent:-99999px;}


/******* nav - menu *******/

#navcontainer{margin-left:-2.7em; }

.navlist {background-image:url(_img/nav_spacer.jpg) repeat-x; width:100%}
.navlist {padding:0 0 0 32px; margin:0; list-style:none; height:46px; position:relative; z-index:500; font-family:arial, verdana, sans-serif;}

.navlist li.top {display:block; float:left;}

.navlist li a.pos1 {background:url(_img/nav_home.jpg) no-repeat; width:98px; height:46px; display:block;text-indent:-99999px;}
.navlist li a.pos2 {background:url(_img/nav_about_us.jpg) no-repeat; width:120px; height:46px; display:block;text-indent:-99999px;}
.navlist li a.pos3 {background:url(_img/nav_kitchens.jpg) no-repeat; width:109px; height:46px; display:block;text-indent:-99999px;}
.navlist li a.pos4 {background:url(_img/nav_bedrooms.jpg) no-repeat; width:126px; height:46px; display:block;text-indent:-99999px;}
.navlist li a.pos5 {background:url(_img/nav_home_offices.jpg) no-repeat; width:153px; height:46px; display:block;text-indent:-99999px;}
.navlist li a.pos6 {background:url(_img/nav_contact_us.jpg) no-repeat; width:197px; height:46px; display:block;text-indent:-99999px;}

.navlist li.p1 {background:url(_img/nav_home.jpg) no-repeat;}
.navlist li.p2 {background:url(_img/nav_about_us.jpg) no-repeat;}
.navlist li.p3 {background:url(_img/nav_kitchens.jpg) no-repeat;}
.navlist li.p4 {background:url(_img/nav_bedrooms.jpg) no-repeat;}
.navlist li.p5 {background:url(_img/nav_home_offices.jpg) no-repeat;}
.navlist li.p6 {background:url(_img/nav_contact_us.jpg) no-repeat;}

.navlist li.current a.pos1,
.navlist li.current a.pos1:hover {background:url(_img/nav_home.jpg) no-repeat;} 
.navlist li.current a.pos2,
.navlist li.current a.pos2:hover {background:url(_img/nav_about_us.jpg) no-repeat;} 
.navlist li.current a.pos3,
.navlist li.current a.pos3:hover {background:url(_img/nav_kitchens.jpg) no-repeat;} 
.navlist li.current a.pos4,
.navlist li.current a.pos4:hover {background:url(_img/nav_bedrooms.jpg) no-repeat;} 
.navlist li.current a.pos5,
.navlist li.current a.pos5:hover {background:url(_img/nav_home_offices.jpg) no-repeat;} 
.navlist li.current a.pos6,
.navlist li.current a.pos6:hover {background:url(_img/nav_contact_us.jpg) no-repeat;} 

.navlist table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}


/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.navlist a:hover {visibility:visible; position:relative; z-index:200;}
.navlist li:hover {position:relative; z-index:200;}

.navlist li a.top_link:hover {background:transparent;} 
.navlist li:hover > a.top_link {background:transparent;} 

/* keep the 'next' level invisible by placing it off screen. */
.navlist ul {position:absolute; left:-9999px; top:-9999px; height:0; margin:0; padding:0; list-style:none;}

.navlist :hover ul {left:0; top:35px; background-color:#f1e3b0; white-space:nowrap; height:auto; width:160px; z-index:300;}
.navlist :hover ul li {display:block; height:20px; position:relative; font-weight:normal; width:auto; height:35px; text-align:left;}
.navlist :hover ul li a {display:block; font-size:12px; height:20px; line-height:20px; width:auto; padding:6px 10px; color:#0f4097; background:transparent; text-decoration:none;}
.navlist :hover ul li a:hover {text-decoration:underline; color:#6a9efb;}

/******* END nav - menu *******/
#main_content{
	padding:2em;
	padding-top:0em;
	text-align:left;
	background-color:#f9f9ef;
	}
#home #main_content{height:280px;}
#about_us #main_content{height:380px;}

h3{	margin: 0; 
	padding: 0;
	width:259px;
	height:71px;
	text-indent:-99999px;
	}
#home h3{background:url(_img/title_welcome.jpg) no-repeat;}
#about_us h3{background:url(_img/title_about_us.jpg) no-repeat;}
#kitchens h3{background:url(_img/title_kitchens.jpg) no-repeat;}
#contemporary h3{background:url(_img/title_contemporary.jpg) no-repeat;}
#traditional h3{background:url(_img/title_traditional.jpg) no-repeat;}
#bedrooms h3{background:url(_img/title_bedrooms.jpg) no-repeat;}
#home_offices h3{background:url(_img/title_home_offices.jpg) no-repeat;}
#contact_us h3{background:url(_img/title_contact.jpg) no-repeat;}
#thanks h3{background:url(_img/title_thankyou.jpg) no-repeat;}

#left_col{
	float:left; 
	width:365px;
	}
#right_col{
	float:right; 
	width:365px;
	}
	
a{
	z-index:100000;
	}
a{
	z-index:200000;
	}

#contact_us .form_padding{padding-top:1.3em;}

#contact_number{	
	width:241px;
	height:61px;
	text-indent:-99999px;
	background:url(_img/contact_number.jpg) no-repeat;
	float:right;
	}

#copyright_txt{
	padding-top:0.5em;
	color:#9e9e9e;
	text-align:left;
	font-size:90%;}




