@import url("../webfonts/opensans_regular/stylesheet.css");
@import url("../webfonts/roboto_bold/stylesheet.css");
@import url("../webfonts/itckabel_medium/stylesheet.css");


#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #heads  {
	height: 70px;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/main-images/circles.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 218px;
	padding-bottom: 10px;
}
#wrapper #heads  a{
	font-family: "itckabel medium";
	font-size: 40px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FBFCF4;
	text-decoration: none;
	-moz-transition: color .35s ease;
	-webkit-transition: color .35s ease;
	-o-transition: color .35s ease;
	transition: color .35s ease;
}
#wrapper #heads  a:hover{
	font-family: "itckabel medium";
	font-size: 40px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	-moz-transition: color .35s ease;
	-webkit-transition: color .35s ease;
	-o-transition: color .35s ease;
	transition: color .35s ease;
}


#wrapper #indexBody {
	width: 958px;
	background-image: url(../images/bg/trans70.png);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border: 1px solid #EDF1CF;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
#wrapper #indexBody #intro{
	height: 225px;
	width: 930px;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
}
#wrapper #indexBody #intro p{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
#wrapper #indexBody #bullets {
	height: 170px;
	width: 960px;
	padding-top: 25px;
	padding-bottom: 25px;
}
#wrapper #indexBody #bullets li{
	list-style-image: url(../images/main-images/bullet.png);
	list-style-type: circle;
	margin-bottom: 10px;
	float: left;
	width: 400px;
	margin-left: 50px;

}
#wrapper #indexBody #bullets ul{
	float: left;
	padding-top: 10px;


}
#wrapper #indexBody #form {
	width: 600px;
	padding-left: 15px;
	float: left;
}
#wrapper #indexBody #bbb {
	float: right;
	height: 200px;
	width: 243px;
	margin-left: 15px;
	margin-right: 15px;
	background-image: url(../images/main-images/coupon.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 150px;
	padding-right: 35px;
	padding-left: 35px;
	text-shadow: 1px 1px #000;
}


.maintext {
	font-family: "open_sansregular";
	font-size: 17px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	color: #333;
}
.bullets {
	font-family: "roboto bold";
	font-size: 20px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 5px;
	display: inline;
}

.header {
	font-family: "itckabel medium";
	font-size: 36px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	color: #93AD27;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	
}
.coupon {
	font-family: "itckabel medium";
	font-size: 28px;
	font-style: normal;
	line-height: 42px;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
	letter-spacing: -1px;
}
.couponred {
	font-family: "itckabel medium";
	font-size: 34px;
	font-style: normal;
	line-height: 42px;
	font-weight: normal;
	font-variant: normal;
	color: #FF0000;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: center;
	letter-spacing: -1px;
}
.readmore {
	font-family: "itckabel medium";
	font-size: 36px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	color: #FBFCF4;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
	background-color: #B8D548;
	height: 40px;
	width: 300px;
	padding-top: 11px;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 5px;
	
}
.formtext {
	font-family: "itckabel medium";
	font-size: 16px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	
}

.clear {
	clear: both;
}
