* {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	color: #333;
	margin: 0px;
	padding: 0px;
	background-color: #7AB0BA;
	background-repeat: repeat-x;
	background-position: left top;
	background-image: url(../images/bg.png);
}
a {
	border: none;
	outline: none;
	text-decoration: none;
}
a:hover  { color: #666; }
*:focus {
	outline: none;
}
textarea { overflow: auto; resize: none }
p { margin: 0 0 15px 0; }
img  { border: none; }
.alignleft  {
	float: left;
}
.alignright  {
	float: right;
}
/*----- Images -----*/
img.imgbox {
	padding: 5px;
	-webkit-box-shadow: 0px 2px 4px #d0d0d0;
	-moz-box-shadow: 0px 2px 4px #d0d0d0;
	box-shadow: 0px 2px 4px #d0d0d0;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
}
img.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
img.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

/*----- Headings -----*/
h1, h2, h3, h4, h5  {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0 0 10px 0;
}
/*----- Clickable logo -----*/
.frontpage {
	display: block;
	width: 300px;
	height: 40px;
	border: none;
	float: left;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
.frontpage a {
	display: block;
	outline: none;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
}

/*----- Top menu bar -----*/

#menu_bar .container {
	width: 900px;
	margin: 0px auto;
	overflow: hidden;
}
#menu_bar .container ul {
	float: right;
	list-style-type: none;
	margin: 7px 0 0 0;
	padding: 0;
}
#menu_bar .container ul li {
	float: left;
	margin: 0 0 0 15px;
	font-weight: bold;
}
#menu_bar .container ul li a {
	color: #fff;
}
#menu_bar .container ul li a:hover {
	color: #ccc;
}
/*----- Main wrapper -----*/
#wrapper  {
	width: 900px;
	margin: 30px auto;
	padding: 0 4px;
	overflow: hidden;
}
/*----- Header -----*/
#header {
	width: 900px;
	height: 100px;
	float: left;
	text-shadow: 0 1px 0 #fff;
	background: url(../images/logo.png) no-repeat;
}
.call {
	float: right;
	width:235px;
	font-size: 20px;
	margin-top:33px;
	padding: 3px 0 3px 0px;
	font-weight: bold;
	line-height: 20px;
}
.co-info {
	float: right;
	font-size: 16px;
	font-weight: normal;
	margin-right: 13px;
	margin-top:30px;
	padding-top: 3px;
	padding-right: 13px;
	text-align: right;
	padding-bottom: 3px;
	color: #333;
	padding-left: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	line-height: 20px;
}

.call span {
	font-size: 12px;
	Text-transform: uppercase;
	color: #333;
	margin: 0 0 4px 0;
	display: block;
}
/*----- Sales pitch -----*/
#content {
	width: 860px;
	float: left;
	margin: 0 0 20px 0;
	padding: 20px 20px 0 20px;
	font-size: 14px;
	position: relative;
	background: #fff;
	-webkit-box-shadow: 0px 2px 4px #cccccc;
	-moz-box-shadow: 0px 2px 4px #cccccc;
	box-shadow: 0px 2px 4px #cccccc;
	-webkit-border-radius: 4px;  
	-moz-border-radius: 4px;  
	border-radius: 4px;
}
/*----- Left content -----*/
#content #left {
	width: 430px;
	float: left;
}
#content #left h1 {
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 2px 0;
	font-size: 18px;
	text-transform: uppercase;
}
#content #left p {
	margin: 0 0 20px 0;
	color: #222;
	line-height: 1.6em;
}
#content #left p.half_margin {
	margin: 0 0 10px 0;
	line-height: 1.6em;
}
/*----- Checklist -----*/
ul.checklist {
	color: #222;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
ul.checklist li {
	background: url(../images/checklist_check.png) no-repeat 0 4px;
	float: left;
	line-height: 1.4em;
	padding-left: 24px;
	width: 175px;
	margin: 0 20px 15px 0;
}
ul.checklist li.right {
	margin: 0 0 15px 0;
}
/*----- Right content -----*/
#content #right {
	width: 400px;
	margin: 0 0 15px 0;
	float: right;
}
#content #right .image {
	width: 400px;
	height: 200px;
	float: left;
	margin: 0 0 23px 0;
	background: #eee;
}
#content #right .buttons {
	width: 400px;
	float: left;
	background: url(../images/or.png) no-repeat 200px 8px;
}
/*----- Buy button -----*/
#content #right .buttons .buy, .last_chance .buy {
	width: 155px;
	height: 35px;
	float: left;
	font-size: 24px;
	font-weight: bold;
	padding: 11px 0 0 45px;
	margin: 0 98px 0 0;
	color: #fff;
}
/*----- Read more -----*/
#content #right .buttons .more {
	float: left;
	margin: 13px 0 0 0;
	padding: 0 0 3px 0;
	font-size: 20px;
	font-style: italic;
	color: #a2a2a2;
	border-bottom: 1px dotted #eee;
}
#content #right .buttons .more:hover {
	color: #666;
	border-bottom: 1px dotted #ccc;
}
/*----- Tab area -----*/
#tab_area {
	width: 860px;
	margin-left:0px;
	float: left;
}
#tabs {
	width: 860px;
	float: left;
}
/*---- Tabs -----*/
ul.idTabs {
	width: 870px;
	height: 35px;
	font-weight: bold;
	font-size: 12px;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	float: left;
	padding: 15px 20px 0 10px;
	list-style-type: none;
	background-image: url(../images/tabs_top.png);
	background-repeat: repeat-x;
}
ul.idTabs li {
  background: url(../images/tab_link.png) no-repeat right top;
  float: left;
  color: #333;
  margin: 0;
}
ul.idTabs li a {
  padding: 10px 20px 7px 20px;
  background: url(../images/tab_link-left.png) no-repeat left top;
  float: left;
  color: #333;
  text-shadow: 0 1px 0 #fff;
}
ul.idTabs li a:hover {
  color: #777;
}
ul.idTabs li.active {
	background: url(../images/tab_active.png) no-repeat right top;
}
ul.idTabs li.active a {
	background: url(../images/tab_active-left.png) no-repeat left top;
}
ul.idTabs li.active a:hover {
	color: #666;
}
/*----- Tab content -----*/
#tabs div {
	width: 870px;
	background: #fff;
	padding: 15px 15px 0 15px;
	margin: 0 0 20px 0;
	float: left;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	position: relative;
}
#tabs div h2, #tabs div h3 {
	font-weight: bold;
	margin: 0 0 10px 0;
	text-transform: uppercase;
	color: #333;
}
#tabs div h2 {
	font-size: 18px;
	color: #922A21;
}
#tabs div h3 {
	font-size: 14px;
}
#tabs div ul {
	font-size: 12px;
	margin: 0 0 15px 15px;
	list-style-type: disc;
}
#tabs div ul li {
	margin: 0 0 5px 0;
}
#tabs div ul.tab_features {
	margin: 0;
	list-style-type: none;
}
#tabs div ul.tab_features li {
	margin: 0 0 20px 0;
	float: left;
	color: #888;
	width: 260px;
}
#tabs div ul.tab_features li p {
	float: right;
	width: 210px;
	margin: 0 15px 0 0;
}
#tabs div ul.tab_features li p strong {
	float: left;
	color: #444;
	width: 225px;
}
#tabs div ul.tab_features li img {
	margin: 0 10px 0 0;
	float: left;
}
/*----- Quotes -----*/
#quotes {
	width: 280px;
	float: right;
	text-shadow: 0 1px 0 #fff;
}
#quotes .quote {
	width: 280px;
	height: 100px;
	float: left;
	margin: 0 0 20px 0;
}
#quotes .quote p {
	width: 260px;
	padding: 10px 10px 0 10px;
	float: left;
	color: #888;
	background: url(../images/quote_bg.png) no-repeat top;
	margin: 0;
}
#quotes .quote span {
	width: 280px;
	height: 10px;
	padding: 13px 0 1px 0;
	float: left;
	background: url(../images/quote_bg.png) no-repeat bottom;
	margin: 0;
}
#quotes .quote strong {
	font-style: italic;
	float: right;
}
/*----- Mailing list and share buttons -----*/

