* { 
	margin:0;
	padding:0;
}
html, body { 
	height:100%;
}
body { 
	background:#000 url(images/bg/clover.jpg) no-repeat 50% 0%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	line-height:18px;
	color:#b8b8b8;
}

img {
	border:0; 
	vertical-align:top; 
	text-align:left;
}
object { 
	vertical-align:top; 
	outline:none;
}
ul, ol { 
	list-style:none;
}

.fleft { 
	float:left;
}
.fright { 
	float:right;
}
.clear { 
	clear:both;
}

.col_1, .col_2, .col_3, .sub_col_1, .sub_col_2, .sub_col_3 { 
	float:left;
	display:inline
}

.alignright { 
	text-align:right;
}
.aligncenter { 
	text-align:center;
}

.wrapper { 
	width:100%;
	overflow:hidden;
}
.container { 
	width:980px;
	margin:0 auto;
}



/*==== GLOBAL =====*/
#main {
	margin:0 auto;
}

#header {
	height:237px;
	width:980px;
	margin:0 auto;
	position:relative
}
#content {
	width:980px;
	margin:0 auto
}



/*----- forms parameters -----*/

input, select, textarea { 
	font-family:Arial, Helvetica, sans-serif; font-size:1em;
	vertical-align:middle;
	font-weight:normal;
}


/*----- other -----*/
.img-indent { 
	margin:0 30px 0 0; 
	float:left;
}
.img-indent2 { 
	margin:0 10px 0 0; 
	float:left;
}

p {
	margin-bottom:20px;
}
.p1 { 
	margin-bottom:8px;
}
.p2 { 
	margin-bottom:16px;
}
.p3 { 
	margin-bottom:24px;
}
.p4 { 
	margin-right:28px;
}
.margi15 {
	margin-bottom:15px	
}
.margi20 {
	margin-bottom:20px	
}
.margi30 {
	margin-bottom:30px	
}
.txt_underline {
	text-decoration:underline	
}

/*----- txt, links, lines, titles -----*/
a {
	color:#dcdad7; 
	outline:none;
}
a:hover{
	text-decoration:none;
}
.white {
	color:#dedede	
}
.white2 {
	color:#fff	
}
.green {
	color:#80a424	
}
.blue {
	color:#28a1ce	
}
.red {
	color:#ee145b;
	
}
.button {
	background:url(images/icon/button1.gif) no-repeat 0% 0%;
	display:inline-block;
	height:20px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
	cursor:pointer
}
.button span {
	background:url(images/icon/button2.gif) no-repeat 100% 0%;
	display:inline-block;
	height:20px;
	padding:0 2px;
}
.button span span {
	display:inline-block;
	background:#ee145b;
	padding:0px 10px 0;
	
}
.button:hover {
	color:#000	
}
.more {
	background:url(images/icon/arrow2.png) no-repeat 100% 3px;
	padding:0 15px 0 0;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	line-height:1.2em
}
.more2 {
	background:url(images/icon/arrow2.png) no-repeat 100% 3px;
	padding:0 15px 0 20px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	line-height:1.2em
}
h1 {
	font-size:35px;
	line-height:1.2em;
	font-weight:normal;
	color:#303030;
	margin-bottom:20px
}
h1 strong {
	color:#ff0059;
}
h2 {
	font-size:27px;
	line-height:1.2em;
	font-weight:bold;
	margin-bottom:30px;
	color:#fff
}
h2 strong {
	color:#f4ff76;
	border-bottom:1px solid #f4ff76
}
h3 {
	background:url(images/bg/h3.png) no-repeat 0% 9px;
	padding:0 0 0 23px;
	font-size:30px;
	color:#fff;
	margin-bottom:17px;
	line-height:1.2em
}
h4 {
	font-size:30px;
	color:#fff;
	margin-bottom:17px;
	line-height:1.2em
}
.quick_search h4 {
	font-size:30px;
	color:#fff;
	margin-bottom:17px;
	line-height:1.2em;
	padding:5px 0 10px 46px;
	border-bottom:2px solid #fff;
	letter-spacing:-1px;
	background:url(images/icon/search.png) no-repeat 0% 0%


}
h4.bordered  {
	font-size:30px;
	color:#fff;
	margin-bottom:29px;
	line-height:1.2em;
	padding:5px 0 10px 0;
	border-bottom:2px solid #fff;
	letter-spacing:-1px;
}
.line-hor { 
	background:#fff;
	height:2px;
	overflow:hidden;
	font-size:0;
	line-height:0;
	margin:57px 0 22px 0;
}


	.address dt {
		font-weight:bold;
		color:#dedede;
		margin-bottom:13px
	}
	.address dd { 
		clear:both;
		line-height:15px;
		text-align:right;
		width:170px
	}
		.address dd span { 
			float:left;
		}
		.address a  { 
			color:#28a1ce
		}


/*===== header =====*/
.logo {
	position:absolute;
	margin:90px 0 0 30px
}

.title {
	position:absolute;
	margin:90px 0 0 200px
}

