body {
	background: #000000;
	margin: 0;
	padding: 0;
}

body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a {
	color: #ed4848;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: square;
}

img {
	border: none;
}

h1, h2, h3, h4, h5 {
	margin: 0;
	padding: 0;
	line-height: normal;
}

h1 {
	font-size: 24px;
	color: #000000;
	line-height: 22px;
}

h2 {
	font-size: ;
	color: ;
}

h3 {
	font-size: ;
	color: ;
}

h4 {
	font-size: ;
	color: ;
}

h5 {
	font-size: ;
	color: ;
}



/*
 *
 * General Use Classes
 *
*/

.text-white { color: #ffffff; }
.text-black { color: #000000; }
.text-gray { color: #8e929b; }
.text-drk-gray { color: #62646a; }
.text-red { color: #b23838; }
.text-10 { font-size: 10px; }
.text-11 { font-size: 11px; }
.text-12 { font-size: 12px; }
.text-13 { font-size: 13px; }
.text-14 { font-size: 14px; }
.text-15 { font-size: 15px; }
.text-16 { font-size: 16px; }
.text-17 { font-size: 17px; }
.text-18 { font-size: 18px; }
.text-19 { font-size: 19px; }
.text-20 { font-size: 20px; }
.text-32 { font-size: 32px; }
.bg-white { background-color: #fff; }
.bg-black { background-color: #000; }
.bg-gray { background-color: #f1f1f2; }
.bg-red { background-color: #ed4848; }
.text-right { text-align: right; }
.text-left { text-align: left; }

.padding-10 { padding: 10px; }
.border-right-gray { border-right: 1px solid #c8c8cb; }



/*
 *
 * Main Template
 *
*/

#content-container {
	background: url(../images/content-bg.jpg) center top;
	width: 100%;
	margin: 0;
	padding: 0;
}

#header-container {
	background: url(../images/header-bg.png) repeat-x;
	width: 100%;
	height: 157px;
}

#header {
	width: 950px;
	height: 157px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
}

#header-logo {
	margin: 20px 0px 0px 0px;
}

#navigation {
	height: 35px;
	width: 950px;
	margin: 16px 0px 0px 0px;
}

@-moz-document url-prefix() { #navigation { margin: 13px; } } 

#navigation a {
	color: #b23838;
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 25px;
	padding: 10px 20px 0px 20px;
}

#navigation a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../images/nav-parent-hover-bg.png) repeat;
	display: block;
	padding: 10px 20px 0px 20px;
}

#navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
	height: 35px;
}

#navigation ul li {
	display: inline;
	list-style: none;
	float: left;
	width: auto;
}

#navigation ul li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	/* background: url(../images/nav-child-background.png) repeat; */
	background-color: #000000;
	height: auto;
	overflow: visible;
	width: 220px;
}

.nav-child {
	/*display: none;*/
}

#navigation ul li ul li {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	float: none;
	height: 30px;
	width: 180px;
}

#navigation ul li ul li a {
	width: 180px;
	color: #fff;
	display: block;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	padding: 5px 20px 5px 20px;
	/*height: 20px;*/
}
	
#navigation ul li ul li a:hover {
	width: 180px;
	display: block;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	padding: 5px 20px 5px 20px;
	/*height: 20px;*/
	/* color: #b23838; */
	color: #000000;
	/*border: 1px solid #000000;*/
	text-decoration: none;
	/* background: url(../images/nav-child-hover-bg.png) repeat; */
	background-color: #fafafa;
}

#navigation ul li ul li ul {
	position: relative;
	margin: -30px 0px 0px 220px;
	padding: 0;
	background: #000000;
	width: 220px;
	display: block;
}

#navigation ul li ul li ul li {
	width: 180px;
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

#main-content {
	width: 950px;
	min-height: 400px;
	overflow: auto;
	margin: 0 auto;
}

#footer-container {
	width: 100%;
	border-top: solid 7px #b23838;
}

#footer {
	width: 950px;
	margin: 0 auto;
	padding: 20px 0px 0px 0px;
	color: #ffffff;
	line-height: 18px;
	overflow: auto;
}

#header-cart {
	background: url(../images/header-cart-bg.gif) no-repeat;
	width: 237px;
	height: 26px;
	float: right;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0px 0px 30px;
}

#header-cart a {
	color: #fff;
	text-decoration: none;
}

#header-cart a:hover {
	text-decoration: underline;
}

#footer a {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer-left {
	float: left;
	width: 334px;
	padding: 0px 30px 0px 0px;
	border-right: 2px #fff solid;
}

#footer-right {
	float: right;
	width: auto;
	text-align: right;
}

#footer-right-nav {
	margin: 0px 0px 10px 0px;
}

#footer-right-nav a {
	color: #fff;
	text-decoration: none;
}

#footer-right-nav a:hover {
	color: #b23838;
	text-decoration: none;
}

