*, html, body {
	margin: 0;
	padding: 0;
}
html, body {
	width: 100%;
	min-height: 100% !important;
	height: auto !important;
}
body {
	background: #f8f8f9;
	color: #0e0d0d;
	font-family: "Verdana", Geneva, sans-serif;
	font-size: 14px;
	line-height: 22px;
}
a, a:visited {
	color: #0e0d0d;
	font-family: "Verdana", Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1, h2 {
	display: none;
	visibility: hidden;
}
h3 {
	margin: 0 0 14px -10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: normal;
	font-variant: small-caps;
}
img {
	border: 0 none;
	vertical-align: middle;
}
ul {
	padding-left: 16px;
	list-style-position: outside;
}
/*****************************************/
/**************** Layout *****************/
/*****************************************/
#wrapper {
	width: 100%;
	min-height: 100% !important;
	height: auto !important;
	position: relative;
}
.wrapper {
	width: 1000px;
	position: relative;
	margin: 0 auto;
}
#header {
	background: url(../images/header_bg.png) top left repeat-x;
	width: 100%;
	height: 308px;
	position: relative;
}
#top {
	background: url(../images/top_bg.png) top left repeat-x;
	width: 100%;
	height: 45px;
	position: relative;
	z-index: 5;
}
#top .left {
	width: auto;
	height: 34px;
	float: left;
	margin-left: 20px;
	padding: 0;
	list-style: none;
}
#top .left li {
	background: url(../images/li_v.png) center left no-repeat;
	height: 34px;
	display: block;
	float: left;
	margin-left: 12px;
	padding-left: 15px;
	line-height: 34px;
}
#top .left li:first-child {
	background: none;
	margin: 0;
	padding: 0;
}
#top .left li a, #top .left li span {
	display: block;
	color: #ffffff;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}
#top .left li.phone span {
	background: url(../images/phone.png) center left no-repeat;
	padding-left: 18px;
}
#top .left li.email a {
	background: url(../images/email.png) center left no-repeat;
	padding-left: 22px;
}
#top .left li.directions a {
	background: url(../images/directions.png) center left no-repeat;
	padding-left: 22px;
}
#top .right {
	width: auto;
	height: 34px;
	float: right;
	margin-right: 20px;
	padding: 0;
	list-style: none;
}
#top .right li {
	background: url(../images/li_v.png) center left no-repeat;
	height: 34px;
	display: block;
	float: left;
	margin-left: 12px;
	padding-left: 15px;
	line-height: 34px;
}
#top .right li:first-child {
	background: none;
	margin: 0;
	padding: 0;
}
#top .right li a.facebook {
	background: url(../images/facebook.png) center left no-repeat;
	width: 16px;
	height: 34px;
	display: block;
}
#top .right li a.twitter {
	background: url(../images/twitter.png) center left no-repeat;
	width: 16px;
	height: 34px;
	display: block;
}
#top .right li a.addthis_button {
	width: 84px;
	height: auto;
	display: block;
	margin-top: 9px;
	line-height: 12px !important;
}
#header .wrapper {
	background: url(../images/header_wrapper.jpg) top right no-repeat;
	height: 219px;
	margin-top: -8px;
	position: relative;
	z-index: 3;
}
.logo {
	background: url(../images/logo.png) center center no-repeat;
	width: 608px;
	height: 185px;
	display: block;
	position: absolute;
	top: 13px;
	left: 14px;
}
#nav {
	background: url(../images/nav_bg.png) bottom center no-repeat;
	width: 100%;
	height: 52px;
	position: absolute;
	left: 0;
	bottom: 0;
}
#menu {
	width: 900px;
	height: 52px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
