@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	font:14px Calibri,sans-serif;
	color:#484848;
	background:#2a2a2a url(images/background.gif) repeat-x top;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

#main {
	margin:auto;
	width:860px;
}

/*--Header--*/

#header {
	width:860px;
	background:#fff url(images/bg_header.jpg) no-repeat center top;
	overflow:hidden;
}

#header #logo {
	padding:41px 0 0 69px;
	float:left;
}

#slogan {
	margin:135px 0 0 34px;
	padding:5px;
	width:144px;
	background:#ec9a1c;
	height:36px;
	float:left;
	font-family:Calibri,sans-serif;
	font-size:19px;
	color:#FFFFFF;
	text-transform:uppercase;
	opacity:.90;
	text-align:center;
	line-height:18px;
	overflow:hidden;
}

/*--Navigation--*/

#navigation {
	margin:auto;
	margin-top:3px;
	margin-left:1px;
	margin-right:1px;
	height:45px;
	background:#fff url(images/bg_navigation.jpg) repeat-x top;
	overflow:hidden;
}

#navigation_ct {
	float:right;
	padding:9px 20px 0 0;
}

#navigation_ct a {
	float:left;
}

#line_navi {
	float:left;
	padding:0 10px 0 20px;
}

/*--Body--*/

#body {
	margin:4px 0 0 0;
	padding:0;
	width:860px;
	background:#f8f4e8;
}

/*--Body Left--*/

#body_left {	
	padding:25px 40px 0 35px;
	float:left;
	width:435px;
}

#body_left h3 {
	padding:0 0 1px 0;
	font-family:Calibri,sans-serif;
	font-size:21px;
	font-weight:normal;
	color:#383838;
	border-bottom:2px solid #cccccd;
}

#body_left .icon {
	margin:6px 0 8px 0;
	float:left;
}

#body_left p {
	padding:10px;
}
 
#body_left p u {
	color:#719c00;
}

#body_left ol li {
	margin-left:30px;
}

#body_left1 {
        padding:25px 40px 0 35px;
        float:left;
        width:800px;
}

#body_left1 h3 {
        padding:0 0 1px 0;
        font-family:Calibri,sans-serif;
        font-size:21px;
        font-weight:normal;
        color:#383838;
        border-bottom:2px solid #cccccd;
}

#body_left1 .icon {
        margin:6px 0 8px 0;
        float:left;
}

#body_left1 p {
        padding:10px;
}

#body_left1 p u {
        color:#719c00;
}

#body_left1 ol li {
        margin-left:30px;
}

/*--Body Right--*/

#body_right {	
	padding:25px 25px 40px 15px;
	float:right;
	width:305px;
	background:url(images/bg_body_right.jpg) repeat-y;	
}

/*--Our Project--*/

#our_project {
	margin:4px 0 0 0;
}

#our_project_hd {
	height:11px;
	overflow:hidden;
	background:#FFFFFF;
}

#our_project_ct {
	background:#FFFFFF;
	padding:0 2px;
}

#our_project_ct_sub {
	padding:10px 20px;
	background:url(images/ourproject_ct_sub_bg.jpg) repeat-x bottom;
	overflow:hidden;
}

#small_pack {
	float:left;
}

#small_pack h3 {
	padding:0 0 15px 0;
	font-family:Calibri,sans-serif;
	font-size:17px;
	font-weight:normal;
	text-decoration:underline;
	color:#609e00;
	text-transform:uppercase;
}

#small_pack .prod {
	padding:0 0 5px 0;
}

#small_pack a {
	font:11px Tahoma;
	color:#066a00;
}

#small_pack a:hover {
	color:#666;
}

.setwidth {
	width:27%;
	text-align:right;
}

#our_project_ft {
	height:13px;
	overflow:hidden;
	background:url(images/ourproject_ft_bg.jpg) repeat-x;
}

/*--Blog--*/
.post_item {
	margin-bottom:40px;
}


.post_header {
	padding-bottom:5px;
	border-bottom:dashed 1px;
}

.post_header1 {
	padding-bottom:5px;	
}

.post_title {
	font-size: 30px;
	color: #222222;	
}

.post_title a {
	color: #222222;
}

.post_info {
	font-size: 12px;
}

.post_content {
	margin-top:10px;		
	line-height: 180%;
}

.comment_item {
	margin-top:20px;
	padding-bottom:5px;
	border-bottom:solid 1px;
}

#post_comment {
	margin-top: 20px;	
}

.post_comment_div {
	margin-top: 20px;
}

/*--Footer--*/

#footer {
	margin:2px 0 0 0;
	padding:20px 0;
	background:#eef3fa url(images/bg_footer.jpg) repeat-x;
	text-align:center;
	color:#78c600;
	font-size:13px;
}

#footer a {
	padding:0 20px;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
}

#copyright {
	margin:4px 0 0 0;
	color:#FFFFFF;
}

#copyright a {
	color:#78c600;
	text-decoration:underline;
}
