/* body elements */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #211A11;
}
body {
	background: #116C7A url('../images/bg_main.gif') repeat-x top center;
	margin: 0px;
	height: 100%;
}
a:link {
	color: #0E5B67;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0E5B67;
}
a:hover {
	text-decoration: underline;
	color: #0E5B67;
}
a:active {
	text-decoration: none;
	color: #F26F00;
}
h1 {
	font-weight: normal;
	color: #14515A;
	font-size: 18px;
}
h1 a:link {
	text-decoration: none;
	color: #14515A;
}
h1 a:visited {
	text-decoration: none;
	color: #14515A;
}
h1 a:hover {
	text-decoration: none;
	color: #14515A;
}
h1 a:active {
	text-decoration: underline;
	color: #14515A;
}

h2 {
	color: #F26F00;
	font-size: 12px;
}
h2 a:link {
	text-decoration: none;
	color: #F26F00;
}
h2 a:visited {
	text-decoration: none;
	color: #F26F00;
}
h2 a:hover {
	text-decoration: underline;
	color: #F26F00;
}
h2 a:active {
	text-decoration: underline;
	color: #14515A;
}

h3 {
	color: #F26F00;
	font-size: 18px;
	font-weight: normal;
}
h3 a:link {
	text-decoration: none;
	color: #F26F00;
}
h3 a:visited {
	text-decoration: none;
	color: #F26F00;
}
h3 a:hover {
	text-decoration: underline;
	color: #F26F00;
}
h3 a:active {
	text-decoration: underline;
	color: #14515A;
}

h4 {
	color: #14515A;
	font-size: 14px;
	font-weight: normal;
}
h4 a:link {
	text-decoration: none;
	color: #14515A;
}
h4 a:visited {
	text-decoration: none;
	color: #14515A;
}
h4 a:hover {
	text-decoration: none;
	color: #14515A;
}
h4 a:active {
	text-decoration: underline;
	color: #14515A;
}

/* texts */

.copy {
	font-size: 10px;
	color: #90D8E3;
}
a.copy:link {
	color: #90D8E3;
	text-decoration: none;
}
a.copy:visited {
	text-decoration: none;
	color: #90D8E3;
}
a.copy:hover {
	color: #D5F9FF;
	text-decoration: underline;
}
a.copy:active {
	color: #D5F9FF;
	text-decoration: underline;
}

.tiny {
	font-size: 10px;
	color: #31D0E8;
}
a.tiny:link {
	color: #EEFAFC;
	text-decoration: none;
}
a.tiny:visited {
	text-decoration: none;
	color: #EEFAFC;
}
a.tiny:hover {
	color: #EEFAFC;
	text-decoration: underline;
}
a.tiny:active {
	color: #EEFAFC;
	text-decoration: underline;
}

.more {
	font-size: 10px;
	color: #0E5B67;
	background: url('../images/arrow_1.gif') no-repeat center left;
	padding-left: 17px;
}
a.more:link {
	color: #0E5B67;
	text-decoration: none;
}
a.more:visited {
	text-decoration: none;
	color: #0E5B67;
}
a.more:hover {
	color: #F26F00;
	text-decoration: underline;
}
a.more:active {
	color: #950000;
	text-decoration: none;
}

.muchmore {
	background: url('../images/arrow_2.gif') no-repeat center left;
	padding-left: 27px;
	font-weight: bold;
	line-height: 18px;
	margin-bottom: 2px;
	margin-top: 5px;
	display: block;
}

/* objects */

.content1 {
	width: 545px; 
	float: left; 
	border-right: #9CCED6 1px solid; 
	padding-right: 15px;
	/* next line is supposed to be read by IE only */
	*margin-top: 7px;
}
.content2 {
	width: 545px; 
	float: left; 
	border-right: #9CCED6 1px solid; 
	border-bottom: #9CCED6 1px solid;
	padding-right: 15px;
	/* next line is supposed to be read by IE only */
	*margin-top: 7px;
}

