body{
    margin: 0; padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #6e7360;
}
p{
    line-height: 1.2em;
}
a:link, a:visited{
    color: #6e7360;
}
a:hover{
    text-decoration: none;
	background-color: #6e7360;
	color: #FFF;
}
#ContentQuick a{
    text-decoration: none;
	background-color: #FFF;
}
h1{
	font-size: 26px;
	color: #003366;
	margin: 0px;
}
a,img{
    border: 0;margin: 0;padding:0;
}
.red{
    color: #F00;
}
#Container{
	margin: 0 auto;
    width: 960px;
	height: 100%;
	background-color: #FFF;
	overflow: hidden;
}
#Banner{
    width: 960px;
	height: 150px;
	background-image: url(../images/banner.jpg);
}
#Banner h1{
    margin: 0; padding: 0;
    display: none;
}
#Navigation{
	width: 100%;
	height: 50px;
	background: url(../images/nav_bg.jpg) repeat-x;
}
#Navigation ul{
    margin: 0; padding: 0;
    list-style-type: none;
}
#Navigation ul li{
	float: left;
	margin-bottom: 10px;
	text-align: center;
}
#Navigation ul li a{
    display: block;
	width: 160px;
	padding-top: 7px;
	height: 43px;
    text-decoration: none;
	color: #FFF;
}
#Navigation ul li a:hover{
    background: url(../images/nav_bg_hover.png) repeat;
}
#Content{
    background-color: #FFF;
	width: 940px;
	padding: 10px;
}
#ContentQuick{
    float: left;
	margin-bottom: 10px;
}
#ContentQuickPhoto{
	float: left;
	width: 720px;
	height: 230px;
	background-color: #FFF;
	overflow: hidden;
}
#ContentQuickButtons{
	position: relative;
	float: right;
	width: 220px;
	height: 70px;
}
#ContentQuickButtons img{
    margin-bottom: 10px;
}
#ContentQuickButtons a.bttn_1{
	position: absolute;
	top: 0; right: 0;
}
#ContentQuickButtons a.bttn_2{
	position: absolute;
	top: 76.6px; right: 0;
}
#ContentQuickButtons a.bttn_3{
	position: absolute;
	top: 153.2px; right: 0;
}
#ContentMain{
    clear: both;
}
.outline_box,
.outline_box_top, .outline_box_content,.outline_box_bottom{
    float: left;
}
.outline_box_top_container, .outline_box_middle_container, .outline_box_bottom_container{
    clear: both;
	float: left;
	position: relative;
}
.outline_box_left, .outline_box_right{
    float: left;
	width: 15px;
}
.outline_box_topleft, .outline_box_topright, .outline_box_bottomleft, .outline_box_bottomright{
    float: left;
	width: 15px;
	height: 15px;
}
.outline_box_topleft{
    background: url(../images/outline_box_topleft.jpg) no-repeat;
}
.outline_box_top{
    height: 15px;
    background: url(../images/outline_box_top.jpg) repeat-x;
}.outline_box_topright{
    background: url(../images/outline_box_topright.jpg) no-repeat;
}
.outline_box_left{
    background: url(../images/outline_box_left.jpg) repeat-y;
	width: 15px;
}
.outline_box_content{
    float: left;
}
.outline_box_right{
    background: url(../images/outline_box_right.jpg) repeat-y;
	width: 15px;
}
.outline_box_bottomleft{
    background: url(../images/outline_box_bottomleft.jpg) no-repeat;
}
.outline_box_bottom{
    height: 15px;
    background: url(../images/outline_box_bottom.jpg) repeat-x;
}
.outline_box_bottomright{
    background: url(../images/outline_box_bottomright.jpg) no-repeat;
}
#ContentMain{
	position: relative;
	min-height: 670px;
}
#ContentMain #ContentAside{
	position: absolute;
	top: 0; left: 0;
	width:340px;
}
#ContentAside .outline_box{
	clear: both;
}
#ContentAside .outline_box img{
	float: left;
	clear: none;
	margin: 0;padding:0;
	
}
#ContentAside .outline_box_top, #ContentAside .outline_box_content, #ContentAside .outline_box_bottom{
    width: 300px;
}
#ContentCustomers p{
    margin: 0; padding: 0;
	height: 16px;
}
#ContentCustomers .outline_box_left, #ContentCustomers .outline_box_content, #ContentCustomers .outline_box_right{
    height: 415px;    /* The height of (p + image) */
}
#ContentClimateSmart{
    margin-top: 10px;
}
#ContentClimateSmart .outline_box_left, #ContentClimateSmart .outline_box_content, #ContentClimateSmart .outline_box_right{
    height: 161px;
}
#ContentIndex{
	float: right;
}
#ContentIndex .outline_box_top_container{
    width: 600px;
    height: 15px;
	background: url(../images/ContentIndex_bg_top.jpg) no-repeat;
	
}
#ContentIndex .outline_box_middle_container{
    width: 600px;
    height: auto;
	background: url(../images/ContentIndex_bg_middle.jpg) repeat-y;
	
}
#ContentIndex .outline_box_middle_container h1{
    text-align: center;
}
#ContentIndex .outline_box_middle_container h1,
#ContentIndex .outline_box_middle_container table{
    margin: 10px;
	margin-bottom: 0;
	width: 580px;
    float: left;
	height: auto;
}
#ContentIndex .outline_box_bottom_container{
    width: 600px;
    height: 15px;
	background: url(../images/ContentIndex_bg_bottom.jpg) no-repeat;
	
}
#Footer{
    clear: both;
	width: 100%;
    margin: 0; 
	padding: 10px 0;
	text-align: center;
}
#Footer ul{
    margin: 0; padding: 0;
    list-style-type: none;
}
#Footer ul li{
    display: inline;
	margin: 5px;
}
#Footer ul li a{
	font-size: 14px;
    color: #6e7360;
    text-decoration: none;
}
#Footer ul li a:hover{
    color: #FFFFFF;
	background-color: #6e7360;
}
#Remarks{
	margin: 10px auto;
    width: 960px;
	height: 100%;
	color: #DDD;
	font-size: 14px;
}
#Remarks #copyright{
    float: left;
	height: 40px;
	margin: 0 0 10px 10px;
}
#Remarks #design{
    float: right;
	height: 40px;
	margin: 0 10px 10px 0;
}
