/*
--------------------------------------------
European Tan & Spa Screen CSS
Author: PinPoint Marketing & Advertising
Version Date:  June 22 2006
--------------------------------------------
*/
/* ---------- SETTING DEFAULTS AND GLOBALS ---------- */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #C6D2DB url(../images/mainBG.gif) repeat-x;
	font-family: 'lucida grande',verdana,tahoma,sans-serif;
	font-size: 62.5%;
	line-height: 1em;
	color: #4c4c4c;
}
ul {
	list-style-type: none;
}

/* ------------- LAYOUT AND STRUCTURE ------------ */
#wrapper {
	width: 754px;
	margin: 0 auto;
	position: relative;
	background: transparent url(../images/contentBG.gif) repeat-y;
}
#header {
	width: 754px;
	height: 209px;
	background: #FFF url(../images/headerBG.jpg) no-repeat;
	margin: 23px 0 0 0;
}
#navBar {
	margin: 163px 0 0 37px;
}
#navBar ul li {
	display: inline;
	padding: 0 15px 0 0;
	color: #6D3439;
	background-color: transparent;
}
#content {
	width: 754px;
	position: relative;
}
#contentFullWidth {
	width: 754px;
	position: relative;
}
#contentLeft {
	width: 195px;
	position: relative;
	float: left;
	padding: 0px 40px 25px 37px;
}
#contentRight {
	width: 445px;
	position: relative;
	float: left;
	padding: 0px 0px 25px 0px;
}
#singleColumn {
	width: 680px;
	position: relative;
	float: left;
	padding: 25px 0 70px 37px;
}
#footer {
	clear: both;
	width: 754px;
	margin: 0 0 20px 0;
	background: transparent url(../images/contentBG.gif) repeat-y;
}
.imgLeft {
	float: left;
	margin: 0 8px 2px 0;
	border: none;
}
.imgRight {
	float: right;
	margin: 0 0 7px 15px;
	border: none;
}
.certificateImages {
	float: right;
	margin: 0 0 30px 15px;
	border: none;
}

/* -------------- TYPOGRAPHY ---------------- */
#header h1 {
	text-indent: -9999px;
}
#contentLeft h2 {
	background-color: #fff;
	color: #6d3439;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	margin: 2.5em 0 0.6em 0;
}
#contentLeft p {
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 0 0 2.5em 0;
}
#contentLeft p.wBottomBorder {
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5dfe3;
}
#contentLeft p.shoppingCartStatus {
	background-color: #eef2f3;
	padding: 3px;
	margin: 0 0 20px 0;
}
#subNav {
	margin: 2.6em 0 2.5em 0;
	border-bottom: 1px;
	border-bottom-color: #d5dfe3;
	border-bottom-style: solid;
	padding: 0 0 1.5em 0;
}
#subNav li {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 0.7em 0;
	padding: 0 0 0.7em 0;
	/* border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5dfe3; */
}
#subNav li span {
	font-weight: bold;
}
#contentRight h2 {
	font-family: helvetica, arial, sans-serif;
	margin: 1.4em 0 0.7em 0;
	font-size: 1.7em;
	line-height: 1.1em;
	color: #347952;
	background-color: transparent;
}
#contentRight h2.clearBoth {
	clear: both;
}
#contentRight h3 {
	font-size: 1.2em;
	margin: 2.1em 0 0.5em 0;
	line-height: 1.2em;
	color: #347952;
	background-color: transparent;
}
#contentRight h3 span {
	font-weight: normal;
}
#contentRight h3.noDescription {
	line-height: 1.6em;
}
#contentRight h3.certificates {
	font-size: 1.2em;
	margin: 2.1em 0 0.4em 0;
	color: #347952;
	background-color: transparent;
	clear: right;
}
#contentRight p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 0.7em 0;
}
#contentRight p.price {
	font-size: 1.1em;
	line-height: 1.4em;
	margin: 0 0 0.7em 0;
}
#contentRight p.finePrint {
	font-size: 1.0em;
	color: #777;
	background-color: transparent;
}
#contentRight ul.bulletedList {
	list-style-position: outside;
	list-style-type: disc;
	padding-left: 1.7em;
	padding-bottom: 0.5em;
	font-size: 1.2em;
}
#contentRight ul.bulletedList li {
	padding: 0 0 0.3em 0;
	line-height: 1.4em;
}
#singleColumn h2 {
	font-family: helvetica, arial, sans-serif;
	margin: 1.4em 0 0.7em 0;
	font-size: 1.7em;
	color: #347952;
	background-color: transparent;
}
#singleColumn h3 {
	font-size: 1.2em;
	margin: 2em 0 0.4em 0;
	color: #347952;
	background-color: transparent;
}
#singleColumn p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin: 0 0 0.7em 0;
}
#footer p {
	width: 740px;
	margin: 0 7px 0 7px;
	padding: 0 0 15px 0;
	font-size: 1em;
	line-height: 1.6em;
	text-align: center;
	background: #fff url(../images/footerBG.gif) repeat-x;
}

