*{
    margin:0;
    padding:0;
}
html, body{
    width:100%;
    height:100%;
}
body{
    color:#000;
	font:62.5%/1.4 Arial, sans-serif;
	background:#666;
}
/*---------
	COMMON STYLES
-----------*/
a{
	color:#2b8200;
	outline:none;
}
a:hover{
	text-decoration:none;
}
a img{
	border:none;
}
img{
	color:#999;
	font-style:italic;
	font-weight:bold;
}
.clear{
	clear:both;
	height:1px;
	font-size:1px;
}
.line{
	width:100%;
	overflow:hidden;
}
.go2top strong{
	font-weight:normal;
}

#wrapper{
	width:995px;
	margin:0 auto;
	font-size:1.2em;
	background:#fff;
	border-top:solid 10px #6D9147;
	position:relative;
}
#header{
	height:64px;
	padding:0 20px 0 40px;
	overflow:hidden;
}
#header img{
	float:left;
	margin:10px 0;
}
#header a{
	text-decoration:none;
	color:#696969;
}
#header a:hover{
	text-decoration:underline;
}
#header ul{
	float:right;
	list-style:none;
	font-size:13px;
	font-weight:bold;
	color:#696969;
}
#header li{
	float:left;
	text-transform:uppercase;
	padding:14px 0 8px;
}
#header li.here{
	background:url(/images/here.png) no-repeat 50% 0;
}
#header ul a,
#header ul span{
	display:block;
	padding:12px 21px;
	border-right:solid 1px #E2E2E2;
}
#header .last a,
#header .last span{
	border-right:none;
}

#intro{
	background:#9BCC63 url(/images/i_bg.png) no-repeat;
	height:243px;
	padding:38px 0 0;
	color:#fff;
}
#intro a{
	color:#fff;
}
#i_txt_box{
	background:#759B4C url(/images/i_txt_bg.png) no-repeat;
	width:448px;
	height:198px;
	padding:12px 20px 0 40px;
	float:left;
	margin-right:122px;
	margin-right:11.5%;
}
#i_txt_box h2{
	font:bold 28px Arial, Helvetica, sans-serif;
	margin:0 0 10px;
}
#i_txt_box p{
	margin:0 0 10px;
}
#start{
	float:left;
	font-size:20px;
	text-align:center;
	width:14em;
}
#start img{
	display:block;
	margin:5px auto 20px;
	font-size:12px;
	color:#fff;
}

#main{
	width:100%;
	overflow:hidden;
	background:#FBFBFB url(/images/c_bg.png) repeat-x;
	padding:41px 0 36px;
}
#main h1,
#main h2{
	font:22px Arial, Helvetica, sans-serif;
	color:#DB0909;
	margin:0 0 7px;
	padding:6px 0 0;
}
#main h2{
	font:18px Arial, Helvetica, sans-serif;
}
#main p{
	margin:0 0 15px;
	line-height:1.5;
	font-size:105%;
}
#content{
	width:508px;
/*	width:51%;*/
	float:left;
	padding:0 0 0 40px;
}
#content .cont_p{
	background:#eaeaea url(/images/att.gif) no-repeat 95% 40%;
	padding:20px 85px 20px 20px;
	margin:10px -20px 0 -20px;
	position:relative;
	width:455px;
}
#content strong{
	color:#333;
}
#content ol{
	margin:0 0 0 20px;
}
#content ol li{
	margin:0 0 5px;
}

#sidebar{
	padding:0 30px 0 40px;
	width:365px;
/*	width:36.9%;*/
	overflow:hidden;
	float:right;
}
#sidebar h2{
	margin:0 0 10px;
	padding:6px 0 0;
}
.reference{
	width:100%;
	overflow:hidden;
	margin:0 0 15px;
}
.reference img{
	float:left;
}
.reference div{
	margin:0 0 0 105px;
	position:relative;
}
#main .reference p{
	margin:0 0 5px;
}
.reference .l_quote,
.reference .r_quote{
	font-size:30px;
	color:#bbb;
	position:absolute;
	margin-top:-15px;
}
.reference .l_quote{
	margin-left:-19px;
}
.reference .r_quote{
	margin-left:4px;
}
.reference .who{
	display:block;
	text-align:right;
	font-style:italic;
	color:#666;
}
#sidebar .all_ref{
	float:right;
}
#plus{
	list-style:none;
	font-size:14px;
	color:#444;
}
#plus li{
	background:url(/images/li.gif) no-repeat;
	padding:0 0 0 21px;
	margin:0 0 10px;
}


#footer{
	background:#6D9147;
	color:#fff;
	padding:10px 0 3px;
	width:100%;
	overflow:hidden;
	position:relative;
}
#footer img{
	color:#fff;
}
#footer a{
	color:#fff;
}
#copy_made{
	line-height:1.3;
	float:left;
	padding:0 0 0 40px;
}
#footer .made{
	text-decoration:none;
}
#counts{
	float:right;
	padding-right:40px;
}
#counts img{
	margin:0 0 0 14px;
}
#counts a img{
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=20);
    -moz-opacity: 0.2;    /* Mozilla 1.6   */
    -khtml-opacity: 02;  /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.2;         /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +,
                             Safari 1.2+, Opera 9 */
    filter: alpha(opacity=30); /* IE 5.5+*/
}
#counts a:hover img{
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;    /* Mozilla 1.6   */
    -khtml-opacity: 1;  /* Konqueror 3.1, Safari 1.1 */
    opacity: 1;         /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +,
                             Safari 1.2+, Opera 9 */
    filter: alpha(opacity=100); /* IE 5.5+*/
}

#tel_num{
	position:absolute;
	top:18px;
/*	left:441px;*/
	left:44%;
}
#bad_way{
	width:3px;
	height:44px;
	background:#fff;
	position:absolute;
	top:13px;
	right:19px;
}
.no_br{
	white-space:nowrap;
}



#faq_box{
	margin:0 0 70px;
}
#content #faq_box h2{
	margin:0 0 8px;
	font:bold 14px/1.2 Arial, Helvetica, sans-serif;
}
.faq{
	/*background:#F1F1F1;*/
	line-height:1.3;
	color:#333;
	margin:0 0 21px;
	width:495px;
}
.faq h2 a{
	text-decoration:none;
	color:#DB0909;
}
#content .faq p{
	margin:0 0 6px;
}
.faq .ans{
	background:#EAEAEA;
	padding:11px 16px;
}

#sitemap{
	margin:0 0 0 15px;
	list-style:square;
}

#templates{
	width:100%;
	overflow:hidden;
}
#templates div{
	float:left;
	width:230px;
	height:150px;
	overflow:hidden;
	margin:0 20px 20px 0;
}
#templates div a img{
	border:solid 5px #ccc;
}
#templates div a:hover img{
	border:solid 5px #769D4C;
}
.up strong{
	font-weight:normal;
}