/* = Main XHTML tags */
* { margin: 0; padding: 0; }
body{
    font: normal 11px Verdana, Tahoma, Helvetica, Sans-serif;
    color: #004812;
    background:#fff url(../images/body_bkg.gif) repeat bottom;
}

a { color: #004812; text-decoration:none; }
/*a:hover { text-decoration:underline; }*/

*:focus { outline: none; }

/* = Main classes */
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
img { border: none!important; }
.no_bold{ font-weight:normal !important;}
.display_block{ display:block !important; }

/*---align classes---*/
.a-left { text-align: left; }
.a-center { text-align: center; }
.a-right { text-align: right; }

/*---float classes---*/
.f-left { float: left; }
.f-right { float: right; }
.c-both { clear:both; }

/* = Main parts for the XHTML structure */
/* = Enter to site */
.enter-site-page{
    background:#1e522f;
}
#enter-site{
    width:800px;
    height:533px;
    margin-left:-400px;
    margin-top:-266px;
    left:50%;
    top:50%;
    position:absolute;
    border:4px solid #163c22;
}
/*---Main structure of the site---*/
.main_container{
    background:#fff url(../images/main_bkg.gif) repeat-x bottom;
}
.container{
    width:922px;
    margin:auto;
    border-style:solid;
    border-width:0px 2px 2px;
    border-color:#e3ded9;
    padding:0px 9px;
    background:#e8fff0 url(../images/container_bkg_green.gif) no-repeat bottom;
}
.logo{
    line-height:0px;
    font-size:1px;
    background:#fffeff;
    text-align:center;
    position:relative;
}
.logo .flash_intro{
    position:absolute;
    right:10px;
    top:15px;
}
.logo .flash_intro a{
    display:block;
    width:114px;
    height:33px;
    background:url(../images/btns/flash-intro.gif) no-repeat top center;
}
.logo .flash_intro a:hover{
    background-position:bottom center;
}

/*---Top menu---*/
.top_menu{
    width:922px;
    margin:auto;
}
.top_menu ul li{
    float:left;
    display:block;
    list-style-type:none;
}
.top_menu ul li a.menu_home, .top_menu ul li a.menu_aboutus, .top_menu ul li a.menu_clients,
.top_menu ul li a.menu_eco, .top_menu ul li a.menu_usgbc, .top_menu ul li a.menu_media,
.top_menu ul li a.menu_contact{
    display:block;
    height:31px;
}
.top_menu ul li a.menu_home{
    width:90px;
    background:url(../images/btns/menu_home.gif) no-repeat center top;
}
.top_menu ul li a.menu_aboutus{
    width:106px;
    background:url(../images/btns/menu_about.gif) no-repeat center top;
}
.top_menu ul li a.menu_clients{
    width:99px;
    background:url(../images/btns/menu_clients.gif) no-repeat center top;
}
.top_menu ul li a.menu_eco{
    width:196px;
    background:url(../images/btns/menu_eco.gif) no-repeat center top;
}
.top_menu ul li a.menu_usgbc{
    width:135px;
    background:url(../images/btns/menu_usgbc.gif) no-repeat center top;
}
.top_menu ul li a.menu_media{
    width:172px;
    background:url(../images/btns/menu_media.gif) no-repeat center top;
}
.top_menu ul li a.menu_contact{
    width:124px;
    background:url(../images/btns/menu_contact.gif) no-repeat center top;
}
.top_menu ul li a.menu_home:hover, .top_menu ul li a.menu_aboutus:hover, .top_menu ul li a.menu_clients:hover,
.top_menu ul li a.menu_eco:hover, .top_menu ul li a.menu_usgbc:hover, .top_menu ul li a.menu_media:hover,
.top_menu ul li a.menu_contact:hover, .top_menu ul li a.active{
    background-position: center bottom; 
}

/*---Top flash---*/
.top_flash{
    width:922px;
    text-align:center;    
}

/* = Home content */
/*---Home left content---*/
.home_leftcont{
    width:922px;        
}
.home_leftcont .text_content{
    margin-top:20px;
    margin-bottom: 20px;
    padding: 0 0 65px 0;
}

*html .home_leftcont .text_content{
    margin-top:20px;
    margin-bottom: 0px;
    padding: 0 0 65px 0;
}

*+html .home_leftcont .text_content{
    margin-top:20px;
    margin-bottom: 0px;
    padding: 0 0 65px 0;
}


.home_leftcont .text_content .left_block,
.home_leftcont .text_content .center_block,
.home_leftcont .text_content .right_block{
    float:left;
    width:280px;
    padding-left:20px;
    position:relative;
    min-height:300px;
    height:auto !important;
    height:300px;
    color:#002C0B;
}

.home_leftcont .text_content .left_block .caption,
.home_leftcont .text_content .center_block .caption,
.home_leftcont .text_content .right_block .caption{
    font-size:18px;
    color:#004812;
    margin-bottom:5px;
    text-transform:uppercase;

}
.home_leftcont .text_content .left_block .text,
.home_leftcont .text_content .center_block .text,
.home_leftcont .text_content .right_block .text{
    margin-top:16px;
    line-height:20px;
    text-align:justify;
    padding-bottom:50px;
    font-size:12px;
}
.home_leftcont .text_content .text_content_footer{
    position:absolute;
    bottom:-66px;
}

#home_logo_pics {
    margin: 0 0 13px 0;
}


*html #home_logo_pics {
    margin: 0 0 16px 0;
}

*+html #home_logo_pics {
    margin: 0 0 16px 0;
}


#home_logo_pics img {
    margin:0 4px;
}


