@CHARSET "UTF-8"; /*site design common template*/

/*basic elements styles*/
body{
	font-family: Verdana, Tahoma, Arial;
	height: 100%;
	
	font-size: 12px;
	color: #333;
	min-width: 938px;
	padding: 0;
	margin: 0;
}

a{
/*	text-decoration: none;*/
	color: #36b7ef;
}
a:hover, a.active{
/*	text-decoration: underline;*/
	text-decoration: none;
}

h1{
	font-size: 22px;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
	line-height: 22px;
}

h2{
	font-size: 21px;
	margin-right: 25px;
	font-weight: normal;
}

h3{
	font-size: 14px;
	font-weight: normal;
	color: #000;
/*	color: #36b7ef;*/
}

strong{
	font-weight: bold;
}

/*common page layout*/
.basis{
   	display: block;
   	min-height: 100%;
   	width: 100%;
   	position: absolute;
   	top: 0px;
   	left: 0px;
   	z-index: 1;

   	/*background-color: transparent;*/
   	background: url("../images/content_bg.png") top center repeat-x;
}
.main{
	background: url("../images/content_main_bg.png") top center repeat-x;
}

.header{
	width: 100%;/*required for side block*/
	position: absolute;/*required for side block*/
   	top: 0px;/*required for side block*/
   	left: 0px;/*required for side block*/
   	z-index: 2;/*required for side block*/
}
.header .inside{
	display: table-cell;
	width: 938px;
}
.header .main{
	background: url("../images/main_top_background.jpg") top left no-repeat;
   	height: 402px;
}
.header .catalog{
	margin-top: 90px;
	padding-top: 20px;
}
.header .catalog ul{
	margin-right: /*145*/0px;
	margin-top: 0;
	float: left;
}
.header .catalog ul li{
	list-style-position: outside;
	width: 200px;
	border: none;
	display: block;
	float: none;
	text-align: left;
	text-transform: uppercase;
	background: none;
	height: 20px;
	margin: 5px 0 5px 0;
}
.header .catalog ul li:hover, .header .catalog ul li.active{
	background: url("/images/content_menu_hover.png") center left no-repeat;
}
.header .catalog ul li a{
	line-height: 18px;
	padding-left: 15px;
/*	display: block;*/
}
.header .catalog ul li.foo a{
	background: url("/images/marker_list_foo.png") center left no-repeat;	
}
.header .catalog ul li.bar a{
	background: url("/images/marker_list_bar.png") center left no-repeat;
}
.header .catalog ul.last{
	margin-right: 0;
}
/*
.header .infopage{
	width: 938px;
   	height: 138px;
}
.header .infopage div{
	margin-top: 55px;
}*/

.header ul{
	font-family: Arial;
	display: inline; /*IE6 double margins in floating fix */
	margin: 35px 0 0 0;
	float: right;
}
.header ul li{
	display: inline;
	float: left;
	list-style: none;
	padding: 0 13px;
	border-right: 1px solid #676767;
}
.header ul li.last{
	padding-right: 0;
	border-right: none;
}
.header li a{
/*	width: 133px;
	height: 50px;*/
}

ul.menu{
	font-family: Verdana;
	margin-top: 30px;
	font-size: 18px;
}
ul.menu li{
	padding: 0px 15px;
	border: none;
}
ul.menu li.first{
	padding: 0;
	background: url("/images/header_menu_accent.png") top left no-repeat;
}
ul.menu li a{
	display: block;
	padding: 5px 0px 8px 0px;
	color: #333;
/*	width: 133px;
	height: 50px;*/
}
ul.menu li a.active{
	color: #C0004E;
}
ul.menu li.first a{
	width: 117px;
	height: 31px;
/*	padding-left: 7px;
	padding-right: 7px;*/
	color: #fff;
}

.content .inside .main{
	float: right;
	width: 300px;
}
.main .content .inside ul li{
	line-height: 1em;
	padding-left: 15px;
	margin-bottom: 13px;
}
ul .foo{
	background: url("/images/marker_list_foo.png") center left no-repeat;
}
ul .bar{
	background: url("/images/marker_list_bar.png") center left no-repeat;
}
.main .content .inside ul li a{
	color: #33ccff;
	text-transform: uppercase;
}

.main .content .inside .shortcut, .content .side .shortcut, .main .content .inside .symlinks{
	float: left;
	margin-bottom: /*45*/30px;
}
.content .inside .shortcut h1, .content .side .shortcut h1{
	height: 22px;
}
.main .content .inside ul{
	float: left;
	margin-right: 100px;
}
.content .inside ul.last{
	margin-right: 0;
/*	width: 170px;*/
	width: 178px;
}
.content .inside .info ul{
	float: none;
	display: table-cell;
	list-style: none;
	padding-left: 15px;
	margin-right: 0;
}
.content .inside /*.info*/ ul li{
	line-height: 1.3em;
	margin-bottom: 10px;
	padding-left: 14px;
}
.content .inside /*.info*/ ul li.red{
	background: url("/images/marker_list_red.png") top left no-repeat;	
}
.content .inside /*.info*/ ul li.blue{
	background: url("/images/marker_list_blue.png") top left no-repeat;
}

