﻿* html
{
	overflow:auto;
	/*overflow-x: hidden;*/
	
}
* html body
{
	height: 100%;
	overflow: auto;
}

body
{
	margin: 0px; /*background-color: #00395f;*/
	background-color: #004b73;
	font-size: 0.7em;
	font-family: Arial, Tahoma, Verdana, MS Sans Serif, Helvatica;
}

#container
{
	position: relative;
	width: 800px;
	margin: 0px auto;
}

/*------------------------------ header ------------------------------*/

#logo
{
	width: 100%;
	height: 50px;
	background-color: #004b73;
	overflow: hidden;
}

#language
{
	float: right;
	padding: 3px 5px 0px 0px;
}

/*------------------------------ body ------------------------------*/

#body
{
	background-image: url('../img/body_bg.gif');
	background-position: left top;
	background-repeat: repeat-y;
}


#bx_flash
{
	float: left;
	width: 234px;
	background-color: #000;
	min-height: 500px;
	overflow: hidden;
}

#bx_content
{
	float: right;
	width: 566px;
}

/*------------------------------ home page ------------------------------*/

#bx_content_intro_email
{
	background-color: #004b73;
}
#bx_content_intro
{
	float: left;
	width: 340px;
	color: #FFF;
	padding: 15px;
}
#bx_content_email
{
	float: right;
	width: 196px;
	background-color: #001b2d;
}
#bx_content_email #text_section
{
	padding: 5px 2px 5px 10px;
}
#bx_content_email p
{
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	color: #FFF;
}
#bx_content_email #form_section
{
	padding: 2px;
	text-align: right;
}
#bx_content_email .button
{
	width: 61px;
	height: 24px;
	background-image: url('../img/email_subscribe_button.gif');
	background-position: center center;
	border: 0px;
	color: #FFF;
	font-size: 80%;
	font-weight: bold;
}
#bx_content_newproduct_newsupdate
{
	background-color: #FFF;
	padding-bottom: 20px;
}
#bx_content_newproduct
{
	float: left;
	width: 370px;
}
#bx_content_newproduct .headerbar h3
{
	padding: 10px 5px 10px 15px;
}
#bx_content_newproduct_frame
{
	background-image: url(../img/newproduct_frame.gif);
	background-position: center top;
	background-repeat: no-repeat;
	width: 158px;
	height: 110px;
	padding: 20px 5px 20px 180px;
	margin: 10px 10px 0px 15px;
	color: #00253b;
}
#bx_content_newsupdate
{
	float: right;
	width: 196px;
}
#bx_content_newsupdate .headerbar h3
{
	padding: 10px 5px 10px 5px;
}
#news_list
{
}
#news_list ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#news_list li
{
	padding: 10px 2px 10px 5px;
}
#news_list a:link, #news_list a:visited
{
	text-decoration: none;
	color: #004b73;
}
#news_list a:hover, #news_list a:active
{
	text-decoration: underline;
}



.headerbar
{
	height: 35px;
	background-image: url('../img/content_header.gif');
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
.clearFloat
{
	clear: both;
	height: 0px;
}

h2
{
	padding: 0px;
	margin: 0px;
	color: #38c7f3;
	font-size: 115%;
	font-weight: bold;
}

h3
{
	padding: 0px;
	margin: 0px;
	display: block;
	color: #004b73;
	font-size: 110%;
	font-weight: bold;
}


#footer
{
	clear: both;
	padding-top: 20px;
	background-color: #FFF;
	color: #555;
	font-size: 95%;
	padding-bottom: 20px;
}

#privacy
{
	padding-left: 20px;
	padding-bottom: 5px;
}

#privacy a:link, #privacy a:visited
{
	color: #555;
	text-decoration: none;
}
#privacy a:hover, #privacy a:active
{
	text-decoration: underline;
}

#copyright
{
	border-top: solid 2px #004b73;
	margin: 0px auto;
	width: 100%;
	text-align: center;
	padding-top: 5px;
}
#copyright a, #copyrigh a:visited {color:#000; text-decoration:none;}
#copyright a:hover, #copyright a:active  {text-decoration:underline; }

.heightligh
{
	font-weight: bold;
	font-size: 120%;
}

.heightligh_color
{
	color: #38c7f3;
	font-size: 130%;
}

.more
{
	text-align: right;
	padding-right: 10px;
}

/*------------------------------CONTENT PAGES------------------------------*/
#title_section
{
	padding: 10px 0px 0px 20px;
}
#content_section
{
	padding: 10px 20px 50px 20px;
	font-size: 100%;
}

.imgBorder
{
	border:#66a9cd solid 1px;
}

table.silent th
{
	border-top:#66a9cd solid 2px;
	border-bottom:#66a9cd solid 2px;
	background:#AAD2DD;
	font-weight:bold;
	padding:3px;
}
table.silent td
{
	border-bottom:#66a9cd solid 1px;
	padding:3px;
	text-align:center;
}
table.silent td#prodcts
{
	border-bottom:#66a9cd solid 1px;
	padding:3px;
	text-align:left;
}

table.silent span
{
	color:#000066;
	font-weight:bold;
	
}

.header-products
{
	color:#00527f;
	font-weight:bold;
}

div#line
{
	border-top: #004b73 dotted 1px;
	margin:10px 0px;
}

table.product th
{
	background:#06225b;
	padding:3px;
	border-bottom:#000 solid 2px;
	border-top:#000 solid 2px;
	color:#FFF;
}

table.product td#section1
{
	background:#b5d2db;
	padding:3px;
	border-bottom:#57849d solid 1px;
	text-align:center;
}
table.product td#section2
{
	background:#c4dfe4;
	padding:3px;
	border-bottom:#57849d solid 1px;
	text-align:center;
}
table.product td#section3
{
	background:#d9eff2;
	padding:3px;
	border-bottom:#57849d solid 1px;
	text-align:center;
}
table.product th,td.rightBorder
{
border-right:#57849d solid 1px;
}
table.product td.secondrow { background:#34697a; color:#CCC; font-weight:bold; text-align:center; padding:5px 0px; 
border-right:#57849d solid 1px; }

#contactus { padding:10px; border-bottom:#004b73 solid 2px; }
#contactus a, a:visited {color:#510310; text-decoration:none; }
#contactus a:hover, a:active { text-decoration:underline; }
#contactus p.title { color:#598e9f; font-weight:bold; margin:0px;}

#contactusoff { padding:10px; }
#contactusoff a, a:visited {color:#510310; text-decoration:none; }
#contactusoff a:hover, a:active { text-decoration:underline; }
#contactusoff p.title { color:#598e9f; font-weight:bold; margin:0px;}
