﻿#news-contacts
{
    border-top: 2px solid #b2b2b2;
    border-bottom: solid 2px #ededed;
    width: 100%;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-top: 5px;
}
#news-contacts tr
{
    vertical-align: top;
}

#news
{
    background-color: #d2d2d2;
    width: 570px;
    padding: 15px 0px 20px 20px;
    width: 100%;
    min-height: 50px;
}
#news tr
{
    vertical-align: top;
}
.news-item
{
    padding-right: 20px;
}
.news-item a
{
    text-decoration: underline;
    color: #707070;
}
.news-item a:hover
{
    text-decoration: none;
}
.news-date
{
    background-image: url('images/news-date-bg.gif');
    background-repeat: no-repeat;
    background-position: center center;
    min-width: 52px;
    min-height: 21px;
    float: left;
    font-family: Arial;
    font-size: 10px;
    color: #ffffff;
    text-align: center;
    padding-top: 7px;
}
.news-text
{
    float: left;
    padding-left: 10px;
    margin-top: 5px;
    width: 200px;
    min-height: 21px;
}
.news-all
{
    list-style-image: url('images/news-all-bullit.gif');
    display: list-item;
    margin: 10px 0px 10px 13px;
    padding-left: 5px;
}

#contacts
{
    width: 300px;
    text-align: right;
}

#content
{
    padding-top: 20px;
    padding-bottom: 50px;
    border-bottom: solid 3px #808080;
}
.our-services h1
{
    font-size: 100%;
    margin: 0px;
    padding: 0px;
    font-weight: normal;
}
#content-left p
{
    margin: 0px;
}
.out-services-ddl
{
    color: #797979;
}

#content-left
{
	color: #4d4d4d;
	width: 280px;
}
#content-left h1
{
	color: #748267;
	font-weight: bold;
	font-size: 150%;
	margin: 10px 0px 10px 0px;
}



#footer-left
{
    float: left;
}
#footer-right
{
    float: right;
    color: #9a9a9a;
    font-size: 90%;
    text-align: right;
}