/* 
Copyright © 2009, A.Fruit Design, All Rights Reserved 
*/

/* @group Global Structure */

* {
	padding: 0;
	margin: 0;
}

body {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 62.5%;
	background: url(../../images/cap-border.gif) repeat-x;
}

img {
	border-style: none;
}

#container {
	text-align: left;
	min-width: 825px;
}

#head {
	height: 115px;
	margin-top: 14px;
	position: relative;
	background: url(../../images/bg-head.jpg) center;
}

#logo {
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: -404px;
}

#tagline {
	position: absolute;
	top: 12px;
	left: 50%;
	margin-left: -105px;
}

#login {
	position: absolute;
	left: 50%;
	top: 15px;
	margin-left: 312px;
	display: block;
	background-image: url(../../images/btn-login.gif);
	height: 16px;
	width: 50px;
	text-indent: -5000px;
}

#login:hover {
	position: absolute;
	left: 50%;
	top: 15px;
	margin-left: 312px;
	display: block;
	height: 16px;
	width: 50px;
	text-indent: -5000px;
	background: url(../../images/btn-login.gif) 0 bottom;
}

#midriff {
	background: url(../../images/bg-midriffTopTile.gif) repeat-x;
	padding-top: 50px;
	padding-bottom: 0;
}

.content-wrap {
	width: 720px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

#legs {
	padding: 15px 0 0;
	background: #dbd7ad url(../../images/bg-legsStitch.gif) repeat-x;
	margin: 0;
	position: relative;
}

.clear-float {
	width: 725px;
	clear: both;
	height: 5px;
	margin: 0;
	padding: 0;
}



/* @end */

/* @group Navigation */

#mainNav {
	position: absolute;
	top: 89px;
	left: 50%;
	float: right;
	margin-left: -40px;
}

#mainNav li {
	float: left;
	list-style-type: none;
	text-indent: -5000px;
	margin-right: 4px;
}

#mainNav li a {
	display: block;
	height: 55px;
}

/* ----------------Indv. Buttons */

#mainNav .btn-home a {
	background: url(../../images/btn-home.jpg) no-repeat;
	width: 87px;
}

#mainNav .btn-home a:hover {
	background: url(../../images/btn-home.jpg) no-repeat 0 -56px;
	width: 87px;
}

#pg-home #mainNav .btn-home a {
	background: url(../../images/btn-home.jpg) no-repeat 0 -113px;
	width: 87px;
}

#mainNav .btn-tour a {
	background: url(../../images/btn-tour.jpg) no-repeat;
	width: 87px;
}

#mainNav .btn-tour a:hover {
	background: url(../../images/btn-tour.jpg) no-repeat 0 -56px;
	width: 87px;
}

#pg-tour #mainNav .btn-tour a {
	background: url(../../images/btn-tour.jpg) no-repeat 0 -113px;
	width: 87px;
}

#mainNav .btn-pricing a {
	background: url(../../images/btn-pricing.jpg) no-repeat;
	width: 108px;
}

#mainNav .btn-pricing a:hover {
	background: url(../../images/btn-pricing.jpg) no-repeat 0 -56px;
	width: 108px;
}

#pg-pricing #mainNav .btn-pricing a {
	background: url(../../images/btn-pricing.jpg) no-repeat 0 -113px;
	width: 108px;
}

#mainNav .btn-signup a {
	background: url(../../images/btn-signup.jpg) no-repeat;
	width: 108px;
}

#mainNav .btn-signup a:hover {
	background: url(../../images/btn-signup.jpg) no-repeat 0 -56px;
	width: 108px;
}

#pg-signup #mainNav .btn-signup a {
	background: url(../../images/btn-signup.jpg) no-repeat 0 -113px;
	width: 108px;
}



/* @end */

/* @group Main Content */

/* @group Misc, All Pages */

/* @group Typography */

h1 {
	margin-bottom: 15px;
}

h2 {
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	color: #990100;
}

h3 {
	color: #900;
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
}

h4 {
	color: #167f80;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 5px;
}

ul h3 {
	color: #900;
	font-weight: bold;
	font-size: 16px;
}

ul h3 span {
	color: #900;
	font-size: 12px;
	font-weight: bold;
}

p {
	
}

ul {
	
}

li {
	
}

a {
	color: #a47f52;
}

a:hover {
	color: #990100;
	text-decoration: none;
}

p a {
	
}

.testimonial {
	margin: 15px 0 0;
	padding: 10px 0;
	border-top: 3px solid #00c5c6;
	border-bottom: 3px solid #00c5c6;
	text-align: right;
}

.testimonial strong {
	color: #8b886d;
}

.testimonial ul {
	text-align: right;
	font-size: 13px;
	color: #b7b38f;
}

