﻿html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #ab873e;
	font-family: Tahoma;
}
a
{
	color: #f6d784;
}
table.MainTable
{
	width: 100%;
	height: 100%;
}
table.SubTable
{
	width: 616px;
	padding:20px;
	height: 100%;
	border: solid 3px #5d5d5d; 
	border-bottom: none; 
	position: relative; 
	left: 91px;
}
.InnerTable
{
	width: 800px;
	height: 100%;
}
.Header
{
	width: 800px;
	height: 210px;
	background-image: url('../Images/MainHeader.jpg');
}

.Footer
{
	width: 800px;
	height: 34px;
	background-image: url('../Images/Footer.jpg');
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 2px;
	font-size: 8pt;
	color: #333333;
	text-align: center;
}

.PhotoFrame
{
	width: 235px;
	height: 250px;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -117px;
}

.ShoppingCartLink
{
	width: 168px;
	height: 28px;
	position: absolute;
	top: 182px;
	left: 50%;
	margin-left: 232px;
	background-image: url('../Images/CartBackground.jpg');
	vertical-align: middle;
}
.MenuHolder
{
	width: 235px;
	height: 250px;
	position: absolute;
	top: 58px;
	left: 50%;
	margin-left: 128px;
}

.MenuItem
{
	font-family: Tahoma;
	font-size: 10pt;
	color: Black;
	text-decoration: none;
}

.FooterItem
{
	font-family: Tahoma;
	font-size: 8pt;
	color: #333333;
	text-decoration: none;
}

.FooterItem:hover
{
	color: #731e21;
}

.MenuItem:hover
{
	color: #731e21;
}

.MenuRow
{
	height: 25px;
}

.Content
{
	background-color: #2e2e2e;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#000000',EndColorStr='#2e2e2e');
}
.LeftFade
{
	width: 50px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#ab873e',EndColorStr='#000000');
}
.RightFade
{
	width: 50px;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1,StartColorStr='#000000',EndColorStr='#ab873e');
}

.ContentFont
{
	font-family: Tahoma;
	font-size: 9pt;
	color: White;
}
.ProductThumbnail
{
	width: 170px;
	height: 120px;
	margin:10px;
	border: none;
}

.ProductThumbnailVertical
{
	width: 120px;
	height: 170px;
	margin:10px;
	border: none;
}

.ProductThumbnailSquare
{
	width: 140px;
	height: 140px;
	margin:10px;
	border: none;
}

.ProductPhoto
{
	width: 340px;
	height: 240px;
	border: solid 1px #5d5d5d;	
}

.ProductPhotoVertical
{
	width: 240px;
	height: 340px;
	border: solid 1px #5d5d5d;	
}

.ProductPhotoSquare
{
	width: 240px;
	height: 240px;
	border: solid 1px #5d5d5d;	
}

.ColorChart
{
	width: 600px;
	height: 500px;
	background-color: Gray;
	border: solid 1px white;
	z-index: 1px;
}
.ColorChartBackground
{
	background-color: Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.CartButton
{
	background-color: #ab873e;
	color: White;
	height:25px;
	width: 120px;
	cursor: hand;
}

.CartButton:hover
{
	font-weight: bold;
}
