* {
	margin: 0;
	padding: 0;
}

a{
	outline:none;
}

body {
	background: #0d5082;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666;
}

a, 
a:link, 
a:visited 
{
	xcolor: #eee;
	xfont: bold 11px Arial, Helvetica, sans-serif;
	xtext-decoration: none;
}

a:hover {
	xtext-decoration: underline;
}

a img,
a:link img,
a:visited img {
	border: none;
}

/** clearfix **/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {	
	zoom: 1;
}

* html .clearfix {height: 1%;}

/** header menu **/

#page_wrpr {
	max-width: 886px;
	min-width: 736px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

#header {
	background: url('/images/logo.gif') no-repeat top left;
	height: 90px;
	margin-top: 8px;
	margin-bottom: -8px;
}

* html body #page_wrpr {width:expression((document.documentElement.offsetWidth) > 906 * (parseInt(document.body.currentStyle.fontSize) / parseInt(document.body.currentStyle.fontSize))?  "886px" : ((document.documentElement.offsetWidth) < 761 ? "733px" : "100%")); }

#menu {
	float: left;
	display: inline;
	margin: 52px 0 0 10px;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a,
#menu a:link,
#menu a:visited
{
	height: 30px;
	text-indent: -3000px;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;	
}

#menu a li {
	height: 30px;
}

#menu a.selected {
	background-position: 0px -30px;
}

#menu a:hover{
	background-position: 0px -30px;
}

#menu a.nl,
#menu a.nl:link,
#menu a.nl:visited
{
	background-image: url('/images/ico_nl.gif'); 
	width: 47px;
}

#menu a.en,
#menu a.en:link,
#menu a.en:visited
{
	background-image: url('/images/ico_en.gif'); 
	width: 47px;
}

/** content layout **/

#content_wrpr {
	padding: 8px 8px 0 8px;
	background: #fff;
	position: relative;
}

* html #left_content div,
* html #right_content div, 
* html #right_content #middle_content {
	zoom:1;
}

* html #right_content {
	position: relative;
	zoom:1;
}

* html #right_content #middle_content {
	position: relative; 
	left: 2px;
	zoom:1;
}

/** private content **/

#left_content {
	margin: 0 -150px 0 0; 
	width: 50%; 
	float: left;
}

#left_content div {
	margin: 0 150px 0 0;
}

* html #left_content div {
	margin-right: 148px;
}

#left_content .line {
	height: 4px;
	margin: -5px 8px 5px 8px;
	padding: 0;
}

#left_content .summary {
	background: url('/images/line.gif') repeat-x bottom left;
	margin: 0 10px 10px 10px;
	padding: 60px 10px 13px 10px;
	color: #37a8d3;
}

#left_content ul{
	list-style:none;
	overflow: hidden;
	height: 59px;
	xpadding-top: 10px;
}

#left_content li {
	overflow: hidden;	
	padding: 0 8px 8px 20px;
	width:220px;
	height:55px;
}

#left_content h1 {
	padding: 0;
	color: #28c8e0;
	font-size: 12px;
	background:#f3f4f7;
}

#left_content h1 a,
#left_content h1 a:link,
#left_content h1 a:visited
{
	color: #28c8e0;
	text-decoration: none;
}

#product1 a,
#product1 a:link,
#product1 a:visited,
#product2 a,
#product2 a:link,
#product2 a:visited
{
	color: #666;
	text-decoration: none;
}


#left_content .scroll_wrpr{
	margin: 5px 10px 0 20px;
	overflow: auto;
}

#left_content #priv_scroll_left {
	margin: 0;
	color: #28c8e0;
	font-size: 11px;
	float: left;
}

#left_content #priv_scroll_right {
	color: #28c8e0;
	font-size: 11px;
	float: right;
	margin:0;
}

#left_content #priv_scroll_left a,
#left_content #priv_scroll_left a:link,
#left_content #priv_scroll_left a:visited,
#left_content #priv_scroll_right a,
#left_content #priv_scroll_right a:link,
#left_content #priv_scroll_right a:visited {
	color: #28c8e0;
	text-decoration: none;
	text-transform: lowercase;
}

#left_content #priv_scroll_left a:hover,
#left_content #priv_scroll_right a:hover {
	color: #56e5fa;
}

#left_content #priv_button {
	float: left;
	display: inline;
	margin: 10px 0 0 20px;
	background: url('/images/priv_button_right.gif') right top no-repeat;
}

#left_content #priv_button_wrpr {
	float: left;
	background: url('/images/priv_button_left.gif') left top no-repeat;
	padding: 7px 10px 6px 8px;
	margin: 0;
}

#left_content #priv_button a,
#left_content #priv_button a:link,
#left_content #priv_button a:visited {
	color: #fff;
	text-decoration: none;
	background: url('/images/arrow.gif') left center no-repeat;
	padding-left: 12px;
}

#left_content #priv_button a:hover {
	color: #138dd8;
}

/** content commercial**/

#right_content {
	margin: 0 0 0 -150px; 
	width: 50%; 
	float: right; 
	min-height: 372px;
}

#right_content div {
	margin: 0 0 0 150px; 
}

#right_content .summary {
	background: url('/images/line.gif') repeat-x bottom left;
	margin: 0 10px 10px 10px;
	padding: 60px 20px 13px 10px;
	color: #37a8d3;
}

