/* CSS Document */

body 
{
   background-color: #ffffff;  
   margin: 0px;
   font-family: verdana;
   font-size:12px;
   border: 0;
   background-color: #E6FBE1;
   text-align: center;
   
}

a, a:visited{color: #000; text-decoration: underline;}
a:hover{color: #77341A; text-decoration: underline;}

#box { 
    position: relative;
	overflow: hidden;
	text-align: left;
    background-color: #FFFFFF; 
	width: 1000px; 
	}

#key {
text-align: center; padding: 10px 0; 
}


#head { 
background-image: url(images/head.jpg); 
height: 315px; 
background-repeat:  no-repeat;}

#phone {padding: 235px 0 0 100px; color: #467a0a; font-size: 18px;}

#left { width: 267px; text-align: left;}
#left span { color: #467a0a; font-size: 18px; margin: 10px; display: block; text-align: center; }
#left ul { list-style-type: none; margin: 0px; padding: 0px;}
#left li {margin-bottom: 15px; }

#left ul a { display: block; padding-left: 25px; background: url("images/arrow.jpg") no-repeat 0 -50px;}

#left ul a:hover {
	color: #000;
	background-position: 0 50%;
}



#right {margin: 0 20px 0 20px; width: 696px;}
#right #menu_gor { background-image: url(images/menu.jpg); width: 684px; height: 61px; background-repeat: no-repeat; background-position: center; }

#right #menu_gor ul {list-style-type: none; padding-top: 10px;}
#right #menu_gor li {display: inline; margin-left: 1px; padding-left: 10px;}
	
#right #menu_gor a, #right #menu_gor a:visited { color: #FFFFFF;}
#right #menu_gor a:hover { color: #999999;}

#right h1 { font-size: 18px; font-weight: normal; margin: 0 0 10px 0; padding: 0px;}

#right #maintext { display: block; width: 690px; padding: 10px;}

#footer { position: relative; width: 960px; padding: 20px; background-image: url(images/footer.jpg); height: 50px; background-position: bottom; background-repeat: repeat-x;}




#form { background-color: #ecf7e0; text-align: center;}
#form input { margin-bottom: 5px;}

		  


input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #666666;
	width: 250px;
	border: #e6e6e6 1px solid;

}
input.but {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #494848;
	color: #ffffff;
	width: 120px;
	height: 30px;
	border: #e6e6e6 1px solid;

}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	color: #666666;
	width: 250px;
	border: #e6e6e6 1px solid;

}
table.price {background-color: #ffffff; border: #e6e6e6 1px solid;}
table.price td {background-color: #ffffff; border: #e6e6e6 1px solid; }
