/* CSS DOCUMENT */
@import url("slider.css");

body {
	text-align: center;
	font-family: verdana, arial, helvetica;
	color: #444444;
	font-size: 12px;
	background: url(images/bg_gradient.png) repeat-x top left #aaac99;
}

h1, h2, h3, h4, h5, h6 { margin: 6px 0px; padding-bottom: 4px; }
h1 { color: #444444; font-size: 16px; }
h2 { color: #FE9900; font-size: 15px; border-bottom: 1px dotted #CCCCCC; }
h3, h4 { font-size: 20px; color: gray; margin: 10px 0 0 0; font-family: georgia !important; font-style: italic; }
h4 { font-size: 15px; color: #888; }
h5 { font-size: 12px; color: #222222; }
h6 { font-size: 11px; color: #111111; }
p  { margin: 4px 0 10px 0; color: #888888; font-size: 11px; }
a { color: #777777; text-decoration: none; }

/* GENERIC HORIZONTAL NAV */
ul.horizontal_nav { list-style: none; float: left; }
ul.horizontal_nav li   { list-style: none; display: block; float: left; }
ul.horizontal_nav li a { text-decoration: none; list-style: none; display: block; float: left; padding: 10px 15px; font-size: 11px; }
ul.horizontal_nav li a:hover { color: #666666 !important; }

/* GENRIC BOX LIST */
ul.box_list { list-style: none; }
ul.box_list li { list-style: none; display: block; float: left; position: relative; margin: 22px 22px 0 0; }
ul.box_list li a { float: left; position: relative; width: 165px; height: 130px; padding: 5px; border: 1px solid #d5cac0; }
ul.box_list li a:hover { }

/* GENERIC FORM */
dl.form { float: left; text-align: left; margin-left: 160px; border: 0px solid red; }
dl.form dt { font-size: 11px; float: left; width: 110px; clear: both; text-align: right; padding-right: 10px; }
dl.form dd { margin-bottom: 15px; float: left; }

/* PRODUCT VARIATIONS TABLE */
table.product_variations { width: 100%; margin-top: 10px; font-size: 11px; }
table.product_variations th { font-weight: bold; color: #888888; font-size: 11px; }
table.product_variations td, table.product_variations th { padding: 6px 8px; }
table.product_variations tr.odd { color: #666666; background-color: #f9f6f2; }
table.product_variations tr.even { background-color: white; }

#menu_links a { font-family: georgia; font-weight: bold; font-style: italic; }
#menu_links a.selected { color: #aaac99; font-weight: bold; }

.button {
	display: inline-block;
	padding: 8px 20px 8px 8px;
	border: none;
	color: white;
	background: url(images/button_leaves.png) no-repeat top right #31383C;
	text-align: left;
}
.button:hover { color: white; background-color: #aaac99; } 

.rule_small {
	background: url(images/rule_small.png) no-repeat top center;
	margin: 5px 0;
	height: 1px;
	opacity: 0.5;
}

#master_container {
	background: url(images/leaves_tile.png) transparent;
}

#container {
	margin: 0 auto;
	width: 950px;
	text-align: left;
	line-height: 18px !important;
}

#container h1#logo_tab {
	position: relative;
	top: -30px;
	background: url(images/logo_tab.png) no-repeat top center transparent;
	width: 180px;
	height: 163px;
	padding: 0;
	margin: 0 auto;
	z-index: 999;
}
#container h1#logo_tab span { display: none; }

#main {
	position: relative;
	margin-top: 30px;
	background-color: white;
	float: left;
	width: 100%;
	background: url(images/tree.png) no-repeat bottom right white;
}

#main #contact_info { position: absolute; bottom: 10px; left: 20px; text-align: center; }
#main #contact_info p { margin: 4px 0; }

#left_column {
	position: relative;
	float: left;
	width: 200px;
	padding: 0px 20px 20px 20px;
	background: url(images/reeds_front_lhs.png) no-repeat center 85px transparent;
	min-height: 670px;
}
#main_column {
	float: left;
	width: 669px;
	padding: 20px;
	border-left: 1px dotted #eeeeee;
}
#main_column #header {
	border-bottom: 0px dotted #eeeeee;
	text-align: right;	
	height: 80px;
}
#main_column #content {
	text-align: center !important;
	padding-top: 10px;
}
#footer {
	color: #555;
	background-color: #31383C;
	height: 40px;
	text-align: center;
	font-size: 10px;
	border-top: 5px solid #B0B5A1;
	padding: 4px;
}

.gDesc {
	text-align:left;
}

.gMenu {
	margin-top:-12px;
	text-align:center;
}

.gMenu h2 {
	color:#000000;
	font-size:18px;
}

.gMenu ul {
	list-style:none;
	font-size:14px;
}

.gMenu ul li {
	margin:10px;
}