html, body{
	margin: 0;
	font-family: Georgia;
	font-size: 15px;
	color: #000;
	line-height: 18px;
	background-image: url(../images/bg.png);
	background-repeat: repeat-x;
	height: 100%;
}
#box {
	background:#ffffff;
	margin: 0px;
	border: 1px solid #cccccc;
	padding:5px;
}
a:link {
	color: #C81F13;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #C81F13;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:link.nav{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:visited.nav{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
a:hover.nav{
	text-decoration: none;
	font-weight: bold;
	color: #32BDF6;
}
a:link.white{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a:visited.white{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover.white{
	text-decoration: none;
	font-weight: bold;
	color: #000;
}
.error{
	font-weight: bold;
	color: #C84215;
}
.bold{
	font-weight: bold;
}
.normal{
	font-family: Arial,Verdana;
	font-size: 12px;
}
.red{
	color: #C43912;
}
h1{
	margin-bottom: 6px;
	margin-top: 0px;
	font-size: 12px;
	font-weight: bold;
}
h2{
	font-size: 16px;
	margin-bottom: 6px;
	margin-top: 0px;
	color: #01050D;
	font-weight: bold;
}
h3{
	font-size: 14px;
	margin-bottom: 6px;
	margin-top: 0px;
	color: #01050D;
	font-weight: bold;
}
.header1{
	margin-bottom: 6px;
	margin-top: 0px;
	font-size: 18px;
	color: #01050D;
	font-weight: bold;
}
.header2{
	font-size: 16px;
	margin-bottom: 6px;
	margin-top: 0px;
	color: #01050D;
	font-weight: bold;
}
.header3{
	font-size: 14px;
	margin-bottom: 6px;
	margin-top: 0px;
	color: #01050D;
	font-weight: bold;
}
.price{
	font-weight: bold;
	font-size: 16px;
	color: #01050D;
}
.strike-price{
	font-size: 14px;
	color: #01050D;
	text-decoration: line-through;
}
input{
	border: 1px solid #A6A6A6;
	padding: 2px;
}
input.small_input{
	width: 20px;
}
textarea{
	border: 1px solid #A6A6A6;
	padding: 2px;
}
select{
	border: 1px solid #A6A6A6;
}
.textfield{
	margin-bottom: 10px;
	width: 202px;
	padding: 0 3px;
	height: 24px;
	line-height: 24px;
	background-image: url(../images/field-bg.png);
	background-repeat: no-repeat;
	border: 0 none;
}
.textarea{
	margin-top: 3px;
	width: 202px;
	padding: 0 3px;
	height: 169px;
	background-image: url(../images/textarea-bg.png);
	background-repeat: no-repeat;
	border: 0 none;
}
/* topnavigation */
#topnav {
	margin: 0;
	margin-left: -40px;
}
#topnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 64px;
}
#topnav li {
	list-style: none;
	float: left;
}
#topnav li a{
 	float: left;
	line-height: 64px;
	height: 64px;
	text-decoration: none;
	text-align: center;
	padding: 0 17px;
	color: #FFF;
	font-size: 15px;
	font-family: Arial;
	font-weight: normal;
}
#topnav li a:visited {
	color: #FFF;
	font-weight: normal;
}
#topnav li a:hover {
	color: #000;
	font-weight: normal;
}

#topnav li.selected a{
	color: #000;
	font-weight: normal;
}
#topnav li.selected ul li a{
	color: #FFF;
	font-weight: normal;
}
#topnav li ul { /* second-level lists */
	position: absolute;
	margin-top: 50px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#topnav li:hover ul, #topnav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#topnav li ul li{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid white;
	text-align: left;
}
#topnav li ul li a{ /* second-level lists */
	margin-bottom: -1px;
	width: 120px;
	line-height: 24px;
	padding: 10px 10px;
	height: 24px;
	background-color: #825550;
	background-image: none;
	color: white;
	text-align: left;
}
#topnav li ul li a:visited{
	background-color: #825550;
	background-image: none;
	color: white;
}
#topnav li ul li a:hover{
	color: black;
	background-image: none;
	background-color: #FFFFFF;
}
#shopnav-box{
	width:266px;
	height: 169px;
	background: url(../images/shopnav-bg.png);
	margin: 0;
	padding: 0;
	position: absolute;
	top: 310px;
	right: 65px;
}
#shopnav {
	font-size: 13px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
#shopnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#shopnav li {
	list-style: none;
	overflow: visible;
	width: 265px;
	margin: 0;
	padding: 0;
}
#shopnav li a{
	text-decoration: none;
	text-align: left;
	width: 240px;
	color: #FFF;
	height: 34px;
	line-height: 34px;
	padding: 0 5px 0 20px;
	margin: 0;
	text-transform: uppercase;
	font-family: Arial;
}
#shopnav li a:visited {
	text-decoration: none;
	text-align: left;
	width: 240px;
	color: #FFF;
	height: 34px;
	line-height: 34px;
	padding: 0 5px 0 20px;
}
#shopnav li a:hover {
	color: #000000;
}
#shopnav li.selected a{
	color: #CACBCC;
	padding-left: 40px;
}

.cat_menu{
	 line-height: 29px;
	 list-style-type: none;
	 font-weight: bold;
	 padding-left: 15px;
	 color: white;
}
a:hover .cat_menu {
	background-color: #2AB3E7;
}
.lined_table td{
	border-bottom: 1px solid #A6A6A6;
}
.searchbar{
	border: 0px;
	position: relative;
	top: -10px;
	font-size: 12px;
	margin-right: 20px;
}
.buy_now{
	padding: 3px;
	float: right;
	line-height: 16px;
	background-color: #000000;
	color: #FFFFFF;
}
a:hover .buy_now{
	background-color: #2AB3E7;
}
.price_sml{
	padding: 3px;
	float: right;
	line-height: 16px;
	background-color: #933B70;
	color: #FFFFFF;
}
.button{
	color: #4E3C32;
	padding: 0 5px;
	border: 1px solid #BFB26B;
	background-color: #E2CFA4;
	line-height: 22px;
	cursor: pointer;
}
.imgborder
{
	padding: 4px 4px 4px 4px;
	border: 1px solid #CCC;
	margin-left: 5px;
	margin-bottom: 5px;
}
img{
	border: 0;
}
	/* slightly enhanced, universal clearfix hack */
.clearfix:after {
 visibility: hidden;
 display: block;
 font-size: 0;
 content: " ";
 clear: both;
 height: 0;
 }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
