/* ОБНУЛЯЕМ СТИЛИ ------------------------------------------------------------------------------------*/
 html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ul, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
/* Не забываем описать стили для :focus! */
:focus {
outline: 0;
}
body {
line-height: 1;
color: black;
background: #f0f0f0;

font-family:Arial, Helvetica, sans-serif;


}
/* Для таблиц все еще надо прописывать 'cellspacing="0"' в коде */
table {
border-collapse: collapse;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}

/* ОБЩИЕ СТИЛИ ------------------------------------------------------------------------------------*/
body {
}

#wrap {

}

.clear {
clear:both;
}

/*ХЕДЕР------------------------------------------------------*/
#header {
margin-top:20px;
margin-left:20px;
height:30px;
width:930px;
}

#header #logo{
background:url(i/logo.gif);
width:290px;
height:32px;
position:absolute;
}

#right_corner{
background: url(i/right-corner.gif);
width:72px;
height:73px;
position:absolute;
right:0px;
top:0px;
}

#header #menu{
list-style:none;
position:absolute;
margin-left:353px;
margin-top:0px;
font-size:16px;
width:550px;

}

#menu #bordertop{
border-top:3px solid #AE0000;
padding-top:10px;
width:437px;
margin-left:20px;
}

#menu li {
float:left;
margin-right:50px;
background:url(i/bullet-arrow.gif) no-repeat;
padding-left:20px;
}

#menu li a{
color:#424242;
padding:2px;
}

#menu li a:hover{
color:#424242;
background-color:#d0baba;
padding:2px;
}



/* ЦЕНТРАЛЬНЫЙ БЛОК------------------------------------------------------*/
#middle {
margin-top:30px;
position:relative;
}

#middle #main_pic{

}

#middle #about{
position:absolute;
top:300px;
z-index:5;
overflow:hidden;
}

#middle .text_block {
position:absolute;
background-color:white;
top:0px;
left:0px;
margin-top:20px;
margin-left:20px;
padding:0px 10px 0px 10px;
opacity:0.9;
color:#333333;
overflow:hidden;
height:0px;
}

.text_block .text_right {
position:absolute;
left:290px;
padding-right:10px;
}

.text_block img{
margin-right:20px;
border:1px solid #ccc;
margin-top:10px;
}

.text_block  h1{
margin-bottom:20px;
margin-top:10px;
font-size:24px;
text-shadow:1px 1px 1px #ccc;
font-family:Georgia, "Times New Roman", Times, serif;

}

.text_block  p{
margin-top:10px;
}

#text_contacts p span{
font-weight:bold;
}

#middle #news{
position: absolute;
top:0px;
left:1000px;
font-size:13px;
color:#333;
}

#news #title_news{
background:url(i/title_news.gif);
width:234px;
height:18px;
}

#news .news_element{
margin-top:20px;
}

.news_element .news_date{
font-style:italic;
font-weight:bold;
font-size:13px;
}

.news_element .news_text{
width:300px;
margin-top:5px;
padding-left:5px;
border-left:1px solid #666666;
margin-left:5px;
}


/*ФУТЕР------------------------------------------------------*/

#footer {
margin-top:20px;
color:#676777;
height:50px;
font-size:14px;
line-height:16px;
}

#footer a{
color:#676777;
}

#footer #bottom_line{
height:0px;
width:954px;
border-top:1px solid #040423;
border-bottom:1px solid #26274a;
margin-bottom:10px;
}

#footer #contacts{
float:left;
margin-left:10px;
}

#footer #lensite_copyright {
float: right;
margin-right:10px;
}
