BODY {
	margin: 0; 
	padding: 0;
    background: #fff;
	width: 100%;
    height: 100%;
    font-family: Arial,Helvetica,sans-serif ;
    font-size: 13px;
    color: #58585a;
}

A {
    color: #58585a;
    text-decoration: none; 

}


A:hover {
    text-decoration: none;
 }
 
 img {
    border: none;
	margin: 0;
	padding: 0;
}

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

table {
    border-collapse: collapse;
}

td {
    vertical-align: top;
}

.clear {
	clear: both;
}

/*    */

.header {
    height: 190px;
    background: url("/img/headerBg.gif") no-repeat center bottom;
    text-align: center;
}

.logo {
    position: absolute;
    display: block;
    left: 0;
    margin: 40px;
    z-index: 100;
}

.phone {
    font-size: 22px;

}

.bannerHead {
    position: absolute;
    right: 0;
    margin-top: -150px;
}



.topMenu a {
    display: block;
    background: url("/img/topMenuBg.gif") repeat-x;
    color: #fcece8;
    font-size: 18px;
    font-weight: bold;
    padding-top: 16px;
    height: 40px;
    text-align: center;
    border-left: 1px solid #7e0c10;
    
}

.topMenu a:hover {
    background: url("/img/topMenuBgHover.gif") repeat-x;

}

.conteiner {
    background: url("/img/77.jpg") repeat;
}

.conteiner td {
    padding: 10px;
}

td.leftRigCol {
    width: 240px;
}

.blockHead {
    background: url("/img/blockHead.png") no-repeat;
    padding-top: 20px;
    height: 42px;
    font-size: 20px;
    color: #fcece8;
    font-weight: bold;
    text-align: center;
	width: 240px;
}
.blockCont {
    background: url("/img/blockBg.png");
    padding: 10px 5px;
}

.blockContPartn {
    background: url("/img/blockBg.png");
    padding: 15px 5px 10px 5px;
    text-align: center;
}

.blockContAct {
    background: url("/img/blockBg.png");
    padding: 10px 15px 5px 10px;
}

.blockCont li {
    background: url("/img/blockDivline.png") no-repeat center bottom;    
}

.blockCont a {
    display: block;
    padding: 7px 10px;
    font-weight: bold;
    font-size: 16px;
}
.blockCont a:hover {
    color: #a70c11;
}

.inner li {
    background: none;
}

.inner a {
    font-size: 14px;
    font-weight: normal;
    padding: 0 10px 8px 10px;
}

*html .inner a {
    font-size: 14px;
    font-weight: normal;
    padding: 0 10px;
}


.blockBot {
    background: url("/img/blockBot.png") no-repeat;
    height: 14px;
    margin-bottom: 10px;
}

.banner {
    margin-bottom: 10px;
}

.footer {
    background: url("/img/footerBg.png") no-repeat center;
    text-align: center;
    color: #fd767b;
    font-size: 11px;
    height: 99px;
    padding-top: 80px;
}

.contentHeadLeft {
    background: url("/img/centerHeadLeft.png") no-repeat left;
}

.contentHeadRig {
    background: url("/img/centerHeadRig.png") no-repeat right; 
    padding: 0 17px;
}

.contentHeadBg {
    background: url("/img/centerHeadBg.gif") repeat-x;    
}

.contentHead {
    background: url("/img/centerHeadLeftBg.gif") no-repeat left;
    padding-top: 15px;
    padding-left: 5px;
    height: 39px;
    font-size: 20px;
    color: #fcece8;
    font-weight: bold;
}

.content {
    background: #fff;
    padding: 10px;
}

.content li {
margin-left: 20px;
list-style: disc;
}
.newsBlock {
    background: url("/img/centerDivline.gif") no-repeat center bottom;
    padding: 10px 10px 15px 10px;
}

h1 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    padding: 5px 0px;
    color: #A70C11;
}

.contentBotLeft {
    background: url("/img/centerLeftBot.png") no-repeat left top;  
    height: 9px;  
}

.contentBotRig {
    background: url("/img/centerRigBot.png") no-repeat right top;    
    padding: 0 9px;
    height: 9px;
}

.contentBotBg {
    background: #fff;
    height: 9px;
}

*html .contentBotBg {
    background: #fff;
    height: 1px;
    margin-top: -7px;
}

.client {
    font-weight: bold;
    padding-top: 5px;
}

#gb_frm {
	display: none;
	position: fixed;
	background: #fff;
	padding: 20px;
	top: 50%;
	margin-top: -200px;
	z-index: 99;
	border: 3px solid #9F0A0F;
	-moz-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;

}
#gb_frm label {
	margin-top: 10px;
	display: block;
}
#gb_frm input {
	width: 400px;
}
#gb_frm textarea {
	width: 400px;
	height: 200px;
}
div.gb_item {
	margin: 10px 0;
	border: 3px solid #9F0A0F;
	-moz-border-radius: 10px 10px 10px 10px;
	-o-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background: #fff;
	opacity: 0.9
}
.gb_item div.q {
	margin: 10px;
}
	.q span {
		float: right;
		font-size: 90%;
	}
	.q div {
		margin-top: 10px;
		border-top: 1px dotted #9F0A0F;
		padding-top: 10px;
	}
.gb_item div.a {
	border-top: 1px solid #9F0A0F;
	padding-top: 10px;
}
	.a div {
		border-top: 1px dotted #9F0A0F;
	}
	.a div, .a strong {
		padding-top: 10px;
		margin: 10px;
	}

@media only screen and (max-width:1066px) {
	.bannerHead {
		display: none;
	}
	.phone {
	display: block;
    float: right;
    margin-right: 10px;
	}
}

@media only screen and (max-width:823px) {
	tbody tr td.leftRigCol:nth-child(3) {
		display: none;
	}
	.topMenu a {
		font-size: 14px;
	}
}

.topMenu table {
	width: 100%;
}

.conteiner table {
	width: 100%;
}

.clr {
	clear: both;
}

.footer img{vertical-align:middle;}

div.h1 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	padding: 5px 0px;
	color: #A70C11;
	font-weight: bold;
}

div.tnr4 {
	font-family: "Times New Roman";
	font-size: 18px;
}

span.clr_ff0000 {
	color: #ff0000;
}

span.clr_0000ff {
	color: #0000ff;
}

.center {
	text-align: center;
}

.csm3 {
	font-family: "Comic Sans MS";
	font-size: 16px;
}

.csm4 {
	font-family: "Comic Sans MS";
	font-size: 20px;
}

p.left {
	text-align: left;
}

span.clr_ff6600 {
	color: #ff6600;
}
