/* CSS Document */

body{
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;	
	background: url(../images/bg.jpg) left top repeat-x;	
}

body,h1,h2,h3,p,ul,li,form,legend,fieldset{
	margin:0;
	padding:0;
}

h1, h2 , h3{
	font-weight:normal;
	color:#FFCC66;
}

h1{
	font-size:24px;
}

h2{
	font-size:18px;
}

h3{
	font-size:14px;
}

p{
	padding-bottom:7px;
	padding-top:7px;
}


/**************************************/

#bg{	
}

#main{	
	background:url(../images/main_bg2.jpg) center top no-repeat;
}

#wrap{
	margin:auto;
	width:980px;
	min-height:724px;
	padding-top:20px;
}

#nav{

}

#nav ul li{
	display:inline;
	margin-right:10px;
	background: url(../images/nav_bg.jpg) no-repeat;
	padding:10px 10px;
}

#nav ul li a{
	color:#FFF;
	text-decoration:none;
}

#content{
	width:980px;
}

#load{
	position:absolute;
	text-align:right;
	background-color:#fff;
	color:#030;
	padding:5px 10px;
}

#tv{
	clear:both;
	background:url(../images/tv2.png) left top no-repeat;
	width:320px;
	height:356px;
	padding:20px 0px 0px 40px;
	float:right;
	margin:20px 60px 0px 0px;
	display:inline;
}

#home_content{
	clear:both;
	overflow:hidden;
	background:url(../images/bg_home.png) left top no-repeat;
	padding:20px 50px;
	height:160px;
}

.services{
	float:left;
	width:250px;
	padding:0px 15px;
}

.rqoute{
	text-align:right;
	font-size:10px;
}

.rqoute a{
	color:#FFF;
}

#copyright{
	text-align:right;
	color:#2C5800;
	font-size:11px;
	padding-right:50px;
	z-index:99;
	position:relative;
}

#grass{
	background:url(../images/bg_grass2.png) repeat-x;
	height:78px;
	width:100%;
	position:fixed;
	bottom:0;
}

/******************* sub page ***********************/

#sub{
	overflow:hidden;
	clear:both;
}

#sub_wrap{
	float:left;
	width:591px;
	padding-top:30px;
	padding-left:280px;
}

#sub_content{
	float:left;
	min-height:283px;
	height:183px;
	width:511px;
	background:url(../images/top_content.png) top no-repeat;
	padding:40px;
}


#sub_tv{
	float:left;
	background:url(../images/tv.png) left top no-repeat;
	width:320px;
	height:325px;
	padding:20px 0px 0px 20px;
	float:right;
	margin:50px 20px 0px 0px;
	display:inline;
}


/****************** contact **********************/

form label { 
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 150px; 
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
}

form input, form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

form input{
	width:220px;
	border:#D3D5D6 solid 1px;
	border-top:#6D6F70 solid 1px;
	padding:5px;
}

.textarea, textarea { 
	overflow: auto;
	border:#D3D5D6 solid 1px;
	border-top:#6D6F70 solid 1px;
	width:280px;
	height:70px;
	padding:5px 0;
}

form p{
	margin:0;
	padding:2px;
}

#send{
	width:120px;
}