@charset "utf-8";
body {
	background-color: #FFFFFF;
	margin-top: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}
a {
	color: #684F40;
}

.menuItem{
	width:180px;
	font-size:120%;
	font-weight:700;
}
.menuItem a{
	text-decoration:none;
	border:none;
	color: #000000;
}
.menuItem a:hover{
	text-decoration:none;
	border:none;
	color: #FBA926;
}
.menuItemSelected{
	width:180px;
	font-size:120%;
	font-weight:700;
	color:#FBA926;
}
.bottomImage{
	width:744px;
	clear:both;
}
#footerContainer{
	width:744px;
	clear:both;
	float:left;
	font-size:90%;
	height:50px;
	padding-top:20px;
}
.footerItem{
	float:left;
	width:220px;
}
.footerItemSmall{
	float:left;
	width:130px;
}
.footerTitleSmall{
	width:30px;
	float:left;
}
.footerTitle{
	width:40px;
	float:left;
}
.footerRight{
	width:340px;
	float:right;
}
.footerRightContent{
	width:320px;
	float:right;
	text-align:right;
}
.footerContent{
	width:170px;
	float:left;
	color:#FAAE60;
}
.footerContent a{
	text-decoration:none;
	border:none;
	color:#FAAE60;
}
.footerContent a:hover{
	text-decoration:none;
	border:none;
	color:#000000;
}
.footerContentSmall{
	width:100px;
	float:left;
	color:#FAAE60;
}
.footerRight{
	float:right;
}
#container {
	width:744px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#header {
	width:744px;
	background-repeat: no-repeat;
	background-position: left top;
}
#menu {
	width: 180px;
	float: left;
	margin-right: 10px;
	background-color: #FFFFFF;
}
#main {
	float: left;
	width: 550px;
	background-color:#FFFFFF;	
	min-height:210px;
	height:auto !important;
    height:210px;
}
#main-left ul {
	padding-left: 20px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 0px;
}
#title {
	width: 530px;
	height: 50px;
	line-height: 50px;
	font-size:150%;
	font-weight:800;
	padding-left:20px;
}
#subNavContainer {
	width: 500px;
	font-size:150%;
	font-weight:800;
	padding-left:20px;
	float:left;
	height:35px;
}
.submenu {
	height: 30px;
	width: auto;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin-bottom: 30px;
	float:left;
	padding-right:30px;
}
.submenuSelected {
	height: 30px;
	width: auto;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	color: #99CCCC;
	margin-bottom: 30px;
	float:left;
	padding-right:30px;
}
.submenu a {
	text-decoration: none;
	color: #000000;
}
.submenu a:hover {
	text-decoration: none;
	color: #99CCCC;
}
#main-text {
	float: left;
	width: 530px;
	padding-left:20px;	
}
#main-image {
	float: right;
	width: 175px;
	text-align: right;
}
.eventDate{
	float:left;

	font-weight:600;
}
.eventTitle{
	font-size:110%;
	font-weight:600;
	padding-left:20px;
	color:#FBA926;
	padding-right:10px;
	float:left;
}
#main-text a{
	text-decoration:none;
	border:none;
	color:#FBA926;
}
#main-text a:hover{
	text-decoration:none;
	border:none;
	color:#000000;
}
.stockContainer{
	width:530px;
	padding-left:20px;
	padding-bottom:20px;
	padding-top:20px;
}
.productImage{
	height:188;
	width:250;
	background-repeat:none;
	float:left;
}
.productDetails{
	width:160px;
	float:left;
	padding-top:100px;
	padding-left:20px;
	padding-bottom:10px;
}
.productAttribute{
	width:160px;
	float:left;
	line-height:20px;
}
.productWas{
	width:160px;
	float:left;
	font-size:130%;
	font-weight:700;
	padding-top:3px;
}
.productNow{
	width:160px;
	float:left;
	font-size:150%;
	font-weight:700;
	color:#FF0066;
	padding-top:3px;
}
hr{
	width: 100%;
	background-color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	clear:both;
}

#titleRegister{
	float:left;
	width:100%;
	text-align:left;
	clear:both;
	font-size:20px;
	color:#99CCCC;
	padding-bottom:5px;
}

span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
span.button {padding-left:120px;} 
div.clear {clear:both;padding-top:5px;}