@charset "UTF-8";
/* CSS Document */

html, body{
	background: #000;
	color: #849ca2;
	font-family: "Helvetiva Neue", Arial, Verdana, sans-serif;
	font-size: 12px;
	
	margin: 0;
	padding: 0;
}

a{
	outline: 0;
}

p a,
#content .right a{
	border-bottom: 1px dotted #00a0c6;
	color: #00a0c6;
	text-decoration: none;
}

p a:hover{
	border-bottom-style: solid;
}

.green p a,
.green #content .right a{
	color: #73be1e;
	border-bottom-color: #73be1e;
}

.pink p a,
.pink #content .right a{
	color: #811788;
	border-bottom-color: #811788;
}

.orange p a,
.orange #content .right a{
	color: #f39a0e;
	border-bottom-color: #f39a0e;
}

a img{
	border: 0;
}

h1, h2, h3, h4, h5, h6, p{
	margin-top: 0;
}

h1{
	font-size: 18px;
	font-weight: bold;
}

#content .right h2{
	font-size: 15px;
	font-weight: bold;
}

.blue #content .right h2{
	color: #00a0c6;
}

.green #content .right h2{
	color: #73be1e;
}

.pink #content .right h2{
	color: #811788;
}

.orange #content .right h2{
	color: #f39a0e;
}

h3{
	background: url("../images/content_arrow_h3.png") no-repeat 0 4px;
	color: #00a0c6;
	font-size: 12px;
	font-weight: bold;
	
	position: relative;
	left: -4px;
	margin-bottom: 0;
	padding-left: 4px;
}

blockquote{
	font-size: 11px;
	font-style: italic;
	margin: 12px 0 12px 20px;
}

#main{
	margin: 25px auto 0 auto;
	_margin-top: 10px;
	width: 660px;
}

#top{
	
}

#top #logo{
	float: left;
}

#top #topmenu{
	float: right;
}

#top #topmenu ul{
	list-style-type: none;
	float: right;
	margin: 0;
	padding: 0;
}

#top #topmenu ul#topmenu1{
	margin-top: 19px;
}

#top #topmenu ul#topmenu2{
	clear: right;
	margin-top: 2px;
	_width: 388px;
}

#top #topmenu ul li{
	background: url("../images/menu_arrow.png") no-repeat 0 5px;
	color: #fff;
	font-size: 11.55px;
	font-weight: bold;
	float: left;
	margin: 0 0 0 3px;
	padding: 0 0 0 9px;
}

#top #topmenu ul li a{
	color: #fff;
	font-size: 11.55px;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

#top #topmenu ul li.lang a{
	color: #849ca2 !important;
}

#top #topmenu ul li a.active,
#top #topmenu ul li a:hover,
#top #topmenu ul#topmenu1 li a{
	color: #00a0c6;
}

#top #topmenu ul#topmenu1 li a:hover{
	color: #fff;
}

#header{
	margin: 10px 0;
	height: 179px;
	overflow: hidden;
}

.black #header{
	border-top: 1px solid #00a0c6;
}

#header img{
	position: absolute;
}

#mainmenu{
	
}

#mainmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#mainmenu ul li{
	margin: 0 0 2px 0;
	padding: 0;
	_height: 1px;
}

#mainmenu ul li a{
	background-repeat: repeat-y !important;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	
	display: block;
	padding: 6px 5px;
	
	_width: 650px;
}

#mainmenu ul li a:hover{
	color: #000;
	text-decoration: none;
}

#mainmenu ul li a.blue:hover,
.blue #mainmenu ul li a.blue{
	background-image: url("../images/mainmenu_blue.png");
}

#mainmenu ul li a.green:hover,
.green #mainmenu ul li a.green{
	background-image: url("../images/mainmenu_green.png");
}

#mainmenu ul li a.pink:hover,
.pink #mainmenu ul li a.pink{
	background-image: url("../images/mainmenu_pink.png");
}

#mainmenu ul li a.orange:hover,
.orange #mainmenu ul li a.orange{
	background-image: url("../images/mainmenu_orange.png");
}

.blue #mainmenu ul li a.blue,
.green #mainmenu ul li a.green,
.pink #mainmenu ul li a.pink,
.orange #mainmenu ul li a.orange{
	color: #000;
}

#mainmenu ul li a{
	background-image: url("../images/mainmenu_blue.png");
}

.white #mainmenu ul li a:hover,
.black #mainmenu ul li a:hover{
	background: url("../images/mainmenu_over.png");
}

.blue #mainmenu ul li a,
.green #mainmenu ul li a,
.orange #mainmenu ul li a,
.pink #mainmenu ul li a{
	background-image: none;
}

#content{
	background: #fff;
	color: #000;
	margin: 10px 0;
	padding: 20px;
	position: relative;
	width: 620px;
}

.black #content{
	/*color: #849ca2;*/
	/*color: #acc0c7;*/
	color: #fff;
	width: 660px;
	margin: 40px 0;
}

.black #content{
	background: none;
	padding: 0;
}

#content .left{
	ffont-size: 20px;
	ffont-weight: bold;
	float: left;
	width: 210px;
}

.black #content .left h1{
	color: #fff; /* 849ca2 */
}

.black #content .left p{
	font-weight: bold;
}

#content .left h1,
.blue #content .left{
	color: #00a0c6;
}

.green #content .left h1,
.green #content .left{
	color: #73be1e;
}

