@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #616e79;
	background: #E2F1F8 url(../img/bg.gif) repeat-x center top;
	font-size: 11px;
}


/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
} 
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* end of clearfix */

.page {
	background: url(../img/top.gif) no-repeat center top;
}
.container {
	width: 910px;
	margin: auto;
}

.leftCol {
	width: 560px;
	float: left;
	margin-right: 25px;
}
.rightCol {
	float: right;
	width: 258px;
	margin-left: 30px;
}

a {
	color: #ff9c00;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: 0;
}

p {
	margin-bottom: 15px;
	line-height: 16px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 14px;
}


h6 {
	font-size: 11px;
}
strong {
	font-weight: normal
}
strong.real {
	font-weight: bold;
}
/* animations etc */
#animation {
	height: 390px;
}
#animation_program {
	height: 240px;
}

.head {
	position: relative;
	height: 300px;
}
.hp_head {
	height: 420px;
}
.body {
	padding-bottom: 40px;
	margin: 0 14px;
}
.foot {
	background: url(../img/border.gif) repeat-x 0 0;
	padding: 7px 0;
	color: #acc3ce;
	text-align: right;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
}
.logo a {
	text-indent: -999em;
	outline: 0;
	width: 320px;
	height: 133px;
	position: absolute;
	top: 11px;
	left: 0;
}