.homenews {
	width: 361px; 
	float: left; 
	border-right: #9CCED6 1px solid; 
	padding-right: 17px;
	/* next line is supposed to be read by IE only */
	*margin-top: 7px;
}
.homeww {
	float: left; 
	padding-left: 16px; 
	text-align: left;
	/* next line is supposed to be read by IE only */
	*margin-top: 7px; 
}
.ww {
	float: left; 
	padding-left: 16px; 
	width: 179px;
	text-align: left;
	background:url(../images/bg_ww.gif) no-repeat bottom right;
	/* next line is supposed to be read by IE only */
	*margin-top: 7px; 
}
.homenwslt {
	float: right; 
	text-align: left; 
	width: 155px; 
	padding-right: 28px;
	padding-left: 14px;
}
.nwslt {
	float: right;
	text-align: left; 
	width: 155px; 
	margin-right: 26px;
	margin-top: 17px;
	margin-left: 12px;
}
.newsletter {
	background: #C1DFE9 url('../images/bg_newsletter.gif') no-repeat top left; 
	border: #0E5E6B 1px solid; 
	width: 150px; 
	margin-left: 0px; 
	padding-left: 15px; 
	padding-right: 15px; 
	padding-bottom: 15px;
	/* next two lines are supposed to be read by IE only */ 
	*padding-bottom: 3px; 
	*padding-top: 10px;
}
#base {
	width: 807px;
	margin: 0px auto;
	position:relative;
}
#logo {
	position: absolute;
	top: 69px;
	left: 598px;
	z-index: 1;
	width: 185px;
}

.maintbl {
	background: none;
	width: 807px;
	text-align: left;
}
.menutbl {
	background: url('../images/bg_menu.gif') no-repeat top left;
	padding-left: 10px;
	
}
.headtbl {
	background: url('../images/bg_header.gif') no-repeat;
	padding-left: 10px;
}
.bodytbl {
	background: #FFFFFF url('../images/bg_body.gif') repeat-y left;
	padding-left: 26px;
	padding-right: 25px;
	padding-bottom: 15px;

	apadding-left: 26px;
	apadding-right: 25px;
	apadding-bottom: 15px;
}
.prodtbl {
	background: #FFFFFF url('../images/bg_body.gif') repeat-y center;
	padding-left: 26px;
	padding-bottom: 11px;
	padding-top: 0px;
}
.prods {
	display: block;
	background: url('../images/bg_prods.gif') repeat-x top left; 
	min-height: 115px;
	width: 545px;
	padding-bottom: 7px;
	border-bottom: #1B7683 1px solid;
	font-weight: bold;
	padding-top: 1px;
	line-height: 18px;
	list-style-image: url('../images/li.gif');
}
.prods ul { margin-top: 10px; }
.prodt {
	display: table-cell;
	background: url('../images/bg_prods.gif') repeat-x top left; 
	width: 526px; 
	padding-left: 19px;
	border-top: #FFFFFF 11px solid;
}
.prodt p { margin-top: 10px; }
.prod_tn {
	display: table-cell;
	float: left;
	margin-right: 11px;
}
.pro {
	display: table;
	border-bottom: #9CCED6 1px solid;
	margin-top: 5px;
}
.prop {
	margin-left: 50px;
}
.brandtbl {
	background: #FFFFFF url('../images/bg_brand.gif') no-repeat top center;
	padding-left: 10px;
	padding-right: 11px;
	padding-top: 2px;
}
.brnd {
	display: inline; 
	margin-right: 6px;
}
.foottbl {
	background: #116C7A url('../images/bg_footer.gif') no-repeat top center;
	padding: 10px;
}
.footl {
	float: left;
	text-align: left;
}
.footr {
	float: right;
	text-align: right;
}
.brandband {
	width: 764px; 
	height: 41px; 
	float: right; 
	overflow: hidden;  
	margin-top: 21px; 
	text-align: center;
}
.date {
	float: right;
	color: #0E5B67;
	margin-left: 17px;
	font-weight: normal;
}
.thumb {
	border: #0E5E6B 1px solid;
	float: left;
	margin-right: 11px;
}
.txtfrm {
	margin-bottom: 7px; 
	margin-top: 7px;
}
.sub {
	background: #FFFFFF url('../images/bg_sub.gif') repeat-x bottom; 
	padding: 12px;
	margin-top: 11px;
	border-bottom: #FFFFFF 11px solid;
	height: 15px;
}
.submenu {
	display: inline; 
	font-weight: bold;
	color: #14515A;
	background: #FFFFFF url('../images/bg_submenu.gif') repeat-x top left; 
	padding-top: 9px; 
	padding-left: 15px; 
	padding-right: 15px; 
	padding-bottom: 11px; 
	border: #9CCED6 1px solid;
	border-bottom: #FFFFFF 1px solid; 
	margin-left: 5px; 
	margin-right: 5px; 
	margin-top: 1px; 
	margin-bottom: 2px; 
}
a.submenu:link {
	color: #0E5B67;
	font-weight: normal;
	background: #FFFFFF url('../images/bg_submenu_alt.gif') repeat-x top left; 
	text-decoration: none;
	border: #C5EEF5 1px solid;
	border-bottom: #9CCED6 1px solid;
}
a.submenu:visited {
	color: #0E5B67;
	font-weight: normal;
	background: #FFFFFF url('../images/bg_submenu_alt.gif') repeat-x; 
	text-decoration: none;
	border: #C5EEF5 1px solid;
	border-bottom: #9CCED6 1px solid;
}
a.submenu:hover {
	color: #F26F00;
	font-weight: normal;
	background: #FFFFFF url('../images/bg_submenu_alt.gif') repeat-x; 
	text-decoration: underline;
	border: #C5EEF5 1px solid;
	border-bottom: #9CCED6 1px solid;
}
a.submenu:active {
	color: #F26F00;
	font-weight: normal;
	background: #FFFFFF url('../images/bg_submenu_alt.gif') repeat-x; 
	text-decoration: underline;
	border: #C5EEF5 1px solid;
	border-bottom: #9CCED6 1px solid;
}

