@charset "UTF-8";
.top_left_img {
	background-color: #FFF;
	background-image: url(images/top_left.gif);
	background-repeat: no-repeat;
}
/* CSS Document */

#main_wrap {
	height: 100%;
	width: 860px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	margin-top: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#title_h1 {
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	height: 2em;
}
h1 {
	line-height: 20px;
	background-color: #000;
	color: #FFF;
}
body {
	background-image: url(images/background.gif);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	background-color: #333;
	margin-top: 0px;
	padding-top: 0px;
	background-attachment: fixed;
	background-repeat: repeat;
}

#banner_box {
	height: 200px;
	width: 860px;
	background-color: none;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}
#content_wrap {
	background-image: url(images/white_transp.png);
	background-repeat: repeat;
	width: 860px;
	height: 100%;
	float: left;
}
#left_box {
	height: 1100px;
	width: 300px;
	float: left;
	background-color: #FFF;
	padding: 10px;
	margin-top: 25px;
	margin-right: 120px;
	margin-left: 25px;
}
#middle_box {
	height: 100%;
	width: 310px;
	background-color: #999;
	margin-top: 25px;
	float: left;
}
a {
	color: #FF3A37;
}
#right_box  {
	height: 1100px;
	width: 310px;
	float: left;
	background-color: #CCC;
}
#main_wrap #middle_box a {
	color: #FFF;
}
#main_wrap #middle_box img {
	text-align: center;
}
#right_box a {
	color: #FF3A37;
}

#nav {
	padding:0;
	float:left;
	width:860px;
	height:15px;
	border:1px solid #42432d;
	border-width:1px 0;
	text-align:center;
	margin: 0px;
	overflow:hidden;
	background-color: #000;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#nav li {

display: inline;
height: 40px;
	width: auto;
	margin:0 auto;

}

#nav a:link,
#nav a:visited {
	color:#FFF;
	display:inline;
	height:40px;
	width:auto;
	text-align:center;
	border-right:1px solid #42432d;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow: 2px 2px 2px #555;
	margin:0 auto 0 auto;
	padding: 5px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
	background-image: url(images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
}

#nav a:hover {
color:#fff;
background:#7197a0 url(images/nav_bg2.jpg) 0 0 repeat-x;
}

#home #nav-home a,
#about #nav-about a,
#gallery #nav-gallery a,
#kitchen #nav-kitchen a,
#bath #nav-bath a,
#contact #nav-contact a
#blog #nav-blog a{
background:#7197a0 url(images/nav_bg.jpg) 0 0 repeat-x;
color:#fff;
text-shadow:none;
}

#home #nav-home a:hover,
#about #nav-about a:hover,
#gallery #nav-gallery a:hover,
#kitchen #nav-kitchen a:hover,
#bath #nav-bath a:hover,
#contact #nav-contact  a:hover 
#blog #nav-blog  a:hover {
background:#7197a0 url(images/nav_bg2.jpg) 0 0 repeat-x;
}
#nav a:active {
background: url(images/nav_bg3.jpg) 0 0 repeat-x;
color:#fff;
}

#nav li:first-child a {
border-left:1px solid #42432d;
}
#footer a {
	color: #FF3A37;
}
.Small_heading {
	font-size: 13px;
	color: #000;
}
.med_size {
	font-size: 17px;
}
h2 {
	color: #000;
	background-color: #FFF;
	line-height: 20px;
}
.grey {
	font-size: 12px;
	color: #666;
}
#footer {
	background-color: #CCC;
	height: 100%;
	width: 100%;
	margin-bottom: 0px;
	clear: both;
}
.black {
	color: #000;
}

