

ul2 li
{
  float: left;
  width: 17em;  /* accommodate the widest item */
}
ul.big li
{
  float: left;
  width: 15em;  /* accommodate the widest item */
}
/* stop the floating after the list */
br
{
  clear: left;
}
/* separate the list from what follows it */
div.wrapper
{
  margin-bottom: 1em;
}
ul1 li a
{
  display: block;
}



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 {border: none;}
address {font-style: normal;}



/* Headings
================================================*/

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

h1 {
	margin: 5px 0px 15px;
	font-size: 33px;
	font-weight: normal; 
	color: #000;
	line-height: 110%;
}

h1.old {
	margin: 0px 0px 10px;
	font-size: 21px;
	font-weight: bold; 
	color: #000;
	line-height: 110%;
}

h2 {
	font-size: 16px;
	margin: 25px 0px 10px;
	font-weight: bold;
	color: #d93300;
}
#container h1,
#container h2{
	margin: 0px 0px 10px;
	font-size: 21px;
	font-weight: bold; 
	color: #000;
	line-height: 110%;
}
#container h3{
	font-size: 16px;
	margin: 25px 0px 10px;
	font-weight: bold;
	color: #d93300;
}
#container h3 span{
	color: #000;
}

h3 {	
	font-size: 14px;
	margin: 20px 0px 10px;
	font-weight: bold;
	color: #000;
}

h4 {
	font-size: 12px;
	margin: 20px 0px 10px;
	font-weight: bold;
	color: #666;
	background-color: transparent;
}

h5 {
	font-size: 12px;
	margin: 20px 0px 10px;
	font-weight: bold;
	color: #666;
	background-color: transparent;
}

h6 {
	font-size: 11px;
	margin: 20px 0px 10px;
	font-weight: bold;
	color: #999;
	background-color: transparent;
}

/* Links
================================================*/

a {
	color: #0066cc;

	text-decoration: underline;
}

a:active{
	color: #0066cc;
	text-decoration: underline;
}

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



/* Paragraphs
================================================*/
 
p {
	margin: 15px 0px 10px;
	font-size: 100%;
	text-align: justify;
	line-height: 130%;

}

p.marked, p.form_message{
	border: 1px solid #EDB278;
	background: #F9DEC5;
	padding: 10px;
	color: #000;
}


p.pad{ 
	margin-left: 60px;
}


blockquote{
	margin: 10px 25px 10px 25px;
	padding: 20px 25px 15px 45px;
	background: #EBF1C1;
}


/* Lists
================================================*/

ol {
	margin: 16px 0px 16px 27px;
	padding: 0px;
}

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

ol li {
	line-height: 120%;
	font-size: 100%;
	padding: 0px;
	margin: 5px 0;
	list-style: decimal;
}

ul {
	margin: 14px 0px 22px 5px;
}

ul * ul {
	margin: 12px 0px 12px 7px;
}



ul ul li,
ul ul ul ul li {
	background: url('img/li_circle.gif') no-repeat 0 5px;
	padding-left: 12px;	
}

dl{
	margin: 10px 0;
}

dl dt{
	margin: 2px 0;
}

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


/* Tables
================================================*/

.tablePadd3 table{
	border-collapse: collapse;
	margin: 15px 0px;
	padding: 0px;
	border: 0px none #fff;
}
.tablePadd3 td{
	border-color: #ccc;
	border-style: solid;
	border-width: 0px 0px 0px 0px;
	padding: 7px 5px;
	font-size: 100%;
}

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;
/*	background: #DEDEDE;*/
}


table th,
table thead td
{
	border-color: #aaa;
	border-style: solid;
	border-width: 1px 0px 1px 0px;
	font-size: 100%;
	padding: 5px;
	color: #000;
	background: #eee;
	font-weight: bold;
}
table th a,
table thead td a,
table th a:hover,
table thead td a:hover{
	color: #000;
}
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;
}



/* Form
================================================*/
.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 h2{

	margin: 20px 0px 15px;
	padding: 0 0px 3px 0px;
	font-size: 120%;
	font-weight: bold;
	height: auto;
}

.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: #FA5211;
	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;
}