#midriff .testimonial ul li {
	background-image: none;
	margin-bottom: 5px;
	height: auto;
	padding: 0;
}

#midriff .testimonial p {
	font-size: 18px;
	color: #b2b2b2;
	font-weight: normal;
	font-style: normal;
	line-height: 22px;
	margin-bottom: 5px;
}



/* @end */

/* @group Images / Buttons */

.cloak {
	display: none;
}

.more {
	text-indent: -5000px;
	display: inline-block;
	background: url(../../images/read-more-onWht.gif) no-repeat;
	width: 65px;
	height: 13px;
	position: relative;
	top: 2px;
}

.float-left {
	float: left;
	margin: 5px 10px 5px 0;
}

.float-right {
	float: right;
	margin: 5px 0 5px 10px;
}

.tilt-page {
	position: relative;
	top: 22px;
	right: 19px;
}



/* @end */

/* @group sIFR */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
	width: 475px;
	height: 40px;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	width: 475px;
	height: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
}



/* @end */

/* @group Column Grid */

.col-1x {
	width: 225px;
	float: left;
	margin: 0 22px 0 0;
}

.col-1x img {
	margin: 0 0 10px;
}

.col-1x p, .col-2x p {
	font: 14px/18px Georgia, "Times New Roman", Times, serif;
	color: #665B4E;
	margin-bottom: 15px;
}

.col-1x ul {
	list-style: none;
}

#midriff .col-1x li {
	background: url(../../images/bullet-check2.jpg) no-repeat;
	padding-left: 35px;
	margin-bottom: 15px;
	height: 35px;
}

#legs .col-1x li {
	background: url(../../images/bullet-check.jpg) no-repeat;
	padding-left: 35px;
}

.col-1x li p {
	font-size: 12px;
	color: #776a5c;
	line-height: 16px;
}

.col-1x ul h3 {
	color: #900;
	font-size: 16px;
}

.col-2x {
	width: 465px;
	margin: 0;
	padding: 0;
	float: left;
}

#last-col {
	margin-left: 25px;
	margin-right: 0;
}



/* @end */

/* @group Quicklinks Sidebar */

#last-col h4 {
	text-align: right;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	margin-bottom: 5px;
	margin-top: 10px;
	color: #7f7f7f;
}

#quicklinks {
	margin-right: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica;
	margin: 0;
}

#container #midriff #quicklinks li {
	text-align: right;
	font-size: 11px;
	margin-bottom: 2px;
	padding: 5px;
	background: #f5f5f5 url(../../images/jump-arrow.gif) no-repeat 5px 5px;
	height: auto;
}

#quicklinks li a {
	color: #a28251;
	text-decoration: none;
}

#quicklinks li a:hover {
	color: #870100;
	text-decoration: none;
}



/* @end */



/* @end */

/* @group Home - Page */

/* ------------------Midriff */

#btn-signup {
	float: right;
	background-image: url(../../images/btn-signup2.jpg);
	display: block;
	width: 191px;
	height: 38px;
	text-indent: -5000px;
}

#big-head {
	background: url(../../images/header-home.gif) no-repeat;
	text-indent: -5000px;
	height: 40px;
}

#why-use {
	background-image: url(../../images/header-whyUse.gif);
	text-indent: -5000px;
	height: 75px;
}

#pg-home #last-col {
	margin-left: 0;
	margin-right: 0;
}

/* ------------------Legs */

#legshead {
	background: url(../../images/header-legsMain.gif) no-repeat;
	width: 474px;
	height: 36px;
	text-indent: -5000px;
	margin-bottom: 10px;
}



/* @end */

/* @group Tour - Page */

#pg-tour #midriff img {
	border: 3px solid #d9d5a8;
}

#pg-tour #midriff h2 {
	border-top: 1px dashed #ccc;
	padding-top: 15px;
}

/* @group Slider */

#slider {
  width: 800px;
  margin: 0;
  position: relative;
}

.scroll {
  height: 283px;
  overflow: hidden;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
	background-position: left bottom;
	background-repeat: repeat-x;
	background-attachment: scroll;
}

.scrollContainer div.panel {
  height: 210px;
  width: 800px;
	padding: 0;
	clear: both;
}

#slider .scroll .clear-float {
	border-top: 1px solid #000;
}

#slider .scroll img {
	position: relative;
	right: 10px;
}

#slider .col-1x p {
	height: 130px;
}

#slider a.next {
	display: block;
	background: url(/images/next-last.jpg) no-repeat -98px;
	text-indent: -5000px;
	width: 49px;
	height: 38px;
	float: left;
}