#newsletter-container {
	width: 100%;
	overflow: hidden;
}

#newsletter {
	background: url(../images/newsletter-bg.png) no-repeat;
	width: 271px;
	height: 89px;
	color: #fff;
	font-size: 11px;
	z-index: 100;
	position: relative;
	left: 45%;
	padding: 15px 15px 0px 15px;
	//margin: 0 auto;
}

.newsletter-input {
	height: 18px;
	padding: 2px;
}

.page-container {
	background: url(../images/page-bg.gif) repeat-y;
	width: 952px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

.page-bottom {
	background: url(../images/page-bottom-bg.gif) no-repeat;
	width: 952px;
	height: 37px;
	margin: 0 auto 15px auto;
	padding: 0;
}

.page {
	background: url(../images/page-top-bg.gif) no-repeat top center;
	width: 872px;
	height: auto;
	padding: 30px 40px 5px 40px;
	margin: 0 auto;
	line-height: 16px;
	overflow: auto;
}

#learn-how-link {
	display: inline;
	margin-left: 170px;
	font-weight: bold;
}

/* Home Page */

#home-left {
	width: 700px;
	overflow: auto;
	float: left;
}

#home-right {
	width: 250px;
	overflow: auto;
	float: right;
}

.home-left-box {
	width: 648px;
	border: 1px solid #b23838;
	background: #fff;
	padding: 20px;
	margin: 0px 0px 10px 0px;
	overflow: auto;
}

.home-left-stack {
	font-size: 10px;
	padding: 10px 0px;
	width: 310px;
	margin: 0px 0px 0px -17px;
	overflow: auto;
}

.home-left-stack-img {
	margin: 15px 15px 15px 0px;
	float: left;
}

#home-left-stack-top {
	border-bottom: 1px solid #c8c8cb;
}

.home-right-box {
	width: 218px;
	border: 1px solid #b23838;
	background: #fff;
	padding: 15px;
	margin: 0px 0px 10px 0px;
	overflow: auto;
}

.home-left-box-image-full {
	margin: -20px 20px -20px -20px;
	float: left;
}

.home-image-left {
	float: left;
	margin: 0px 20px 20px 0px;
}

.home-image-right {
	margin: 0px 0px 0px 20px;
	float: right;
}

#home-pricing input[type="text"] {
	border: #b23838 solid 1px;
}


/*
#home-right-content {
	float: right;
	height: auto;
	width: 628px;
}


.home-feature-container {
	background: url(../images/home-feature-bg.gif) repeat-y;
	width: 628px;
	height: auto;
	margin: 0px 0px 15px 0px;
	padding: 0;
}

.home-feature-bottom {
	background: url(../images/home-feature-bottom-bg.gif) no-repeat;
	width: 628px;
	height: 23px;
	margin: 0px 0px 0px 0px;
	padding: 0;
}

.home-feature {
	background: url(../images/home-feature-top-bg.gif) no-repeat top center;
	width: 568px;
	height: auto;
	padding: 20px 20px 0px 40px;
	margin: 0px 0px 0px 0px;
	line-height: 16px;
	text-align: center;
	overflow: auto;
}

.home-feature-box {
	background: url(../images/home-feature-bg.gif) no-repeat;
	width: 568px;
	height: 136px;
	padding: 10px 20px 10px 40px;
	margin: 0px 0px 15px 0px;
	text-align: center;
}


*/


/*
 *
 * Product Page
 *
*/

#product-right {
	width: 612px;
	float: right;
}

#product-left {
	width: 250px;
	float: left;
	text-align: center;
}

#product-left a {
	color: #000000;
	text-decoration: none;
}

#product-left a:hover {
	text-decoration: underline;
}

#product-cart-area {
	float: right;
	width: 250px;
}

/*
 *
 * Product Summary
 *
*/

#product-summary-right {
	width: 700px;
	float: right;
}

#product-summary-left {
	width: 150px;
	float: left;
	text-align: center;
}

#product-summary-left-info {
	text-align: left;
	width: 100px;
	float: right;
}

#product-summary-container {
	background: url(../images/page-bg.gif) repeat-y;
	width: 950px;
	height: auto;
	margin: 0 auto;
	padding: 0;
}

#product-summary {
	background: #fff;
	width: 868px;
	height: auto;
	padding: 30px 40px 30px 40px;
	margin: 0 auto 10px auto;
	line-height: 16px;
	overflow: auto;
	border: solid 1px #b23838;
}

#how-it-works {
        background: #b23838 url(../images/home-how-it-works.jpg) top center no-repeat;
        width: 288px;
        height: auto;
        float: left;
        padding: 330px 10px 10px 10px;
        color: #fff;
        font-size: 10px;
        display: none;
        position: absolute;
        top: 150px;
        left: 50%;
        border: 2px solid #ffffff;
}
