﻿/* CSS layout */
body {
	margin: 0px;
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-image:url('../images/mock_bg.jpg');
	background-position:center top;
	background-repeat:no-repeat;
	background-color: #411313;
}
html{
height: 100%;
}
a:link {
	color: #421313;
}
a:visited {
	color: #421313;
}
a:hover {
	color: #ff6600;
}
#container {
	width: 963px;
	margin: auto;
	background-color: #2b3928;
	height: auto;
}
#header {
	background-image: url('../images/header.jpg');
	height: 132px;
}
#header_fiasco {
	background-image: url('../images/header_fiasco.jpg');
	height: 132px;
}
#nav {
	height: 48px;
}
#content_bg {
	background-image: url('../images/content_bg.jpg');
	background-repeat: repeat-y;
	height: auto;
	clear: both;
	overflow: auto;
}
#content {
	background-image: url('../images/content_bg_bottom.jpg');
	background-repeat: no-repeat;
	background-position: 50% bottom;
	padding-top: 5px;
	padding-bottom: 10px;
	height: auto;
	overflow: auto;
}
#content_left {
	float: left;
	width: 160px;
	margin-left: 25px;
	height: 100%;
}
#footer {
	padding: 10px;
	clear: both;
	height: auto;
	background-color: #2a3928;
	color:white;
	text-align:center;
	font-size:9pt;
}
#copyright {
	color:white;
	text-align:center;
	font-size:7pt;
}
#home_owners  {
	font-size:11pt;
	font-family:Times, serif;
	color:#6f4f33;
	margin-left:15px;
	text-align:left;
}
#home_owners_small  {
	font-size:9pt;
	font-family:Times, serif;
	color:#6f4f33;
	line-height:30px;
}
#featured  {
	font-size:8pt;
}
#featured a:link {
	color: #421313;
	text-decoration:none;
}
#featured  a:visited {
	color: #421313;
	text-decoration:none;
}
#featured  a:hover {
	color: #2a3928;
	text-decoration:underline;
}
#content_right {
	width: 750px;
	float: right;
	margin-right: 26px;
}
#content_container {
	padding:10px;
}
h4 {
	font-size:15pt;
	color: #421313;
	padding:0px;
	margin: 0px 0px 10px 0px;
}
h3 {
	font-size:12pt;
	color: #421313;
	padding:0px;
	margin: 0px 0px 10px 0px;
}

#left_nav {
	clear: both;
}
#left_contact {
	clear: both;
	text-align: center;
}
#events {
	font-size:8pt;
}
#left_nav_top {
	height: 48px;
	background-repeat: repeat-y;
}
#left_nav_menu {
	padding: 0px 0px 0px 15px;
	background-image: url('../images/leftnav_repeat.png');
	background-repeat: repeat-y;
	line-height: 15pt;
}
#left_nav_menu a:link {
	color: #421313;
	text-decoration:none;
}
#left_nav_menu a:visited {
	color: #421313;
	text-decoration:none;
}
#left_nav_menu a:hover {
	color: #2a3928;
	text-decoration:underline;
}
#left_nav_contactinfo {
	text-align: center;
	padding-left: 10px;
	font-size: 9pt;
}
#cart {
	float: right;
	width: 130px;
	padding-top: 45px;
}
#bag_link {
	float: right;
	width: 50px;
	padding-top: 15px;
}

#search {
	float: right;
	width: 250px;
	padding-top: 80px;
}

#footer a:link {
	color: #ffffff;
}
#footer a:visited {
	color: #ffffff;
}
#footer a:hover {
	color: #ffcc00;
}
.receiptbg {
	background-color: #FFFFFF;
}
.optionbutton {
	font-family: arial;
	font-size: 10px;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: #FF3F00;
}
.optionbutton2 {
	font-family: arial;
	font-size: 10px;
	FONT-WEIGHT: bold;
	COLOR: #FFFFFF;
	FONT-FAMILY: Arial;
	BACKGROUND-COLOR: #00DD00;
}
.boxes {
	width: 180px;
	border: 2px #dddddd solid;
	background-color: #ffffff;
}
.boxesheader {
	width: 180px;
	background-color: #dddddd;
	font-size: 14px;
}
#logo {
	float: left;
	width: 440px;
	height: 131px;
}
#logo_blank {
	border-width: 0px;
}