.form .label{
	float: left;
	width: 35%;
	display: block;
	margin-right: 10px;
	display: inline;
	font-size: 100%;
color: #000;
}

.form .formw{
	width: 60%;
	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;
	padding: .25em; 
}

.form .formw input.text:focus, .form .formw textarea.text:focus, .form .formw select.text:focus {
	background: #fff;
	border: 1px solid #686868;
}


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

.form .btn{
	font: 100% Arial, Helvetica, sans-serif;
	cursor: pointer;
	background: #f6f6f6 url('img/button_bg.gif');
	border: 3px double #999;
	height: 28px;
	padding: 0 5px 0 5px;
	display: inline;
}

.red{
	color: #E05332;
}

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

.errMsg{
	display: block;
	background: #D42E00;
	padding: 3px 5px;
	color: #fff;
	margin: 0px 0 0;
	font-weight: bold;
}
.hidden, .good{
	display:none;
}

/* Clearfix
================================================*/

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

.clearfix {
    display:block;
}

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

/* Layout */

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
}

.all {
	text-align: center;
	/background: url('img/nav_bg.jpg') repeat-x;
}

.frame {
	margin: 0 auto;
	width: 920px;
	text-align: left;
	position: relative;
}

.header {
	position: absolute;
    /border-top: 1px solid #d6d6d0;
	top: 0;
	left: 0;
	width: 920px;
	z-index: 30;
}

.nav {
	margin: 0;
    margin-left: 50px;
	padding: 0;
	height: 40px;
	overflow: hidden;
	/background: #656565 url('img/nav_bg.jpg') repeat-x;
    font-size: 18px;
    color: #FF5500;
    font-weight: bold;
    text-decoration: underline;
}



.phone_top {
	position: absolute;
	top: 67px;
	right: 0px; 
	color: #676767;
	width: 400px;
	/font-size: 11px;
	/* preloader */
	background: url('img/nav_hover_left.gif') no-repeat -9999px -9999px;
}
.phone_top p{
	padding: 0px;
	margin: 0px;
	text-align: right;
}
.phone_top p.phone{ 
	font-size: 21px;
	font-weight: bold;
	color: #21252b;
}
.orange{ 
	color: #d93300; 
}
.logo {
margin-top: 23px;
margin-left: 50px;
float: left;
	/* preloader */
	/background: url('/book2/img/nav_hover_right.gif') no-repeat -9999px -9999px;
}
 .logo2 {
float: right;
margin-top: -10px;
margin-right: 170px;
	/* preloader */
	/background: url('/book2/img/nav_hover_right.gif') no-repeat -9999px -9999px;
}

div#container{margin: 500px 0 0 0;width:919px;}
div#wrapper{float:left;width:100%}
div#content{margin: 0px 0px 0px 0px}
div#left{float:left;width:220px;margin-left:-919px}
div#right{float:left;width:240px;margin-left:-240px}


.icons {
	width: 100%;
	margin: 30px 0 27px 0;
}

.ico {
	float: left;
	width: 29%;
	position: relative;
	text-align: center;
	height: 84px;
}

.ico_advance {
	margin-left: 20px;
}

.ico_support {
	margin-left: 20px;
}

.sm_box {
	font-size: 11px;
	background: #ecece8 url('img/sm_box_right.gif') no-repeat 100% 0;
	height: 18px;
	width: 100%;
}

.ico .sm_box {
	position: absolute;
	bottom: 0;
	left: 0;
}

.sm_box a {
	color: #333;
	background: url('img/sm_box_left.gif') no-repeat;
	display: block;
	height: 18px;
	line-height: 18px;
	text-align: center;
	text-decoration: none;
}

.ico:hover .sm_box, .sm_box:hover {
	background: #666 url('img/sm_box_act_right.gif') no-repeat 100% 0;
}

.ico:hover .sm_box a, .sm_box:hover a {
	background: url('img/sm_box_act_left.gif') no-repeat;
	color: #FFF;
	display: block;
	height: 18px;
	line-height: 18px;
}

.sm_box a:hover {
	color: #FFF;
	text-decoration: none;
}

