@charset "utf-8";

/* CSS Document */

/* MEYER RESET v1.0*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}


/* some utility classes */



.float_l {

	float: left;

	display: inline;

}

.float_r {

	float: right;

	display: inline;

}



.clear {

	clear: both;

}



body {

	background: #b6dcef url(../images/bg.jpg) top center no-repeat;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 12px;

}



#container {
margin:0 auto;
width:969px;
	border: none;

	background: transparent;

}



#header_front {

	width: 969px;

	height: 101px;

	background: transparent url(../images/header.jpg) 0 0 no-repeat;

}

#nav_front {
position:relative;
top:60px;
	background-color: transparent;

	margin: 0px 0 0 10px;
float:right;
	padding-top: 0px;

	width: 900px;



}

#human {  
visibility:hidden;  
display:none;  
} 

#mainGraphic {

background: transparent;

	width: 969px;

	height: 418px;

	

}

#coupon {

	margin:0 auto;

	width: 969px;

	height: 276px;

	background: transparent url(../images/coupon.jpg) 0 0 no-repeat;

}

.coupon_text {display:inline; float:left; width:200px;background:none;padding:5px 10px 0 29px;margin:18px 0 0 0px;height:250px;}

#coup_disclaimer {color:#000000;
font-size:9px;
font-weight:normal;
margin-top:7px;
line-height:9px;
font-style:normal;}

h1  {
color:#000000;
font-size:20px;
font-weight:bold;

font-style:normal;
}

p  {
color:#000000;
font-size:11px;
line-height:11px;
padding:2px;
font-style:normal;
}

ul li  {
color:#000000;
font-size:12px;
line-height:13px;
padding:2px;
font-style:normal;
}


#footer {

	color: #000;

	width: 969px;
background: transparent;

}


