/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @copyright  Copyright (c) 2008 Irubin Consulting Inc. DBA Varien (http://www.varien.com)
 * @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/******************************************/
/***********[ Mage_CSS_A Reset ]***********/
/******************************************/

* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	color:#2f2f2f;
	text-align:center;
	min-height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
img {
	border:0;
}
a {
	color:#ff6600;
	text-decoration:underline;
}
a:hover {
	color:#ff6600;
	text-decoration:underline;
}

:focus {
	outline:0;
}
/* Heading */
h1, h2, h3, h4, h5, h6, .head {
	margin-bottom:.4em;
	line-height:1.3em;
}
h1 {
	font-size:2em;
	line-height:1.17;
}
h2 {
	font-size:1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
}
h3 {
	font-size:1.35em;
}
h4 {
	font-size:1.05em;
}
h5 {
	font-size:1.05em;
}
h6 {
	font-size:.95em;
}
/* Table */
th {
	padding:0;
	text-align:left;
	vertical-align:top;
}
td {
	padding:0;
	vertical-align:top;
}
/* Paragraph */
p {
	padding:0;
	margin-top: .75em;
	margin-right: 0;
	margin-bottom: .75em;
	margin-left: 0;
}
address {
	font-style:normal;
	margin-bottom:.5em;
}
cite {
	font-style:normal;
	font-size:10px;
}
q:before, q:after {
	content:'';
}
/* Form */
form {
	display:inline;
}
fieldset {
	border:none;
}
legend {
	display:none;
}
label {
	color:#666;
	font-weight:bold;
}
input, textarea, select, button {
	vertical-align:middle;
}
/* Lists */
dt {
	display:block;
	font-weight:bold;
}
ul, ol {
	list-style:none;
}
/* Size */
small {
	font-size:.92em;
}
big {
	font-size:1.1em;
}
hr {
	height:0;
	margin:8px 0;
	overflow:hidden;
	visibility:hidden;
}
.nowrap {
	white-space:nowrap;
}
.bold {
	font-weight:bold;
}

/******************************************************************************************
 Home page classes
******************************************************************************************/
.video_container {
	padding: 0px;
	float: left;
	width: 900px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

.video_left {
	float: left;
	width: 420px;
	padding-left: 15px;
}

.video_right {
	float: right;
	width: 420px;
	padding-left: 15px;
}

.membership_container {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 900px;
	position: relative;
}

.membership_left {
	float: left;
	width: 280px;
	position: relative;
	background-image: url(../images/membership_bg.jpg);
	background-repeat: no-repeat;
	height: 460px;
	background-position: 0px 100px;
	padding-right: 10px;
	padding-left: 10px;
}

.membership_center {
	float: left;
	width: 280px;
	position: relative;
	background-image: url(../images/membership_bg.jpg);
	background-repeat: no-repeat;
	height: 460px;
	background-position: 0px 100px;
	padding-right: 10px;
	padding-left: 10px;
}

.membership_right {
	float: left;
	width: 280px;
	position: relative;
	background-image: url(../images/membership_bg.jpg);
	background-repeat: no-repeat;
	height: 460px;
	background-position: 0px 100px;
	padding-right: 10px;
	padding-left: 10px;
}

.satisfaction {
	clear: left;
	float: left;
	width: 575px;
	padding-left: 15px;
	display:none;
}

.surlatable {
	float: right;
	width: 290px;
	display:none;
}

.play_button {
	height: 55px;
	width: 385px;
	position: relative;
	float: right;
	margin-right: 20px;
}

.you-tube-webispots {
	clear: right;
	float: right;
	position: relative;
	margin-top: 10px;
	margin-right: 25px;
}

/* End home page classes */

strong {
	font-weight: bold;
	color: #990000;
}


/* Image preview hover classes */

.thumbnail{
	position: relative;
	z-index: 0;
}

.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: lightyellow;
	padding: 5px;
	left: -1000px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -300px;
	left: -150px; /*position where enlarged image should offset horizontally */
}

/* End image preview hover classes */

.cleaner {
	clear: left;
	float: left;
	height: 25px;
}