@charset "utf-8";
/* CSS Document */

html,body {
	width:100%;
	height:100%;
}
body {
	min-width:996px;
	background-color:#fff;
	font: 1em/1.5em "Roboto Condensed", Calibri, Arial, Tahoma, Verdana, sans-serif;
	color: #000;
}
#full {
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 100%;
}
* html #full {
	height:100%;
}
#page {
	padding: 0 0 90px 0; 
	min-width: 960px;
	width: 100%;
}
 
#content {
	overflow: hidden;
}
#wrapper {
	width: 100%;
	float: left;
	margin-right: 0px;
}
#content1 {
	margin-right: 0px;
}

#container2 {
	width: 100%;
	float: right;
	margin-left: -275px;
}
#main_content {
	margin-left: 290px;
	text-align: justify;
}

.clearing {
	height: 0;
	clear: both;
}
.padtext {
	margin: 0 auto;
	width: 996px;
}
.overf {overflow: hidden;}
.picl {float: left; margin: 0 20px 10px 0;}
.picr {float: right; margin: 0 0 10px 20px;}
#main_content img {border: 1px solid #DEE6E9;}

.wrap3col {overflow: hidden;}
.wrap2 {width: 100%; float: left; margin-right: -270px;}
.cont1 {margin-right: 270px;}
.cont2 {width: 100%; float: right; margin-left: -350px;}
.main_cont {margin-left: 350px;}
.w3topmid {text-align: center; text-transform: uppercase; padding: 40px 0 0 0;}
.lcol {width: 340px; float: left;}
.rcol {width: 250px; float: right;}


/* Header */

#header {
	height: 540px;
}
#tophead {background: url(../head_1.jpg) no-repeat 50% 0%; height: 60px;}
#toptrlogo {font-size: 20px; height: 80px; background-color: #000; color: #fff;}
#logo {height: 55px; padding: 12px 0 0 0; float: left;}
#toprcol {text-align: right; padding: 14px 0 0 0;}
#tel {font-size: 26px; font-weight: bold;}

#upmenu {
    background-color: #fff;
    height: auto;
	min-height: 80px;
    padding: 0;
    position: relative;
	background: url(../head_2.jpg) no-repeat 50% 0%;
}

#foothead {background: url(../head_3.jpg) no-repeat 50% 0%; height: 240px;}

/* Middle */

.hottext {margin: 0 0 20px 0; padding: 10px 20px; background-color: #000; color: #fff;}

/* Leftcol */

#leftcol {
	width: 265px;
	float: left;
}
.lblock {padding: 10px 15px; background-color: #F3F4F6; margin-bottom: 15px;}

/* Rightcol */

#rightcol {
	width: 150px;
	float: right;
}

/* Footer */

#footer {
	position: absolute;
	bottom: 0;
	height: 80px;
	width: 100%;
	background-color: #DEE3E7;
}
.wrap2col {overflow: hidden; padding-top: 15px; font-size: 14px;}
.rfoot {float: right; text-align: right;}
.lfoot {float: left;}