.news {
	display: block;
	margin-bottom: 13px;
	height: 107px;
}

.newsh {
	display: block;
	margin-bottom: 17px;
}
.hr {
	height: 1px;
	display: block;
	background: #9CCED6;
	
}
.bfrfrm {
	color: #116C7A;
	float: left; 
	margin-right: 11px; 
	margin-top: 9px; 
	width: 150px; 
	text-align: right;
}
.icon {
	border-bottom: #9CCED6 1px solid; 
	padding-bottom: 9px; 
	padding-top: 5px; 
	color: #14515A;
	font-weight: bold;
}
.field {
	background: #E8F2F2;
	padding: 7px;
	padding-bottom: 17px;
}
.npic {
	float: right; 
	margin-left: 10px;
	margin-bottom: 10px;
}
/* forms */

.form1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #116C7A;
	font-weight: bold;
	background: #FFF0D3;
	border: #0E5E6B 1px solid;
	padding: 1px;
	width: 150px; 
}
.form2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #116C7A;
	font-weight: bold;
	background: #FFF0D3;
	border: #0E5E6B 1px solid;
	padding: 2px;
	width: 143px; 
	margin-top: 5px;
	margin-bottom: 5px;
}
.form2a {
	font-family: Arial, Helvetica, sans-serif;
	color: #116C7A;
	font-weight: bold;
	background: #FFF0D3;
	border: #0E5E6B 1px solid;
	padding: 2px;
	width: 143px; 
	margin-top: 43px;
	margin-bottom: 5px;
}
.form3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #14515A;
	background: #FFF0D3;
	border: #0E5E6B 1px solid;
	padding-left: 2px;
	width: 270px; 
	margin-top: 7px;
	margin-bottom: 5px;
}
.form3a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #14515A;
	background: #FFF0D3;
	border: #0E5E6B 1px solid;
	padding-left: 2px;
	width: 400px; 
	margin-top: 7px;
	margin-bottom: 5px;
}
.but1 {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	background: #14899B url('../images/bg_but1.gif') no-repeat center;
	width: 143px;
	border: #0E5E6B 1px solid;
	margin-top: 7px;
}

/* firemike */
#marql {
	border: 0;
	cursor: pointer;
}

#marqr {
	border: 0;
	cursor: pointer;
}