body
{
	background-color: #221807;
	background-image: url(../Images/background.gif);
	background-repeat: repeat-y;
	background-position:center;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

a {
	color: #000;
}

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

img {
	border: none;
}

h2 {
	color: #6b3117;
	font-size:22px;
	font-weight:bolder;
}

h2 .tagLine
{
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	margin-left: 10px;
}

#Wrapper
{
	width: 950px;
	margin: auto;
	text-align: left;
}

#Header {
	position: relative;
	height: 400px;
	width: 950px;
	background-image: url(/Images/headerBackground.png);
	background-repeat:no-repeat;
}

#Logo {
	height: 90px;
	width: 225px;
	position:absolute;
	top: 25px;
	left: 30px;
}

#Container {
	width: 950px;
	float: left;
	padding: 20px 0 0 36px;
	font-family: "Times New Roman", Times, serif;
	color: #525151;
}

#GeneralContainer {
	float: left;
	width: 870px;
	padding: 10px;
	background-color: #c0c0a8;
	margin-bottom: 10px;
	
	font-size: 14px;
	color: #000;
}

#GeneralContainer ul li
{
	margin-bottom: 6px;
}

#GeneralContainer .Bold
{
	color: #6B3117;
	font-weight: bolder;
}

#GeneralContainer .Box
{
	border: 2px solid #E5DBC9;
	text-align: center;
	padding: 0px;
	margin: auto;
	width: 90%;
}

#GeneralContainer .Box .Title
{
	margin: 0px;
	padding: 2px;
	color: #e5dbc9;
	background-image: url(/Images/tableHeaderBackground.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}

#GeneralContainer .MainPhoto
{
	float:right;
	margin: 0 50px 0 10px;
	border: 1px solid #000;
}

/* Footer Styles */
#Footer {
	text-align: center;
	width: 100%;
	height: 30px;
	color: #fff;
	font-size: 10px;
	float: left;
}

#Footer a {
	color: #fff;
	font-weight: bold;
}

/* Menu Styles */
#Menu {
	height: 53px;
	width: 950px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-image: url(/Images/menuBackground.jpg);
}

#Menu ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#Menu ul li
{
	display: inline-block;
	height: 50px;
	width: 115px;
	float: left;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

#Menu ul li a {
	display: block;
	padding-top: 16px;
	color: #e5dbc9;
	text-decoration: none;
}

#Menu ul li a:hover {
	text-decoration: underline;
}

/* Index Page Styles */
#FeatureContainer {
	float: left;
	height: 324px;
	width: 570px;
	background-color: #c0c0a8;
}

#FeatureContainer div {
	float: right;
	margin: 0 10px 0 0;
	padding-bottom: 2px;
	width: 280px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

#FeatureContainer div h2 {
	text-align: center;
	margin-bottom: -5px;
}

#FeatureContainer div p {
	font-size: 0.98em;
}

#FeatureContainer div p:last-child {
	margin-bottom: 0;
}

#FeatureContainer img {
	margin-top: 10%;
	margin-left: 2px;
}

#ProductLinks {
	float: left;
	margin: 0 0 0 30px;
	width: 300px;
}

#ProductLinks div {
	height: 92px;
	width: 280px;
	background-color: #d7d7be;
	margin-bottom: 24px;
	float: left;
}

#ProductLinks div a {
	float: right;
	color: #6b3117;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	width: 150px;
	margin-top: 34px;
}

#ProductLinks div a:over {
	text-decoration: underline;
}


/* Products page styles */
#ProductsContainer {
	float: left;
	width: 870px;
	padding: 10px;
	background-color: #c0c0a8;
}

#ProductsContainer h2 {
	margin: 2px;
}

.ProductCell {
	width: 154px;
	min-height: 250px;
	margin: 10px;
	padding: 4px;
	float: left;
	text-align: center;
	border: 1px solid #7F7F7F;
}

.ProductCell .Description{
	text-align: left;
	color: #000;
}

.ProductCell .Description h3 {
	width: 150px;
	margin: 0px;
	padding: 2px;
	color: #e5dbc9;
	background-image: url(/Images/tableHeaderBackground.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

/* Contact Us Form Styles */
#ContactContainer {
	float: left;
	width: 870px;
	padding: 10px;
	background-color: #c0c0a8;
	margin-bottom: 10px;
}

#ContactContainer form {
	float: left;
}

#LocationContainer {
	float: right;
	padding: 0 10px 10px 10px;
	margin-right: 20px;
	font-size: 13px;
}


/* Tables */
.Styled {
	width: 100%;
	border-collapse:collapse;
	border: 1px solid #7F7F7F;
}

.Styled th {
	color: #e5dbc9;
	background-image: url(/Images/tableHeaderBackground.jpg);
	background-repeat:repeat-x;
	padding: 4px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

.Styled td {
	border-top: 1px solid #7F7F7F;
	background-image: url(/Images/tableCellBackground.jpg);
	background-repeat:repeat-x;
	padding: 4px;
}

.Price {
	text-align: right;
	font-weight: bold;
	width: 100px;
}

.Right {
	text-align: right;
}

/* Form styles */

label {
	font-weight: bold;
	display: block;
	clear: right;
}

input {
	display: block;
}

