@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url('/images/fire-background.jpg') bottom center no-repeat;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

a {
	color: #ffff00;
}
a:hover {
	text-decoration: none;
}

#wrapper-top {
	background: url('/images/grill-background.jpg') top center no-repeat;
}
#wrapper {
	margin: 0 auto;
	width: 980px;
}

#header {
	background: url('/images/navigation/background.jpg') no-repeat;
	height: 119px;
	width: 980px;
}

ul {
	color: #999;
}


/* ******************** */
/* NAVIGATION */

#navigation li, #utility-navigation li {
	float: left;
	margin-right: 30px;
}


/* ******************** */
/* PAGE HEADER */

#title {
	background: url('/images/header-background.jpg') no-repeat;
	height: 150px;
	padding: 45px 70px 83px 70px;
	width: 840px;
}
h1 {
	height: 150px;
	overflow: hidden;
	text-indent: -9999px;
	width: 840px;
}
#features h1 {
	background: url('/images/page-headers/features.jpg') no-repeat;
}
#pricing h1 {
	background: url('/images/page-headers/pricing.jpg') no-repeat;
}
#news-and-events h1 {
	background: url('/images/page-headers/news-and-events.jpg') no-repeat;
}
#video-tutorials h1 {
	background: url('/images/page-headers/video-tutorials.jpg') no-repeat;
}
#support h1 {
	background: url('/images/page-headers/support.jpg') no-repeat;
}
#about-us h1 {
	background: url('/images/page-headers/about-us.jpg') no-repeat;
}
#contact h1 {
	background: url('/images/page-headers/contact.jpg') no-repeat;
}
#demo h1 {
	background: url('/images/page-headers/interactive-demo.jpg') no-repeat;
}


/* ******************** */
/* CONTENT */

h2 {
	background: url('/images/section-header-bg.jpg') no-repeat;
	color: #FF0000;
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	height: 50px;
	margin: 40px 0 20px 0;
	text-align: center;
	width: 980px;
}
h2.text {
	line-height: 2.9em;
	text-transform: uppercase;
}

#content {
	background: url('/images/glow-background.jpg') no-repeat;
	height: auto !important;
	height: 560px;
	min-height: 560px;
	padding-top: 40px;
}
#content p, #content ol, #content ul, #content td {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 20px 70px 20px 70px;
}
#content td {
	margin: 0;
}
.divider {
	background: url('/images/divider.gif');
	height: 37px;
	margin: 20px 0;
	width: 980px;
}

#support .divider {
	margin-bottom: 0;
	margin-top: 40px;
}
#support .question {
	margin-top: 0;
}


/* ******************** */
/* FEATURES */

#features #thumbnails {
	left: 10px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 980px;
}
#features .item {
	float: left;
	margin: 0 20px 20px 0;
	width: 260px;
}
#features h3 {
	color: #ff0000;
	font-size: 1.6em;
	line-height: 1.4em;
	padding-top: 10px;
	text-align: center;
}
#features .divider {
	margin-bottom: 0px;
}
#features .section {
	left: 70px;
	position: relative;
}
#features .thumbnail {
	background: url('/images/photo-thumb-bg.png') no-repeat;
	height: 150px;
	margin: 0;
	padding: 20px 30px 29px 30px;
	width: 200px;
}
.opacity {
	opacity: .2;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
}


/* ******************** */
/* PRICING */

#pricing .item {
	float: left;
	margin: 0 20px 20px 0;
	width: 260px;
}
#pricing .divider {
	margin-bottom: 0px;
}
#pricing .section {
	left: 70px;
	position: relative;
}
.opacity {
	opacity: .2;
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
}


/* ******************** */
/* VIDEO TUTORIALS */

#video-tutorials #thumbnails {
	margin: 0 auto;
	text-align: center;
	width: 980px;
}
#video-tutorials .item {
	float: left;
	margin: 0 20px 20px 0;
	width: 404px;
}
#video-tutorials h3 {
	color: #ff0000;
	font-size: 1.6em;
	line-height: 1.4em;
	padding-top: 10px;
	text-align: center;
}
#video-tutorials .divider {
	margin-bottom: 0px;
}
#video-tutorials .section {
	left: 70px;
	position: relative;
}
#video-tutorials .thumbnail {
	background: url('/images/video-thumb-bg.png') no-repeat;
	height: 225px;
	margin: 0;
	padding: 20px 52px 41px 52px;
	width: 300px;
}


