@charset "ISO-8859-1";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A24A1B;
}

#wrapper {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	text-align: right;
	border: 3px solid #A24A1B;
}

#content {
	text-align: left;
	padding-left:20px;
	padding-right:40px;
	padding-bottom:20px;
}

#home #content {
	padding-left: 15%;
}


a:link {
	color: #A24A1B;
	text-decoration: none;
	font-weight: bold;
}

a:visited {
	color: #A24A1B;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #333333;
}


.AddtoCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #A24A1B;
	font-style: italic;
}
#productBackground {
	padding: 3px;
	border: 2px solid #A24A1B;
}

table#products td{

border-right: 1px solid #A24A1B;
border-bottom: 1px solid #A24A1B;
width:50%;
}

p.description{
	width:175px;
	margin-left: 20px;


}

table#products {
padding:0px;
border-top: 1px solid #A24A1B;
border-right: 1px solid #A24A1B;
border-bottom: 1px solid #A24A1B;
border-left: 1px solid #A24A1B;
width:99%;
}

table#products img {
	float: left;
	padding-top: 3px;
	padding-right: 25px;
	padding-bottom: 150px;
	padding-left: 3px;
}

table#products td#left{

border-right: 1px solid #A24A1B;
border-bottom: 1px solid #A24A1B;
}

table#products td#right{
border-right: none;
border-bottom: 1px solid #A24A1B;

}





#mainBackground 
{
	border: 2px solid #8C370D;
}
#topBanner {
	border: 2px none #8C370D;
	background-image: url(../images/bkgd_banner.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#productBackground {
	padding: 3px;
	border: 2px solid #8C370D;
}
#rightBackground {
	border: 2px solid #8C370D;
	padding: 3px;
}
.goldTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A24A1B;
}
.goldDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #A1491A;
}
.goldPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #A24A1B;
	font-style: italic;
}
.goldAddtoCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #A24A1B;
	font-style: italic;
}
.silverTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
.silverDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
}
.silverPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	font-style: italic;
}
.silverAddtoCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
	font-style: italic;
}
#productSilverBackground {
	padding: 3px;
	border: 2px solid #666666;
}
.platinumTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}
.platinumDescription {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
}
.platinumPrice {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	font-style: italic;
}
.platinumAddtoCart {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
	font-style: italic;
}
#productPlatinumBackground {
	padding: 3px;
	border: 2px solid #999999;
}

table#cart {
	width:99%;
}
td.heading{
	border: 1px solid #A24A1B;
	font-weight:bold;
	background-color:#E5E5E5;
}
td.item{
	border: 1px solid #A24A1B;
}
#navSecondardy {
	text-align: center;
}
h1 {
	font-size: 1.5em;
}
#navSubMain {
	margin-right: 10px;
}
#sitemap li {
	list-style-type: none;
	margin-bottom: 10px;
}