#right_content ul{
	list-style:none;
	overflow: hidden;
	height: 60px;
}

#right_content li{
	overflow:hidden;
	padding: 0 20px 8px 20px;
	width:220px;
	height:55px;
}


#right_content h1 {
	padding: 0;
	color: #1f34cf;
	font-size: 12px;
	background:#f3f4f7;
}

#right_content h1 a,
#right_content h1 a:link,
#right_content h1 a:visited
{
	color: #1f34cf;
	text-decoration: none;
}

#right_content .scroll_wrpr {
	margin: 5px 10px 0 20px;
	overflow: auto;
}

#right_content #com_scroll_left {
	margin: 0;
	color: #1f34cf;
	font-size: 11px;
	float: left;
}

#right_content #com_scroll_right {
	color: #1f34cf;
	font-size: 11px;
	float: right;
	margin:0;
}

#right_content #com_scroll_left a,
#right_content #com_scroll_left a:link,
#right_content #com_scroll_left a:visited,
#right_content #com_scroll_right a,
#right_content #com_scroll_right a:visited,
#right_content #com_scroll_right a:visited {
	color: #1f34cf;
	text-decoration: none;
	text-transform: lowercase;
}

#right_content #com_scroll_left a:hover,
#right_content #com_scroll_right a:hover {
	color: #5b6cf4;
}

#right_content #com_button {
	float: left;
	display: inline;
	margin: 10px 0 0 20px;
	background: url('/images/com_button_right.gif') right top no-repeat;
}

#right_content #com_button_wrpr {
	float: left;
	background: url('/images/com_button_left.gif') left top no-repeat;
	padding: 7px 10px 6px 8px;
	margin: 0;
}

#right_content #com_button a,
#right_content #com_button a:link,
#right_content #com_button a:visited {
	color: #fff;
	text-decoration: none;
	background: url('/images/arrow.gif') left center no-repeat;
	padding-left: 12px;
}

#right_content #com_button a:hover {
	color: #9ee6fe;
}

/** content middle **/

#right_content #middle_content {
	width: 300px;
	float: left;
	margin: 0 0 0 -150px;
}

#right_content #middle_content .middle_img {
	margin: 0;
	padding-right: 7px;
}

#right_content #middle_content .jMyCarousel {
	width: 300px;
	margin:0;
	background:url('/images/partners_bg.gif') repeat-x;
}

#right_content #middle_content .jMyCarousel li {
	padding: 0 5px 0 5px;
	width:auto;
}

#right_content #middle_content .middle_text {
	margin: 0;
	padding: 0 15px 0 15px;
}

#right_content #middle_content .middle_text h1 {
	padding-top: 8px;
	color: #37a8d3;
	font-size: 12px;
	background:none;
}

#right_content #middle_content .middle_text h1 a,
#right_content #middle_content .middle_text h1 a:link,
#right_content #middle_content .middle_text h1 a:visited
{
	color: #37a8d3;
}

#right_content #middle_content .middle_text p {
	overflow: hidden;
	height: 45px;
}

#right_content #middle_content .middle_text a,
#right_content #middle_content .middle_text a:link,
#right_content #middle_content .middle_text a:visited {
	color: #666;
	text-decoration: none;
}

#right_content #middle_content .middle_text a:hover {
	color: #ccc;
}

#right_content #middle_content .middle_text .date {
	font-weight: normal;
	color: #37a8d3;
	font-size: 12px;
}

/** content bottom **/

#bottom_content {
	padding: 0 10px;
	height: 40px; 
	color: #1575a4;
	background: #fff;
	font-size: 11px;
	padding-top: 20px;
}

#bottom_content p {
	padding-left: 10px;
}

/** footer **/

#footer {
	background: url('/images/footer_bg.gif') repeat-x top left; 
	height: 81px;
	margin-top: 3px;
	padding: 8px 10px 0 10px;
}

#footer_menu {
	padding: 0 0 10px 10px;
}

#footer_menu a,
#footer_menu a:link,
#footer_menu a:visited {
	color: #cae7f0;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	text-transform: lowercase;
}

#footer_menu a:hover {
	color: #28c8e0;
}

#footer_menu ul {
	list-style: none;
}

#footer_menu li {
	float: left;
	background: url('/images/stripe.gif') no-repeat center left;
	padding-left: 7px;
	padding-right: 7px
}

#footer_menu .first {
	background: none;
	padding-right: 7px;
	padding-left: 0px;
}

#footer_text {
	padding: 0 0 2px 10px;
	color: #68c9e8;
	font-size: 10px;
	text-decoration: none;
	width: 738px;
}

#spin {
	right: 0;
	position: absolute;
}

#content-footer {
	height: 55px;
	position: relative;
	margin: 20px 0 10px 0;
}

#sub-menu-wrpr {
	padding-top: 70px;
	min-height: 167px;
	height: auto !important;
	height: 167px;
}

#contactForm {
	width: 355px;
	margin: 10px 0;
	position: relative;
}

#private-overlay {
	position: absolute;
	z-index: 100;
	left: 20px;
	top: 155px;
	width: 28%;
	height: 65px;
}

* html #private-overlay {
	width: 90%;
}

#commercial-overlay {
	position: absolute;
	z-index: 100;
	right: 20px;
	top: 155px;
	width: 28%;
	height: 65px;
}

* html #commercial-overlay {
	width: 90%;
}