a.more{
	padding-right: 38px;
	background: url("/images/marker_more.png") bottom right no-repeat;
}
.content .inside .shortcut a.more, .content .side .shortcut a.more{
	font-weight: normal;
	font-size: 12px;
}

.content .inside .price, .content .side .price{
	font-size: 14px;
	color: #ff0066;
}

.breadcrumbs{
	font-size: 12px;
/*	margin-bottom: 60px;*/
	margin-bottom: 22px;
	color: #000;
}
.breadcrumbs a{
	color: #999;
}
span.arrow{
	font-family: Verdana;
	color: #33ccff;
}

.side{
	padding-top: /*285*//*375*/325px;
   	display: block;
   	min-height: 100%;
	float: left;
/*	margin-bottom: 200px;*/
	/*height: 500px;*/
}

.side .shortcuts{
/*	padding-left: 20px;*/
	padding-bottom: 25px;
/*	line-height: 15px;*/
}

.side ul li{
	margin-bottom: 20px;
}

.content{
	padding-top: 138px; /*top block*/
	margin-bottom: /*450px*/173px; /*bottom block*/
	padding-bottom: 50px;

	width: 938px;
	text-align: left;
/*	background: url("../images/content_background.png") center right no-repeat;*/
	background: url("../images/infopage_side_bg.png") bottom left no-repeat;
}
.main .content{
	padding-right: 24px;
}

.content .inside{
	margin-left: /*265*//*278*//*289*/340px; /*side block*/
	padding-top: 285px;
	line-height: 1.5;
	min-height: 470px;
/*	padding: 0 0 0 30px;*/
}

.content .inside .delimiter{
	clear: both;
}

.main .content .inside{
	line-height: 1em;
	margin-left: 0;
	padding-top: /*420*/405px;
}

.main .content .inside .preview, .content .side .preview{
	width: 260px;
	height: 140px;
	padding: 10px 10px 0 8px;
	margin-right: 52px;
	float: left;
	display: inline;
}
.main .content .inside .blue, .content .side .blue{
	background: url("../images/main_shortcut_blue.png") bottom left no-repeat;
}
.main .content .inside .red, .content .side .red{
	background: url("../images/main_shortcut_red.png") bottom left no-repeat;
}
.main .content .inside .green, .content .side .green{
	background: url("../images/main_shortcut_green.png") bottom left no-repeat;
}
.main .content .inside .right{
	margin-right: 0;
}
.main .content .inside .preview a, .content .side .preview a{
	font-size: 14px;
}
.main .content .inside .preview img, .content .side .preview img{
/*	float: left;*/
	margin-right: 15px;
}
.main .content .inside .preview .item, .content .side .preview .item{
	margin-top: 10px;
	line-height: 1.5em;
	font-size: 11px;
/*	float: left;*/
}

.main .content .inside .symlinks a{
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}
.main .content .inside .symlinks img{
	margin-bottom: 3px;
}

.main .content .inside .symlinks .left{
	float: left;
	background: url('/images/content_preview_red_l.png') bottom left no-repeat; 
	height: 145px;
	width: 10px;
}
.main .content .inside .symlinks .right{
	float: right;
	height: 125px;
	padding: 10px 10px 10px 0;
}
.main .content .inside .symlinks .red, .main .content .inside .symlinks .blue, .main .content .inside .symlinks .green{
	float: left;
	background: none;
}
.main .content .inside .symlinks .red .left{
	background: url('/images/content_preview_red_l.png') bottom right no-repeat;
}
.main .content .inside .symlinks .red .right{
	background: url('/images/content_preview_red_r.png') bottom right no-repeat;
}
.main .content .inside .symlinks .blue .left{
	background: url('/images/content_preview_blue_l.png') bottom right no-repeat;
}
.main .content .inside .symlinks .blue .right{
	background: url('/images/content_preview_blue_r.png') bottom right no-repeat;
}
.main .content .inside .symlinks .green .left{
	background: url('/images/content_preview_green_l.png') bottom right no-repeat;
}
.main .content .inside .symlinks .green .right{
	background: url('/images/content_preview_green_r.png') bottom right no-repeat;
}

