﻿* {
	margin: 0;
	padding: 0;
	outline: 0;
}
body, html {
	height: 100%;
}
body {
	font-size: 12px;
	line-height: 22px;
	font-family: arial, sans-serif;
	color: #828282;
	min-width: 100%;
}
.shell {
	width: 990px;
	margin: 0 auto;
}
.container {
	background: #fff;

}
.main {
	box-shadow: 0px 0px 13px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 13px rgba(0,0,0,0.3); -webkit-box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ; -o-box-shadow: 0px 0px 13px rgba(0,0,0,0.3) ;
	padding: 47px 0px 20px 0px;
}
.main h2 {
	font-size: 22px;
	color: #2d5900;
	line-height: 22px;
	padding-bottom: 20px;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	font-weight: normal;
}
.main .col {
    margin: 0 auto;
	width: 80%;
	text-align:center

}

.main a.button {
	display: block;
	background: url("button_bg.png") repeat-x 0 0;
	margin: auto;
	height: 39px;
	width: 200px;
	text-align: center;
	line-height: 39px;
	border: 1px solid #9e9f9f;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-o-border-radius: 6px;
	display: block;
	font-weight: bold;
	font-size: 18px;
	color: #636363;
	text-shadow: rgba(255,255,255,0.4) 0px 1px 0px;
	text-decoration: none;
}
.main a.button:hover {
	background-position: 0 bottom;
	text-decoration: none;
}

@media only screen and ( min-width: 768px) and ( max-width: 980px ) {
body {
	width: 768px;
}
.shell {
	width: 748px;
}
.main {
	padding: 47px 0px 20px 0px;
}
 img {
	width: 140px;
	height: 153px;
}
}
@media only screen and ( max-width: 767px) {
body {
	width: auto;
}
.shell {
	width: 320px;
	margin: 0 auto;
}
.main {
	padding: 40px 0px 10px 0px;
}
 img {
	display:none;
}

}