/* ******************** */
/* NEWS & EVENTS */

#news-and-events div.column1 p, #news-and-events div.column1 ul,
#news-and-events div.column2 p, #news-and-events div.column2 ul {
	margin: 20px 0 20px 0;
}
#news-and-events .column1 {
	display: inline;
	float: left;
	margin: 0 30px 0 70px;
	width: 570px;
}
#news-and-events .column2 {
	float: left;
	/* margin-right: 0 70px 0 30px; */
	margin-right: 0;
	width: 240px;
}
#news-and-events div.column2 ul {
	font-size: 1.1em;
	padding-left: 40px;
}
#news-and-events h3 {
	color: #FF0000;
	font-size: 1.5em;
	line-height: 1.4em;
	margin-bottom: 10px;
}
#news-and-events h3 img {
	padding-left: 5px;
}
#news-and-events p.date {
	color: #999;
	font-size: 1.1em;
	margin: 0;
}
#news-and-events p.photo {
	background: url('/images/photo-thumb-bg.png') no-repeat;
	height: 150px;
	float: left;
	margin: 0 15px 10px 0;
	padding: 20px 50px 29px 30px;
	width: 200px;
}
#news-and-events #archives, #news-and-events #newsletters {
	background: url('/news-and-events/images/archives-heading.jpg') no-repeat;
	height: 36px;
	overflow: hidden;
	text-indent: -9999px;
	width: 240px;
}
#news-and-events #newsletters {
	background: url('/news-and-events/images/newsletters-heading.jpg') no-repeat;
}
#news-and-events div.small-divider {
	margin: 40px 0 10px 0;
}


/* ******************** */
/* SUPPORT */

#support ol {
	font-weight: bold;
	padding-left: 20px;
}
#support p.question, #support p.answer {
	background: url('/support/images/q.gif') no-repeat;
	color: #FF0000;
	font-weight: bold;
	height: auto !important;
	height: 26px;
	min-height: 26px;
	overflow: visible;
	padding-left: 55px;
}
#support p.answer {
	background: url('/support/images/a.gif') no-repeat;
	color: #fff;
	font-weight: normal;
}


/* ******************** */
/* FOOTER */

#footer {
	background: url('/images/footer-background.jpg') no-repeat;
	height: 454px;
	margin-top: 40px;
	width: 980px;
}

/* Sitemap */

#site-map {
	color: #999;
	height: 140px;
	line-height: 1.7em;
	margin: 0 auto;
	padding-top: 75px;
	width: 668px;
}
#site-map a {
	text-decoration: none;
}
#site-map a:hover {
	color: #ff0000;
}
#site-map ul {
	float: left;
	list-style: none;
	padding-right: 40px;
}
#site-map ul li a {
	color: #999;
	text-transform: uppercase;
}
#site-map li ul {
	float: none;
	padding: 0 0 0 12px;
}
#site-map li ul li {
	list-style: disc;
	text-transform: none;
}
#site-map li ul li a {
	color: #666;
	font-size: 1.1em;
	text-transform: none;
}

/* Copyright */

#copyright {
	margin: 0 auto;
	width: 382px;
}
#copyright p {
	background: url('/images/copyright.gif') no-repeat;
	height: 12px;
	overflow: hidden;
	text-indent: -9999px;
	width: 236px;
}
#copyright ul {
	list-style: none;
}
#copyright p, #copyright ul, #copyright li {
	float: left;
}
#copyright li#nav-terms-of-use, #copyright li#nav-terms-of-use a {
	background: url('/images/navigation/terms-of-use.gif') no-repeat;
}
#copyright li#nav-privacy-policy, #copyright li#nav-privacy-policy a {
	background: url('/images/navigation/privacy-policy.gif') no-repeat;
}
#copyright li a {
	display: block;
	height: 12px;
	overflow: hidden;
	text-indent: -9999px;
}
#copyright li#nav-terms-of-use a {
	height: 12px;
	width: 70px;
}
#copyright li#nav-privacy-policy a {
	height: 12px;
	width: 76px;
}
#copyright li#nav-terms-of-use a:hover, #copyright li#nav-privacy-policy a:hover {
	background-position: 0 -12px;
}

.small-divider {
	background: url('/images/small-divider.gif') no-repeat;
	height: 26px;
	width: 570px;
}


/* ******************** */
/* HACKS */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}