#social .newsletter {
	width: 405px;
	height: 34px;
	float: left;
	margin: 3px 0 0 3px;
}
/*----- Textfield -----*/
#social .newsletter .field {
	width: 310px;
	padding: 6px 0 5px 0;
	margin: 1px 0 0 7px;
	background: none;
	border: none;
	color: #888;
	font-size: 16px;
	float: left;
}
/*----- Webkit and IE fixes for form -----*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#social .newsletter .field {
		padding: 12px 0 2px 0;
	}
}
/*----- Submit -----*/
#social .newsletter .submit {
	width: 72px;
	height: 34px;
	background: none;
	margin: 0 5px 0 0;
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	float: right;
	font-size: 0;
	display: block;
	line-height: 0;
}
#social .newsletter .submit:hover {
	background: #fff;
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	-khtml-opacity: 0.1;
	opacity: 0.1;
}
/*----- Share -----*/
#social .share {
	float: right;
}
#social .share ul {
	list-style-type: none;
	margin: 0;
}
#social .share ul li {
	float: left;
	margin: 0 0 0 8px;
}
/*----- Bottom CTA -----*/
.last_chance {
	width: 900px;
	float: left;
	margin: 0 0 10px 0;
}
.last_chance h4 {
	font-size: 20px;
	color: #333;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
}
.last_chance p {
	width: 640px;
	font-size: 14px;
	line-height: 1.5em;
	float: left;
	color: #444;
	text-shadow: 0 1px 0 #fff;
}
.last_chance .buy {
	margin: 0;
	float: right;
}
.last_chance .buy:hover {
	color: #fff;
}
/*----- Footer-----*/
#footer {
	width: 900px;
	float: left;
	padding: 15px 0 0 0;
	color:#ececec;
	margin: 0;
	border-top: 1px dotted #fff;

}
#footer a {
	font-weight: bold;
	color: #fff;
}
#footer .alignright a {
	float: right;
	color: #fff;
}
#footer .divider {	
	height: 16px;
	width: 16px;
	background: url(../images/footer_divider.png) no-repeat bottom;
	margin: 0 5px;
	float: right;
}
/* Used for Validation */
span.LV_validation_message {
}
.LV_valid {
	display: none;
}
.LV_invalid {
		display: none;
}
.LV_valid_field, input.LV_valid_field:hover, input.LV_valid_field:active, textarea.LV_valid_field:hover, textarea.LV_valid_field:active {
}
.LV_invalid_field, input.LV_invalid_field:hover, input.LV_invalid_field:active, textarea.LV_invalid_field:hover, textarea.LV_invalid_field:active {
		
}
