/* ----------------------------------------------------------------------- */
/* STRUCTURE */
/* ----------------------------------------------------------------------- */
#layout{
	width:100%;
}

#layout td.edge{
	width:50px;
	background:url('../img/bg/top.gif') repeat-x 0 0;
}

#layout td.header{
	background:white;
}

#layout td.leftPart{
	width:262px;
	background:white;
	overflow:hidden;
}

#layout td.rightPart{
	background:white;
}

#layout td.footer{
	background:white;
}
/* ----------------------------------------------------------------------- */
/* BLANKS */
/* ----------------------------------------------------------------------- */
div.minWidth{
	height:0;
	font-size:0;
	line-height:0;
}

td.edge div.minWidth{
	width:50px;
}

td.header div.minWidth{
	width:880px;
}

td.leftPart div.minWidth{
	width:262px;
}
/* ----------------------------------------------------------------------- */
/* HEADER */
/* ----------------------------------------------------------------------- */
#goMain{
	position:absolute;
	display:block;
	width:200px;
	height:100px;
}

#slogan{
	position:absolute;
	width:520px;
	height:181px;
	padding:10px;
	color:white;
	font-size:150%;
	font-weight:bold;
}

#slogan p{
	margin:0;
}
/* ----------------------------------------------------------------------- */
/* MENU */
/* ----------------------------------------------------------------------- */
#main_menu{
	padding:17px 32px;
	background:#1C556A;
	height:1em;
}

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

#main_menu li{
	background:url('../img/menu/separator.gif') no-repeat 0 50%;
	margin:0;
	padding:0 20px 0 12px;
	float:left;
}

#main_menu li.last{
	background:none;
}

#main_menu a, #main_menu li{
	color:white;
	font-weight:bold;
}

#main_menu a:hover, #main_menu li{
	color:#ffc000;
}
/* ----------------------------------------------------------------------- */
/* LEFT PART */
/* ----------------------------------------------------------------------- */
td.leftPart div.layer{
	padding:5px;
}
/* ----------------------------------------------------------------------- */
/* RIGHT PART */
/* ----------------------------------------------------------------------- */
td.rightPart div.layer{
	padding:5px 5px 0 0;
}
/* ----------------------------------------------------------------------- */
/* SECTIONS */
/* ----------------------------------------------------------------------- */
div.caption{
	background:#E7FFB7 url('../img/lists/sticker.gif') no-repeat 100% 50%;
	padding:11px 32px;
	color:#333333;
	font-weight:bold;
	border-bottom:1px solid white;
}

div.section{
	color:white;
	background:#327A8F;
	padding:11px 32px;
	font-weight:bold;
	font-size:110%;
}

div.graySection{
	color:E7FFB7;
	margin-top:10px;
	background-color:#dadada;
	padding:11px 32px;
	font-weight:bold;
	font-size:110%;
}
/* ----------------------------------------------------------------------- */
/* LISTS */
/* ----------------------------------------------------------------------- */
ul.product_list{
	margin:0;
	padding:0;
	list-style:none;
}

ul.product_list li{
	margin:0;
	padding:7px 0px;
	padding-right:10px;
	background:url('../img/bg/dotted.gif') repeat-x 0 100%;
}

ul.product_list li.last{
	background:none;
}

ul.product_list a{
	display:block;
	padding-left:47px;
	font-weight:normal;
	color:#333333;
	text-decoration:none;
	background:url('../img/lists/quadro.gif') no-repeat 34px 5px;
}

ul.product_list span{
	display:block;
	background:url('../img/lists/marker.gif') no-repeat 34px 4px;
	padding-left:47px;
	text-decoration:none;
	color:black;
}

ul.product_list a:hover{
	background:url('../img/lists/quadro_active.gif') no-repeat 34px 5px;
}

ul.news_list{
	margin:0;
	padding:0;
	list-style:none;
}