/* ------------- FORMS -------------------- */
#contentLeft p.formFieldTitle {
	margin: 0 0 0.1em 0;
	padding: 0;
	color: #656565;
	background-color: transparent;
}
#contentLeft .inputField {
	width: 185px;
	font-family: 'lucida grande',verdana,tahoma,sans-serif;
	font-size: 1.1em;
	color: #4c4c4c;
	margin: 0 0 10px 0;
	padding: 2px 5px 2px 5px;
	border: 1px;
	border-style: solid;
	border-color: #c5c5c5;
	background-color: #f9f9f9;
}
#submit {
	font-family: 'lucida grande',verdana,tahoma,sans-serif;
	font-size: 1.1em;
}
#contentRight form {
	width: 442px;
}
#formContent {
	background: #fff url(../images/formBG.jpg) repeat-x top;
	padding: 2px 0 15px 15px;
	margin: 0 0 5px 0;
}
#contentRight p.formFieldTitle {
	margin: 0.8em 0 0.1em 0;
	padding: 0;
	color: #656565;
	background-color: transparent;
}
#contentRight .contactInputField1 {
	font-size: 1.2em;
	width: 220px;
	font-family: 'lucida grande',verdana,tahoma,sans-serif;
	color: #4c4c4c;
	padding: 2px 5px 2px 5px;
	border: 1px;
	border-style: solid;
	border-color: #c5c5c5;
	background-color: #f9f9f9;
}
#contentRight .contactInputField2 {
	font-size: 1.2em;
	width: 400px;
	font-family: 'lucida grande',verdana,tahoma,sans-serif;
	color: #4c4c4c;
	padding: 2px 5px 2px 5px;
	border: 1px;
	border-style: solid;
	border-color: #c5c5c5;
	background-color: #f9f9f9;
}
.gcPrice {
	font-size: 1.2em;
	width: 50px;
	font-family: 'lucida grande',verdana,tahoma,sans-serif;
	color: #4c4c4c;
	padding: 2px 5px 2px 5px;
	border: 1px;
	border-style: solid;
	border-color: #c5c5c5;
	background-color: #f9f9f9;
}

/* ------------- LINKS -------------------- */
a:link, a:visited {
	color: #2f5288;
	background-color: transparent;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: underline;
}
#navBar ul li a:link, #navBar ul li a:visited {
	font-size: 1.2em;
	color: #6d3439;
	background-color: transparent;
	text-decoration: none;
}
#navBar ul li a:hover, #navBar ul li a:focus, #navBar ul li a:active {
	font-size: 1.2em;
	color: #6d3439;
	background-color: transparent;
}

/* ------------- TABLES ------------------- */
#rewardsTable {
	width: 445px;
	font-size: 1.1em;
	margin: 10px 0 20px 0;
}
#service {
	width: 280px;
	padding: 18px 0px 7px 8px;
	background-color: #d7ece3;
	font-weight: bold;
	border-bottom: 1px;
	border-bottom-color: #ccc;
	border-bottom-style: solid;
}
#pointsRequired {
	width: 110px;
	padding: 18px 0px 7px 8px;
	background-color: #d7ece3;
	font-weight: bold;
	border-bottom: 1px;
	border-bottom-color: #ccc;
	border-bottom-style: solid;
}
#value {
	width: 50px;
	padding: 18px 0px 7px 8px;
	background-color: #d7ece3;
	font-weight: bold;
	border-bottom: 1px;
	border-bottom-color: #ccc;
	border-bottom-style: solid;
}
tr.lightRow {
	background-color: #fff;
}
tr.darkRow {
	background-color: #edf6f2;
}

td.tableSectionTitle {
	color: #347952;
}
table.storeItem {
	width: 95%;
	border-top: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	padding: 0 0 0 15px;
	margin: 5px 0 30px 0;
	background: #fafafa url(../images/storeGiftCardThumb.jpg) top right no-repeat;
}
table.storeItem td.storeItemDescription {
	width: 27%;
	text-align: right;
	padding: 2px 10px 5px 0;
}
table.storeItem td.storeItemButton {
	text-align: left;
	padding: 0 0 5px 0;
}

/* --------------- FoxyCart --------------- */
#fc_titleTop.fc_title, #fc_titleBot.fc_title {
	background-color: #e0e4e7;
	padding: 5px 0 3px 0;
}
#fc_closeAjaxWindowTop,
#fc_closeAjaxWindowBot {
	margin:0px 0px;
	padding:0px 10px;
}
#fc_closeAjaxWindowTop.fc_closeAjaxWindow a:link, #fc_closeAjaxWindowBot.fc_closeAjaxWindow a:link {
	font-weight: bold;
	color: #2f5288;
	text-decoration: none;
}
#fc_closeWindowButtonTop {
	padding:3px;
	margin: 5px;
	border:1px solid #ccc;
	background:#e5e7e9;
}
#fc_closeWindowButtonBot {
	padding:6px 25px;
	margin: 3px;
	border:1px solid #ccc;
	background:#e5e7e9;
}

a#fc_closeWindowButtonTop:hover,
a#fc_closeWindowButtonBot:hover {
	border-color: #2f5288;
}
.buyNowButtons {
	border: none;
}








