/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Tahoma, Verdana, Arial, serifSansSerifMonospace;
	margin: 0;
	padding: 0;
}

#container {
	width: 950px;
	margin: 0 auto;
}

#top-nav {
	width: 950px;
	height: 52px;
	/*background: #565656;*/
	background: #000000 url(../images/global/top-nav-image.jpg) no-repeat top right;
}

#top-nav ul {
	list-style: none;
}
#top-nav ul li {
	list-style: none;
	display: inline;
	float: left;
}

#top-nav ul li a {
	display: block;
	height: 27px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 20px!important;
	margin: 0 10px;
	padding: 25px 0 0 0;
	float:left;
}


#top-nav ul li a:hover {
	background: url(../images/global/top-nav-pointer.jpg) no-repeat center 0;
}

.top-nav-active {
	background: url(../images/global/top-nav-pointer.jpg) no-repeat center 0;
}


#logo-header {
	height: 105px;
	width: 950px;
}

#logo-header p {
	font-size: 50px;
	line-height: 105px;
	color: #333;
	font-weight: normal;
	float: right;
}

#banner-nav {
	height: 275px;
	width: 950px;
	background: #ffcc01 url(../images/global/banner-bg-cnr.jpg) no-repeat 0 0;
	float: left;
	position: relative;
}

#banner-nav ul {
	list-style: none;
	position: absolute;
	z-index: 1;
	margin: 26px 0 0;
}

#banner-nav ul li {
	list-style: none;
	margin: 0 0 17px 20px;
}
#banner-nav ul li a {
	display: block;
	height: 43px;
	width: 905px;
	background: #fff url(../images/global/banner-nav-cnr.jpg) no-repeat 0 0;
	color: #333;
	font-size: 22px;
	text-decoration: none;
	line-height: 43px;
	padding: 0 0 0 25px;
}

#banner-nav ul li a:hover {
	background: #ffdf73 url(../images/global/banner-nav-cnr.jpg) no-repeat 0 -43px;
	color: #333;
}

#banner-nav .banner-nav-active {
	background: #ffdf73 url(../images/global/banner-nav-cnr.jpg) no-repeat 0 -43px;
}

#banner-nav .banner-img {
background: url(../images/global/home-banner.png) no-repeat 0 0;
	height: 275px;
	width: 713px;
	position: absolute;	
	top:0;
	left: 237px;
	float:right;
	z-index: 10;
}

#banner-nav .gallery-img {
	background: url(../images/global/gallery-banner.png) no-repeat 0 0;
		height: 275px;
	width: 713px;
	position: absolute;	
	top:0;
	left: 237px;
	float:right;
	z-index: 10;
}
#banner-nav .kitchen-img {
	background: url(../images/global/kitchen-banner.png) no-repeat 0 0;
		height: 275px;
	width: 713px;
	position: absolute;	
	top:0;
	left: 237px;
	float:right;
	z-index: 10;
}
#banner-nav .commercial-img {
	background: url(../images/global/commercial-banner.png) no-repeat 0 0;
		height: 275px;
	width: 713px;
	position: absolute;	
	top:0;
	left: 237px;
	float:right;
	z-index: 10;
}
#banner-nav .other-img {
	background: url(../images/global/other-services-banner.png) no-repeat 0 0;
		height: 275px;
	width: 713px;
	position: absolute;	
	top:0;
	left: 237px;
	float:right;
	z-index: 10;
}
#banner-nav .link-img {
	background: url(../images/global/links-banner.png) no-repeat 0 0;
		height: 275px;
	width: 713px;
	position: absolute;	
	top:0;
	left: 237px;
	float:right;
	z-index: 10;
}
#banner-nav .contact-img {
	background: url(../images/global/contact-banner.png) no-repeat 0 0;
		height: 275px;
	width: 713px;
	position: absolute;	
	top:0;
	left: 237px;
	float:right;
	z-index: 10;
}

#content {
	width: 950px;
	margin: 10px 0 20px;
}

