/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px;
	font-weight: normal;
}

h1 {
	margin: 10px 0px 15px 0;
	font: bold 18px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #d1480b;
}

h2 {
	margin: 15px 0 15px 0;
	font: bold 18px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #d1480b;
}

h3 {	
	margin: 12px 0px 15px;
	font: bold 12px Tahoma, Geneva, sans-serif;
	color: #d1480b;
	text-transform: uppercase;
	background: url('../i/li_bg_1.gif') no-repeat 0 3px;
	padding: 0 0 0 18px;
}

h4 {
	font-weight: bold;
	font-size: 1.1em;
	color: #666;
	background-color: transparent;
}

h5 {
	font-weight: bold;
	font-size: 1em;
	color: #000;
	background-color: transparent;
}

h6 {
	font-weight: bold;
	font-size: 1em;
	color: #999;
	background-color: transparent;
}

/* Links */

a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.col_center a:link, .col_center a:visited {
	font-weight: bold;
}



/* Paragraphs */
 
p {
	margin: 0 0px 12px;
}

p.align_center, .content p.align_center {
	text-align: center;
}

.colored {
	color: #d1480b;
}

/* Lists */

ol {
	margin: 0px 0px 0 20px;
	padding: 0px;
}

ol * ol {
	list-style-type: upper-alpha;
	margin: 0 0px 0 25px;
	padding: 0px;
}

ol li {
	padding: 0px;
	margin: 0 0 2px 0;
	list-style: decimal;
}

ul {
	margin: 0px 0px 0 17px;
	list-style-type: none;
}

ul * ul {
	margin: 0px 0px 0 25px;
}

ul li {
	margin: 5px 0;
	padding: 0px;
	list-style: disc;
	vertical-align: top;
}

ul.marked {
	margin: 15px 0 0 0;
}

ul.marked li {
	background: url('../i/li_bg_1.gif') no-repeat 0 3px;
	padding: 0 0 0 15px;
	list-style: none;
	margin: 0;
}

ul.marked li li {
	background: transparent;
	padding: 0;
	list-style: none;
}


ul.marked_2 li, ul.marked li ul.marked_2 li {
	background: url('../i/li_bg_2.gif') no-repeat 0 4px;
	padding: 0 0 0 15px;
	list-style: none;
	margin: 0;
}

ul.marked li ul.marked_2 {
	margin: 3px 0 0 35px;
}

ol li ul li {
	list-style: none;
}

ol li ul li ol li {
	list-style: decimal;
}

* html ul li {
	height: 1%;
}

dl{
	margin: 10px 0;
}

dl dt {
	margin: 2px 0;
}

dl dd {
	margin: 2px 0 2px 30px;
}


/* Tables */

table {
	border-color: #9c9c9c;
	border-collapse: collapse;
	margin: 15px 0 15px 0;
}

table td {
	border-color: #9c9c9c;
	border-collapse: collapse;
	padding: 5px;
}

table td strong {
	font-weight: bold;
}

table .color td {
	background: #F5F5F5;
}

table caption {
	text-align: left;
	font-weight: bold;
	padding: 5px 5px;
	color: #000;
	font-size: 107%;
	text-transform: uppercase;
	border-bottom: 1px solid #A6A6A6;
}

table th {
	padding: 5px;
	border: 1px solid #B3B3B3;
	color: #000;
	background: #EEEEEE;
	font-weight: bold;
}

table th h4 {
	color: #000;
	margin: 0px;
	font-weight: bold;
}

hr {
	background: #ccc;
	border: 0px;
	color: #ccc;
	height: 1px;
	margin: 15px 0px;
	padding: 0px;
}

* html	hr {
	margin: 8px 0px;
	padding: 0px;
}

/* Forms */

.form{
	margin: 10px 0 10px;
	width: 100%;
	padding: 15px 0 0;
}

.form.redline {
	border-top: 4px solid #90A600;
}

.form fieldset {
	border: 1px solid #CBC0BC;
	padding: 0px 20px 20px;
}

.form legend {
	margin: 0px 0px 10px;
	padding: 0 5px;
	font-size: 120%;
	font-weight: bold;
	height: auto;
}

.form ul {
	margin: 0;
	padding: 0;
}

