html, body, div, p, address, ul, ol, li, form, fieldset, h1, h2, h3, h4, img, iframe {
	margin: 0;
	padding: 0;
	border: none;	
}
body {
	color: #4D4D4D;
	background: #C0C0C0 url(body-bg.gif) top repeat-x;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a {
	text-decoration: underline;
	color: #4D4D4D;
}
a:visited {
	text-decoration: underline;
	color: #6A6A6A;
}
a:hover {
	text-decoration: none;
}

strong a, strong a:visited {
	text-decoration: none;
	color: #990000;
}
strong a:hover {
	text-decoration: none;
	color: #000000;
}

h2 {
	color: #000000;
	font-weight: bold;
	font-size: 110%;
}
h3 {
	color: #990000;
	font-weight: bold;
	font-size: 100%;
	padding: 10px 0 5px 0;
}
p, ul, ol, address {
	font-style: normal;
	line-height: 150%;
	padding: 0 0 10px 0;
}
ul li {
	padding: 0 0 .5em 15px;
	list-style: none;
	background: transparent url(bullet.gif) 2px .5em no-repeat;
}
input, select, textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
input, select {
	vertical-align: middle;
}

/* ---------------------------------------------------- */
.tsmall {
	font-size: 60%;
}
.tnormal {
	font-size: 75%;
}
.tbig {
	font-size: 90%;
}
.tcenter {
	text-align: center;
}
.bottomPadd {
	padding: 15px 20px 0 20px;
}
.cleaner {
	clear: both;
}
.errmsg {
	color:  #B84D4D;
}

/* ---------------------------------------------------- */
.leftpic {
	float: left;
	margin: 10px 20px 10px 0;
}
.rightpic {
	float: right;
	margin: 10px 0 10px 20px;
}
.imgintext {
	vertical-align: middle;
}
.popImg {
	width: 125px;
/*	height: 125px; */
	position: relative;
}
.popImgZoom {
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 5;
}


/* ---------------------------------------------------- */
.hpBlockLeft, .hpBlockRight {
	background: #ffffff url(hpblock-top.gif) top left no-repeat;
	width: 347px;
	padding: 15px;
	height: 11.5em;
	position: relative;
	margin-bottom: 13px;
}
.hpBlockLeft {
	float: left;
}
.hpBlockRight {
	float: right;
}
.hpBlockBot {
	height: 11px;
	width: 377px;
	background: #ffffff url(hpblock-bot.gif) bottom left no-repeat;
	position: absolute;
	bottom: -1px;
	left: 0;
	font-size: 1px;
}
.hpbDesc {
	height: 8em;
}

/* ---------------------------------------------------- */
a.butLink, a.butLink:visited {
	display: block;
	float: left;
	background: transparent url(button-left.gif) left center no-repeat;
	color: #ffffff;
	text-decoration: none;
	margin-right: .5em;	
}
a.butLink span, a.butLink:visited span {
	display: block;
	padding: 4px 6px 4px 6px;	
	background: transparent url(button-right.gif) right center no-repeat;
}
a.butLinkHi, a.butLinkHi:visited {
	display: block;
	float: left;
	background: transparent url(button-left-hilight.gif) left center no-repeat;
	color: #ffffff;
	text-decoration: none;
	margin-right: .5em;	
	font-weight: bold;
}
a.butLinkHi span, a.butLinkHi:visited span {
	display: block;
	padding: 4px 6px 4px 6px;	
	background: transparent url(button-right-hilight.gif) right center no-repeat;
}
a.butLink:hover, a.butLinkHi:hover {
	background-image: url(button-left-hover.gif);
}
a.butLink:hover span, a.butLinkHi:hover span {
	background-image: url(button-right-hover.gif);
}

