﻿@charset "UTF-8";
/* CSS Document */
/* LAYOUT */

* {
	margin:0;
	padding: 0;
}
body {
	background-image:url(images/background_body.jpg);
	background-color:#02366E;
}
#eyecandy {
	background-image:url(images/background_eyecandy.jpg);
	background-repeat:repeat-x;
	background-position:center 0;
	width:auto;
	min-height:800px;
	height:auto !important;
	height: 800px;
}
body.member #eyecandy {
	background-image:url(images/background_member.jpg);
}
#container {
	width: 980px;
	height:100%;
	margin: 0 auto 0 auto;
}
#header {
	width: auto;
	height:100px;
	padding: 0 20px 0 40px;
}
#globalNav {
	width: auto;
	height:35px;
	padding: 15px 20px 0 40px;
}
#contentAreaTop {
	background-image:url(images/screen_top.png);
	height:60px;
	width:auto;
}
#contentArea {
	padding: 0px 40px 0 40px;
	background-image:url(images/screen.png);
	background-repeat:repeat-y;
	height:100% !important;
	width:auto;
}
#footer {
	margin: 0px 0 0 0;
	padding: 40px 40px 20px 40px;
	background-image:url(images/screen_footer.png);
	background-repeat:no-repeat;
	width:auto;
	height:100px;
}
#pagecontent {
	width:auto;
	height:auto;
	width:600px;
	overflow:hidden;
	background-color:#FFFFFF;
}
#sidebar_left {
	width:260px;
	height:auto;
	float:left;
}
#sidebar_right {
	width:260px;
	height:auto;
	float:right;
}
#searchbox {
	float:right;
	width: 300px;
	height:auto;
}
#CAT_Search {
	background-color:#02366E;
	color: white;
}
body.homepage #pagecontent, body.wide #pagecontent {
	width:auto;
}
body.right #pagecontent {
	float:left;
}
body.left #pagecontent {
	float:right;
}
body.homepage #sidebar_left {
	width:430px;
	margin: 30px 0 0 0;
}
body.homepage #sidebar_right {
	width:430px;
	margin: 30px 0 0 0;
}
.heroshot {
	margin: 0 0 40px 0;
}
.sidebarAd {
	margin: 20px 0 20px 0;
}
#breadcrumbs {
	border-top: 1px solid #999999;
	margin: 40px 0 0 0;
	
}
/* TYPOGRAPHY */
body {
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:90%;
	line-height:120%;
	color: #333;
}
h1 {
	color:#333;
	font-size:190%;
	line-height:100%;
	text-transform:uppercase;
	letter-spacing:1px;
	margin: 0 0 40px 0;
}
h2 {
	margin: 20px 0 0 0;
	color:#111;
	font-size:150%;
	line-height:100%;
	letter-spacing:1px;
}
#header h2 {
	color:#FFFFFF;
	font-size:40px;
	line-height:30px;
	text-transform:uppercase;
	margin: 0px 0 0 0;
	padding: 20px 0 0 0;
}
h3 {
	margin: 10px 0 2px 0;
	color:#33333;
	font-size:120%;
	line-height:120%;
	font-weight:bold;
}
#footer {
	font-size:12px;
	color:#999999;
}
#header h3 {
	color:#FFFFFF;
	font-size:12px;
	line-height:11px;
	letter-spacing:1px;
	margin: 0 0 5px 0;
}
p {
	margin: 0 0 10px 0;
}
ul, ol {
	margin: 0 0 10px 20px;
}
hr {
	background-color:#999999;
	color:#999999;
	height:1px;
	border:0 none;
}
#breadcrumbs {
	font-size: 12px;
}
.newsletter-form p.sidebarHeader {
	margin: 20px 0 0 20px;
}
/* GLOBAL NAVIGATION */
#globalNav {
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
}
.menu-item-hover {
	cursor:pointer;
	color:#FFFFFF;
	text-decoration:underline;
}
.menu-item-selected {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
.submenu-item {
	background-color:#333333;
	font-size:12px;
	padding: 0 3px 0 3px;
}
.submenu-item-hover {
	background-color:#666666;
	font-size:12px;
	padding: 0 3px 0 3px;
	cursor:pointer;
	color:#FFFFFF;
}
.submenu-item-selected {
	background-color:#999999;
	padding: 0 3px 0 3px;
	color:#FFFFFF;
	font-weight:bold;
}
/* LINKS */
a {
	text-decoration: none;
	color:#02366E;
}
a:hover {
	text-decoration: underline;
}
#header a {
	color:#FFFFFF;
	text-decoration:none;
}
#footer a {
	color:#999999;
	text-decoration:none;
}
#footer a:visited {
	color:#999999;
	text-decoration:none;
}
#footer a:hover {
	color:#333;
	text-decoration:underline;
}
/** SIDEBAR */

#sidebar_right {
	font-size:12px;
}
#sidebar_right h3 {
	letter-spacing:1px;
	text-transform:uppercase;
	font-size:15px;
	font-weight:normal;
	line-height:1.8em;
	margin:20px 0 0 0;
	padding: 0;
}
#sidebar_right ul {
	list-style-position:inside;
	margin: 0 0 0 15px;
	padding: 0 0 0 0;
	font-size:13px;
}
#sidebar_right ul li {
	color:#666666;
	width:100%;
	border-bottom:1px solid #eee;
	list-style:circle;
	padding: 0 0 2px 0;
	margin: 0;
	list-style-position:outside;
}
#sidebar_right li a {
	width:100%;
	text-decoration:none;
	padding:3px 0 0 0;
}
/** FOOTER */

