@charset "utf-8";
/* CSS Document */

body{	
	background:#0d0d0d url(../images/bg_repeater.jpg) repeat-x;
	padding:0px;
	margin:0px;
	}
h1 {
	color: #FB0000;
	font-family: "Times New Roman", Times, serif;
	text-align: center;
}
h2 {
	font-size: 18px;
	color: #000;
	text-align: center;
}
h3 {
	color: #00F;
	text-align: center;
}
h4 {
	text-align: center;
	font-size:24px;
}
h5 {
	text-align: center;
}
p{
	color:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.offercoupon { 
	padding: 20px;
	background-color: #FEFCD8;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	background-image: url(../images/coupon-bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.offercouponoutline {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	border: 4px dashed #CC0000;
	padding: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.offercoupon form {
	margin: 0px;
	padding: 0px;
}
 .offercoupon p {
	line-height: 22px;
}
#topmenu{
		background:#0d0d0d;
		height:30px;
		}

#wraper{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	
	}

#head{
	width:800px;
	height:227px;
	background: no-repeat url(../images/head.png);
	}
#footer{
	width:800px;
	height:65px;
	background: no-repeat url(../images/footer.png);
	}
	
#content{
	width:700px;
	background: url(../images/rep.png) repeat-y;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:50px;
	padding-right:50px;
	}
	


#menu {
	background: #0d0d0d;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	
}
#menu li {
	float: left;
	font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menu a {
	background: #0d0d0d url("../images/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #900 url("../images/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;h1 {
	color: #900;
	font-size: 36px;
}
.highlight {
	background-color: #FFFF00;
}

