@charset "utf-8";
div,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li {
	margin: 0px auto;
	padding: 0px;
}
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
 #container {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
 #header {
	background-color: #DDDDDD;
	background-image: url(../images/header-back.png);
	background-repeat: no-repeat;
	height: 115px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	position: relative;
	width: 100%;
}
 #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	color: #473119;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 80px;
	line-height: normal;
}
#header #mainNav {
	width: 960px;
	bottom: 3px;
	position: absolute;
	left: 135px;
}
#header #mainNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
#header #mainNav li {
	float: left;
	margin: 0;
	padding:0;
	display: block;
}
#header #mainNav li a:link, #header #mainNav li a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	padding: 0 15px 0 30px;
	margin-right: 10px;
	display: block;
	line-height: 25px;
	background-image: url(../images/nav_rollover.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#header #mainNav li a:hover {
	color: #f8b449;
	border: none;
	background-image: url(../images/nav_rollover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: auto;
}

#header #mainNav ul li a.current {
	margin-top: -5px;
	height: 30px;
	background: url(../images/current.jpg) no-repeat;
	color: #AAB3B2;
	line-height: 25px;
}
#header #mainNav ul li a.current:hover {
	color: #AAB3B2;
	cursor: default;
}
#productInfoContainer  {
	background-color: #EDEBBE;
	height: 400px;
	width: 700px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	border: 1px solid #BD955C;
	position: relative;
	float: none;
	margin: 0px;
}
#productInfoContainer #productPicture {
	height: 300px;
	width: 379px;
	position: absolute;
	left: 10px;
	top: 10px;
}
#productInfoContainer #productFooter {
	width: 710px;
	position: absolute;
	left: 10px;
	top: 320px;
	padding-top: 10px;
	padding-left: 10px;
}
#productInfoContainer #productFooter p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #87673F;
	font-variant: normal;
	line-height: 1.5em;
}

#productInfoContainer #productFooter a:link, a:visited {
	color: #87673F;
}

#productInfoContainer #productFooter a:hover {
	color: #f8b449;
}

#productFooter #purchaseButton {
	position: absolute;
	left: 200px;
	top: 20px;
}
#productFooter #purchaseButton a {
	padding-left: 20px;
	padding-right: 10px;
}

#productFooter #purchaseButton a:link,#productFooter #purchaseButton a:visited{
	display: block;
	height: 25px;
	width: 150px;
	background-image: url(../images/nav_rollover.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 25px;
	color: #fff;
	text-decoration: none;
	padding-left: 20px;
}
#productFooter #purchaseButton a:hover,#productFooter #purchaseButton a:active{
	background-position: left top;
	border:none;
	color: #f8b449;
}

#productInfoContainer #productDescription {
	width: 310px;
	position: absolute;
	left: 400px;
	top: 10px;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
}
#productInfoContainer #productDescription h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.6em;
	color: #87673F;
}
#productInfoContainer #productDescription h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #87673F;
}
#productInfoContainer #productDescription p {
	text-align: justify;
	font-family: Georgia, "Times New Roman", Times, serif;
}



 #footer {
	padding: 0 10px;
	background-color: #E0D7A9;
}

 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #000;
	text-align: center;
	font-weight: normal;
}
 #mainContent {
	background-color: #EDEBBE;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

#mainContent #mainClear {
	clear: both;
}
#container #mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: lighter;
	color: #473119;
}
#container #mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: lighter;
	color: #87673F;
}
#container #mainContent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	font-weight: lighter;
	color: #87673F;
	font-style: italic;
}


#container #mainContent p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: lighter;
	color: #473119;
	text-align: justify;
}
#mainContent #showConversion {
	text-align: center;
}

#container #mainContent strong {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	color: #473119;
	text-align: justify;
}



#container #mainContent ul {
	margin-left: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	color: #473119;
}
#mainContent table tr td {
	text-align: justify;
	white-space: normal;
	vertical-align: middle;
	border: none;
	padding-left: 10px;
}
#mainContent table {
	text-align: justify;
	white-space: normal;
	vertical-align: top;
	border:none;
}
#mainContent a:link, a:visited {
	color: #87673F;
}

#mainContent a:hover {
	color: #f8b449;
}

.noBrake {
	white-space: nowrap;
}
.purchaseBlock {
	position: relative;
	width: 710px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.purchaseBlock p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #87673F;
	font-variant: normal;
	line-height: 1.5em;
}

.purchaseBlock a:link, a:visited {
	color: #87673F;
}

.purchaseBlock a:hover {
	color: #f8b449;
}

.purchaseBlock #purchaseButton {
	position: absolute;
	left: 225px;
	top: 20px;
	padding: 0px;
}
.purchaseBlock #purchaseButton a:link,.purchaseBlock #purchaseButton a:visited{
	display: block;
	height: 25px;
	width: 150px;
	background-image: url(../images/nav_rollover.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 25px;
	color: #fff;
	text-decoration: none;
	padding-left: 20px;
}
.purchaseBlock #purchaseButton a:hover,.purchaseBlock #purchaseButton a:active{
	background-position: left top;
	border:none;
	color: #f8b449;
}
.purchaseBlock a {
	padding-right: 10px;
}
#eXTReMe {
	float: right;
	margin-top: 5px;
}
#mainContent #newsFeedContainer {
	float: right;
	width: 200px;
	background-color: #EDEBBE;
	border: 1px solid #BD955C;
	font-size: 0.8em;
}
#newsFeedContainer #newsHeader {
	background-color: #DDD3A4;
	padding: 2px;
	margin-top: 2px;
	margin-right: 2px;
	margin-left: 2px;
}
#newsFeedContainer #newsBody {
	padding: 10px;
}
.urlList tr   td {
	text-align: left;
	white-space: normal;
	vertical-align: middle;
	border: none;
	padding-left: 10px;
}