ul.news_list li{
	margin:0;
	padding:5px 15px 5px 0;
	background:url('../img/bg/dotted.gif') repeat-x 0 100%;
}

ul.news_list div.date{
	margin-bottom:1px;
}

ul.news_list div.title{
	padding:2px 0;
}

ul.news_list div.headline p{
	margin:0.2em 0;
}

ul.news_list div.headline{
	padding-bottom:15px;
}
/* ----------------------------------------------------------------------- */
/* BREADCRUMBS */
/* ----------------------------------------------------------------------- */
div.breadCrumbs{
	margin-bottom:0.3em;
	padding:11px;
	color:#777777;
	background-color:#f1f1f1;
	color:#9d9d9d;
	font-weight:bold;
}

div.breadCrumbs a{
	font-weight:normal;
}

div.breadCrumbs span.separator{
	padding:0 7px;
	background:url('../img/lists/marker.gif') no-repeat 50% 50%;
}
/* ----------------------------------------------------------------------- */
/* MAP */
/* ----------------------------------------------------------------------- */
#map{
	position:absolute;
	margin:15px 0 0 5px;
	width:200px;
}

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

#map li{
	margin:0;
	padding:0 10px;
	float:left;
	background:url('../img/icons/dots.gif') no-repeat 100% 50%;
}

#map img{
	display:block;
}

#map li.last{
	background:none;
}
/* ----------------------------------------------------------------------- */
/* ARTICLES */
/* ----------------------------------------------------------------------- */
div.articles div.article{
	padding:10px 0;
	border-top:1px dashed #f0f0f0;
	border-bottom:1px dashed #f0f0f0;
	margin:10px 0;
}

div.articles table{
	width:100%;
}

div.articles td.project_img{
	width:200px;
	padding:0 15px 15px 0;
}

div.articles td.project_img img{
	display:block;
	border:1px solid #b1bfda;
	vertical-align:middle;
}

div.articles div.forLink{
	padding:0;
	padding-right:20px;
}
/* ----------------------------------------------------------------------- */
/* IMAGES */
/* ----------------------------------------------------------------------- */
div.content table.images td{
	padding:10px;
}

div.content table.images img{
	vertical-align:middle;
	border:1px solid #c0c0c0;
}
/* ----------------------------------------------------------------------- */
/* CONTENT */
/* ----------------------------------------------------------------------- */
div.content{
	padding:10px 25px 10px 10px;
	line-height:1.5;
}

a.allItems{
	padding-left:10px;
	background:url('../img/lists/marker.gif') no-repeat 0 50%;
	color:black;
}

div.forLink{
	padding:10px 0;
}

div.content ul{
	margin:0;
	padding:0;
	list-style:none;
}

div.content ol{
	margin:0 0 0 25px;
	padding:0;
}

div.content ul li{
	margin:0;
	padding:4px 10px;
	background:url('../img/lists/marker.gif') no-repeat 0 10px;
	color:#2c2c2c;
}
/* ----------------------------------------------------------------------- */
/* PROJECTS */
/* ----------------------------------------------------------------------- */
table.projects div.order{
	padding-top:10px;
}
/* ----------------------------------------------------------------------- */
/* INNER LAYOUT */
/* ----------------------------------------------------------------------- */
table.innerLayout{
	width:100%;
}

table.innerLayout td.right{
	width:262px;
	overflow:hidden;
}

table.innerLayout td.right div.layer{
	padding:0 0 5px 10px;
}
/* ----------------------------------------------------------------------- */
/* FORM */
/* ----------------------------------------------------------------------- */
table.orderForm{
	width:100%;
}

table.orderForm td{
	padding:5px 0;
}

table.orderForm th{
	vertical-align:middle;
	text-align:left;
	padding:3px 0;
}

table.orderForm th div{
	color:#333333;
	background:#f9f9f9;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	padding:3px 10px;
	width:571px;
	font-size: 18px;
}

table.orderForm td.label{
	width:200px;
	padding-left:10px;
	padding-right:15px;
}

