html, body
{
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: none;
	height: 100%;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	padding: 0px;
	margin: 0px;
}
input {
	text-align:right;
}
table
{
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
}

img
{
	border: none;
	padding: 0px;
	margin: 0px;
}

a,
a:visited, a:hover
{
	color: #911a1a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
strong
{
	font-weight: bold;
}

p
{
	margin-bottom: 5px;
}
.bold {
	margin-bottom: 5px;
	font-weight: bold;
	font-size:11px;
}
.indent {
	margin-bottom: 5px;
	position:relative;
	left:12px;
}
.indent2 {
	margin-bottom: 5px;	
	margin-right:12px;
	position:relative;
	left:30px;
}
.tab {
	position:relative;
	left:165px;
	top:-16px;
}
h1
{
	margin: 10px 0px;
	font-size: 2.5em;
	font-weight: bold;
	color: #911a1a;
}

h2
{
	margin: 0px 0px 10px 0px;
	font-size: 1.7em;
	font-weight: bold;
	color: #911a1a;
}

h3
{
	margin: 0px 0px 10px 0px;
	font-size: 1.4em;
	font-weight: bold;
	color: #999999;
}
h4 {
	margin: 10px 0px;
	font-size: 2em;
	font-weight: bold;
	color: #911a1a;
}
h5 {
	margin: 0px 0px 10px 0px;
	font-size: 1em;
	color: #911a1a;
}
.Wrapper
{
	overflow: hidden;
}

.Left
{
	float: left;
}

.Right
{
	float: right;
}

.GutterLeft
{
	margin-left: 10px;
	display: inline;
}

.GutterRight
{
	margin-right: 10px;
	display: inline;
}

.GutterTop
{
	margin-top: 10px;
	display: inline;
}

.GutterBottom
{
	margin-bottom: 10px;
	display: inline;
}

.Center
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.Pagination
{
	padding: 10px 0px 0px 0px;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

	.Pagination a,
	.Pagination a:link
	{
		float: left;
		margin: 0 5px;
		display: block;
		width: 15px;
		height: 15px;
		text-align: center;
		color: #7297dc;
		border: 1px solid #7297dc;
	}
	
	.Pagination a:hover,
	.Pagination span
	{
		float: left;
		margin: 0 5px;
		display: block;
		width: 15px;
		height: 15px;
		text-align: center;
		color: #666;
		border: 1px solid #666;
	}

.Linkable a
{
	display: block;
	width: 100%;
	height: 100%;
}

	.Linkable a span
	{
		display: none;
	}

#BodyContainer
{
	position: relative;
	background: url(../../images/common/pagebackground.jpg) no-repeat;
	width: 800px;
	min-height: 100%;
	padding: 0px;
	margin: 0px auto;
	text-align: left;
}

/* Section: Header */

#HeaderContainer
{
	padding: 100px 135px 0px 135px;
}
	
	#HeaderContainer #Logo
	{
		float: left;
		background: url(../../images/common/logo.png) no-repeat;
		width: 235px;
		height: 80px;
		border: none;
		cursor: pointer;
	}
	
/* End Section */

/* Section: Footer */

#FooterContainer
{
	position: absolute;
	bottom: -40px;
	background: url(../../images/common/footerbackground.jpg) no-repeat;
	width: 530px;
	height: 125px;
	padding: 25px 135px;
	color: #666666;
}

	#FooterContainer #LinksContainer
	{
		text-align: center;
	}
	
		#FooterContainer #LinksContainer a,
		#FooterContainer #LinksContainer a:visited
		{
			color: #666666;
		}
	
	#FooterContainer #CopyrightContainer
	{
		text-align: center;
		margin-top: 20px;
	}

	
/* End Section */

/* Section: Body */

#BodyContentContainer
{
	position: relative;
	top: 40px;
	padding: 20px 135px 175px 135px;
	background: none;
}

.ThumbnailContainer
{
	width: 96px;
}
	
	.ThumbnailContainer img
	{
		border: 1px solid #b8b8b8;
		width: 94px;
		height: 94px;
	}
	
	.ThumbnailContainer a
	{
		text-decoration: none;
		color: #94070a;
	}

.Specials
{
	background: url(../../images/common/specials.png) no-repeat;
	width: 107px;
	height: 37px;
	margin-bottom: 5px;
}

.Categories
{
	background: url(../../images/common/categories.png) no-repeat;
	width: 236px;
	height: 36px;
	margin-top: 15px;
	margin-bottom: 5px;
}

/* End Section */

/* Section: Home */

#Home #SpotlightContainer
{
	float: left;
	margin-right: 10px;
	width: 320px;
	height: 200px;
	background: url(../../images/ads/feb2009.jpg) no-repeat;
}

#Home #SpecialOfferContainer
{
	float: left;
	width: 200px;
}

/* End Section */

/* Section: Category */

#Category .ProductContainer
{
	padding: 10px 0px;
	border-bottom: 1px solid #b8b8b8;
}

#Category .DescriptionContainer
{
	float: right;
	width: 420px;
}

#Category .DescriptionContainer .PriceInfo
{
	padding-left: 50px;
	font-weight: bold;
	color: #666666;
}

/* End Section */

/* Section: Product */

#Product .ImageContainer
{
	float: left;
	width: 200px;
}

	#Product .ImageContainer img
	{
		border: 1px solid #b8b8b8;
	}
	
#Product .PriceInfoContainer
{
	float: right;
	width: 300px;
}

#Product .DescriptionContainer
{
	margin-top: 30px;
}

#Product .DescriptionContainer .PriceInfo
{
	padding-left: 50px;
	font-weight: bold;
	color: #666666;
}

/* End Section */

.adscontainer {
	position: absolute;
	bottom: -150px;
	left:110px;
	height: 126px;
	padding-bottom:10px;
	z-index:200;
	
}
#advertisements {
	position: absolute;
	width:580px;
	height:126px;	
}
#advertisements a {
	padding-right:20px;
}
#groupcenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