.form .line {
	clear: both;
	padding: 0 0 6px 0;
	width: 100%;
	margin: 2px 0;
}

.form .line.marked {
	background: #D98C00;
	padding: 10px 0 10px;
	color: #fff;
}

.form .line.marked label {
	margin-left: 10px;
}

.form.descr .line {
	border-bottom: 1px solid #ccc;
	padding: 5px 0 6px 0;
}

.form .line:before {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
.form .line:after {content: "."; display: block; height: 0; clear: both; visibility:hidden;}
* html .form .line {height: 1%;}

.form .label {
	float: left;
	width: 25%;
	display: block;
	margin-right: 10px;
	display: inline;
	font-size: 93%;
}

.form .formw {
	width: 70%;
	display: block;
	float: left;
}

form.descr .formw {
	width: 460px;
	text-align: justify;
}

.form .formw .text {
	width: 99%;
	background: #F4F5F4;
	border: 1px solid #9C9C9C;
	font: 100% Arial, Helvetica, sans-serif;
}

.form .rad {
	vertical-align: middle;
	margin: 0 4px 0 0;
}

.btn {
	font: 11px Tahoma, Geneva;
	cursor: pointer;
	cursor: hand;
	height: 20px;
	vertical-align: top;
}

.red {
	color: #E05332;
}

.err {
	color: #E05332;
	font-size: 83%;
	line-height: 115%;
}

/* Clearfix */

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

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 12px Tahoma, Geneva, Arial, Helvetica, sans-serif;
}

.all {
	background: #F3EEE8;
	text-align: center;
}

.frame {
	text-align: left;
	margin: 0 auto;
	width: 1000px;
	background: #f6f2ee url('../i/header_bg.jpg') no-repeat;
}

.header {
	position: relative;
	height: 233px;
}

ul.navicons {
	margin: 0;
	position: absolute;
	top: 18px;
	left: 19px;
}

ul.navicons li {
	float: left;
	list-style: none;
	margin: 0 31px 0 0;
}

.navicons a:hover img {
	filter:alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity: 0.40;
}

.logo {
	position: absolute;
	top: 52px;
	left: 50px;
}

.phone {
	font-size: 22px;
	color: #8e0606;
	position: absolute;
	top: 105px;
	left: 80px;
}

.phone span {
	position: absolute;
	top: 0;
	left: 0;
	background: url('../i/header_phone.gif') no-repeat;
	width: 243px;
	height: 37px;
}

.workitme {
	position: absolute;
	top: 167px;
	left: 0;
	font-size: 14px;
	color: #FFF;
	padding: 0 0 0 20px;
	background: #8e0606;
}

.workitme span {
	position: absolute;
	top: 0;
	left: 0;
	background: url('../i/worktime.gif') no-repeat;
	width: 263px;
	height: 21px;
}

.license {
	position: absolute;
	top: 36px;
	right: 110px;
	background: url('../i/license_border.gif') no-repeat;
	width: 106px;
	height: 79px;
}

.license a {
	display: block;
	margin: 7px 0 0 14px;
}

.license a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

.cols {
	background: url('../i/cols_bg.gif') repeat-x 0 35px;
	padding: 0 0 55px 0;
}

.col_left {
	float: left;
	width: 220px;
	margin: 35px 0 0 0;
	display: inline;
}

.col_center {
	float: left;
	width: 545px;
	display: inline;
}

.col_right {
	float: left;
	width: 210px;
	margin: 42px 0 0 0;
	display: inline;
}

.left_menu {
	background: #FFF;
	position: relative;
}

.shadow {
	position: absolute;
	bottom: -72px;
	left: 0;
	z-index: 10;
	background: url('../i/left_menu_shadow.png') no-repeat 100% 100%;
	width: 228px;
	height: 123px;
}

.left_menu ul {
	margin: 0 0 0 27px;
	padding: 22px 0 0 0;
	position: relative;
	z-index: 20;
}

.left_menu ul li {
	background: url('../i/li_bg_1.gif') no-repeat 0 3px;
	padding: 0 0 0 17px;
	font-weight: bold;
	color: #8e0606;
	list-style: none;
	margin: 0 0 6px 0;
	position: relative;
}