.menu {
	position:absolute;
	margin:18px 0 0 0;
	background:url(images/bg/menu.gif) repeat-x 0% 0%;
	height:60px;
	width:980px
}
.menu ul {
	margin:19px 0 0 22px;
}
.menu ul li {
	float:left	;
	margin-right:35px;
	display:inline
}
.menu ul li a{
	display:inline-block;
	padding:0 0 0 20px;
	background:url(images/icon/dot.gif) no-repeat 0% 12px;
	color:#fff;
	font-size:24px;
	text-decoration:none;
	line-height:1.2em
}
/*.menu ul li a:hover, .menu ul li a.active {
	
}*/


/*===== content =====*/


.list li {
	background:url(images/icon/dot2.png) no-repeat 0% 9px;
	padding:0 0 0 18px;
	line-height:23px;
}
.list li a{
	font-weight:bold;
	color:#61afcc
}
.col_1 .list2 li {
	background:url(images/icon/arrow.png) no-repeat 0% 9px;
	padding:0 0 0 18px;
	line-height:23px;
	width:200px !important
}
.list2 li {
	background:url(images/icon/arrow.png) no-repeat 0% 9px;
	padding:0 0 0 18px;
	line-height:23px;
	width:250px
}
.list2 li a{
	font-weight:bold;
	color:#61afcc;
	text-decoration:none
}
.list2 li a:hover {
	text-decoration:underline	
}
.list_dl  {
	margin-right:55px
}
.list_dl dt {
	background:url(images/icon/arrow.png) no-repeat 0% 6px;
	padding:0 0 0 14px;
	line-height:16px;
	width:96px
}
.list_dl dd {
	padding:0 0 7px 14px;
	line-height:16px;
	font-size:10px;
}
.list_dl dd a{
	color:#8198a2
}
.list_dl dt a{
	color:#28a1ce;
	font-weight:bold
}
.style_list_dl {
	padding:0 0 0 44px	
}
.style_list_dl2 {
	padding:15px 0 0 56px	
}
.bg {
	background:url(images/bg/bg.png) repeat 0% 0%;
	padding:15px 35px 40px 45px
} 	
.bg2 {
	background:url(images/bg/bg.png) repeat 0% 0%				;
	padding:30px 36px 30px 38px
} 	
/*===== footer =====*/
#footer {
	height:127px;
	width:980px;
	margin:0 auto
}
#footer .container2 {
	padding:0 ;
	position:relative;
	width:930px ;
	border-top:2px solid #fff;
	margin-left:50px
}
.copy {
	position:absolute;
	margin:40px 0 0 15px;
	color:#878787;
	font-size:11px;
}
.copy a {
	color:#28a1ce
}
.bottom_menu {
	position:absolute;
	margin:30px 0 0 275px;
	border-left:1px solid #fff;
	width:545px;
	padding:2px 0 2px 32px
}
.bottom_menu ul li {
	float:left;	
	background:url(images/spacer.gif) no-repeat 100% 5px;
	padding:0 8px 0 0;
	margin-right:8px
}
.bottom_menu ul li a{
	color:#6f833b;
	font-size:11px;
}
.no_bg {
	background:none !important
}
/*----- forms -----*/
.inp_form {
	float:left;
	width:567px
}
.inp_form div.fleft_form{
	float:left;
	display:inline;
}
.inp_form  input{
	width:227px;
	background:#fff;
	display:block;
	border:1px solid #a09b96;
	padding:2px;
}
.inp_bg {
	width:280px;
	display:block;
	border:0;
	height:35px
}

.inp_form textarea {
	width:284px;
	height:125px;
	color:#626262;
	background:#fff;
	float:left;
	overflow:auto;
	border:1px solid #a09b96;
}
.inp_form .area_bg {
	width:284px;
	height:125px;
	color:#626262;
	float:left;
	border:0;
}

.form_link {
	padding-top:10px;	
}
.form_link a {
	margin-left:15px;	
}

.pad2 {
	padding-left:56px	
}
.quick_search {
	color:#fff;
	margin-bottom:80px;
}
.left_field {
	width:110px;
	float:left
}
.left_field input  {
	width:95px;
}
.right_field {
	width:91px;
	float:left
}
.right_field input  {
	width:86px;
}
.radio_button input {
	margin:-3px 6px 0 5px;
	width:13px;
	height:13px
}
.sel1 {
	width:54px;
	margin-right:2px;
}
.sel2 {
	width:44px	;
	margin-right:2px;
}
.sel3 {
	width:74px;
	margin-right:2px;
}
.img1 {
	margin:4px 3px 0;	
}
.b1 {
	margin-right:10px
}	
/*==========================================*/
.navigate {
	position:absolute;
	right:10px;
	top:50px;
	font-size:20px;
	color:#fff
}
.navigate ul {float:left; margin:7px 7px 0 0}
#styleSwitch li { float:left; cursor:pointer;  position:relative; overflow:hidden; margin:0 3px 0 0 }
#styleSwitch li a {background:url(images/icon/dot3.png) no-repeat 0% 0%; width:13px; height:13px; display:block; text-indent:-20000px}
#styleSwitch  .selected a {background:url(images/icon/dot3_act.png) no-repeat 0% 0%; width:13px; height:13px; display:block;}
.style1{background:#000 url(images/bg/clover.jpg) no-repeat 50% 0%}
.style2{background:#000 url(images/bg/soil.jpg) no-repeat 50% 0%}
.style3{background:#000 url(images/bg/leaves.jpg) no-repeat 50% 0%}
.style4{background:#000 url(images/bg/tree.jpg) no-repeat 50% 0%}

