html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	background: #f2f2f2;
	color: #3d3d3d;
	font-family: sans-serif;
	text-align: justify; 
	text-shadow: 0 1px 1px #fff;
}

a{
	text-decoration: none;
	color: #6F1419;	
	font-weight: bold;
}

a:hover{
	text-decoration: none;
	color: #cc181e;
	font-weight: bold;
}

h2 a, h3 a{
	text-decoration: none;
	color: #6F1419;
	font-weight: bold;
}

h2 a:hover, h3 a:hover{
	text-decoration: none;
	color: #cc181e;
	font-weight: bold;
}

.message{
	width: 880px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 20px;
	background: #ffff66;
	border: 3px solid #0000cd;
	border-radius: 15px;
}

.message p{
	font-size: 17px;
	font-weight: normal;
	color: #0000cd;
	line-height: 24px;
	}
	
.message h1{
	font-size: 24px;
	color: #0000cd;
	line-height: 28px;
	}


.wrapper, #header{
	width: 940px;
	margin: 0 auto;
}

.wrapper p{
	font-size: 16px;
	line-height: 24px;
	text-align: justify;
}
 
.wrapper h1{
	font-size: 20px;
	line-height: 25px;
	text-align: justify;
	font-style: italic;
	font-weight: bold;
}

#header{
	margin-top: 30px;
	height: 75px;
	margin-bottom: 30px;
}

#logo{
	display: block;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat;
	height: 75px;
	width: 300px;
	float: left;
}

#header h4{
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #868686;
	margin-bottom: 25px;
	float: right;
}

#mainNav a{
	font-size: 18px;
	font-weight: bold;
	color: #3d3d3d;
}

#mainNav{
	float: right;
	position: relative;
	z-index: 90;
}

#mainNav li{
	display: inline-block;
	margin-left: 15px;
}

#mainNav li a:hover{
	color: #6F1419;
}

#mainNav li.active a{
	color: #868686;
}

.hero{
	display: block;
	width: 940px;
	height: 320px;
	margin: 0 auto 40px;
	position: relative;
}

.hero_wrapper{
	height: 320px;
	position: relative;
	overflow: hidden;
}

.hero_wrapper img{
	width: 940px;
	height: 320px;
}

.hero h1{
	text-indent: -9999px;
	display: block;
	position: absolute;
	width: 328px;
	height: 116px;
	background: url(../images/banner-text.png) no-repeat;
	top: 97px;
	left: 97px;
	z-index: 85;
}

.hero a{
	position: absolute;
}

a.button, button{
	padding: 10px 20px;
	background: #9F1419;
	color: #fff;
	box-shadow: 0 1px #333;
	border-radius: 5px;
	text-shadow: 0 -1px #333;
	cursor: pointer;
	border: 0;
	font-size: 16px;
}

.hero a.button{
	bottom: 70px;
	font-size: 21px;
	left: 98px;
	z-index: 4;
}

a.button:hover{
	background: #cc181e;
}

.dvr{
	background: url(../images/dvr.jpg) no-repeat;
	width: 420px;
	height: 320px;
	display: block;
	z-index: 85;
	bottom: 0px;
	right: 0px;
	text-indent: -9999px;
}

.col{
	width: 302px;
	float: left;
	margin-top: 20px;
	margin-left: 17px;
}

.col:first-child{
	margin-left: 0;	
}

.col img{
	top: 20px;
	margin-bottom: 10px;
	z-index: 8;
}

.col.last img{
	margin-top: -26px;
}

.col p a{
	color: #6f1419;
	font-weight: normal;
}

.col p a:hover{
	color: #cc181e;
	font-weight: normal;
}

.col h3 a{
	color: #6f1419;
	font-weight: bold;
}

.col h3 a:hover{
	color: #cc181e;
	font-weight: bold;
}

.col p{
	font-size: 15px;
	line-height: 18px;
	text-align: justify; 
}

.col h3{
	font-weight: bold;
	margin-bottom: 14px;
	position: relative;
	z-index: 10;
	font-size: 18px;
	line-height: 20px;
	text-align: left;
}

.col.last h3{
	text-align: left;
}

.colwrap{
	clear: both;
	padding-bottom: 20px;
	height: 285px;
	margin-bottom: 50px;
}

em{
	font-weight: bold;
	font-style: italic;
}

.faq h2{
	font-size: 10px;
	font-weight: bold;
}

.faq h3{
	font-size: 14px;
	margin-bottom: 8px;
	padding: 10px;
	background: #e2e2e2;
	line-height: 22px;
	border: 1px solid #fff;
	border-radius: 5px;
	cursor: pointer;
}

.faq h3:hover, .faq h3:focus{
	background: #fff;
	border-color: #e8e8e8;
}

.faq{
	margin-bottom: 24px;
}

.answer{
	padding: 10px;
	display: none;
}