#slider a.next:hover {
	display: block;
	background: url(/images/next-last.jpg) no-repeat -147px;
	text-indent: -5000px;
	width: 49px;
	height: 38px;
	float: left;
}

#slider a.last {
	display: block;
	background: url(/images/next-last.jpg) no-repeat;
	text-indent: -5000px;
	width: 49px;
	height: 38px;
	float: left;
}

#slider a.last:hover {
	display: block;
	background: url(/images/next-last.jpg) no-repeat -49px;
	text-indent: -5000px;
	width: 49px;
	height: 38px;
	float: left;
}

/* @end */



/* @end */

/* @group Pricing- Page */

#pg-pricing #midriff #last-col {
	position: relative;
	left: 25px;
}

.price-shdw {
	position: relative;
	right: 16px;
}



/* @end */

/* @group Signup - Page */

#pg-signup #midriff h3 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
}

#pg-signup #midriff .col-2x {
	margin-right: -20px;
}



/* @end */

/* @group Policy - Page */

#midriff .policies li {
	background: url(/images/bullet-check3.jpg) no-repeat 0 12px;
	padding-left: 40px;
	list-style-type: none;
	color: #999;
	border-top: 1px dashed #d6d6d6;
	padding-top: 12px;
}

#midriff .policies2 li {
	background: url(/images/bullet-check4.jpg) no-repeat 0 12px;
	padding-left: 40px;
	list-style-type: none;
	color: #999;
	border-top: 1px dashed #d6d6d6;
	padding-top: 12px;
}



/* @end */



/* @end */

/* @group Forms */

/* @group Modal Login */

#modal-login {
	position: absolute;
	right: 50%;
	top: 25px;
	margin-right: -380px;
	z-index: 100;
}

#modal-login form {
	background: #cec4a1 repeat-x;
	border-right: 5px solid #5f0000;
	border-left: 5px solid #5f0000;
	padding-left: 20px;
	font: 11px/20px Verdana, Arial, Helvetica;
}

#modal-login form input {
	width: 210px;
	margin-bottom: 10px;
}

#modal-login form #login-btn {
	width: 75px;
	font-size: 16px;
}



/* @end */

form {
	
}

#join-now {
	padding: 15px 20px 20px;
	margin-right: 15px;
	margin-bottom: 25px;
	border-top: 5px solid #a28251;
	background: #f1f0e0 url(/images/form-warning.gif) no-repeat 370px 215px;
}

#join-now a {
	color: #a18251;
}

#join-now a:hover {
	color: #920100;
}

#join-now p {
	text-align: left;
	font-size: 18px;
	margin-bottom: 7px;
}

#join-now ul {
	list-style-type: none;
	font: 11px/18px Verdana, Arial, Helvetica;
}

#join-now li {
	margin-bottom: 10px;
	text-align: right;
}

#join-now input {
	width: 300px;
}

#join-now .submit {
	margin-bottom: -5px;
}

#join-now textarea {
	width: 403px;
	height: 75px;
}

#join-now .divide {
	border-top: 1px dashed #a47f52;
	padding-top: 10px;
	text-align: left;
}

#join-now .checkbox {
	width: 20px;
	margin-left: 105px;
}

#join-now .submit input {
	width: 150px;
	font-size: 16px;
}

#news-subscribe {
	font-family: Verdana, Arial, Helvetica;
	text-align: right;
	line-height: 20px;
	margin-top: 25px;
	border: 1px solid #a18251;
	padding: 10px 10px 2px;
	float: right;
	background-color: #c9c7a0;
}

#news-subscribe input {
	margin-bottom: 7px;
	margin-left: 5px;
}



/* @end */

/* @group Footer */

#foot {
	background: #a18251 url(../../images/bg-footStitch.jpg) repeat-x;
	padding-top: 25px;
}

#foot .col-1x ul {
	list-style: none;
	font-size: 16px;
	padding: 0;
	position: relative;
	left: 15px;
	bottom: 20px;
	margin: 15px 0 0;
}

#foot .col-1x li {
	padding: 5px 0 5px 0;
	background-image: none;
	border-bottom: 1px solid #bc975f;
	margin-bottom: 5px;
}

#foot a {
	text-decoration: none;
	color: #dbd7ad;
}

#foot .col-2x p {
	color: #514129;
}

#foot .col-2x {
	margin-right: 5px;
}

#footnote {
	background-color: #a18251;
}

#footnote p {
	text-align: center;
	font: 11px Verdana, Arial, Helvetica;
	padding-top: 10px;
	padding-bottom: 10px;
	background: url(../../images/bg-footnoteStitch.jpg) repeat-x;
	color: #dbd7ad;
}

#footnote a {
	color: #c8b07f;
	text-decoration: none;
}

#footnote #afd {
	display: none;
}



/* @end */