/* =clear out
--------------------------------------------------------------------*/

* { 
	border: 0;
	margin: 0;
	padding: 0;
}

/* =htmls
--------------------------------------------------------------------*/

body {
	background: #620 url(i/bg.gif) 50% 0 repeat-x;
	color: #310;
	text-align: center;
	font: 75%/150% verdana, arial, helvetica, sans-serif;
}

p, ul, ol, hr {
	margin: 0 0 1.5em 0;
}


h1, h2, h3, h4, h5 {
	color: #521;
	font-family: georgia, times, "times new roman", serif;
	line-height: 110%;
	font-weight: normal;
	margin-bottom: 6px;
}

h1 {
	size: 150%;
}
h2 {
	size: 140%;
}
h3 {
	size: 130%;
}
h4 {
	size: 120%;
	font-weight: bold;
}
h5 {
	size: 100%;
	font-weight: bold;
}


a {
	color: #600;
	font-weight: bold;
}

a:visited {
	color: #300;
}

a:hover {
	color: #900;
	text-decoration: none;
}



/* =structure
--------------------------------------------------------------------*/


#wrap, #foot {
	width: 860px;
	margin: 0 auto;
	position: relative;
	background: url(i/bg-wrap.png) 50% 0 repeat-y;
	text-align: left;
}

#foot {
	width: 860px;
	height: 50px;
	background: url(i/bg-foot.png) 50% 0 no-repeat;
	text-align: center;
	color: #F3E9D6;
	font: 65%/180% verdana, arial, helvetica, sans-serif;
	clear: both;
}

#head, #nav, #gal, #main, #con {
	margin: 0 30px;
	float: left;
	display: inline;
}

#gal {
	width: 800px;
 	height: 365px;
	background: #400;
	border-bottom: 8px solid #620;
}



#main {
	background: #F3E9D6 url(i/bg-con.gif) repeat-x;
	width: 800px;
}

#con {
	width: 720px;
	margin: 30px 40px;
}



/* =nav
--------------------------------------------------------------------*/

#nav {
	padding: 0;
	width: 800px;
	list-style: none;
	overflow: hidden;
	background: #842;
	text-align: center;
	}
	
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	border-left: 1px solid #a64;
	overflow: hidden;
}

#nav li#home {
	border: 0;
	margin-left: 64px;
}

#nav li a {
	padding-top: 25px;
	display: block;
	overflow: hidden;
	height: 0px !important;
	height /**/:25px; /*for IE5/Win only */
	background-position: 50% 0;
	background-color: #842;
	background-repeat: no-repeat;
}

li#home a {
	background-image: url(i/b/home.gif);
	width: 54px;
}
li#ent_ctr a {
	background-image: url(i/b/ent_ctr.gif);
	width: 164px;
}
li#kitchens a {
	background-image: url(i/b/kitchens.gif);
	width: 125px;
}
li#fine_furn a {
	background-image: url(i/b/fine_furn.gif);
	width: 108px;
}
li#builtin a {
	background-image: url(i/b/builtin.gif);
	width: 115px;
}
li#contact a {
	background-image: url(i/b/contact.gif);
	width: 92px;
}


#nav li a:hover, #nav li a.current {
	background-position: 50% -25px;
	background-color: #620;
}


/* =whatnot
--------------------------------------------------------------------*/

.clr {
	margin: 0;
	clear: both;
	visibility: hidden;
}

