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


/* ///////////////////////////////////////// structural ///////////////////////////////////////// */

body {
	margin: 0px;
	padding: 0px;
	text-align:center;
	font-family:Helvetica, Arial, sans-serif;
	background-image: url(../images/grassBackground.gif);
	
}

a img {
	border: none;	
}

#siteContainer {
	width: 900px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/shadowBG.png);
}

#contentContainer {
	margin-left: 50px;
	width: 800px;
	height: 100%;
	float: left;
}

#header {
	width: 800px;
	height: 145px;
	background-image:url(../images/headerNatrapel.jpg);
	border-bottom:25px solid #000;
}

#mainContent {
	width: 740px;
	padding: 10px 30px 10px 30px;
	background:url(../images/contentBG.jpg) #fff;
	background-repeat:repeat-x;
}

#leftCol {
	width: 465px;
	float: left;
}

#rightCol {
	width: 225px;
	float: right;
	margin-right: -8px;
}

#footerTop {
	font-size:12px;
	width: 740px;
	padding: 5px 30px 5px 30px;
	height: 30px;
	background-color: #DEECD0;
}

#footerMain {
	text-align:center;
	width: 780px;
	padding: 10px 10px 10px 10px;
	height: 115px;
	background-image:url(../images/footerBg.png);
}

#footerMain img {
	padding:0px 30px 0px 30px;	
}

#footerBottom {
	width: 740px;
	padding: 0px 30px 0px 30px;
	height: 25px;
	float: left;
	background-image: url(../images/footerBG.png);
}


/* ////////////////////////////////////// Natrapel box ////////////////////////////////////// */

.natrapelBox {
	width: 186px;
	position:relative;
	padding: 10px;
	background: #CBE2B4;
	margin: 15px 0px 0px 6px;
}

.natImage {
	position: absolute;
	top: 30px;
	left: -30px;
	width: 76px;
	height: 192px;
	background-image:url(../images/Natrapel.png);
}

.natText {
	margin-left: 45px;
	width: 150px;
}

/* ////////////////////////////////////// accordion ////////////////////////////////////// */

#wrapper {
	width: 206px;
	margin-left:10px;
	margin-bottom: 50px;
}

.accordionButton {
	color: #fff;
	line-height: 24px;
	font-size: 12px;
	width: 183px;
	padding: 0px 10px 0px 10px;
	float: left;
	background: #77BC43;
	margin-top: 2px;
	cursor: pointer;
}
	
.accordionContent {
	font-size: 10px;
	width: 183px;
	padding: 10px;
	float: left;
	background: #CBE2B4;
	display: none;
}


/* ////////////////////////////////////// rollover btn ////////////////////////////////////// */

.rolloverBtn {
	width: 221px;
	height: 73px;
	background-image:url(../images/downloadCouponBtn.png);
}

.rolloverBtn:hover {
	background-image:url(../images/downloadCouponBtnOver.png);	
}

/* ////////////////////////////////////////// text ////////////////////////////////////////// */

.list {
	font-size: 12px;	
}

a {
	color: #BB2026;
}

h1 {
	font-size: 32px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 40px;
}

h2 {
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	margin: 0px;
}

h3 {
	font-size: 14px;
	color: #000;
	font-weight:normal;
}

.red {
	color: #BB2026;	
}

.footerTopText {
	line-height: 30px;	
}


/* ///////////////////////////////////////// common ///////////////////////////////////////// */

.clear {
	clear: both;	
}

.floatRight {
	float: right;	
}

.floatLeft {
	float: left;	
}