/* ---------------------------------------------------- */
.tabs {
	border-bottom: #808080 1px solid;
	height:	2em;
	padding-top: 10px;
	padding-bottom: 0;
}
.tabs a, .tabs a:visited {
	text-decoration: none;
	color: #ffffff;
	background: #626262 url(tab-left.gif) top left no-repeat;
	display: block;
	float: left;
	height: 2em;
	line-height: 2em;
	margin-right: 1px;
}
.tabs a span, .tabs a:visited span {
	background: transparent url(tab-right.gif) top right no-repeat;
	display: block;
	padding: 0 8px 0 8px;
}
.tabs a.hiTab, .tabs a.hiTab:visited {
	background: #A51F1F url(tab-left-hilight.gif) top left no-repeat;
}
.tabs a.hiTab span, .tabs a.hiTab:visited span {
	background: transparent url(tab-right-hilight.gif) top right no-repeat;
	font-weight: bold;
}
.tabs a:hover, .tabs a.hiTab:hover {
	background: #1D1D1D url(tab-left-hover.gif) top left no-repeat;
}
.tabs a:hover span, .tabs a.hiTab:hover span {
	background: transparent url(tab-right-hover.gif) top right no-repeat;
}

/* ---------------------------------------------------- */
a.bigButton, a.bigButton:visited {
	display: block;
	background: transparent url(bigbutton-left.gif) top left no-repeat;
	text-decoration: none;
	float: left;
}
a.bigButton span, a.bigButton:visited span {
	display: block;
	float: left;
	background: transparent url(bigbutton-right.gif) top right no-repeat;
	height: 45px;
	line-height: 45px;
	color: #ffffff;
	font-weight: bold;
	padding: 0 60px 0 15px;
	width: 135px;
	cursor: pointer;
}
a.bigButton:hover span {
	background-image: url(bigbutton-right-hover.gif);
}

/* ---------------------------------------------------- */
.tblnormal {
	display: table;
	border-collapse: collapse;
	border: #757575 1px solid;
	width: 100%;	
	margin: 0 0 10px 0;
}
.tblnormal th, .tblnormal td {
	border: #757575 1px solid;
	font-size: 80%;
	padding: 2px;
	color: #000000;
	background: #ffffff;
}


/* ---------------------------------------------------- */
.tblForm {
	display: table;
	border-collapse: collapse;
	border: none;
	width: 100%;
}
.tblForm th {
	text-align: left;
	font-size: 70%;	
	padding: 4px 8px 2px 2px;
	font-weight: bold;
	background: transparent;
	white-space: nowrap;
	border-bottom: #C0C0C0 1px dotted;
}
.tblForm td {
	font-size: 75%;
	padding: 4px 2px 2px 2px;
	background: transparent;
	border-bottom: #C0C0C0 1px dotted;
}
.tblForm tr.noUnderline th, .tblForm tr.noUnderline td {
	border-bottom: none;
}

/* ---------------------------------------------------- */
.pgLeft {
	float: left;
	width: 495px;
	padding: 10px 0 10px 0;
}
.pgRight {
	float: right;
	width: 210px;
	padding: 10px 0 0 0;
}
.pgRight .blockTopEmpty {
	font-size: 1px;
	height: 8px;
	background: #EEEEEE url(block-topempty-bg.gif) top left no-repeat;
}
.pgRight .block {
	background: #EEEEEE url(block-bot-bg.gif) bottom left no-repeat;	
	padding: 8px;
	margin-bottom: 20px;
}
.pgRight h2.block {
	background: #C0C0C0 url(block-top-bg.gif) top left no-repeat;
	margin: 0;
	font-size: 80%;
	text-transform: uppercase;
}