/* content sections */
.section_hd { 
	background: url(../img/border.gif) repeat-x 0 bottom;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.section_bd {
	text-align: justify;
}
.section_bd p, .section_bd ul {
}
.section_bd ul {
	
}

.rightCol .section_bd p, .rightCol .section_bd ul {
	margin: 0 20px 12px;
}

/* menu */

.menu {
	position: absolute;
	right: 30px;
	top: 77px;
	height: 40px;

}
.menu li {
	display: block;
	float: left;
	height: 40px;
	margin: 0 3px;
}
.menu li.divider {
	background: url(../img/divider.gif) no-repeat 0 center;
	width: 1px;
}

.menu li a {
	display: block;
	float: left;
	text-indent: -999em;
	outline: 0;
	height: 40px;
	width: 100px;
	background: url(../img/menu.gif) no-repeat 0 0;
}
.menu .item1 {
	width: 68px;
}
.menu .selected .item1 {
	background-position: 0 -40px;
}
.menu .item2 {
	width: 123px;
	background-position: -68px 0;
}
.menu .selected .item2 {
	background-position: -68px -40px;
}
.menu .item3 {
	width: 105px;
	background-position: -199px 0;
}
.menu .selected .item3 {
	background-position: -199px -40px;
}
.menu .item4 {
	width: 85px;
	background-position: -315px 0;
}
.menu .selected .item4 {
	background-position: -315px -40px;
}
.menu .item5 {
	width: 75px;
	background-position: -413px 0;
}
.menu .selected .item5 {
	background-position: -413px -40px;
}

.square {
	list-style: none;
}
.square li {
	padding-left: 25px;
	margin-bottom: 15px;
	background: url(../img/bullets.gif) no-repeat 0 0;
}


.btm30 {
	margin-bottom: 30px;
}



.box_about {
	background: url(../img/box_blue.gif) no-repeat 0 0;
	width: 258px;
	color: #61788d;
	height: 166px;
}
.box_about .section_hd {
	background: none;
	color: #668097;
	font-size: 18px;
	padding: 15px 19px 3px;
}




.box_screen {
	background: url(../img/box_screen.gif) no-repeat 0 0;
	width: 258px;
	color: #61788d;
	height: 590px;
}
.box_screen .section_hd {
	background: none;
	color: #668097;
	font-size: 18px;
	padding: 15px 19px 3px;
}
.box_screen .section_bd {
}
.box_screen .section_bd img {
	display: block;
	background:#fff;
	padding: 4px;
	margin-bottom: 8px;
}



.box_download {
	background: url(../img/box_download.gif) no-repeat 0 0;
	width: 258px;
	height: 136px;
}
.box_download .section_hd {
	background: none;
	color: #668097;
	font-size: 18px;
	padding: 15px 19px 3px;
}
.box_download .section_bd a {
	text-indent: -999em;
	outline: 0;
	display: block;
	height: 70px;	
}




.forms {
	list-style: none;
}
.forms li {
	background: url(../img/list_divider.gif) repeat-x 0 bottom;
	height: 50px;
}
.forms li.last {
	background: none;
}
.forms .el {
	display: block;
	float: left;
	line-height: 44px;
}
.forms .label {
	font-weight: bold;
	font-size: 16px;
	width: 100px;
	text-indent: 15px;
}
.forms .download_form {
	background: url(../img/btn_download_form.gif) no-repeat 0 0;
	width: 197px;
	text-indent: -999em;
	outline: 0;
	margin-top: 5px;
}
.forms .download_instr {
	background: url(../img/btn_download_instr.gif) no-repeat 0 0;
	width: 259px;
	text-indent: -999em;
	outline: 0;
	margin-top: 5px;
}

.c {
	text-align: center;
}

.form .form_elem {
	margin-bottom: 15px;
	clear: left;
}
.form .form_elem_submit {
	text-align: center;
	padding-top: 20px;
	margin-left: 90px;
}
.form .label {
	width: 90px;
	_width: 85px;
	display: block;
	float: left;
	line-height: 24px;
}
.form .text, .form textarea, .form .selected {
	background: url(../img/form_bg.gif) no-repeat 0 0;
	border: 0;
	font-size: 11px;
	color: #616e79;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.form textarea {
	height: 123px;
	padding: 6px;
	width: 458px;
	overflow: auto
}
.form .radio {
	margin-right: 2px;
	vertical-align: -2px;
}
.form .text {
	height: 18px;
	padding: 3px 6px;
	background-position: 0 -135px;
	width: 458px;
}
.form .text_short {
	background-position: 0 -160px;
	width: 210px;
}
.form .selection {
	float: left;
	width: 222px;
	position: relative;
	_margin-left: 3px;
}
.form .selected {
	background-position: 0 -185px;
	height: 16px;
	padding: 4px 6px;
	cursor: pointer;
}
.form .dropdown .options {
	display: none;
	background: url(../img/form_bg.gif) no-repeat 0 -212px;
	height: 180px;
	position: absolute;
	top: 20px;
	z-index: 20;
	width: 222px;
	overflow: hidden;
}
.form .dropdown .scrollbox {
	height: 175px;
	overflow: hidden;
	position: relative
}
.form .semiopen .options {
	display: block;
	visibility: hidden;
}
.form .open .options {
	display: block;
}
.form .dropdown .options ul {
	list-style: none;
}
.form .dropdown .options a {
	display: block;
	width: 212px;
	margin: 0 1px;
	outline: 0;
	color: #616e79;
	padding: 2px 4px;
}
.form .dropdown .slider a {
	width: 187px;
}
.form .dropdown .options a:hover {
	background: #E4F2F9;
	text-decoration: none;
}
.form .dropdown .options a.active {
	font-weight: bold;
}
.form .scrollbar {
	position: absolute;
	right: 1px;
	top: 0px;
	z-index: 30;
	height: 175px;
}
.form .scrolltrack {
	height: 175px;
	background: #fff url(../img/scrolltrack.gif) no-repeat center center;
	width: 25px;
}
.form .scrolltrack .button {
	height: 15px;
	width: 25px;
	left: 4px;
}

.btn_pay {
	background: url(../img/btn_pay.gif) no-repeat 0 0;
	width: 203px;
	height: 49px;
	text-indent: -999em;
	border: 0;
}
.pay_opt {
	text-indent: -999em;
	background: url(../img/payments.gif) no-repeat 0 0;
	width: 479px;
	height: 106px;
	margin-left: 90px;
	margin-top: 30px;
}

.flash {
	position: absolute;
	top: 113px;
	left: -20px;
}