.left_menu ul li a:link, .left_menu ul li a:visited {
	color: #8e0606;
	text-decoration: none;
}

.left_menu ul li a:hover {
	text-decoration: underline;
}

.left_menu ul li ul {
	margin: 8px 0 0 -17px;
	padding: 0;
}

.left_menu ul li ul li {
	font-size: 11px;
	font-weight: normal;
	background: url('../i/li_bg_2.gif') no-repeat 0 4px;
}

ul.menu {
	margin: 0 0 10px 0;
}

ul.menu li {
	float: left;
	margin: 0;
	list-style: none;
}

ul.menu li a {
	position: relative;
	height: 35px;
	overflow: hidden;
	display: block;
	float: left;
}

ul.menu li:hover img {
	margin: -35px 0 0 0;
}

ul.pros {
	margin: 10px 0 0 28px;
}

ul.pros li {
	list-style: none;
	background: url('../i/ico_check.gif') no-repeat 0 10px;
	padding: 0 0 0 45px;
	color: #d1480b;
	font-size: 25px;
	font-weight: bold;
	margin: -11px 0 0 0;
	width: 450px;
	overflow: hidden;
}

ul.pros li a {
	font-size: 13px;
	color: #FFF;
	display: block;
	width: 100%;
	margin: 7px 0 0 0;
}

ul.pros li a span {
	float: right;
	font-size: 11px;
	background: url('../i/li_bg_2.gif') no-repeat 0 4px;
	padding: 0 0 0 12px;
	line-height: 18px;
}

ul.pros li a:link, ul.pros li a:visited {
	color: #000;
}

ul.pros li a:link span, ul.pros li a:visited span {
	color: #987d5c;
}

ul.pros li a:hover {
	color: #666;
	text-decoration: none;
}

ul.pros li a:hover span {
	color: #666;
	text-decoration: underline;
}

.promo {
	background: url('../i/promo_bg.png') no-repeat;
	padding: 20px 0 0 20px;
	width: 204px;
	height: 160px;
}

.promo a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

.promo a {
	position: relative;
}

.footer {
	background: url('../i/footer_bg.gif') repeat-x;
	position: relative;
	height: 88px;
}

.copyright {
	font-size: 10px;
	color: #696969;
	position: absolute;
	top: 25px;
	left: 30px;
}

.copyright a:link, .copyright a:visited{
	color: #696969;
}

.copyright img {
	margin: 0 0 8px 0;
}

.copyright a:hover img {
	filter:alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}

.counters {
	position: absolute;
	top: 32px;
	left: 475px;
	left: 425px;
}

.footer_phone {
	position: absolute;
	top: 32px;
	right: 30px;
	font-size: 16px;
	color: #8e0606;
	width: 185px;
	height: 28px;
}

.footer_phone span {
	position: absolute;
	top: 0;
	left: 0;
	background: url('../i/footer_phone.gif') no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	height: 28px;
}

.footer_phone a:link, .footer_phone a:visited{
	font-size: 10px;
	color: #696969;
	margin:0px;
	padding:0px;
}

.footer_phone_clr{
	clear:both; height:10px; font-size:1px; margin:0px; padding:0px;
}

/* Regular page */

.frame#regular {
	background: #f6f3ef url('../i/header_bg.jpg') no-repeat;
}

#regular .cols {
	background: url('../i/cols_bg_regular.gif') repeat-x 0 35px;
}

#regular .col_center {
	width: 755px;
	position: relative;
}

.content {
	margin: 28px 0 0 60px;
}

.content p {
	text-align: justify;
	margin: 10px 0;
}

.content p.big {
	font-size: 14px;
	line-height: 1.4em;
}
.frame a{
	text-decoration: underline;
}

.minicol_left {
	float: left;
	width: 535px;
	position: relative;
	z-index: 10;
}

.minicol_right {
	float: right;
	width: 140px;
	position: relative;
	z-index: 20;
}

.preview {
	background: url('../i/preview_bg.png') no-repeat;
	padding: 10px 0 0 10px;
	width: 135px;
	height: 94px;
}

