/* @CLEAR (FORMATTING) 
/* ---------------------------------------- */

	/* TARGET DTD: XHTML STRICT */
	html, body,

	/* BLOCK LEVEL ELEMENTS */
	blockquote, div, dl, fieldset, form, h1, h2, h3, h4, h5, h6,
	hr, ol, p, pre, table, ul, dd, dt, li, td, th, tr,
	button, del, object, script,

	/* INLINE ELEMENTS */
	a, em, img, input, label, select, span, strong, textarea {
		border: 0;
		font-size: 100%;
		font-style: normal;
		font-weight: normal;
		margin: 0;
		padding: 0;
	}

	/* INDIVIDUAL TAG RESETS */
	a {
		text-decoration: none;
	}

	img { 
		outline: none;
	}

	ol, ul {
		list-style: none;
	}

	table {
		border-spacing: 0;
	}

	/* UNUSED (ELEMENTS WITH FORMATTING LEFT INTACT)
	address(bl), ins(bl), map(bl), noscript(bl), tbody(bl), tfoot(bl), thead(bl),
	abbr, acronym, b, bdo, big, br, cite, code, dfn, i, kbd, q,
	samp, small, sub, sup, tt, var

/* @REDEFINITIONS
/* ---------------------------------------- */

	a {
		color: #92340c;
		outline: none;
	}
	a:hover {
		color: #522c1b;
	}
	
	body {
		background: #522c1b url(../images/bg.jpg) repeat-x;
	}
	
	em {
		font-style: italic;
	}

	h1, h2, h3, h4, h5, h6 { 
		font: bold 11px georgia, serif;
	}
		h1 {
			font-size: 24px;
			margin-bottom: 15px;
		}
		h2 {
			color: #d52d17;
			font-size: 22px;
			margin-bottom: 10px;
		}
			h2 a {
				color: #92340c;
			}
			h2 a:hover {
				color: #522c1b;
			}
		h3 {
			font-size: 16px;
			font-weight: bold;
			color: #512b1b;
		}
		h4 {
			font-size: 14px;
			font-weight: normal;
			color: #926c5b
		}
		h5 {
			font-size: 16px;
		}
	
	img { 
		display: block; 
	}

	ol, ul {
		font: 12px georgia, serif;
	}

	p {
		padding-bottom: 15px;
	}

	strong {
		font-weight: bold;
	}

/* @COLORS
/* ----------------------------------------

	header bg - 	#ffffff (white)
	header a - 		#cf0038 (red)
	header hover -  # ()

	body bg - 		#ffffff (white)
	body text - 	#522c1b (brown)

	footer bg - 	#ffffff (white)
	footer text - 	()
	footer hover - 	()

	lines -			#e0e0e0 (light gray)
	highlight -		# ()
	
/* @GLOBAL
/* ---------------------------------------- */

	/*  WRAPPER */
	div#wrapper { 
		margin: 0 auto;
		width: 980px;
	}

	/* STANDARD CLASSES */
	.block { 
		display: block; 
	} 
	
	.inline { 
		display: inline; 
	}
	
	.hide { 
		display: none; 
	}

	.last {
		margin-right: 0;
		padding-right: 0;
	}

	.clear:after 	{ 
		clear: both; 		
		content: "."; 
		display: block; 
		height: 0; 
		visibility: hidden;  
	}
	
	.clear { 
		display: inline-block; 
	}

	/* HIDE FROM IE-MAC \*/
	* html .clear { 
		height: 1%; 
	}
	.clear { 
		display: block; 
	}
	/* /HIDE FROM IE-MAC */

	div.block {
		margin-bottom: 15px;
	}

div#social-bookmarks {
	position: relative;
	float: left;
	width: 135px;
	margin-left: 40px;
}
	a.trans-link {
		position: absolute;
		background: url(../images/x.gif);
	}
	a#link-twitter {
		top: 0;
		left: 0;
		width: 100%;
		height: 35px;
	}
	a#link-facebook {
		top: 35px;
		left: 0;
		width: 100%;
		height: 35px;
	}
	a#link-myspace {
		top: 70px;
		left: 0;
		width: 100%;
		height: 35px;
	}
div#logo {
	float: left;
	width: 617px;
	margin-left: 20px;
	margin-top: 10px;
}
div#eco-friendly {
	float: left;
	width: 112px;
	margin-left: 20px;
}

div#middle-well, object#middle-well {
	position: relative;
	top: -25px;
	outline: none;
}