.subnav{
	width: 200px;
	border: 1px solid #fff;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
	float: left;
	margin-bottom: 30px;
}

.subnav li:first-child{
	font-size: 20px;
	border-top: 0;
}

.subnav li{
	border-top: 1px solid #f2f2f2;
	line-height: 40px;
}

.subnav a{
	color: #999;
	font-weight: normal;
}

.subnav li.active a, .subnav a:hover{
	color: #3d3d3d;
	font-weight: normal;
}

h1 a, h4 a, h5 a{
	color: #3d3d3d;
}

h2 a:href, h3 a{
	color: #3d3d3d;
}

.content{
	width: 670px;
	float: right;
	padding-bottom: 30px;
	min-height: 600px;
}

.content p.author{
	font-style: italic;
}

.content h1, h2, h3, h4, h5, h6{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

.content h2{
	font-size: 25px;
}

.content h4{
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	font-style: italic;
}

.content p, .content ul, .content ol{
	line-height: 20px;
	font-size: 14px;
	margin-bottom: 30px;
}

.content ul li, .content ol li{
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 20px;
}

.content ol li{
	list-style: decimal;
}

.content img{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 10px solid #fff;
}

.content-index{
	width: 940px;
	float: right;
	padding-bottom: 30px;
}

.content-index h1{
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

.product{
	display: block;
	clear: both;
	margin-bottom: 30px;
}

.product-page form img{
	float: none;
	margin-right: 0;
	margin-left: 0;
	border: 0;
}

.product img, img.product-image{
	width: 150px;
	height: 150px;
	display: inline-block;
	margin-right: 10px;
	border: 4px solid #bbb;
}

img.product-image {
	width: 300px;
	height: 200px;
	margin-bottom: 30px;
	float: none;
}

.description{
	width: 480px;
	display: inline-block;
	vertical-align: top;
	margin-top: 10px;
}

.product-page .description{
	width: 335px;
}

/* Rules for PayPal forms */
.product-page form table tr{
	background: none;
}

.product-page form table td{
	padding: 10px 0 0 0;
	font-size: 26px;
}

.product-page form input[type="image"]{
	margin-bottom: 50px;
}

.product-page form table{
	margin-bottom: 20px;
}

.product-page form img{
	display: none;
}
/* End of PayPal form rules */

.description h3{
	margin-bottom: 10px;
}

.description p{
	margin-bottom: 20px;
}
span.price, .product-page .description p.price{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}

.product-page .description p.price{
	font-size: 30px;
}

.product-page .description p.price span{
	font-weight: normal;
	display: inline-block;
	font-size: 13px;
	margin-top: 10px;
}

.product-information{
	display: block;
}
.product-information h1{
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
}

.tooltip {
    position: relative;
    display: inline-block;
	background: #ffff66;
    border-bottom: 1px solid;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #ffff66;
    color: #0000cd;
    text-align: center;
    border-radius: 8px;
	border: 2px solid #0000cd;
    padding: 10px 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -100px;
    opacity: 0;
    transition: opacity 0.1s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 8px;
    border-style: solid;
    border-color: #0000cd transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

#contact-form{
	margin-bottom: 30px;
}

#contact-form input, #contact-form textarea{
	width: 400px;
	padding: 10px;
	font-size: 15px;
	outline: none;
	border-radius: 5px;
	border: none;
	margin-bottom: 10px;
	display: block;
	color: #3d3d3d;
}

#contact-form textarea{
	height: 150px;
}

table{
	margin-bottom: 30px;
	font-size: 14px;
}

table .method{
	width: 600px;
}

table td{
	padding: 10px;
}

table thead{
	font-weight: bold;
}

table tr{
	background: #e9e9e9;
}

.content ul{
	list-style: none;
	margin-left: 0;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

a.pdf{
	background: url(../images/pdf.png) no-repeat;
	padding-left: 100px;
	height: 70px;
	display: block;
	margin-bottom: 30px;
	line-height: 70px;
	width: 100%;
}

#footer{
	clear: both;
	display: block;
	background: #3d3d3d;
	color: #f9f9f9;
	height: 160px;
	padding-top: 30px;
	border-top: 1px solid #fff;
}

#footer .left{
	width: 340px;
}

#footer ul{
	float: left;
	width: 170px;
}

#footer a{
	color: #f9f9f9;
	font-weight: normal;
	text-shadow: none;
	font-size: 14px;
	line-height: 26px;
}

#footer a:hover{
	color: #cc181e;
	background: #f9f9f9;
	font-size: 16px;
	line-height: 26px;
	padding: 4px;
	border: 1px solid #fff;
	border-radius: 6px;
}

#footer .right{
	width: 600px;
	float: right;
}

#footer p{
	font-size: 14px;
	line-height: 26px;
	text-align: right;
	text-shadow: none;
	clear: both;
}

::selection {
	background: transparent; 
}