/* ---------------------------------------------------- */
#top {
	width: 910px;
	height: 102px;
	margin: 0 auto 0 auto;
	background: transparent url(top-bg.gif) bottom right no-repeat;
	position: relative;
}
#top h1 {
	width: 87px;
	height: 57px;
	position: absolute;
	top: 20px;
	left: 0;
}
#top h1 a, #top h1 a:visited, #top h1 a:hover {
	text-decoration: none;
	text-indent: -500em;
	display: block;
	width: 87px;
	height: 57px;
	background: transparent url(ad-logo.gif) 0 0 no-repeat;
}
#top p {
	color: #ffffff;
	position: absolute;
	right: 13px;
	bottom: 8px;
	width: 768px;
	text-align: center;
	padding-bottom: 0;
}
#top p a, #top p a:visited, top p a:hover {
	color: #ffffff;
	text-decoration: none;
	padding-right: 1.5em;
	white-space: nowrap;
}
#top p a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------- */
#main {
	background: #990000;
}
#page {
	width: 897px;
	margin: 0 auto 0 auto;
	background: #990000 url(page-bg.gif) right repeat-y;
	position: relative;
	padding: 13px 13px 0 0;
}
#adText {
	width: 41px;
	height: 370px;
	float: left;
	padding: 26px 0 0 47px;
}
#adText a, #adText a:visited, #adText a:hover {
	text-decoration: none;
	text-indent: -500em;
	background: transparent url(ad-text.gif) 0 0 no-repeat;
	display: block;
	width: 41px;
	height: 370px;
}
#pageContent {
	float: right;
	width: 768px;
}
#pageContent.subPage {
	background: #ffffff url(subpage-bg-top.gif) top left no-repeat;
	width: 732px;
	padding: 18px 18px 0 18px;
}
#pageCleaner {
	clear: both;
	font-size: 1px;
	height: 1px;		
}
#subPageCleaner {
	clear: both;
	font-size: 1px;
	height: 11px;
	background: #ffffff url(subpage-bg-bot.gif) bottom left no-repeat;
	margin: 0 -18px 0 -18px;
	border-bottom: 13px solid #B84D4D;
}

/* ---------------------------------------------------- */
#bottom {
	background: transparent url(bottom-bg.gif) top repeat-x;		
}
#botCont {
	width: 768px;
	margin: 0 auto 0 auto;
	padding: 0 13px 10px 129px;
	background: transparent url(bottom-cont-bg.gif) right repeat-y;
}
#botCont #certificate {
	float: left;
	width: 190px;
	font-size: 75%;
	padding: .5em 0 0 8px;
	margin: 10px 0 5px 0;
	line-height: normal;
}
#botCont #certificate strong {
	clear: none;
}
#botCont #certificate img {
	margin: 0 5px 0 0;
}
#botCont address {
	text-align: left;
	padding: 0 0 0 10px;
	margin: 10px 0 1em 0;
	float: right;
	width: 545px;
	border-left: #4D4D4D 1px solid;	
}
#botCont address a, #botCont address a:visited {
	color: #4D4D4D;	
	text-decoration: none;
}
#botCont address a:hover {
	text-decoration: underline;
}
#footer {
	width: 768px;
	margin: 0 auto 0 auto;
	padding: 15px 13px 10px 129px;
	background: transparent url(footer-bg.gif) top right no-repeat;
	text-align: center;
}
#footer a, #footer a:visited {
	color: #4D4D4D;	
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------- */
#phoneForm {
	background: #303030 url(phoneform-bot.gif) left bottom no-repeat;
	color: #CBCBCB;
	font-weight: bold;
	clear: both;
}
#phoneForm fieldset {
	background: transparent url(phoneform-top.gif) left top no-repeat;
	height: 5.5em;
	padding: 13px 20px 0 105px;
}
#phoneForm p {
	padding: 2px 0 0 0;
}
#phoneForm strong {
	color: #ffffff;
}
#phoneForm input, #phoneForm select {
	background: #ffffff;
	font-weight: normal;
	color: #000000;
	margin-right: .5em;
}
#phoneForm #phFormSubmit {
	background: none;
	margin: 0;
}

/* ---------------------------------------------------- */
#contactForm {
	padding: 10px 0 0 ;
}
#captchaArea {
	position: relative;
	display: block;
}
#captchaAlert {
	display: block;
	width: 200px;
	height: 50px;
	padding: 10px;
	position: absolute;
	top: -70px;
	left: 80px;
	background: transparent url(bubble.gif) top left no-repeat;
	font-weight: normal;
	white-space: normal;
	cursor: pointer;
}

/* ---------------------------------------------------- */
#overDiv {
	position: absolute;
	visibility: hidden;
	z-index: 10000;
}