* {
	margin: 0;
    padding: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: #CFDEE5;
}

div {
	position: relative;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	color: #7BC7EC;
}


#bckg {
	width: 100%;
	/*min-height: 100%;
	height: auto !important;
	height: 100%;*/
	background: #CFDEE5 url(../images/bg_top.jpg) repeat-x;
}

#container {
	margin: auto;
	text-allign: center;
	width: 983px;
	background: url(../images/bg_container.jpg) repeat-y;
	font-family: Verdana, Arial;
	font-weight: normal;
	font-size: 12px;	
}

#header_1 {
    height: 228px;
	width: 100%;
	/*top: 0;
	left: 0;*/
	background: url(../images/bg_header_1.jpg) no-repeat;
}

#header_1 img {
	display: block;
	position: absolute;
	width: 217px;
	height: 61px;
	top: 79px;
	left: 30px;
	border: 0;
	behavior: url(page/htc/iepngfix.htc);
}

#header_2 {
    height: 95px;
	width: 100%;
	/*top: 0;
	left: 0;*/
	background: url(../images/bg_header_2.jpg) no-repeat;
}


#left {
    float: left;
    width: 240px;
	min-height: 478px;
	height: auto !important;
	height: 478px; /*578*/
	/*background: #133E5E url(../images/bg_left.jpg) no-repeat;*/
	/*background-color: #ffffff;*/
}

#left div.left_container {
	font-family: Verdana, Arial;
	color: #76C8EE;
	font-size: 10px;
	/*margin-left: 8px;*/
	width: 240px;
}

#left div.left_container div.underground {
	width: 240px;
	height: 91px;
	background: url(../images/underground.jpg) no-repeat;
}

#middle {
	position: relative;
    width: 743px;
    float:left;
	background: url(../images/bg_middle.jpg) repeat-y;
	/*background-color: #CFDEE5;*/
	padding-bottom: 15px;
}

#middle div.bg_ct { 
	position: absolute;
	background: #609609 url(../images/bg_ct.jpg) no-repeat;
	height: 95px;
	width: 743px;
	top: 0;
}

#product_list {
	float: right;
	width: 711px;
	/*border: 1px solid #999999;*/
	padding-left: 32px;
}

#product_list p {
	padding: 10px 0 15px 15px;
}

#product_list div, #product_list a {
	float: left;
	width: 126px;
	height: 148px;
	/*border: 1px solid #ff0000;*/
	margin: 0 40px 0 0;
	padding: 0;
}

#product_list a {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/bg_anchor.gif);
}

#product_list img {
	border: 1px solid #F5F5F5;
	width: 124px;
	height: 130px;
}

#product_list span {
	display: block;
	float: right;
	width: 50px;
	height: 16px;
	color: #ffffff;
	background-color: #8DBAD8;
	padding-left: 8px;
}

div.contact {
	font-family: Verdana, Arial;
	color: #344816;
	font-size: 10px;
	line-height: 16px;
}

div.contact p {
	padding: 5px 15px 0 15px;
}

div.contact {
	margin-top: 15px;
}

#footer {
	clear: both;
    height: 146px;
	margin: auto;
	text-align: center;
	width: 983px;
	background: url(../images/bg_footer.jpg) no-repeat;
	font-family: Verdana;
	font-size: 10px;
	color: #154061;
	/*padding-top: 30px;*/
}

#footer div.copyright{
	width: 288px;
	float: left;
	margin-top: 30px;
}

#footer div.copyright span{
	line-height: 25px;
}

#footer a.label{
	width: 220px;
	float: right;
	margin-right: 50px;
	color: #344816;
	margin-top: 30px;
}

#footer a.label:hover {
	color: #75AFD8;
}

.clear {
   clear: both;
   height: 0;
   width: 0;
   padding: 0;
   margin: 0;
   font-size: 0;
   line-height: 0;
   border: 0;
}