html {
	overflow: -moz-scrollbars-vertical;
	overflow: scroll;
}

body {
	margin: 0;
	padding: 0;
	background: #7a6546 url(../img/bg_body.jpg) left top repeat-x;
	color: #000000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

body.free_gifts {
	background: #7a6546 url(../img/bg_freegifts.jpg) left top repeat-x;
}

img {
	border: none;
}

table {
	margin: 0;
	padding: 0;
}

a {
	color: #bf0b02;
}

#wrapper {
	margin: 20px auto;
	padding: 0;
	width: 856px;
	text-align: left;
	position: relative;
}

.free_gifts #wrapper {
	margin: 0 auto;
	width: 543px;
}

.noUnderline {
	text-decoration: none;
}

.red {
	color: #bf0b02;
}

.black {
	color: #000000;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.left {
	float: left;
	display: inline;
}

.right {
	float: right;
	display: inline;
}

.clear {
	clear: both;
}

.small {
	font-size: 11px;
}

/* header section */
#header {
	width: 856px;
	height: 55px;
	background: url(../img/bg_header.png) left top no-repeat;
	margin: 0;
	padding: 0;
	position: relative;
}

.free_gifts #header {
	width: 543px;
	height: 55px;
	background: url(../img/freegifts_bg_header.png) left top no-repeat;
}

#header h1 {
	width: 116px;
	height: 24px;
	float: left;
	display: inline;
	margin: 16px 0 0 30px;
	padding: 0;
}

#header ul {
	float: right;
	display: inline;
	width: 590px;
	margin: 3px 0 0;
	padding: 0;
	list-style: none;
}

#header ul li, #header ul li a {
	float: left;
	display: inline;
	margin: 0;
	padding: 0;
	height: 52px;
}

#header ul li a {
	text-indent: -9999px;
	overflow: hidden;
}

#header ul li.linkInfo  {
	margin-left: 138px;
	margin-right: 1px;
}

#header ul li.linkInfo a {
	width: 195px;
	background: url(../img/btn_fillup.png) left top no-repeat;
}

#header ul li.linkInfo a:hover, #header ul li.linkInfoActive a {
	background: url(../img/btn_fillup.png) right top no-repeat;
}

#header ul li.linkFreeGifts  {
	margin-right: 1px;
}

#header ul li.linkFreeGifts a {
	width: 122px;
	background: url(../img/btn_gifts.png) left top no-repeat;
}

#header ul li.linkFreeGifts a:hover {
	background: url(../img/btn_gifts.png) right top no-repeat;
}

#header ul li.linkOrderNow a {
	width: 130px;
	background: url(../img/btn_ordernow.png) left top no-repeat;
}

#header ul li.linkOrderNow a:hover {
	background: url(../img/btn_ordernow.png) right top no-repeat;
}

/* content */
.greenSection {
	background-color: #96ad32;
}

/* ---- footer ---- */
#footer {
	width: 856px;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 10px;
	color: #4b2f0b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#footer a {
	color: #4b2f0b;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* Free Gifts */
.close1 {
	margin: 12px 20px;
	float: right;
	display: inline;
}

.close1 a {
	margin-right: 20px;
	width: 102px;
	height: 14px;
	background: url(../img/btn_close.png) left top no-repeat;
	float: left;
	display: inline;
	text-indent: -9999px;
	cursor: pointer;
}