.preview a {
	position: relative;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

img.fleft {
	margin: 0 12px 0 0;
	display: inline;
}

img.fright {
	margin: 0 0 0 12px;
	display: inline;
}

.thumbnail {
	/*float: left;*/
	margin: 0 5px 0 0;
	/*display: inline;*/
	text-align: center;
}

.thumbnail span {
	border: 1px solid #e6c4a2;
	margin: 0 0 2px 0;
	/*display: block;*/
}

.thumbnail a:link, .thumbnail a:visited {
	color: #d1480b;
	font-weight: normal;
}

.thumbnail img {
	border-top: 13px solid #FFF;
	border-bottom: 13px solid #FFF;
	border-left: 15px solid #FFF;
	border-right: 15px solid #FFF;
}

td.thumbnail a.imghov {
	text-decoration:none;
}

td.thumbnail a.imghov:hover {
	text-decoration:underline;
}
td.thumbnail a.imghov:hover img {
	text-decoration:none;
}


.thumbnails {
	text-align:center;
	/*margin:auto;*/
	width:90%;
}

.hr hr {
	display: none;
}

.hr {
	height: 2px;
	background: url('../i/hr_bg.gif') repeat-x;
	margin: 18px 0 20px 0;
}

.pages {
	position: relative;
	width: 100%;
}

.pages:after {
	content: '';
	display: block;
	clear: both;
}

.pages .inner {
	float: left;
	left: 50%;
	position: relative;
	text-align: center;
}

.pages ul {
	position: relative;
	left: -50%;
	float: left;
	margin: 35px 0 0 0;
}

.pages ul li {
	float: left;
	list-style: none;
	background: url('../i/page_right.gif') no-repeat 100% 0;
	height: 19px;
	line-height: 19px;
	margin: 0 7px 0 0;
}

.pages ul li a:link, .pages ul li a:visited {
	background: url('../i/page_left.gif') no-repeat 0 0;
	height: 19px;
	line-height: 19px;
	display: block;
	float: left;
	color: #3f3f3f;
	padding: 0 7px;
	font-weight: normal;
}

.pages ul li.prev, .pages ul li.next {
	font-size: 11px;
}

.pages ul li.current a:link, .pages ul li.current a:visited {
	color: #dadada;
}

.pages ul li a:hover {
	text-decoration: none;
}

.pages ul li:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

.contacts {
	background: url('../i/phone_bg.gif') no-repeat;
	width: 404px;
	height: 76px;
	margin: 35px 0 20px 0;
}

.contacts a:link, .contacts a:visited {
	color: #d1480b;
}

.contacts dl {
	width: 353px;
	margin: 10px 0 0 35px;
	font-weight: bold;
	color: #d1480b;
	font-size: 14px;
}

.contacts dl dt {
	float: left;
	width: 72px;
	margin: 0 0 3px 0;
	background: url('../i/li_bg_1.gif') no-repeat 0 4px;
	padding: 0 0 0 20px;
}

.contacts dl dd {
	float: left;
	width: 260px;
	margin: 0 0 3px 0;
}

.map {
	float: left;
	margin: 0 45px 0 0;
	display: inline;
}

.contact_form {
	float: left;
	width: 229px;
}

.contact_form input {
	margin: 0;
	border: 0px solid transparent;
	width: 100%;
}

.contact_form .line {
	margin: 0 0 4px 0;
}

.contact_form textarea {
	width: 100%;
	height: 44px;
	border: 0px solid transparent;
}

.contact_form input.btn {
	background: url('../i/li_bg_1.gif') no-repeat 0 4px;
	width: 78px;
	height: 16px;
	padding: 0 0 0 15px;
	font: 12px Tahoma;
	color: #d1480b;
	margin: 8px 0 0 0;
}

.contact_form input.btn:hover {
	filter:alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity: 0.40;
}

#article {
	margin:10px;
}
ul.licenses{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
ul.licenses li{
	margin:20px 60px 0px 0px;
	padding:0px;
	list-style-type:none;
	float:left;
	width:163px;
	height:203px;
	background:#ffffff;
	text-align:center;
}
ul.licenses li a img{
	margin:12px 0px 0px 0px;
	padding:0px;
	border:1px solid #e4d4bf;
}
.copyright_2{
	font-size: 10px;
	color: #696969;
}
.copyright_2 a{
	font-size: 10px;
	color: #696969;
}