#footer {
	color:#999999;
}
/** tutorials */
div.summary {
	background-color: #e6e6e6;
	height: 100%;
	padding: 10px;
	font-size: 110%;
	font-style: italic;
	
}
div.summary h2 {
	font-size:100%;
	color:#000000;
}
h1.LessonTitle,h2.LessonTitle {
	color:#DDE7F0;
	background-color:#003366;
	font-size:1.2em;
	margin: 40px 0 5px 0;
	padding:2px 2px 4px 10px;
}
h2.StepTitle {
	color:#fff;
	background-color:#000;
	border: 1px solid blue;
	font-size:1.2em;
	margin: 40px 0 5px 0;
	padding:2px 2px 5px 10px;
}
.image {
	margin: 0 0 5px 0;
	padding: 3px;
	border: 1px solid #e6e6e6;
}

/** product comparison */
table#product-comparison tr.odd td {
	background: #f7f7f7;
}
table#product-comparison tr.odd .column1 {
	background: #f7f7f7;
	color: #333;
}
table#product-comparison tr.odd .empty {
	background: #fff;
}
table#product-comparison tr.odd th.product, table#product-comparison th.product strong a {
	color: #333 !important;
	font-weight: normal;
}
table#product-comparison tr.top .empty {
	border-bottom: none;
}
table#product-comparison .column1 {
	background: #fff;
	border-left: 1px solid #d7d7d7;
	color: #333;
	padding-left: 20px;
}
table#product-comparison th.column1 {
	font-weight: bold;
}
table#product-comparison .column1.title {
	border-bottom: 1px solid #eee;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
table#product-comparison td {
	border-left: 1px solid #eee;
	font-size: 11px;
	padding: 3px;
	text-align: center;
}
table#product-comparison th {
	border-left: 1px solid #eee;
	font-weight: normal;
	font-size: 13px;
	text-align: left;
	padding: 0px;
}
table#product-comparison tfoot th {
	line-height: 14px;
	padding: 12px 0;
}
table#product-comparison tfoot th img {
	margin: 3px 0 9px;
}
table#product-comparison thead th {
	color: #333;
	background: #f4f9fe;
	font-weight: bold;
	text-align: center;
	padding: 3px 0;
}
table#product-comparison tfoot th, table#product-comparison tr.pricing th {
	text-align: center;
	background: #fff;
	font-size: 10px;
}
table#product-comparison tr.pricing th {
	border-bottom: 1px solid #eee;
	line-height: 14px;
	padding: 9px 0;
}
table#product-comparison tr.pricing img {
	margin: 0 0 3px;
}
table#product-comparison tfoot th strong, table#product-comparison tr.pricing th strong {
	font-size: 11px;
	font-weight: bold;
	margin: .5em .5em .5em 0;
	color: #333;
}
table#product-comparison tfoot th em, table#product-comparison tr.pricing th em {
	color: #990000;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
}
table#product-comparison tfoot th.product em, table#product-comparison tr.pricing th.product em {
	color: #1969bc;
	font-weight: bold;
	font-size: 12px;
	font-style: normal;
}
table#product-comparison tr.top td {
	color: #333;
	font-size: 14px;
	height: 40px;
}
table#product-comparison tr.safe td.space, table#product-comparison td.space {
	text-align: left;
	padding-left: 20px;
}
table#product-comparison tr.colhead th {
	color: #333 !important;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	padding-left: 20px;
}
table#product-comparison tr.safe td {
	color: #660000;
	background-color:#CCCCCC;
	padding: 3px;
}
table#product-comparison {
	border: 1px solid #d7d7d7;
	border-collapse: collapse;
	color:#333333;
	background: #fff;
	width: auto;
	height:auto;
	margin: 0 0 0 20px;
}
.hide {
	display: none !important;
}
.author {
	color:#999999;
	display:none;
}
.secure-lost-password, .secure-login {
	background-color:#eeeeee;
	border: 1px solid #dddddd;
}
/** heroshot_box */

#heroshot_box {
	width: 900px;
	_width: 880px;
	height: 320px;
	margin: 0px 0 0 0px;
	padding: 20px;
	background: url(images/heroshot_bkg.jpg) no-repeat left top;
	font-size: 14px;
	color: #ffffff;
}
#heroshot_box img.alignleft {
	margin: 0px 50px 0px 0px;
}
#heroshot_box img.border {
	background: #FFFFFF;
	border-bottom-color: #DFBF5E;
}
#heroshot_box h1 {
	margin-bottom: 20px;
	font-size: 18px;
	letter-spacing:1px;
	color: #FFFFFF;
	font-weight:bold;
}
#heroshot_box a {
	color:#FFFFFF;
}
#heroshot_box p {
	color:#eeeeee;
}
#heroshot_box strong {
	color:#FFFFFF;
	font-weight:bold;
	letter-spacing:1px;
}
.webform label {
	font-size:13px;
}
.cat_textbox,textarea {
	background-color:#CCFFFF;
}
.req {
	color:#990000;
}
sup {
	font-size:10px;
	vertical-align:top;
}
