/* CSS Document */
body
{
background:url(images/background-1.jpg) repeat-x;
background-color:#8bc93d;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#3C3C3C;
text-align:left;
line-height:20px;
margin:0px;
}


a
{
text-decoration:none;
color:#000000;
}
a:hover
{
text-decoration:underline;
color:#000000;
}


#logo
{
background:url(images/logo-header.jpg) no-repeat;
width:1000px;
height:129px;
margin:0 auto;
}

#header
{
background:url(images/header.jpg) no-repeat;
width:1000px;
height:246px;
margin:0 auto;
}

#white-bg
{
background-color:#FFFFFF;
width:800px;
height:auto !important;
min-height:780px !important;
height:780px;
margin:0 auto;
}



#white-bg-down
{
background:url(images/whitebg-down.jpg) no-repeat;
width:800px;
height:18px;
margin:0 auto;

}

#left-sec
{
width:281px;
height:200px;
float:left;
padding-left:25px;
margin-top:10px;
}

#right-sec
{
width:428px;
float:right;
padding-right:25px;
margin-top:10px;
}



li
{
margin-bottom:10px;
margin-left:-25px;
}

.contact-form
{
width:261px;
height:320px;
background-color:#efefef;
padding-left:10px;
padding-right:10px;
color:#000000;
padding-top:10px;
}


#form-top
{
background:url(images/form-up.jpg) no-repeat;
width:281px;
height:45px;
margin-top:15px;
}

#form-down
{
background:url(images/form-down.jpg) no-repeat;
width:281px;
height:18px;
}



input 
{ 
padding : 2px;
border : 1px solid #d1d1d1;
font : normal 11px Arial, Verdana, Tahoma, sans-serif;
color :#000;
width:150px;
height:18px;
margin:5px 0px 2px 0px;
line-height:10px;
} 



input.button 
{ 
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
background:url(images/btn-rush.jpg) no-repeat;
width:135px;
height:55px;
color:#fff;
margin-top:15px;
border:0px;
float:right;
cursor:pointer;
} 

select 
{ 
font : normal 11px Arial, Verdana, Tahoma, sans-serif;
border : 1px solid #ececec;
display : block;
color : #000;
width:110px;
margin-top:5px;
} 

textarea
{
font : normal 11px Arial, Verdana, Tahoma, sans-serif;
border : 1px solid #d1d1d1;
width:155px;
height:100px;
float:left;
margin-top:5px;
}



#copyright
{
width:800px;
margin:0 auto;
font-size:11px;
color:#000000;
text-align:center;
padding:10px 0px 10px 0px;
}





h1
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:20px;
font-weight:normal;
color:#4f8c00;
text-align:left;
margin:0px;
margin-bottom:10px;
line-height:30px;
}