/* CSS Document */


/* //////// */
/* OVERALL */
body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
} 

h1,h2,h3,h4,h5,h6 {
	font-family: "VAG Rounded LT", "Arial Rounded MT", "Helvetica Rounded", Arial, Helvetica, Verdana, sans-serif;

}

h2 {
	font-size: 18px;
	
	
	/* *** */
	/*font-weight: bold;*/
	
	/*background: red;*/

}

h3 {
	font-size: 14px;
	/*font-weight: bold;*/
}
b {
	color: #666;
	font-weight: bold;
}

/* //////// */
/* HEADER */


/* //////// */
/* NAV */

ul#nav-main li {
	float: left;
	margin-right: 5px;
	list-style-type: none;
	color: #999999;
}

ul#nav-main a {
	text-decoration: none;
	color: #999999;
	
}

ul#nav-main a:hover {
	color: #666666;	
}



ul#nav-secondary {
	list-style: none;
	margin-left: 75px;
	/*	padding-top:40px;*/
	/* ///// */
	
	/* TTTTTTT */
	font-size: 14px;
	
}

ul#nav-secondary li {
	float: left;
	margin-right: 5px;
	list-style-type: none;
	color: #999999;
}

ul#nav-secondary a {
	text-decoration: none;
	color: #999999;
	
}

ul#nav-secondary a:hover {
	color: #666666;	
}


ul#nav-main a.here {
	color: #666;
}

ul#nav-main a.here:hover {
	color: #000;
}


ul#nav-secondary a.here {
	
	color: #666;
	
}

ul#nav-secondary a.here:hover {
	color: #000;	
}

/* //////// */
/* CONTENT */

#titleBlock h2 {

	margin-bottom: 24px;
	
}

.column p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #999999;
	
	margin-bottom: 8px;
}

.column p a:link {
	color: #CCC;
	text-decoration: none;
	
}

.column p a:hover{
	color: #666;
	text-decoration: underline;
	
}



/*products*/

ul.productPoints {
	list-style-position: outside;
	list-style-image: url(../images/img/products/tick.gif);
	list-style-type: none;

}

ul.furtherOverviewLinks {
	list-style-position: outside;
	list-style-image: url(../images/img/products/tick.gif);
	list-style-type: none;	

}

ul.overviewDownloads {
	list-style-position: outside;
	list-style-image: url(../images/img/products/pdf.png);
	list-style-type: none;

}

ul.overviewDownloads li a:link {
	font-decoration: none;
	font-color: #666;
	font-size: 11px;
	
	
}



.range {
	list-style-image: url(../images/img/products/info.gif);

}

.codes {
	list-style-image: url(../images/img/products/question.gif);

}

.delivery {
	list-style-image: url(../images/img/products/van.gif);

}



/* code color for kitchen title */
.code {
	color: #999;
}


/* ADDITIONS */
.additionsMenuContainer h3 a {
	color: #666;
	text-decoration: none;
	
	display: block;

}


.additionsMenuContainer h3 a:hover {
	color: #000;
}



.additionsDetails h3{
	width: 100%;
	
	padding-bottom: 4px;
	
	border-bottom: 1px solid #999;
	margin-bottom: 16px;
	
}

.additionsDetails p{
	
}

/* //////// */
/* FAQ */

.question a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;

}

/* LINKS */

/* CONTACT FORM */
table.contactForm {
	
}

table.contactForm p {
	
}

table.contactForm td {
	
	font-size: 11px;
	line-height: 16px;
	color: #999;
}


/* CONTACT */
.contact p {
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}

/* NEWS */
#caption p{
	font-size: 10px;
	line-height: 12ps;
	color: #666;
}
	


/* //////// */
/* FOOTER */
#footer-quote p {
	color: #FFF;
	font-size: 22px;
	line-height: 26px;
}

#footer-quote p.testimonial{
	font-size: 24px;
	line-height: 48px;
	color: #FFFFFF;
}



#footer-quote p.author {

	font-size: 12px;
	font-color: #FFF;
}

#footer-blurb p {
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
}


ul.footer-info {
	padding-top:10px;

}

.footer-box ul li {
color: #FFF;
}

.footer-box ul li a:link {
	color: #FFF;
	text-decoration: none;
}

.footer-box ul li a:hover {
	color: #333333;
	text-decoration: underline;
}

ul.footer-info li {
	font-size: 9px;
	float: left;
	margin-right: 5px;
	list-style-type: none;
	/*letter-spacing: 1px;*/
}

