HTML {
  background-color: #f5f5f5;
}

BODY {
  margin: 0;
  padding: 0;
}

BODY, TD, TH, INPUT, SELECT, TEXTAREA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

A {
  color: #670001;
  text-decoration: underline;
}
A:hover {
  text-decoration: underline;
}
A IMG {
  border: 0;
}
/* Header stlying */
#HeaderRow1 {
	background-image: url(/gfx/header/header-brown-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 6px;
	background-color:#FFFFFF;
}
#HeaderRow1 .Address {
	float: left;
}
#HeaderRow1 .Contacts {
	float: right;
}

#HeaderRow2 {
	padding-left: 20px;
	background-color:#FFFFFF;
}
#HeaderRow2 .Logo {
	float: left;
	padding-top: 0px;
}
#HeaderRow2 .Image {
	float: right;
	padding: 0;
	margin: 0;
}

/* Main Menu Styling */  
#MainMenu {
	width:226px;
	height: 237px;
	background-image:url(/gfx/menu/main-menu-bg.gif);
	background-repeat:no-repeat;
	margin-bottom: 10px;
}

#MainMenu A {
	color: #FFFFFF;
	font-size:12px;
	text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
	line-height:27px;
}

#MainMenu A:hover {
	text-decoration:underline;
}

#MainMenu ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-left: 2em;
	padding-top: 0.5em;
}

#MainMenu li {
	background-image:url(/gfx/menu/main-menu-bullet.gif);
	background-repeat:no-repeat;
	background-position: 0 0.9em;
	padding-left: 1.3em;
}

/* Main Content Area */

.ContentContainer {
	background-color: #ffffff;
	border: 1px solid #999999;
	width: 734px;
	margin-left: 10px;
}

.Shadow {
	
	position:relative;
	top:2px;
	left:0px;
	background-color:#CCCCCC;
}

.Inner {
	background-color:#FFFFFF;
	left:0px;
	position:relative;
	text-align:left;
	top:-2px;
}
	
.PageHeader {
	font-size: 18px;
	border-bottom: 1px solid #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
	background-image:url(/gfx/page/page-header-buller.gif);
	background-repeat:no-repeat;
	background-position: 20px 15px;
	
}

.BackLink {
	font-size: 12px;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-right: 25px;	
}

.InfoContent {
	width: 735px;
	line-height: 18pt;
}


.Content {
	width: 700px;
	padding: 20px;
	line-height: 18pt;
}

.Content ul {
	list-style-type: square
}

.Content li {
	margin-left: 20px;
	line-height: 18px;
}

.InfoContainer {
	padding: 20px;
}

.InfoContainer ul {
	list-style-type: square
}

.InfoContainer li {
	margin-left: 20px;
	line-height: 18px;
}

/* Product Listing */
.ListItemName {
	font-size: 14px;
	text-decoration:none;
	padding-bottom: 5px;
}

.ProductListImage {
	border: 1px solid #999999;
}

.ItemMainImage {
	border: 1px solid #999999;
}

.Images IMG {
	border: 1px solid #999999;
}

.PhotoList {
	text-align: center; 
}

.ItemDisplay .Price {

}
.PriceCurrent {
  font-weight: bold;
  font-size: 15px;
  color:#670001;
}
.PriceOld {
  font-size: 13px;
	font-weight: bold;
	color:#999999;
}

.smalltext {
	font-size:10px;
	font-style:italic;
}


/* Footer Styling  */
.Footer {
	margin-top: 25px;
	margin-bottom: 40px;
}

