*{
margin:0px;
padding:0px
}

img {border: 0;}

br {font-size:10px;}

header, section, footer, aside, nav, article, main, figure, figcaption {
  display: block; /* Блочный элемент */
}

html{
width:100%;
height:100%;
margin: 0;
padding: 0;
background: url(../img/bg-html.jpg) repeat;
}

body{
margin:auto;
padding: 0;
width: 938px;
height:100%;
}

#wrapper{
/*margin: auto;
width: 1174px;*/
/*border: 1px solid red;*/
color: #ffffff;
font: 16px "Trebuchet MS","Helvetica Neue",Helvetica,Arial, sans-serif;
min-height: 100%;
height: auto !important;
height: 100%;
margin-bottom: -30px;
}

.buffer {
height: 30px;
/*border: 1px solid green;*/
}


/*HEADER*/
#header-main{
position:relative;
width:100%;
height: 244px;
/*border: 1px solid red;*/
text-align: center;
}
/*HEADER END*/




/*MENU TOP*/
#menu-top{
position:relative;
width:100%;
padding:0 0px 20px 0px;
/*border: 1px solid red;*/
}

#menu-top .link{
color: #ffffff;
font: bold 16px "Trebuchet MS","Helvetica Neue",Helvetica,Arial, sans-serif;
padding:0 22px 0 0px;
text-decoration: none;
}

#menu-top .active{
color: #acca05;
font: bold 16px "Trebuchet MS","Helvetica Neue",Helvetica,Arial, sans-serif;
padding:0 22px 0 0px;
text-decoration: none;
}


#menu-top .link:hover, #menu-top .active:hover{
text-decoration: none;
color: #acca05;
}
/*MENU TOP END*/



/*portfolio*/
.portfolio-row{
display: table-row;
/*border: 1px solid red;*/
/*width:938px;*/
}

.port-cell-left{
position: relative;
display: table-cell;
/*border: 1px solid green;*/
vertical-align: top;
text-align: left;
padding: 0 30px 30px 0;
}

.port-cell-right{
position: relative;
display: table-cell;
/*border: 1px solid green;*/
vertical-align: top;
text-align: right;
padding: 0 30px 30px 0;
}

ul{
list-style: none outside none;
padding: 0;
}
/*portfolio end*/



/*FOOTER*/
footer{
width: 938px;
/*border: 1px solid green;*/
color: #ffffff;
font: 12px "Trebuchet MS","Helvetica Neue",Helvetica,Arial, sans-serif;
height: 30px;
}

footer .block-left{
width:700px;
display: table-cell;
vertical-align: middle;
text-align: left;
}

footer .block-right{
width:238px;
display: table-cell;
vertical-align: middle;
text-align: right;
}

footer a.interek{
color: #ffffff;
font: 12px "Trebuchet MS","Helvetica Neue",Helvetica,Arial, sans-serif;
text-decoration: none;
}

footer a.interek:hover{
text-decoration: none;
color: #acca05;	
}
/*FOOTER END*/


/*MAIN*/
main{
font: 14px tahoma, sans-serif;
}

main h2{
font: bold 22px tahoma, sans-serif;
color: #acca05;
text-transform: uppercase;
}
/*MAIN END*/


/*tomail*/
form#tomail{
width:100%;
padding:20px 0;
/*border: 1px solid red;*/
}

form#tomail .div_left{
text-align: right;
vertical-align: top;
display: table-cell;
font: bold 13px tahoma, sans-serif;
width: 210px;
padding: 0 0 10px 0;
/*border: 1px solid red;*/
}

form#tomail .div_right{
text-align: left;
vertical-align: top;
display: table-cell;
font: 14px tahoma, sans-serif;
padding: 0 0 25px 0;
/*border: 1px solid red;*/
}




form#tomail .div_right input.input_text{
color: #909090;
font: 24px tahoma, sans-serif;
border: 0px solid #acca05;
margin: 0;
padding: 5px 0 5px 20px;
width: 650px;
height: 40px;
background: #ffffff;
}

form#tomail .div_right input.input_bot{
color: #909090;
font: 14px tahoma, sans-serif;
border: 0px solid #acca05;
margin: 0 0px 0px 10px;
padding: 0px 0 0 5px;
width: 40px;
height: 20px;
background: #ffffff;
}

form#tomail .div_right textarea{
color: #909090;
font: 18px tahoma, sans-serif;
border: 0px solid #acca05;
margin: 0;
padding: 10px 0 5px 20px;
width: 650px;
height: 390px;
background: #ffffff;
}

form#tomail .div_right .forma_radio{
margin: 0 0px 0px 10px;
}

form#tomail .div_right .send{
color: #ffffff;
font: bold 22px tahoma, sans-serif;
padding: 0;
margin: 0;
width:none;
overflow:visible;
background: transparent;
border: 0px solid #acca05;
}

form#tomail .div_right .send:hover{
text-decoration: none;
color: #acca05;
}

.back{
color: #acca05;
font: bold 19px tahoma, sans-serif;
}

.mail_mes_err{
color: maroon;
font: bold 22px tahoma, sans-serif;
}
/*tomail end*/