/*
    Based on "Rapid HTML" template. Author: Alexander Dovnar (ec.sufit@gmail.com), http://psd2html.biz/rapid/. All Rights Reserved.
 */

* {
    margin: 0px;
    padding: 0px;
    border-collapse: collapse;
}

body {
    background: url(/img/bg.jpg) #8e8d8a;
    font-family: Times, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000;
}

td {
    vertical-align: top;
	
}

img {
    border: 0px;
}

a {
    color: white;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.clear {
    clear: both;
}

.cover {
    min-width: 1000px;
    max-width: 1260px;
}


#top {
    background: url(/img/topRightBg.gif) right top no-repeat;
    height: 202px;
}

#top-2 {
    background: url(/img/topRightBg-2.gif) right top no-repeat;
    height: 202px;
}

.logo {
    position: absolute;
    top: 40px;
    left: 11px;
}

.menuCover {
    background:url(/img/px.png);
    margin-top: 50px;
    width: 205px;
}
.underMenuLayer {
    padding-left: 11px;
    margin-top: 40px;
    line-height: 18px;
    color: white;
    width: 210px;
}
.underMenuLayer h2 {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: black;
    font-weight: bold;
    margin-bottom: 3px;
}
.underMenuLayer a.menuLink {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
    font-weight: bold;
}
.underMenuLayer a.date {
    color: black;
    font-weight: bold;
    font-size: 13px;
}

#basis {
    width: 100%;
}

#leftCol {
}

#rightCol {
    width: 760px;
}
#rightCol-2 {
    width: 75%;
}
.textBlock {
    background: url(/img/px.png);
    line-height: 18px;
}

#textBackGR {
	background: url(/img/doma.jpg) 100% 0 no-repeat;
	padding: 45px 25px 15px 25px;
}

.textBlock h1 {
    text-transform: uppercase;
    color: #e85131;
    font-size: 18px;
	font-family: "Arial Black";
}
.textBlock h2 {
    color: #e85131;
}
.textBlock p {
	padding: 5px 0;
}
.textBlock strong, .textBlock em {
	font-family: Times, Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 13px;
	font-style: normal;
	font-weight: normal;
}
.textBlock ul {
	padding: 5px 0 5px 30px;
}

.textBlock td {
	padding: 3px;
	border: 1px solid #e85131;
}

.textBlock .noborder td {
	padding: 3px;
	border: none;
}

#bottom {
    background: url(/img/bottomBg2.jpg) right top no-repeat;
    padding-bottom: 5px;
}
#bottom-2 {
    background: url(/img/bottomBg-2.jpg) right bottom no-repeat;
    padding-bottom: 5px;
	height: 150px;
}

div#copyright {
	float: left;
}

.contacts {
    padding: 5px 10px 5px 10px;
    background: url(/img/pxRed.png);
    width: 250px;
    font-size: 12px;
    font-weight: bold;
    float: right;
    margin-right: 520px;
    _margin-right: 260px;
    _background:none; _height: 1px; margin-left: 11px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/pxRed.png', sizingMethod='scale');
}

.contacts2 {
    padding: 5px 10px 5px 10px;
    background: url(/img/pxRed.png);
    width: 250px;
    font-size: 12px;
    font-weight: bold;
    float: right;
	margin-top: 75px;
    margin-right: 330px;
    _margin-right: 260px;
    _background:none; _height: 1px; margin-left: 11px; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/pxRed.png', sizingMethod='scale');
}

table.calc td {
	border: none;
	padding: 10px;
	font-weight: bold;
}

div#sum {
	color: #e85131;
	font-size: 14px;
	border: 1px solid #e85131;
	padding: 5px;
}