.bordered_237 {
	background: url('img/bordered_237.gif') no-repeat;
	width: 237px;
	height: 151px;
}

.bordered_237 img {
	margin: 5px;
	border: 1px solid #CCC;
}

.bordered_237:hover {
	background: url('img/bordered_237_act.gif') no-repeat;	
}

.lastsite_info {
	margin: 5px 0 0 0px;
	/* preloader */
	background: url('img/bordered_237_act.gif') no-repeat -9999px -9999px;
}

.date_added {
	color: #999;
	font-size: 11px;
	margin-top: 5px;
}

.contacts {
	margin-top: 40px;
	width: 205px;
}

.phone_right {
	font-size: 18px;
}

.contacts p {
	margin-top: 8px;
}

/* footer */

.footer {
	margin-top: 5px;
	border-top: 1px solid #d6d6d0;
	font-size: 11px;
}

.copyright {
	font-size: 8px;
}
.copyright a{
	color: #333333;	
}
.link_sitemap {
	position: absolute;
	top: 12px;
	left: 300px;
	width: 85px;
}

.phone_bottom {
	position: absolute;
	top: 12px;
	right: 165px;
	width: 150px;
	
	/* preloader */
	background: url('img/sm_box_act_left.gif') no-repeat -9999px -9999px;
}

.email_bottom {
	position: absolute;
	top: 12px;
	right: 15px;
	width: 85px;
}

/* Regualr */


.cols {
   width: 920px;
	margin-top: 125px;
	padding-top: 17px;
	border-top: 1px solid #d6d6d0;
	margin-bottom: 80px;
}


.col_1 {
	width: 650px;
	float: right;
}

.col_2 {
	float: left;
	width: 230px;
	margin: 0px 20px 0 0px;
	display: inline;
}




.invert .col_1 {
	width: 460px;
	float: left;
	display: inline;
}

.invert .col_2 {
	float: right;
	width: 350px;
	margin: 0px 0px 0 0px;
	display: inline;
}



.col_2 ul {
	margin: 10px 0px 22px 4px;
}

.col_2 ul ul {
	margin: 10px 0px 10px 2px;
}

/* Portfolio */

.content {
	margin-top: 15px;
}

.item {
	float: left;
	margin: 0 55px 35px 0px;
}

.content .item .lastsite_info {
	margin-top: 10px;
}

/* Portfolio_inside */

.bordered_80 {
	background: url('img/bordered_80.gif') no-repeat;
	width: 80px;
	height: 52px;
	margin-bottom: 5px;
}

.bordered_80 img {
	margin: 3px;
}

.bordered_80:hover {
	background: url('img/bordered_80_act.gif') no-repeat;	
}
.items_list{

	/* preloader */
	background: url('img/bordered_80_act.gif') no-repeat;	
}
.items_list .bordered_80{
	float: left;
	margin-right: 5px;
	display: inline;
}

.goto_link {
	margin-top: 22px;
	background: url('img/goto_marker.gif') no-repeat 2px;
	padding-left: 25px;
}

p.right_title {
	font-size: 11px;
	color: #999;
	margin: 25px 0 0 0;
}

.col_2 big {
	font-size: 21px;
}

.contacts_phone_right {
	font-size: 24px;
}

p.location {
	color: #999;
	font-size: 11px;
	margin-top: 8px;
	padding-top: 0px;
	margin-bottom: 0px;
}

p.location a {
	color: #999;
}

.done_jobs span {
	color: #999;
}







/* form */

.form.linefieldset .line{
	margin: 0px 0;
	padding: 0px 10px 0px;
	width: 650px;
	position: relative;
}
.form.linefieldset .line.marked{
	padding: 0px 10px 0px;
}
.form .line.marked{
	background: #9C9C9C;
}

.form.linefieldset fieldset{
	border-width: 1px 0 0 0;
	position: relative;
	padding: 0px 20px 20px;
}

.form.linefieldset legend{
	padding: 0 10px;
}

.form.linefieldset .label{
	font-size: .95em;
	color: #666;
	width: 150px;
	padding: 8px 0 2px;
	margin: 0px -100% 0px 0;
}

.form.linefieldset .marked .label{
	color: #fff;
}

