@charset "UTF-8";

html {
height:100%;
margin:0px;
}
body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #f5b817;
	background-image: url(images/landingpage/Seasons_index_comp2_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	height:100%;
}

a, a:link, a:visited {
	color: #d05981;
	text-decoration:underline;
}
a:hover, a:active {
    color:#f5b816;
}
a img {text-decoration:none;}

h1, h2, h3, h4, h5 {
color:#d05981;
}

hr {margin:50px auto;
width:70%;
color:#d05981;
height:1px;
}

#wrapper {
width:1400px;
min-height:100%;
background:url(images/swirls.png) top no-repeat scroll;
margin:0 auto;
}
#wrappermain {
width:1400px;
min-height: 100%;
margin:0 auto;
}
#main {
width:900px;
padding:20px 55px;
height:100%;
background:url(images/whitebg.png) top repeat-y scroll;
margin: 0px auto;

}
#header {
width:1000px;
height:231px;
margin:0px auto;
background:url(images/header.png) center top no-repeat;
}
#logo {
width:296px;
height:124px;
margin:0 auto;
}
#nav {
width:auto;
height:59px;
margin:12px 20px 0 0;
float:right;
}

#footer {
	width:1400px;
	height:198px;
	margin:0 auto;
	background:url(images/footer.png) center bottom no-repeat;
	bottom:0px;
	
}
#footer-text {
	width:435px;
	height:auto;
	margin:0px auto 0px;
	padding:67px 0 0 0;

}
.clear {clear:both;}
.coupon {
border:dashed 3px #d05981;
}
