@charset "utf-8";

/* ------------------------------------------------------------------------
MAIN "DESIGN" ELEMENTS
--------------------------------------------------------------------------*/
* { margin: 0px; padding: 0px; }
a { outline: none; }
body {
	background: #000 url(../images/body_bg.jpg) top left repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper {
	margin: 0px auto;
	width: 1000px;
}
#header {
	position: relative;
	height: 380px;
	background: url(../images/leaf.png) top left no-repeat;
}
	#header h1 {
		text-indent: -10000px;
		overflow: hidden;
	}
	#header #slideholder {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 547px;
		height: 333px;
		background: url(../images/slideshow.png) top left no-repeat;
	}
	#header #slideshow {
		margin-top: 28px;
		margin-left: 11px;
		display: block;
	}
	#header a.facebook {
		position: absolute;
		bottom: 12px;
		right: 6px;
		text-decoration: none;
		color: #3B2E12;
		font-weight: bold;
		line-height: 24px;
		height: 24px;
		font-size: 12pt;
	}
	#header a.facebook img {
		display: block;
		float: right;
		margin: 0px 0px 0px 5px;
	}
#content {
	padding: 20px;
	min-height: 500px;
	background: #d7b97b;
	clear: both;
	overflow: hidden;
}
#footer {
	padding: 10px 0px;
	text-align: center;
	background: #D7B97B;
	clear: both;
}

/* ------------------------------------------------------------------------
NAVIGATION ELEMENTS
--------------------------------------------------------------------------*/
ul#nav {
	margin-bottom: 50px;
	padding-left: 5px;
	list-style-type: none;
}
ul#nav li {
	line-height: 40px;
	float: left;
	display: block;
}
ul#nav li a {
	padding: 0px 12px;
	font: bold  20px/40px Arial, Helvetica, sans-serif;
	color: #3b2e12;
	text-decoration: none;
	display: block;
}
ul#nav li a:hover {
	background: #A0282A;
	color: #DDBE7D;
}
#home ul#nav li.home a,
#countertops ul#nav li.countertops a,
#kitchens ul#nav li.kitchens a,
#fireplaces ul#nav li.fireplaces a,
#store ul#nav li.store a,
#contact ul#nav li.contact a {
	background: #A0282A;
	color: #DDBE7D;
}

/* ------------------------------------------------------------------------
SHARED ELEMENTS
--------------------------------------------------------------------------*/
.col {
	margin: 0px 10px;
	width: 220px;
	min-height: 200px;
	float: left;
}
.col h3 {
	margin-top: 0px;
	text-align: center;
}
.col .more {
	padding: 5px;
	background: #A0282A;
}
.more a {
	color: #fff;
	text-decoration: none;
}
.more:hover {
	background: #660000;
}
.col1 {
	width: 450px;
	float: left;
	clear: both;
}
.col2 {
	width: 450px;
	float: right;
}

ul.gallery li {
	float: left;
	list-style-type: none;
}
ul.gallery li img {
	margin-right: 14px;
	background: #fff;
	padding: 10px;
}
ul.gallery li.last img {
	margin-right: 0px;
}	
/* ------------------------------------------------------------------------
IMAGE ELEMENTS
--------------------------------------------------------------------------*/
.col img {
	padding: 10px;
	background: #fff;
}
img.right {
	margin: 0px 0px 10px 10px;
	padding: 10px;
	background: #fff;
	float: right;
}
img.left {
	margin: 0px 10px 10px 0px;
	padding: 10px;
	background: #fff;
	float: left;
}
#bottomLarge .left {
	margin: 20px 60px 10px 60px;
}
ul.examples {
	list-style-type: none;
}
ul.examples li {
	margin-left: 20px;
	float: left;
}
.polaroid {
	margin: 10px 0px;
	background: #fff;
	padding: 10px;
}
.caption {
	padding-top: 5px;
	font: 16px "Comic Sans MS", cursive;
	text-align: center;
}

/* ------------------------------------------------------------------------
TEXT ELEMENTS
--------------------------------------------------------------------------*/
h2 {
	margin-bottom: 1em;
	font: 24px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
h3 {
	margin: 1em 0px;
	font: 18px "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
p {
	margin: 10px 0px;
	font: 14px/20px Arial, Helvetica, sans-serif;
	color: #333300;
}
a {
	color: #000;
	text-decoration: underline;
}
.clear {
	clear: both;
}
/* ------------------------------------------------------------------------
STOVES ELEMENTS
--------------------------------------------------------------------------*/
.stove {
	padding-bottom: 30px;
	border-bottom: 1px solid #83622F;
	overflow: hidden;
	clear: both;
}


/* ------------------------------------------------------------------------
CONTACT ELEMENTS
--------------------------------------------------------------------------*/
iframe {
	padding: 10px;
	background: #fff;
	border: 1px solid #83622F;
}
form br {
	clear: left;
}
.attn {
	color: #CC0000;
}
label {
	margin-bottom: 10px;
	width: 200px;
	float: left;
	display: block;
}
input,select {
	width: 200px;
	padding: 2px 5px;
	margin-bottom: 10px;
	border: 1px solid #83622F;
}
textarea {
	margin-bottom: 10px;
	border: 1px solid #83622F;
}
input[type="submit"] {
	padding: 5px 10px;
	background: #83622F;
	color: #fff;
}
ul.pics {
	text-align: center;
	clear: both;
}
ul.pics li {
	display: inline;
	list-style-type: none;
}
.info {
	float: right;
}


/* ------------------------------------------------------------------------
MISC ELEMENTS
--------------------------------------------------------------------------*/
.clearfloat {
	margin-bottom: 10px;
	clear: both;
}