.form.linefieldset .formw{
	width: 390px;
	float: left;
	padding: 5px 0;
	margin: 0px -100% 0px 170px;
	display: inline;
}

.form.linefieldset .formw input.text{
	width: 99%;
}

.form .fieldset{
	position: relative;
}

.form .line:hover .field-hint-inactive,
.form .line:focus .field-hint-inactive, 
.field-hint{
	display: block;
	clear: both;
	width: 250px;
	padding: 10px 10px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 100;
	background: #F1F1F1;
	border: 1px solid #ddd;
	font-size: 11px;
}

.checkbox{
	font-size: 14px;
	line-height: 20px;
}

.checkbox label:hover{
	background: #FFF8DC;
}
.checkbox label:active{
	background: #FFF;
}

.field-hint-inactive{
	display: none;
}

.form label{
	cursor: pointer;
}


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


.pages {
	margin: 10px 0 0;
	padding: 5px 0;
	font-size: 93%;
	line-height: 180%;
}
.pages a {
	padding: 3px 7px;
}
.pages a:hover {
	padding: 2px 6px;
	border: 1px solid #0059BD;
	text-decoration: none;
}
.pages .current_page {
	padding: 3px 7px;
	font-weight: bold;
	background: #F5F5F5;
}


.portfolio_photo{
	border: 1px solid #ddd;	
	margin: 0px 0px 20px;
	float: left;
}

.portfolio_photo img{
	border: 3px solid #fff;	
}

.rightcol_header {
	margin: 0px 0px 10px;
	font-size: 21px;
	font-weight: bold; 
	color: #000;
	line-height: 110%;
}




/* splash */

.splash{
	margin-top: 30px;
	width: 919px;
	height: 344px;
}

.splash_text{
	width: 919px;
	/*height: 266px;
	background: url(img/header_bg1.jpg) no-repeat;*/
	height: 234px;
	overflow: hidden;
	position: relative;
}
.splash_text_content{
	width: 565px;
	position: absolute;
	left: 305px;
	top: 36px;
}
.splash_text_content p{
	text-align: left;
}
.splash_text_content .h1{
	margin-top: 5px;
	letter-spacing: 0em;
	font-size: 48px;
}
.splash_text_content .h1 .big{
	display: block;
	font-weight: bold;
	font-size: 38px;
	color: #e13e00;
	letter-spacing: -.05em;
	letter-spacing: -2px;
	line-height: 1.1em;
}
.splash_text_content .h1 .small{
	display: block;
	font-size: 24px;
	color: #22262c;
	line-height: 1.1em;
	letter-spacing: 0;
}
.splash_text_content a.order{
font-size: 11px;
margin: 15px 0;
width: 74px;
height: 19px;
line-height: 1.8em;
text-align: center;
display: block;
color: #fff;
text-decoration: none;
	background: url(img/button_order.jpg) no-repeat;
}
.splash_text_content a{
	color: #c4400c;
}
.splash_buttons{
	position: relative;
	width: 919px;
	height: 78px;
	background: #575859 url(img/nav3but_bg-2.jpg) no-repeat;
	overflow: hidden;
}



.splash_buttons .but1,
.splash_buttons .but2,
.splash_buttons .but3{
	width: 160px;
	top: 14px;
	position: absolute;
	color: #9d9c9c;
	font-size: 11px;
}
.splash_buttons .but1{
	left: 124px;
}
.splash_buttons .but2{
	left: 427px;
}
.splash_buttons .but3{
	left: 734px;
}

.splash_buttons p{
	text-align: left;
}

.splash_buttons .title{
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
.splash_buttons a:link,
.splash_buttons a:visited,
.splash_buttons a:active,
.splash_buttons a:hover{
	color: #fff;
}
.splash_buttons p{
	margin: 5px 0;
	padding: 0px;
	line-height: 1.2em;
}

.b_left{
	margin: 0px 0px 10px 0;
}

.clients{
	margin-top: 20px;
	padding-top: 5px;
	border-top: 1px solid #d6d6d0;
	text-align: center;
}
.clients img{
	margin: 0px 10px;
	padding: 0px;
}