html {
	background: url(../images/bg_html.png);
}
body {
	background: url(../images/shadow.png) top center repeat-y;
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #666;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#page_top {
	background: url(../images/corner_top.png) top center no-repeat;
}
#page_bottom {
	background: url(../images/corner_bottom.png) bottom center no-repeat;
}
.clp {
	overflow: hidden; 
	height: 1%;
}
form {
	margin: 0;
	padding: 0;
}
:focus {
	outline: none;
}

img {
	border: none;
}
a {
	color: #358500;
}
a.site {
	color: #333;	
}
p, h1, h2, h3, h4 {
	line-height: 1.4em;
	margin: 1em 0;
}


#wrapper {
	width: 968px;
	margin: 0 auto;
	background: #fff url(../images/bg_wrapper.png);
	padding: 0 17px;
}

#left_column {
	float: left;
	width: 548px;
	background: url(../images/bg_top.png) left top repeat-x;
	padding: 0 21px 0 27px;
}

#header {
	height: 155px;
	position: relative;
}
#logo {
	display: block;
	position: absolute;
	background: url(../images/logo.png) no-repeat;
	width: 244px;
	height: 117px;
	left: -13px;
	top: 0;
	text-indent: -9999px;
}
#phone {
	position: absolute;
	top: 58px;
	right: 0;
	color: #333;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
}
#phone span{
	display: block;
	text-align: center;
	color: #358500;
	font-size: 26px;
	padding: 8px 0 0 0;
}

#right_column {
	float: right;
	padding-bottom: 38px;
	width: 372px;
	background: url(../images/bg_top.png) left top repeat-x;
}

#top_pic {
	height: 358px;
	background: url(../images/bg_top_pic.jpg);
	position: relative;
}
#top_pic span{
	position: absolute;
	font-weight: bold;
	font-size: 16px;
	color: #358500;
}

.sl1 {
	top: 19px;
	left: 211px;
}
.sl2 {
	top: 81px;
	left: 54px;
}
.sl3 {
	top: 128px;
	left: 226px;
}

#right_column .content {
	background: url(../images/bg_green_right.png) right 50% no-repeat;
	margin-right: -17px;
	padding: 0 30px 0 0;
	position: relative;
}
#right_column .content .padding{
	background: url(../images/bg_right_content.jpg) left top no-repeat;
	padding: 10px 20px;
	color: #333;
}

#order {
	padding: 5px 0 0 45px;
	margin: 0 0 0 -45px; 
	background: url(../images/bg_green_left.png) left top no-repeat;
}

#order_form {
	background: #e3ebde url(../images/bg_order_top.png) left top no-repeat;
	width: 548px;
	padding: 13px 0 0 0;
}
#order_form .padding{
	background: url(../images/bg_order_bottom.png) left bottom no-repeat;
	padding: 10px 10px 5px 10px;
}

#order_form td{
	padding: 8px 10px;
	vertical-align: top;
	color: #333;
}
#order_form span{
	color: #358500;
}

.width260 {
	width: 260px;
}

#footer {
	background: url(../images/bg_footer.png) top right no-repeat;
	height: 112px;
	position: relative;
	margin: -38px -17px 0 -17px;
	z-index: 0;	
}

#footer .counters{
	position: absolute;
	right: 103px;
	bottom: 14px;
}
#footer  .counters img{
	margin: 0 9px;
}
#footer .copyright{
	position: absolute;
	font-size: 11px;
	color: #333;	
	bottom: 16px;
	left: 45px;
}
#footer .copyright a{ 
	color: #333;
	text-decoration: none;
}
h2 {
	color: #333;
	font-size: 22px;
	font-weight: normal;
	background: url(../images/line.png) left bottom repeat-x;	
	padding-bottom: 9px;
	margin-bottom: 0.5em;
}
h3 {
	color: #fff;
	font-size: 22px;
	font-weight: normal;
	background: url(../images/bg_h3.png) left top no-repeat;	
	padding: 24px 0 10px 20px;
	line-height: 1em;
	margin: 0 0 10px 0;
}