table.orderForm tr.disabled td{
	color:#aaaaaa;
	cursor:crosshair;
}

table.orderForm tr.disabled span.required{
	color:#aaaaaa;
}

#orderForm span.error{
	background:#fecdcd;
	color:red;
	font-size:90%;
	background:#fecdcd;
	padding:1px 3px;
	border:1px solid #cccccc;
	margin-left:10px;
}

#orderForm tr.captchaPlace td{
	vertical-align:top;
}

#orderForm tr.captchaPlace span.error{
	margin-top:-10px;
}

table.orderForm tr.disabled td.textField input{
	color:#999999;
	cursor:crosshair;
	border:1px solid #dddddd;
	color:#999999;
}

table.orderForm td.textField input, table.orderForm input.field, table.orderForm td.textField textarea{
	width:360px !important;
	border:1px solid #b2b9c3;
	padding:2px;
	font-size:100%;
	vertical-align:middle;
}

table.orderForm td.short input{
	width:50px !important;
}

table.orderForm td.middle input{
	width:100px !important;
}

table.orderForm td.textField select{
	border:1px solid #b2b9c3;
	padding:1px 2px;
	vertical-align:middle;
	font-size:100%;
}

table.orderForm td.textField img{
	vertical-align:middle;
	margin-left:5px;
}

table.orderForm td.captchaField input{
	width:230px;
	border:1px solid #b2b9c3;
	padding:2px;
	vertical-align:top;
}

table.orderForm td.captchaField img{
	vertical-align:middle;
	margin-right:10px;
	border:1px solid #b2b9c3;
	cursor:pointer;
}

table.orderForm td.caption{
	font-weight:bold;
	padding-top:10px;
}

table.orderForm td.caption span{
	border-bottom:1px dashed #cccccc;
}

table.orderForm td.info{
	font-size:90%;
	color:#777777;
}

div.form_errors{
	padding:10px;
	border:1px solid #eeeeee;
	background:#f9f9f9;
	color:red !important;
	margin-bottom:10px;
	width:571px;
}

div.form_errors ul li{
	color:red !important;
}

table.orderForm span.example{
	display:block;
	color:#999999;
	font-size:90%;
	padding:2px 0 0 3px;
}

#for_other_doc td.label, #for_other_city td.label{
	color:#999999;
}
/* ----------------------------------------------------------------------- */
/* CONTACT FORM */
/* ----------------------------------------------------------------------- */
div.contactForm{
	padding:10px 0;
	color:#222222;
}

div.contactForm div.form{
	border:1px solid #c0c0c0;
	border-top:none;
	padding:5px 10px 10px 10px;
}

div.contactForm div.label{
	padding:3px 0 3px 1px;
}

div.contactForm div.field{
	padding:1px 0 3px 1px;
}

div.contactForm div.field input.field{
	width:225px;
	border:1px solid #6a7a95;
	padding:1px 2px;
	color:#464a6c;
}

div.contactForm div.field textarea{
	width:225px;
	height:90px;
	border:1px solid #6a7a95;
	padding:2px 2px;
	color:#464a6c;
}

div.contactForm div.button input{
	background:#4F4F4F;
	border:1px solid #6a7a95;
	padding:2px 20px;
	color:white;
	cursor:pointer;
	font-weight:bold;
}

div.contactForm div.button{
	text-align:right;
}

div.contactForm div.button input:hover{
	background:#333333;
}

div.contactForm #captcha{
	width:92px;
	vertical-align:top;
}

div.contactForm #captchaSource{
	vertical-align:middle;
	margin-right:10px;
	border:1px solid #b2b9c3;
	cursor:pointer;
}

div.contactForm div.form_errors{
	padding-top:5px;
	line-height:1.5;
	color:red;
}

div.form_errors ul{
	margin:0;
	padding:0;
	list-style:none;
}

