/*-----------------------------------------------------------------------------------------------------------
	Price Line CSS
-----------------------------------------------------------------------------------------------------------*/

/* Forms
-------------------------------------------------------------------------------------------------------------*/
input { outline: none; }
select { 
	border: 1px solid #e7ddcb; height: 23px;
	padding: 3px 3px;outline: none;
}
textarea { outline: none; }
label { display: block; margin-bottom: -12px; }

.submit { cursor: pointer; margin-top: 8px; }
.select { 
	border: 1px solid #e7ddcb; height: 23px;
	padding: 3px 3px; width: 236px;
}
.input { 
	border: 1px solid #b1b3b4; height: 17px;
	padding: 3px 3px; width: 228px;
}
.textarea { 
	border: 1px solid #e7ddcb; height: 72px;
	padding: 3px 3px; width: 228px;
	font-family: Arial, Helvetica, Verdana, "Lucida Grande", sans-serif;
	font-size: 12px; font-weight: normal;
}

table tr td { padding-bottom: 5px; }

/* Form Validation CSS
----------------------------------------------------------------------------------------------------------------*/
form .LV_validation_message {
    font-weight: bold;
    margin: 0 0 0 5px;
	display: none;
}

form table tr td.checkbox .LV_validation_message {
	font-weight: bold;
	margin: 0 0 0 5px;
	display: inline;
}

form .LV_valid {
    color: #00CC00;
}
	
form .LV_invalid {
    color: #CC0000;
}
    
form .LV_valid_field,
form input.LV_valid_field:hover, 
form input.LV_valid_field:active,
form textarea.LV_valid_field:hover, 
form textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
	background-repeat: no-repeat; background-position: 163px 3px;
}
    
form .LV_invalid_field, 
form input.LV_invalid_field:hover, 
form input.LV_invalid_field:active,
form textarea.LV_invalid_field:hover, 
form textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
	background-color: #ff7d7d;
	background-image: url(../images/template/warning.jpg);
	background-repeat: no-repeat; background-position: 215px 4px;
}

* {
	margin: 0 auto;
	padding: 0;
}

body {
	color:#2a2a2a;
	font: 11px Tahoma, Arial, Verdana, sans-serif;
	background: url(../images/bkg.gif) repeat-x;
}

p {
	margin: 15px 0 15px 5px;
	line-height: 1.6em;
	color: #000;
}

a {
	text-decoration: none;

	color: #CD005F;
}
img{
	border:none;
}
#wrapper {
	overflow:hidden;
	width: 972px;
}
#header {
	float: left;

	width:972px	 
}
.logo {
	float: left;
	width:266px;	 
}
.weblink {
	float: right;
	padding-top:55px; 
	padding-right:5px;
}

/* NAV STYLES */


ul#menuItems {
	float: left;
	color: #a3238e;
	font-weight: bold;
	height: 75px;
	width: 800px;
	background: url(../images/nav-bkg.gif) no-repeat;
	padding-left: 90px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 90px;
}

ul#menuItems li {
	float: left;
	font-size: 11px;
	list-style: none;
	padding:0;
	line-height: 2.3em;
	display: inline;
	margin-top: 20px;
	margin-right: 30px;
	margin-bottom: 0;
	margin-left: 20px;
}

ul#menuItems li a {text-decoration:none; color:#a1077a;}

ul#menuItems li a:hover {text-decoration:none; color:#ee4087;}



/*-----*/



/* Content */

.pageHead{
	float:left;
	width:341px;
	padding-top:40px;
	padding-bottom:10px;
}
.pageHead1{
	float:left;
	width:341px;
	padding-top:10px;
	padding-bottom:10px;
}
#contentLanding{
	float: left;
	width: 802px;
	margin: 0 0 0 100px;
	display: inline;
}

#content{
	float: left;
	width: 702px;
	margin: 0 0 0 120px;
	display: inline;
}

.howto{
	float: left;
	width: 500px;
	
}
.howto ol{

	margin-left:40px;
}
.howto ol li{
	line-height: 1.6em;
	padding-bottom:10px;
	padding-left:10px;
	list-style-type:decimal;
}

.termsCopy{
	float: left;
	width: 700px;	
}

.termsCopy ol{

	margin: 20px 0 0 30px;
}
.termsCopy ol li{
	line-height: 1.6em;
	padding-bottom:10px;
	list-style-type:decimal;
}

.claim{
	clear: both;
	float:left;
	padding:25px 10px 20px 20px;
}

.claim2{
	clear: both;
	float:left;
	padding:45px 10px 20px 0;
}

.terms{
	float:left;
	padding:25px 10px 20px 0;
	width: 160px;
}

.map{
	float:left;
	margin: 25px 10px 20px 0;
	display: inline;

}

.locations{
	float:left;
	padding:25px 0 20px 0;
	width: 120px;
}

.pink {
	color: #cd005f;
	font-size: 22px;
	font-weight: bold;
}

.pink2 {
	color: #cd005f;
	font-size: 15px;
	font-weight: bold;
}

.bullet {
	float: left;
	margin: 20px 0 0 0;
}

.bullet .point {
	float: left;

}

.bullet .copy {
	width: 400px;
	margin: 0 0 0 30px;
	line-height: 1.6em;
}

#clubcard {
	float: left;
	margin: 25px 0 0 40px;
}

.login{
	clear:both;
}
.formInput{
	padding-left:30px;
}
.submit{
	padding:25px 0 0 30px;
}
#footer{
	float: left;
	width: 100%;
	padding-top:25px;
	text-align: center;
}