.pink #content .left h1,
.pink #content .left{
	color: #811788 !important;
}

.orange #content .left h1,
.orange #content .left{
	color: #f39a0e !important;
}

.black .left{
	width: 230px;
}

#content .right{
	font-size: 13px;
	line-height: 18px;
	
	float: left;
	margin-left: 40px;
	width: 370px;
}

.black #content .right{
	width: 410px; /* 390 */
}
/*
#content.Content .left ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content.Content .left ul li{
	margin: 0;
	padding: 0;
}

#content.Content .left ul li a{
	color: #00a0c6;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
	
	display: block;
}

#content.Content .left ul li a.active,
#content.Content .left ul li a:hover{
	background: url("../images/left_arrow.png") no-repeat 0 5px;
	color: #000;
	text-decoration: none;
	
	padding-left: 7px;
}
*/

.pink #content .left a{
	border-bottom: 1px dotted #811788;
	color: #811788;
	text-decoration: none;
}

#content .left ul{
	border-top-color: #3dadc5;
	border-top-width: 1px;
	border-top-style: dotted;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#content .left  ul li{
	border-bottom-color: #3dadc5;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	line-height: 12px;
	list-style-type: none;
	margin: 0;
	padding: 6px 0;
}

#content .left ul li a{
	border: 0 !important;
	color: #00a0c6;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

#content .left ul li a.active,
#content .left ul li a:hover{
	color: #77c0c9; /*91cbcc , 77c0c9*/
	text-decoration: none;
}

.pink #content .left ul{
	border-top-color: #c96bbe;
}

.pink #content .left ul li{
	border-bottom-color: #c96bbe;
}

.pink #content .left ul li a{
	color: #811788;
}

.pink #content .left ul li a.active,
.pink #content .left ul li a:hover{
	color: #c96bbe;
}
/*
.pink #content.Main .left ul{
	border-top: 1px dotted #c96bbe;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.pink #content.Main .left ul li{
	border-bottom: 1px dotted #c96bbe;
	line-height: 12px;
	margin: 0;
	padding: 6px 0;
}

.pink #content.Main .left ul li a{
	color: #811788;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.pink #content.Main .left ul li a.active,
.pink #content.Main .left ul li a:hover{
	color: #c96bbe;
	text-decoration: none;
}
*/
#content .right ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.black #content .right ul{
	/*list-style-image: url("../images/content_arrow_grey.png");*/
}

#content .right ul li{
	color: #00a0c6;
	font-weight: bold;
	
	margin: 0 0 15px 0;
	padding: 0;
}

#content .right ul.nospacing li{
	margin: 0;
}

#content .right ul li ul{
	list-style-image: url("../images/bullet.png");
	padding: 0 0 0 14px;
}

#content .right ul li ul li{
	color: #000 !important;
	font-weight: normal;
	margin: 5px 0 0 0;
}

.black #content .right ul li{
	color: #fff !important;
	font-weight: normal;
}

/*
.white #content .right ul li{
	color: #000;
	font-weight: normal;
	list-style-image: url("../images/content_arrow_black.png");
}
*/
.green #content .right ul li{
	color: #73be1e;
}

.pink #content .right ul li{
	color: #811788;
}

.orange #conent .right ul li{
	color: #f39a0e;
}

/* Forms */
.form_item{
	clear: both;
	padding-top: 10px;
}

.form_item:first-child{
	padding: 0;
}

.form_item label{
	display: block;
	float: left;
	width: 110px;
}

.form_item input, .form_item textarea{
	border: 1px solid #ccc;
	
	display: block;
	float: left;
	width: 254px;
}

.form_control{
	text-align: center;
	
	clear: both;
	padding: 20px 0 0 110px;
}

/*
.form_item{
	float: left;
	width: 180px;
}

label{
	display: block;
}

input{
	border: 1px solid #ccc;
	display: block;
}
*/

.clear{
	clear: both;
}

.eficient{
	/*color: #06c;*/
	font-weight: bold;
}

.print{
	/*color: #9cf;*/
	font-weight: bold;
}

.large{
	font-size: 17px;
	line-height: 20px;
}

.noborder{
	border: 0 !important;
}


p.blue,
span.blue{
	color: #00a0c6;
}

div.next{
	position: absolute;
	bottom: 0;
	right: 20px;
}

div.next a{
	border-bottom: 1px dotted transparent;
}

div.next a:hover{
	border-bottom-color: #3dadc5
}

div.next img{
	margin-left: 3px;
}


#footer{
	border-top: 1px solid #00a0c6;
	color: #fff;
	font-size: 9.5px;
	
	margin: 11px 0 20px 0;
	padding-top: 2px;
}

.green #footer{
	border-top-color: #73be1e;
}

.pink #footer{
	border-top-color: #811788;
}

.orange #footer{
	border-top-color: #f39a0e;
}

#footer a{
	color: #fff;
	text-decoration: none;
}

#footer a:hover{
	color: #00a0c6;
	text-decoration: none;
}

.green #footer a:hover{
	color: #73be1e;
}

.pink #footer a:hover{
	color: #811788;
}

.orange #footer a:hover{
	color: #f39a0e;
}

.blue .highlight{
	color: #00a0c6;
}

.green .highlight{
	color: #73be1e;
}

.pink .highlight{
	color: #811788;
}

.orange .highlight{
	color: #f39a0e;
}


.bold{
	font-weight: bold;
}





