.visible {
	display:block;
}
.hidden {
	display:none;
}

body{
	background:url(../images/bg.png) repeat-x left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	border:0;
}
p{
	margin-bottom:15px;
}
a{
	text-decoration:none;
	color:#333333;
}

a:hover{
	text-decoration:underline;
}


input, textarea, select{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}


h2{
	font-size:15px;
	font-family:Trebuchet MS,Arial,Verdana;
	padding-bottom:5px;
	font-weight:bold;
	font-style:italic;
	letter-spacing:0;
	color:#fff;
	color:#99CC00;
}

.smalltitle{
	color:#3A4162;
}


.left { float:left}
.right {float:right}
/*--- start common ---*/
#wraper{
	float:left;
	width:100%;
	height:110px;
	height:auto !important;
	background:url(../images/header.jpg) no-repeat center 0px;
}
#header,#content,#footer{
	width:860px;
	margin:0px auto;
}

strong{
	font-weight:bold;
}
.clear{
	clear:both;
}
.button{
	border:none;
	background:none;
	cursor:pointer;
}
.button.empty{
	overflow:hidden;
	text-indent:-9999px;
}
.input input{
	float:left;
	width:92%;
	margin-top:5px;
	margin-left:4px;
	border:none;
	background:none;
	color:#D8DCE0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	font-style:italic;
	padding-left:3px;
}
/*--- end common ---*/


/*--- start buttons ---*/
.button.readmore{
	float:left;
	width:106px;
	height:19px;
	background:url(../images/read_more.png) no-repeat 0px 0px;
}
.button.readmore:hover{
	background:url(../images/read_more.png) no-repeat -106px 0px;
}
/*--- end buttons ---*/

/* -- start header -- */
#header{
	height:140px;
	position:relative;
}
#header #logo {
	float:left;
	height:90px;
	width:218px;
	left:0px;
	position:absolute;
	top:6px;
}



#header #logo a {
	float:left;
	overflow:hidden;
	text-indent:-9999px;
	width:100%;
	
}

#header #menu{
	float:left;
	position:absolute;
	top:115px;
	width:100%;
}
#header #menu ul{
	float:left;
}
#header #menu li{
	float:left;
}
#header #menu li a{
	float:left;
	height:25px;
	text-transform:uppercase;
	margin:0 11px;
	padding-top:6px;
	color:#333;
	
}
#header #menu li a:hover{
	text-decoration:none;
	border-top:#999999 2px solid;
	padding-top:4px;
}

#header #menu li #active{
	text-decoration:none;
	border-top:#FF0000 2px solid;
	padding-top:4px;
}


/* -- end header -- */

#content{
	width:870px;
	padding-right:5px;
}


.main_text a{
	/* text-decoration:underline; */
}
.main_text{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	float:right;
	width:470px;
	font-size: 8.5pt;
	margin-top:40px;
	line-height:150%;
	min-height:350px !important;
}
.sidebar{
	float:left;
	width:350px;
	margin-top:5px;
}

.main_image{
	background:url(../images/img_bg.png) 50% 50%;
	padding:23px;
}

.main_text h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#3A4162;
	margin:15px 0;
}

.h_line{
	border-top:1px solid #D2D8C6;
	width:100%;
	height:3px;
	display:block;
	line-height:6px;
}

.textcell{
	padding-left:10px;
	padding-bottom:20px;
	vertical-align:top;
}

.logocell{
	padding-bottom:15px;
}

/* -- start footer -- */
#footer{
	border-top:1px solid #D2D8C6;
	width:860px;
	margin-top:40px;
	height:105px;
}

#footer .title{
	font-size:12px;
	color:#333333;
	width:100%;
	margin-bottom:0px;
	display:block;
	margin-top:15px;
}

#footer #slice1{
	width:290px;
	margin-left:20px;
	float:left;	
	margin-top:15px;
}

#footer #slice1 .split{
	width:45%;
	margin-right:10px;
	float:left;	
}

#footer #slice_contact{
	margin-right:20px;
	float:right;
	width:auto;	
	width:175px;
	margin-top:15px;
}

#footer #disclaimer{
	width:175px;
	margin-top:15px;
	margin-left:100px;
	float:left;
}

#footer {
	font-size:10px;
	}
/* -- stop footer -- */


/*start form */

#contact label {
	float:left;
	width:80px;
	text-align:right;
	padding-right:20px;
	padding-left:5px;
	padding-top:2px;
	margin-bottom:15px;
}

#contact .input {
	width:200px;
	font-size:12px;
	color:#333333;
	padding:3px 2px;
	margin-bottom:15px;
	background:url(../images/gradback.png) repeat-x #F0F1F5;
	border:#D2D8C6 solid 1px;
	
}

.inputRed{
	border:#FF0000 solid 1px;
	width:200px;
	font-size:12px;
	color:#333333;
	padding:3px 2px;
	margin-bottom:15px;
	background:url(../images/gradback.png) repeat-x #F0F1F5;
	
}

#contact .input:focus{
	border: #999999 solid 1px;
	

} 

#contact .textarea {
	border:#D2D8C6 solid 1px;
	font-size:12px;
	height:90px;
	padding:2px;
	color:#333333;
	overflow:auto;
	width:200px;
	background:url(../images/gradback.png) repeat-x #F0F1F5;
}

#contact .textarea:focus{
	border: #999999 solid 1px;
	
}

#contact .contactSend{
	background:url(../images/submit.png);
	width:83px;
	height:28px;
	float:left;
	margin-left:105px;
	margin-top:10px;
	color:#FFFFFF;
	border:none;
}

#contact .contactSend:hover{
	background:url(../images/submit.png) 0px 28px;
}

.fancylink:link, .fancylink:visited{
	background:url(../images/submit.png);
	width:78px;
	height:28px;
	float:left;
	color:#FFFFFF;
	border:none;
	text-decoration:none;
	line-height:28px;
	padding-left:5px;
}

.fancylink:hover{
	background:url(../images/submit.png) 0px 28px;
}




/*end form */

/*lang additions*/

#langs{
	width:860px;
	margin:0px auto;
	text-align:right;
	padding-right:25px;
	margin-top:40px;
}

#langs a{
	text-decoration:none;
	
	color:#999999;
	font-size:12px;
	margin-left:10px;
	margin-top:40px;
}

#langs #lactive{
	color:#3A4162;
	border-bottom:1px solid #FF0000;
}

#footer{
	margin-top:5px;
}