.content .inside .headlines{
	padding-bottom: 20px;
	float: left;
	clear: right;
}
.content .inside .headlines .item{
	width: 125px;
	float: left;
	margin-right: 100px;
	margin-top: 40px;
	text-align: center;
}
.content .inside .headlines .item .cover{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.content .inside .headlines .last{
	margin-right: 0;
	clear: right;
}

.bottom{
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	display: block;
	z-index: 999;
	background: url("/images/footer_bg.png") bottom center repeat-x;
}
.bottom .footer{
/*	padding: 50px 0;*/
	width: 938px;
	display: table-cell;/*auto-height feature in case of floating content*/
/*	color: #36b7ef;*/
/*	background-color: #282828;*/
	text-align: left;
	line-height: 14px;
}
.bottom .footer .inside{
/*	padding: 0 50px;*/
	height: 173px;/*webkit height compliance*/
}
.bottom .footer .inside .item{
	float: left;
	width: 273px;
}

.payments{
	height: 87px;
	width: 605px;
	background: url("/images/content_payments_bg.png") top left repeat-x;
	margin-bottom: 40px;
}
.payments td{
	border-left: 2px solid #fff;
	text-align: center;
/*	font-weight: bold;*/
	font-size: 18px;
}
.payments td div{
	color: #000;
	font-weight: normal;
	font-size: 11px;
	height: 38px;
	padding-top: 11px;
}
.payments td div a{
	color: #ff0066;
}
.payments td.first{
	border-left: 0;
}
.payments .accent{
	color: #ff0066;
}
.payments .left{
	border: 0;
	width: 9px;
	background: url("/images/content_payments_l.png") top right no-repeat;
}
.payments .right{
	border: 0;
	width: 9px;
	background: url("/images/content_payments_r.png") top left no-repeat;
}

.fields{
	margin-bottom: 40px;
}
.fields h2{
	display: inline;
	color: #33ccff;
}
.content .inside{
/*	font-size: 11px;*/
}
.content .inside ul li{
/*	line-height: 2.5em;*/
}/*
.content .inside ul li:before{
	content: "- ";
}*/

.content .inside .info{
/*	padding-top: 35px;*/
	text-align: justify;
	float: left;
	clear: right;
	width: 600px;
/*	padding-bottom: 220px;*/
}

.content .inside .info table{
	margin-bottom: 30px;
}
.content .inside .info table td{
	padding: 5px 10px;
}

.content .inside address p{
	margin-top: 5px;
}

/*inline forms*/
.content fieldset{
	padding: 0 10px 20px 10px;
	width: 270px;
/*	clear: both;*/
	border: 1px solid #cdd3d8;
}

.content textarea{
	margin: 3px 0 10px 0;
}
.content input, .content select{
	margin: 3px 0 0 0;
}

.content fieldset.feedback .inptext{
	width: 250px;
}
.content fieldset.feedback .inparea{
	width: 250px;
}
.content fieldset.feedback .inparea textarea{
	height: 130px;
}
.content fieldset.feedback .inpsubmit{
	width: 253px;	
}

/*form data*/
label{
	clear: both;
	display: block;
	font-weight: bold;
	font-size: 0.9em;
}

div.inplist{
	width: 100%;
	margin: 10px 0 10px 0;
}
div.inplist p{
	margin-top: 5px;
}
div.inplist p input[type='checkbox']{
	margin: 0;
	margin-right: 3px;
}
div.inptext{
	width: 200px;
	padding-right: 15px;
	padding-bottom: 10px;
}
div.inptext input[type='text']{
	width: 100%;
}
div.inptext select{
	width: 100%;
/*	height: 20px;*/
}

div.inpfile{
	padding-bottom: 5px;
}
div.inpfile input[type='file']{
/*	width: 360px;*/
	/*marked for review*/
}

div.inparea{
	width: 500px;
	padding-right: 20px;
/*	padding-bottom: 5px;*/
}
div.inparea textarea{
	width: 100%;
}

div.leftcol{
	float: left;
}
div.rightcol{
	float: left;
	clear: right;
}
div.bothcol{
	float: left;
	clear: both;
	width: 415px;
}
div.fullwidth{
	width: 95%;
}

div.inpsubmit{
	width: 418px;
	padding-top: 5px;
	margin-top: 10px;
	border-top: 1px solid #999;
	text-align: right;
	clear: both;
}
div.inpsubmit input{
	width: 94px;
	height: 30px;
	font-weight: bold;
	color: #596d86;
	font-size: 12px;
	background: url("/images/menu_bg.png") center left repeat-x;
/*	background-color: #A7011C;*/
	border: none;
}
div.inpsubmit input:hover{
	color: #f00;
	cursor: pointer;
}

div.inpsubmit input.service{
	width: 0px;
	height: 0px;
	border: none;
	display: inline;
	background: none;
	float: left;
}

select option.noid{
	color: #ccc;
}
sup.required{
	color: #f00;
}
.content .inside table.partners{
	margin: 25px 0 25px 0;
	vertical-align: top;
	width: 100%;
}
.content .inside table.partners td{
	vertical-align: top;
	padding: 20px;
	border-top: 1px solid #ED0060;
	border-bottom: 1px solid #ED0060;
}

.content .inside table.partners td.centered{
	width: 300px;
}

.content .inside .order_button{
	margin: 15px 0 25px 330px;
	width: 237px;
	height: 35px;
	padding: 0 0 0 17px;
	background: url('/images/content_order_bg.png') top left no-repeat;
}

.content .inside .order_button_wrapper .order_button{
	margin-left: 0;
	background-position: center;
	text-align: center;
	width: auto;
}
.content .inside .order_button a{
	color: #fff;
	background-image: url('/images/marker_more_green.png');
	font-size: 18px;
}

fieldset.bigform p{
	margin-top: 10px;
}

/*~form data*/