/*---------------------------------------------- GLOBAL SETTINGS */

* {
	margin:0px;
	padding:0px;
}
html {
	height: 100%;
}
body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	background: url(img/bg.jpg) repeat-x top center #185da3;
}
img {
	border:0px;
}
/*-------------------------------------------------------- LINK */


a {
	color: #5392f5;
	text-decoration: underline;
}
a:hover {
	color: #92b7f1;
}
/*---------------------------------------------------- HEADINGS */

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin:0pt;
	padding:0pt;
	line-height: 1.2em;
	font-family: Helvetica, Arial, sans-serif;
	letter-spacing: -1px;
}
h1 {
	font-size: 26px;
	padding: 0 0 6px 0;
	color: #fff;
}
h2 {
	font-size: 24px;
	padding: 0 0 8px 0;
	color: #fff;
}
h3 {
	font-size: 2.2em;
	padding: 0 0 6px 0;
	color: #fff;
}
h4 {
	font-size: 1.2em;
	padding: 0 0 5px 0;
	color: #d2e6fa;
	font-weight: bold;
}
h5 {
	font-size: 1em;
	padding: 0 0 4px 0;
}
h6 {
	font-size: .9em;
	padding: 0 0 2px 0;
}
/*-------------------------------------------------- PARAGRAPHS */

p {
	font-size: 100%;
	line-height: 1.4em;
	padding: 0 0 1.25em 0;
}
/* LISTS -------------------------------------------------------- LISTS */

ul, ol {
	padding:0 0 1.25em 2.5em;
}
#content li, body#tinymce li {
	font-size: 100%;
	line-height: 1.6em;
}
#content ul li, body#tinymce ul li {
	list-style:circle;
}
/*-- nested lists --*/
#content ul ul, body#tinymce ul ul {
	padding: 0 0 0 1.5em;
}
#content ol ol, body#tinymce ol ol {
	padding: 0 0 0 1.5em;
}
/*------------------------------------------------------ LAYOUT */


#container {
	width:960px;
	margin: 0 auto;
	position: relative;
}
#header {
	position: relative;
	width: 870px;
	left: 45px;
	z-index:1;
	height: 520px;
	padding: 20px 0 0 0;
}
#header div#slogans {
	background:url(img/slogan_top.png);
	width: 576px;
	height: 82px;
	display: block;
	position: absolute;
	top: 20px;
	text-indent: -9999px;
}
#header blockquote {
	display:block;
	width:409px;
	height:90px;
	position: absolute;
	top: 150px;
	left:130px;
	text-align:justify;
	font-size:12px;
	line-height:18px;
}
a#get {
	width: 271px;
	height: 183px;
	display: block;
	background: url(img/get_top1.png) no-repeat 0 20px;
	right: 0px;
	position: absolute;
	top: 20px;
	text-indent:-9999px;
	cursor: pointer;
}
a#get:hover {
	background: url(img/get_top1.png) no-repeat 0 -190px;
}
#desc {
	width: 482px;
	height: 164px;
	display: block;
	background: url(img/logo.png) no-repeat;
	position: absolute;
	top: 280px;
	text-indent: -9999px;
	left: -45px;
}
#features {
	width: 199px;
	height: 123px;
	display: block;
	background: url(img/features.png) no-repeat;
	top: 210px;
	right: 20px;
	position: absolute;
	text-indent: -9999px;
}
#features ul {
	list-style: none;
}
#tv {
	width: 283px;
	height: 113px;
	display: block;
	background: url(img/tv.png) no-repeat;
	top: 400px;
	right: 0;
	position: absolute;
	text-indent: -9999px;
}
#content {
	width: 866px;
	text-align: left;
	position: relative;
	left: 44px;
	background: url(img/contentbg.gif) repeat-y;
	overflow: hidden;
	color: #fff;
}
#content-slogan {
	background:url(img/slogan_content.png) no-repeat;
	height:100px;
	text-indent: -9999px;
}
#content-inner {
	width: 810px;
	margin: 30px;
	overflow: hidden;
	display: block;
	position: relative;
}
#content-inner strong {
	font-size:14px;
	font-weight:bold;
}
#content-inner big {
	font-size:14px;
}
#content-inner ul li {
	text-align: left;
	margin: 0;
	list-style: none;
	background: url(img/list-sty.gif) no-repeat;
	padding: 0 0 5px 20px;
}
#content-inner big ul li {
	font-size:14px;
	padding-bottom:15px;
}
#content-inner h1 {
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
#content-inner h2 {
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
#content-inner h3 {
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
#content-inner h2.green {
	color:#99da60;
}
.green {
	color:#99da60;
}
.blu {
	color:#5392f5;
}
.red {
	color:#c3383c;
}
#content-inner h3 {
	font-weight: bold;
}
#content-inner h4 {
	font-size: 1.6em;
}
#content-inner img {
	padding-top:10px;
}
#content-inner blockquote {
	width:600px;
	margin:0 auto;
}
a#buy-online {
	width: 355px;
	height: 113px;
	display: block;
	background: url(img/button_buy.gif) no-repeat 0 0;
	text-indent:-9999px;
	margin:0 auto;
	margin-bottom:20px;
}
a#buy-online:hover {
	background: url(img/button_buy.gif) no-repeat 0 -130px;
}
a#order-now {
	width: 355px;
	height: 155px;
	display: block;
	background: url(img/button_order.gif) no-repeat 0 0;
	text-indent:-9999px;
	margin:0 auto;
	margin-bottom:20px;
}
#footer {
	width: 100%;
	background: url(img/footerbg.jpg) no-repeat top center;
	height: 260px;
	display: block;
}
#footer-inner {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
a#get-footer {
	width: 230px;
	height: 141px;
	display: block;
	background: url(img/get_bot.png) no-repeat 0 0;
	right: 30px;
	position: absolute;
	top: 18px;
	text-indent:-9999px;
}
#footer-links {
	position: absolute;
	top: 200px;
	font-size: .95em;
	width: 780px;
	left: 110px;
	color: #c1f390;
}
#footer-links a {
	color: #fff;
	text-decoration: none;
}
#footer-links a:hover {
	color: #dcf7c2;
}
#copyright {
	float: left;
}
#credits {
	float: right;
}
/* TABLES ------------------------------------------------------ TABLES */

/*-- data table --*/
table {
	border: 2px solid #1a407c;
	border-bottom: none;
	border-right: none;
	margin:0 auto;
}
table th, table td {
	border-right: 3px solid #1a407c;
	border-bottom: 3px solid #1a407c;
	padding: 4px;
	text-align: left;
	line-height: normal;
}
table th {
	background-color: #355e9f;
	font-size: 12px;
	font-weight: bold;
	height: 23px;
	color: #fff;
	line-height: normal;
}
table td {
	color: #fff;
	font-size: 12px;
	text-align: left;
	padding: 2px;
	background: #082657;
}
table td.right {
	text-align: right;
}
/* CUSTOM CLASSES -------------------------------------- CUSTOM CLASSES */

.clear {
	clear: both;
}
.column-left {
	width: 400px;
	float: left;
}
.column-right {
	width: 400px;
	float: right;
}

