body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #221E1F;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #999999;
}
.none {
	display: none;
}
form {
	margin: 0;
	display: inline;
}
.submit {
	font-weight: bold;
	color: #C3B353;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

hr { 
	display: none; 
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
}
h4 {
	margin: 0px;
	padding: 0px;
}
h5 {
	margin: 0px;
	padding: 0px;
}
a:link, a:visited, a:active {
	text-decoration: none;
	color: #333333;
}
a:hover, a {
	text-decoration: none;
	color: #310901;
}
a.whitelink:link, a.whitelink:visited, a.whitelink:active {
	text-decoration: none;
	color: #FFFFFF;
}
a.whitelink:hover, a {
	text-decoration: underline;
	color: #FFFFFF;
}
.txtdark {
	color: #310901;
}

.textcenter{
	text-align:center;
}
.textright{
	text-align:right;
}
.textleft{
	text-align:left;
}
.bold {
	font-weight:bold;
}
.normal {
	font-weight:normal;
}
.italic{
	font-style:italic;
}
.txt9 {
	font-size:9px;
}
.txt10 {
	font-size:10px;
}
.txt11 {
	font-size:11px;
}
.txt12 {
	font-size:12px;
}
.txt13 {
	font-size:13px;
}
.txt14 {
	font-size:14px;
}
.txt16 {
	font-size:16px;
}
.txt18 {
	font-size:18px;
}
.txtcaps {
	text-transform: uppercase;
}
.underline{
  text-decoration: underline;
}
.topbg {
	background-image: url(images/topbgshim2.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.topnavleft {
	background-image: url(images/topnav_left.gif);
	background-repeat: no-repeat;
}
.topnavbg {
	background-image: url(images/topnav_bg.gif);
	background-repeat: repeat-x;
}
.topnavbg ul {
	display: inline;
	font-size: 14px;
	letter-spacing:-0.5px;
	margin: 0px;
	padding: 0px;
}
.topnavbg li {
	display: inline;
	font-size: 14px;
	letter-spacing:-0.5px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #524624;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
}
.topnavbg ul li.last {
	border: 0;
}
.topnavbg a {
	text-decoration: none;
	font-weight: bold;
	color: #524624;
}
.topnavbg a:hover {
	color: #524624;
	text-decoration: underline;
}
.topnavright {
	background-image: url(images/topnav_right.gif);
	background-repeat: no-repeat;
}
.leftnav {
	padding: 0px;
	width: 174px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.leftnav h2 {
	font-size: 12px;
	font-weight: bold;
	border-bottom: dashed #000000 1px;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	color: #000000;
	text-indent: 3px;
}

.leftnav ul {
	display: block;
	margin: 0px;
	list-style-type: none;
	padding: 0px;

}
.leftnav li {
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}
.leftnav a {
	font-weight: bold;
	color: #4c4c4c;
	text-decoration: none;
	margin: 0px;
	display: block;
	font-size: 12px;
	background-image: url(images/leftnav_bg.gif);
	width: 164px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	height: 23px;

}
.leftnav a:hover {
	font-weight: bold;
	color: #454136;
	text-decoration: none;
	margin: 0px;
	background-image: url(images/leftnav_bgover.gif);
	width: 164px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	height: 23px;

}
.pagebg {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
.prdheader {
	background-image: url(images/product_header.gif);
	background-repeat: no-repeat;
}
.prdheader2 {
	background-image: url(images/product_header2.gif);
	background-repeat: no-repeat;
}
.headerleft {
	background-image: url(images/header_left.gif);
	background-repeat: no-repeat;
}
.headerbg {
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
}
.headerright {
	background-image: url(images/header_right.gif);
	background-repeat: no-repeat;
}
.headersp {
	background-image: url(images/home_header.gif);
	background-repeat: no-repeat;
}


.bcrumbs {
	height: 34px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #310901;
	position: relative;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	background-color: #f0e8cf;
}
.bcrumbs ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	margin-left: 0px;
	display: inline;
	float: left;
	list-style-image: none;
	padding: 0px;
}
.bcrumbs li {
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 8px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: left;
	margin-left: 0px;
	display: inline;
	float: left;
	list-style-image: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.bcrumbs ul li.last {
	border: 0;
}
.bcrumbs a {
	text-decoration: none;
	font-weight: bold;
	color: #310901;
}
.bcrumbs a:hover {
	text-decoration: underline;
	color: #CDB062;
}
.featurebg {
	background-image: url(images/featurebg.gif);
}

.featureli {
	font-size: 11px;
	font-weight: bold;
}
.featureli ul {
	display: block;
	margin: 0px;
	list-style-type: none;
	padding: 0px;

}
.featureli li {
	text-align: left;
	display: block;
	list-style-type: none;
	padding: 0px;
	margin: 0px;

}
.benefits1 {
	background-image: url(images/feature1.gif);
	background-repeat: no-repeat;
	background-color: #FEFEFE;
}
.benefits2 {
	background-image: url(images/feature2.gif);
	background-repeat: no-repeat;
	background-color: #F3EDDA;
}

.rightnavbg {
	background-image: url(images/rightmenu_bg.gif);
	background-repeat: repeat;
}
.rightnavhdsp {
	background-image: url(images/right_header.gif);
	background-repeat: no-repeat;
}


.footerbg {
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
}
#dynloadarea {
	clear: both;
	margin-bottom: 5px;
	border: 1px solid #652849;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	float: right;
}
.thumbimg {
	float: left;
	padding: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	border: 1px solid #652849;
}

.callback_ad {
	width: 158px;
	height: 98px;
	background: url("images/callback_graphic.jpg") no-repeat;
}