.btn_view_demo{
    display:block;
    width:113px;
    height:22px;
	position: absolute;
	z-index: 99;
	bottom:15px;
    background:url(../images/btns/btn_view_demo.png) no-repeat top center;
}
.btn_read_more{
    cursor:pointer;
    display:block;
    width:110px;
    height:24px;
	position: absolute !important;
	z-index: 99;
	bottom:15px;
    background:url(../images/btns/btn_read_more.png) no-repeat top center;
}
.btn_view_demo:hover, .btn_read_more:hover{
    background-position:bottom center;
}

/* = Copyright---*/
.copyright_home{
    color:#cccccc;
    padding: 0 0 10px 20px;
    margin: 0 0 0 0px;
    width: 385px;
    float: left;
    text-align: left;
}

*+html .copyright_home{
    color:#cccccc;
    padding: 0 0 10px 20px;
}

*html .copyright_home{
    color:#cccccc;
    padding: 0 0 10px 20px;
}

.copyright_common_home {
    color:#cccccc;
/*    padding:20px 20px 20px 0px;*/
    margin: 0 20px 0px 0px;
    display: block;
    width: 485px;
    float: right;
    text-align: right;
}

.copyright_common_home a {
    color: #eee;
}

.copyright_common_home a:hover {
    text-decoration: underline;
}


/* = Copyright---*/
.copyright{
    color:#cccccc;
/*    padding:20px 0px 20px 25px;*/
    padding: 0 0 10px 0;
    margin: 0 0 0 0px;
    width: 385px;
    float: left;
    text-align: left;
}

.copyright_common {
    color:#cccccc;
/*    padding:20px 20px 20px 0px;*/
    margin: 0 5px 0px 0px;
    display: block;
    width: 485px;
    float: right;
    text-align: right;
}

.copyright_common a {
    color: #eee;
}

.copyright_common a:hover {
    text-decoration: underline;
}




/* = Other pages structure */
/*---left column---*/
.left-column{
	border-right:1px dotted #fff;
	padding:0 0px 155px 0px;
    width:  230px;
	margin:30px 0 15px 0;
}
.left-column .left-navi{
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	padding:10px 0 14px 25px;
	list-style:none;
}
.left-column .left-navi li{
	padding-bottom:18px;
}
.left-column .left-navi li a{
	color:#004812;
	background:url(../images/list-arrow.gif) no-repeat left 1px;
	padding-left:17px;
	display:block;
}
.left-column .left-navi li a:hover,
.left-column .left-navi li a.active{
	color:#999;
	text-decoration:none;
	background-position:0 -13px;
}

.left-column img {
  margin: 0 0 0 2px;

}


/*---right column---*/
.right-column{
	width:645px;
	padding:0 0 100px 7px;
	margin:30px 0 0 0;
}

.right-column img {
    float: right;
    margin: 0 0px 5px 10px;
    border: 1px solid #DDD8D2;
}


.right-column .history-pic{
	background:url(../images/right_banner.gif) no-repeat;
	display:block;
	width:619px;
	height:63px;
	padding:28px 0 0 29px;
	font:30px Arial, Helvetica, sans-serif;
	line-height:33px;
}
.right-column .history-pic div{
    padding:30px 0px 0px 37px;
    color:#004812;
    font-size:30px;
    font-family:Arial, Helvetica, Sans-Serif;
}
.right-column .mini-nav{
	list-style:none;
	padding:14px 0 35px 0;
}
.right-column .mini-nav li{
	float:left;
	padding-right:5px;
	background:url(../images/gslash.gif) no-repeat 0 50%;
}
.right-column .mini-nav .first-li{
	background:none;
}
.right-column .mini-nav li a{
	padding-left:6px;
	color:#004812;
	/*text-decoration:underline;*/
}
.right-column .mini-nav li a:hover,
.right-column .mini-nav li a.active{
	text-decoration:none;
	color:#999;
}
.right-column .history{
	font-size:12px;
	color:#002c0b;
	line-height:20px;
    padding: 0 30px;
    margin:10px auto 20px auto;
	text-align:justify;
    float: none;
}

.right-column .history p {
    margin: 20px 0px;
}


.right-column h3 {
    font-size: 14px;
    margin: 0;
    padding:0;
}


.footer-whouse{
	background:url(../images/footer-line-whouse-white.png) no-repeat;
	width:920px;
	height:50px;
	margin:-40px 0 20px 0;
}
.contact_us_table{
	background:url(../images/contact_us_table_bg.png);
	color:#222;
}
*+html .contact_us_table{
	background-image:none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/contact_us_table_bg.png", sizingMethod="scale");
}
.contact_us_table .formTfReq{
	width:190px;
	height:15px;
	border:1px solid #9fc2d7;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:0;
	margin:0;
}
.right-col-pad {
	padding: 20px;
	text-align: justify;
}

.titimg {
    display:block;
    width: 280px;
    height: 70px;
}


#btnSend {
  	background:url(../images/btns/btn_send.gif) top left;
    display: block;
    width: 57px;
    border: none;
    height: 26px;
    float: left;
    margin: 0 10px 0 0;
}

#btnSend:hover {
    background:url(../images/btns/btn_send.gif) bottom left;
    cursor: pointer;
}

#btnReset {
  	background:url(../images/btns/btn_reset.gif) top left;
    display: block;
    width: 57px;
    border: none;
    height: 26px;
}

#btnReset:hover {
  	background:url(../images/btns/btn_reset.gif) bottom left;
    cursor: pointer;
}

#usgb_img {
    text-align: center;
    float: none;
}

#usgb_img img {
    text-align: center;
    float: none;
    margin: 0 20px;

}


