@charset "utf-8";
/* CSS Document */

body {}
.clr {clear: both;}
#wrap {}
.col-home {
	margin: 0% 1% 2% 0%;
	float: left;
	width: 10%;
}
.col-aboutus {
	margin: 0% 1% 1% 0%;
	float: left;
	width: 16%;
}
.col-collection {
	margin: 0% 1% 1% 0%;
	float: left;
	width: 26%;
}
.col-kitchen {
	margin: 0% 1% 1% 0%;
	float: left;
	width: 25%;
}
.col-services {
	margin: 0% 0% 1% 0%;
	float: left;
	width: 18%;
}
.navlink {
	background-color: #C60;
}
.navlink2 {
	background-color: #333;
}
.navlink a {
	display:block;
	color: #c2c2c2;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 40px;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	text-decoration: none;
}
.navlink a:hover {	
	color: #FFFFFF;
}
.contentcol {text-align: center;}
.contentcol img {
	max-width: 100%;
	height: 1;
	width: auto\9; /* ie8 */
}
.footlink {
	background-color: #cccccc;	
}
.footlink a {
	display:block;
	color: #424242;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
}
.footlink a:hover {	
	color: #141414;
}
#footer {}
