html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form {
margin: 0;
padding: 0;
border: 0;
}
.body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
.topBg {
	background-image: url(../images/topBg.jpg);
	background-repeat: repeat-x;
	height: 180px;
}
/* nav menu */
#nav-text { 
	padding: 13px 0 0 0;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;  
}
#nav-text li {
	display: inline;
	margin-right: 4px;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
}
#nav-text a:link, #nav-text a:focus, #nav-text a:visited { 
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
#nav-text a:hover, #nav-text a:active { 
	font-size: 11px;
	color: #ffffff;
	text-decoration: none; 
}
.historyNavPad {
	margin-top: 10px;
}
.imagePopUpTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	font-weight: bold;
}
.blackBg {
	background-color: #000000;
	height: 39px;
}.otr-month {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	color: #C5C096;
	text-decoration: none;
	padding-bottom: 10px;
	padding-top: 5px;
}
.otr-date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 5px;
}
.otr-details {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 5px;
}
a.otr-link:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #C4C196;
	text-decoration: underline;
	margin-bottom: 20px;
}
.otr-td-padding {
	height: 80px;
}
a.otr-link:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #C4C196;
	text-decoration: underline;
	margin-bottom: 20px;
}
a.otr-link:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #C4C196;
	text-decoration: underline;
	margin-bottom: 20px;
}
a.otr-link:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #C4C196;
	text-decoration: underline;
	margin-bottom: 20px;
}
/* Sub Nav */

#sub-nav-container {
	width: 186px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sub-nav { 
	list-style-type: none; 
}
#sub-nav-li { 
	background: #fbf8ef; 
}
#sub-nav li a { 
	width: 186px; 
	display: block; 
	text-decoration: none; 
	margin: 0 0 4px 0; 
	padding: 5px 0 6px 0; 
}
#sub-nav-on a { 
	background-color: #c1c9df;
	background-image: url(../../images/sub-nav-on-bg.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
}
#sub-nav-on a:hover, #sub-nav-on a:focus, #sub-nav-on a:active { 
	background-color: #c1c9df;
	background-image: url(../../images/sub-nav-on-bg.jpg);
	background-repeat: no-repeat;
	color: #ffffff; 
	font-weight: bold; 
}
#sub-nav-off a {
	background-color: #3a2804;
	background-image: url(../../images/sub-nav-off-bg.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #524018;
}
#sub-nav-off-2 a {
	background-color: #211602;
	background-image: url(../../images/sub-nav-off-bg.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #524018;
}
#sub-nav-off a:hover, #sub-nav-off a:focus, #sub-nav-off a:active { 
	background-color: #573c05;
	background-image: url(../../images/sub-nav-off-bg.jpg);
	background-repeat: no-repeat;
	color: #ffffff; 
	font-weight: bold; 
}
#sub-nav-off-2 a:hover, #sub-nav-off a:focus, #sub-nav-off a:active { 
	background-color: #573c05;
	background-image: url(../../images/sub-nav-off-bg.jpg);
	background-repeat: no-repeat;
	color: #ffffff; 
	font-weight: bold; 
}


#sub-nav li a span { 
	padding: 0 0 0 10px; 
	margin: 0; }
.price {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.price-table-padding {
	margin-top: 15px;
	margin-bottom: 15px;
}
.dotted-line {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #cccc99;
}
.field-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.basket-details {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.basket-titles {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #C9C898;
	text-decoration: none;
	padding-bottom: 10px;
}
.index-poll-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 3px;
}
.index-contact-links {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #C4C695;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
}
.errormsg {
	padding: 5px 0;
}
.errormsg p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC3333;
}