#menu li {
	background: url(../images/li_v.png) center left no-repeat;
	width: 150px;
	height: 52px;
	display: block;
	float: left;
	text-align: center;
	line-height: 52px;
}
#menu li:first-child {
	background: none;
}
#menu li a {
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-variant: small-caps;
	font-weight: normal;
}
#menu li a.current {
	text-decoration: underline;
}
#banner {
	background: url(../images/banner_bg.png) top center repeat-x;
	width: 100%;
	height: 278px;
}
#banner .wrapper {
	text-align: center;
}
#slider {
	width: 892px;
	height: 250px;
	position: relative;
	margin: 0 auto;
	padding: 14px;
	background:  url(../images/slider_bg.png) center center no-repeat;
}
#nivo {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#middle_bottom {
	background: url(../images/middle_bottom.png) bottom left no-repeat;
	width: 100%;
	min-height: 556px;
	height: auto;
	padding-bottom: 144px;
}
#middle_top {
	background: url(../images/middle_top.png) top center repeat-x;
	width: 100%;
	min-height: 556px;
	height: auto;
	position: relative;
}
#content {
	background: url(../images/right_bg.png) 92.5% 100% no-repeat;
	width: 880px;
	margin: 0 0 0 -10px;
	padding: 58px 70px 0;
	overflow: hidden;
}
#contactForm {
	overflow: hidden;
}
#contactForm dl {
	width: 100%;
	display: block;
	overflow: hidden;
}
#contactForm dt { 
	width: 90px;
	display: block;
	float: left;
	clear: left;
	text-align: right;
}
#contactForm dd {
	width: 365px;
	height: 55px;
	display: block;
	float: left;
	margin: 0 0 0 10px;
	line-height: 22px;
}
#contactForm dd.comments {
	height: 240px;
}
#contactForm dd > label.error {
	display: block;
	color: #ff0000;
	font-size: 10px;
	line-height: 18px;
}
#contactForm input[type=text], #contactForm textarea {
	padding: 6px 3px;
}
#contactForm input[type=text] {
	width: 200px;
}
#contactForm textarea {
	width: 400px;
	height: 200px;
}
#contactForm input[type=submit] {
	padding: 4px 8px;
}
#thankYou {
	display: none;
}
#left {
	background: url(../images/left_bg.png) top right no-repeat;
	width: 609px;
	min-height: 478px;
	height: auto;
	float: left;
	padding: 0 21px 58px 0;
}
#right {
	width: 220px;
	min-height: 388px;
	height: auto;
	float: right;
	padding: 0 0 148px 0;
}
#right .testimonials {
	width: 100%;
	padding-bottom: 50px;
	font-size: 12px;
}
#right .inf {
	width: 100%;
	display: block;
	margin-top: 4px;
	text-align: right;
}
#sidebar {
	background: url(../images/sidebar.png) top left no-repeat;
	width: 55px;
	height: 352px;
	position: absolute;
	top: 55px;
	right: 0;
}
#sidebar ul {
	padding: 17px 0 0 15px;
	list-style: none;
}
#sidebar li {
	width: 34px;
	height: 160px;
	display: block;
	text-indent: -9999px;
}
#sidebar li a {
	background: url(../images/kitchen.png) top left no-repeat;
	width: 34px;
	height: 160px;
	display: block;
}
#sidebar li:first-child a {
	background: url(../images/master.png) top left no-repeat;
	width: 34px;
	height: 160px;
	display: block;
}
#footer {
	background: url(../images/footer_bg.png) bottom center repeat-x;
	width: 100%;
	height: 144px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
}
#footer_menu {
	width: 966px;
	height: 52px;
	margin: 12px auto 8px;
	padding: 0;
	list-style: none;
}
#footer_menu li {
	background: url(../images/li_v.png) center left no-repeat;
	width: 138px;
	height: 52px;
	display: block;
	float: left;
	text-align: center;
	line-height: 52px;
}
#footer_menu li:first-child {
	background: none;
}
#footer_menu li a {
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-variant: small-caps;
	font-weight: normal;
}
#footer_menu li a.current {
	text-decoration: underline;
}
.copyright {
	color: #ffffff;
	line-height: 28px;
	text-transform: uppercase;
}
.copyright a {
	color: #ffffff;
	text-transform: uppercase;
}
#at20mc a {
	font-size: 12px;
	font-weight: normal;
}