#content h1 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #333;
	padding: 10px 0 10px 20px;
}
#content h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #FFCC01;
	padding: 10px 0 10px 20px;
}

#content .content-right h2 {
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #333;
	padding: 10px 0 10px;
}

h2.colour-select {
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin:0 0 10px 20px;
	padding:0 0 0 5px;
	display:block;
	width: 250px;
	background: #FFCC01 url(../images/global/h2-bg.jpg) no-repeat top right;
	color: #333;
}

#content p {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	padding: 0 0 20px 20px;
}

#content ul {
	margin: 0;
	padding: 0 0 20px 35px;
	font-size: 12px;
	clear: both;
	list-style-image: url(../images/global/bullet-yellow.gif);
}
#content ul li{
	line-height: 18px;
	float: left;
	width: 220px;
}

#content a {
	color: #333;
	font-weight: bold;
}
#content a:hover {
	text-decoration: none;
}

#content .content-left {
	width: 480px;
	float: left;
}

#content .content-right {
	width: 455px;
	float: right;
}
#content table {
	margin: 0;
	padding: 0;
	border: 0;
}

#content table p {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#content input, #content select, #content textarea {
	border: 1px solid #FFCC01;
}

#content .contact-form p span{
	color: red;
}

#footer {
	width: 950px;
	height: 60px;
	background: #565656 url(../images/global/footer-top-cnr.jpg) no-repeat 0 0;
	clear: both;
	padding: 20px 0 0 0;
	text-align: center;
	color: #fff;
}

#footer p.footer-nav {
	font-size: 13px;
	line-height: 20px;
}

#footer p.disclaimer {
		font-size: 11px;
	line-height: 20px;
}

#footer p.footer-nav a, #footer p.disclaimer a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}	

/************************ KITCHEN COLOUR SELECTORS **************************/

.kitchen-select	{
	text-align: center;
}

a.select-kitchen {
	float:left;
	font-size:12px;
	margin:0 0 10px 0;
	text-align:center;
	text-decoration:none;
	width:220px;
}
a.select-kitchen img-right {
	float:right;
}

a.select-kitchen img {
	margin:0;
	padding:1px;
	border:1px solid #333;
}

#content table.colour-chart {
	position: relative;
	margin: 0 0 0 20px;
}

.colour-chart img {
	padding: 0;
	margin:0;
}

.color-box-left {
	width: 76px;
	height: 40px;
	overflow: hidden;
	position: relative;
	border-right: 1px solid #fff;
	margin: 2px 0;
}
.color-box-right {
	width: 76px;
	height: 40px;
	overflow: hidden;
	position: relative;
	border-left: 1px solid #fff;
}

.box-shape-left {
	width: 15px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(/images/colour-selector/left-mask.gif) no-repeat 0 0;
}
.box-shape-right {
	width: 15px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 61px;
	background: url(/images/colour-selector/right-mask.gif) no-repeat 0 0;
}

#content .content-right .tabcontent h2 {
	padding: 30px 0 20px 0;
}

#content .content-right .tabcontent img {
	border: 1px solid #FFCC01;
	padding: 2px;
}

.content-right-thumbs img {
	padding: 2px;
	margin: 2px;
	border: 1px solid #FFCC01;
}

#content ol.faq-list {
	font-size: 12px;
	margin: 0 0 0 40px;
	padding: 0;
}
#content ol.faq-list li {
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#content ol.faq-list ol {
	margin: 0 0 10px 20px;
	padding: 0;
	list-style: none;

}
#content ol.faq-list li ol li{
	margin: 0;
	padding: 0;
	font-weight: normal;
}


td.error strong{
	color: red;
	font-weight: bold;
	font-size: 12px;
	background: #ffcbcb;
	border: 1px solid red;
	display:block;
	padding:3px;
	margin-right: 45px;
}

.tabcontent {
	float: left;
}

.kitchen-quick-select {
	margin: 0;
	padding: 0;
}

.kitchen-quick-select a {
	margin: 0;
	padding: 0;
}

.kitchen-quick-select td {
	border-bottom: 1px solid #FFCC01;
}