div.form_errors li{
	margin:0;
	padding:3px 0 3px 10px;
	background:url('../img/lists/marker.gif') no-repeat 0 9px;
}
/* ----------------------------------------------------------------------- */
/* NAVIGATION */
/* ----------------------------------------------------------------------- */
div.navigation{
	margin:15px 0;
}

div.navigation div.previous{
	float:left;
	padding-right:20px;
	font-size:0.9em;
}

div.navigation div.next{
	float:right;
	padding-right:20px;
	font-size:0.9em;
}
/* ----------------------------------------------------------------------- */
/* FOOTER */
/* ----------------------------------------------------------------------- */
td.footer div.layer{
	padding:5px;
}

div.footer{
	padding:17px 32px;
	background:#164658;
	margin-top:20px;
	margin-bottom:5px;
	color:black;
	text-align:center;
	color:#aaaaaa;
	
}

div.footer span{
	color:#111111;
}

div.footer a{
	font-weight:normal;
	color:#fff;
}

div.copyrights{
	background-color:#f5f5f5;
	padding:15px 32px;
	padding-bottom:15px;
}

div.copyrights table{
	width:100%;
}

div.copyrights td.text{
	padding-right:20px;
}
/* ----------------------------------------------------------------------- */
/* COUNTERS */
/* ----------------------------------------------------------------------- */
div.copyrights td.counters{
	width:250px;
	text-align:right;
}

div.copyrights img{
	vertical-align:top;
}
/* ----------------------------------------------------------------------- */
/* END OF STYLES */
/* ----------------------------------------------------------------------- */

#wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 160px;
    padding: 5px 0 0;
}
.header_phone{
	float: right;
	width: 700px;
	padding: 10px 0 5px 0;
	font-size: 12px;
	color: #000000;
	text-align: right;
}
.header_phone p{
	margin: 0 0 5px;
	font-size: 40px;
	font-family: "Trebuchet MS", sans-serif;
.logo {
    float: left;
    height: 60px;
    text-align: center;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 100px;
	height: 1%;
	position: relative;
}

#content {
	padding: 0 0 0 270px;
	float:left; width:700;
	margin-left:20%;
}

/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	position: relative;
	float:left; width:250; margin-left:-75%;
	}
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1000px;
	margin: -100px auto 0;
	height: 100px;
}

#number{
	float: right;
	font-size: 14px;
	width: 270px;
	margin: 0 36px 0 0;
}
#number p{
	font-size: 30px;
	margin: 0;}

table.prise, table.prise td {
border: 1px solid #CCC;
border-collapse:collapse;
font:small/1.2 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
padding:2px;}

table.prise a:link{color:#666;}
table.prise a:visited{color:#666;}
table.prise a:hover {color:#AC495B; text-decoration:none;}
table.prise a:active{color:#003366;}
table.prise tr:hover {background-color:#AC495B;}
table.prise th{background-color:#DDDDDD;}

.btn {
    background: url('../img/buttons/btn-left.png') no-repeat scroll left center transparent;
    border: 0 none;
    color: #FFFFFF !important;
    display: inline-block;
    font: bold 16px 'Droid Sans',serif;
    padding: 0 0 0 18px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.btn span {
    background: url('../img/buttons/btn-right.png') no-repeat scroll right center transparent;
    display: inline-block;
    padding: 12px 12px 12px 0;
}
.prs span {
	font: bold 16px 'Droid Sans',serif;
    text-decoration: none;
	background:#AC495B;
	color: #FFFFFF !important;
	}
.ord {
    background: url('../img/buttons/red-left.png') no-repeat scroll left center transparent;
    border: 0 none;
    color: #FFFFFF !important;
    display: inline-block;
    font: bold 16px 'Droid Sans',serif;
    padding: 0 0 0 18px;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}
.ord span {
    background: url('../img/buttons/red-right.png') no-repeat scroll right center transparent;
    display: inline-block;
    padding: 12px 12px 12px 0;
}