div#main {
	position: relative;
	width: 980px;
	bottom: -25px;
}
	div#main-bg {
		background: url(../images/main_bg.jpg) 60px 0 repeat-y;
	}
	div#main-top {
		position: relative;
		top: -50px;
	}
	div#main-body {
		position: relative;
		top: -50px;
		padding: 0 100px;
		background: url(../images/body_mid.png) repeat-y;
		font: 16px georgia, serif;
		color: #522c1b;
	}
	div#main-bottom {
		position: relative;
		top: -50px;
	}
	div#main-gutter {
		float: left;
		width: 190px;
	}
	div#main-copy {
		float: left;
		width: 580px;
	}
		div#main-copy-bg {
			padding: 20px;
			border: 1px solid #8d2900;
			background: url(../images/bg_trans.png) repeat;
		}

div.testimonial {
	border-top: 1px solid #8d2900;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
}

div#callouts {
	width: 1006px;
	margin-top: -107px;
}
	div#callout-gear {
		margin-left: 32px;
		margin-right: 7px;
		margin-top: 86px;
	}
		div#callout-menu a {
			position: relative;
			display: block;
		}
	div#callout-tv {
		position: relative;
		z-index: 0;
	}
	div#callout-tv #flash-tv {
		position: absolute;
		top: 94px;
		left: 23px;
		z-index: 1;
	}
div.callout {
	float: left;
}
div.pad-top {
	margin-top: 80px;
}

div#nav {
	margin-bottom: 10px;
}
	div#nav ul {
		margin-left: 45px;
		list-style: none;
	}
		div#nav ul li {
			float: left; 
			margin-top: -20px;
			margin-right: 20px; 
		}
		div#nav ul li a {
			display: block; 
			height: 30px;
			outline: none; 
			overflow: hidden; 
			position: relative; 
			text-decoration: none; 
		}
			div#nav ul li a img {
				border: 0;
				height: 58px;
				left: 0;
				position: relative; 
				top: 0;
			}
			div#nav ul li a:hover, div#nav ul li a.active {
				border: none; 
				padding-top: 0;
			}
			div#nav ul li a:hover img, div#nav ul li a.active img {
				top: -30px; 
			}

div#nav-sub {
	margin-left: 10px;
	margin-right: 30px;
	padding: 20px;
	border: 1px solid #8d2900;
	background: url(../images/bg_trans.png) repeat;
}
	div#nav-sub ul {
		list-style: none;
	}
		div#nav-sub ul li {
			margin-bottom: 0px;
		}
		div#nav-sub ul li a {
			display: block; 
			height: 30px;
			outline: none; 
			overflow: hidden; 
			position: relative; 
			text-decoration: none; 
		}
			div#nav-sub ul li a img {
				border: 0;
				height: 58px;
				left: 0;
				position: relative; 
				top: 0;
			}
			div#nav-sub ul li a:hover, div#nav-sub ul li a.active {
				border: none; 
				padding-top: 0;
			}
			div#nav-sub ul li a:hover img, div#nav-sub ul li a.active img {
				top: -30px; 
			}

div.menu-item-name {
	float: left;
	width: 75%;
}
div.menu-item-price {
	float: right;
	width: 20%;
	text-align: right;
}

div#footer {
	margin: 0px auto;
	text-align: center;
	color: #270e02;
	font-size: 10px;
}
	div#footer p {
		margin-top: 7px;
		font-size: 11px;
	}


div#map { 
	width: 98%; 
	height: 400px; 
	border: 5px solid #efefef;
}

/* @CAM
/* ---------------------------------------- */
div#cam {
	position: relative;
}
	#camframe {
		width: 540px;
		height: 338px;
		padding: 0;
		margin: 0;
	}
	div#cam-overlay {
		position: absolute;
		height: 25px;
		width: 536px;
		padding-top: 5px;
		top: 2px;
		left: 2px;
		background-color: black;
		color: white;
		text-align: center;
	}

/* @FORMS
/* ---------------------------------------- */
form label { 
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 2px;
}
form input, form select, form textarea {
	font: 16px georgia, serif;
}
form input.medium {
	width: 250px;
	padding: 2px;
	border: 1px solid #8d2900;
	background-color: #f4eee6;
}
form textarea.full {
	width: 515px;
	height: 100px;
	padding: 2px;
	border: 1px solid #8d2900;
	background-color: #f4eee6;
}
form div.form-row {
	margin-bottom: 10px;
}
form div.button {
	text-align: center;
	padding-top: 10px;
}
	form div.button input.button {
		display: inline;
	}
form div.form-col {
	float: left;
	width: 265px;
}

.required {
	color: black;
	font-size: 16px;
	font-weight: bold;
	line-height: 12px;
}

div.formErrors {
	border-left: 1px solid red;
	margin-left: 20px;
	padding-left: 20px;
	margin-bottom: 10px;
}
div.formErrors strong {
	color: #ff0000;
}
