
body {
	margin: 0px;
	padding: 0px;
	background: #677e2e url('./images/oasis-bg.gif') repeat-x;
}

body, p, a, h1, h2, h3 {
	font-family: georgia, times, serif;
	font-style: italic;
	color: #ffe88c;
}

h1, h2, h3, p {
	padding: 0px;
	margin-bottom: 0px;
}

h1 {
	font-size: 28px;
	margin-top: 48px;
	margin-bottom: 12px;
}

h3 {
	font-size: 20px;
	margin-top: 32px;
	margin-bottom: 8px;
}

p {
	font-size: 16px;
	margin-top: 0px;
	line-height: 180%;
}

a {
	color: #93C9E3;
	outline:none;
}

a:hover {
	color: #00CCFF;
}

.footer {
	height: 60px;
	background: #677e2e url('./images/footer-bg.gif') repeat-x;
	text-align: center;
	font-family: georgia, times, serif;
	font-style: italic;
	color: #c4ad6c;
	margin-top: 48px;
	padding-top: 20px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	line-height: 150%;
}


.contactForm {
	float: left;
}

.contactForm td {
	padding-bottom: 8px;
}

.contactForm .textInput {
	width: 400px;
	background-color: #fff !important;
	font-size: 14px;
	padding: 2px 3px;
	font-family: arial, helvetica, sans-serif;
}


hr {
	height: 3px;
	background-color: #79923F;
	color: #79923F;
	padding: 0px;
	border: none;
	width: 100%;
	margin-top: 18px;
	margin-bottom: 18px;
}

.productsTable p {
	margin: 0px;
	border: 0px;
}


.coupon {
	float: right;
	background-color: #778a38;
	border: 2px dotted #FFE88C;
	margin-top: 120px;
	margin-right: 24px;
	padding: 12px;
}

.coupon h1 {
	text-align: center;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

.coupon h2 {
	text-align: center;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

.coupon p {
	line-height: 125%;
	font-size: 13px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

.pdfLink {
	display:inline-block;
	margin: 0px 0px 0px 14px;
	padding: 6px 0px 6px 44px;
	background:transparent url(/images/pdf_icon_small.gif) center left no-repeat;
	text-decoration: none;
}




/* LOGIN WINDOW */

#loginWindow {
	position: absolute;
	width: 300px;
	height: 190px;
	padding: 18px;
	background-color: #79923F;
	border: 3px solid #4B3A1D;
	top: 0px;
	left: 50%;
	margin-top: -200px;
	margin-left: -150px;
}

#loginWindow h2 {
	font-size: 24px;
	margin: 0px 0px 12px 0px;
	color: #FCCF1B;
}

#loginWindow h3 {
	color: #4B3A1D;
	font-size: 16px;
	margin: 10px 0px 4px 0px;
}

#loginWindow input {
	font-size: 16px;
	padding-left: 4px;
	margin: 0px;
}

#loginWindow .textInput {
	width: 274px;
}

#loginWindow .formButton {
	float: left;
	margin-top: 14px;
	margin-right: 12px;
}

.pageTitle {
	margin-top: 24px;
	font-size: 30px;
}