/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, button, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

button { background: none; border: none; margin: 0; padding: 0; font-size: 0; line-height: 0; width: auto; overflow: visible; cursor: pointer; }




/* General */

body {
	font: 62.5%/1.125em Arial, Helvetica, sans-serif;
	text-align: center;
	background: #006da5 url(../images/body_bg_blue.gif) center top repeat-y;
	color: #636363;
	font-weight: normal;
}

a:link, a:visited {
	text-decoration: none;
	color: #068ada;
}

a:hover { text-decoration: underline; }

p { margin-bottom: 0.8em; }

#main h3 {
	margin: 1em 0 0.2em;
	padding: 6px 0 3px;
	border-bottom: 1px solid #badef5;
}

.content_block h3 { margin: 0.2em 0 0.4em; }
.sidebar_block h3 { margin: 0.8em 0 0.2em; }

.wrap {
	width: 860px;
	margin: 0 auto;
}

.clr {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	height: 0;
}

.float_left {
	float: left;
	margin: 0 10px 5px 0;
}




/* Structure */

#top {
	background: url(../images/header-top.png) center top no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -431px;
	width: 862px;
	height: 222px;
	visibility: visible;
	z-index: 999;
}

#top h1 {
	float: left;
}

#top h1 a {
	display: block;
	width: 117px;
	height: 100px;
	margin: 9px 0 0 16px;
	text-indent: -9999px;
}

#page {
	background: url(../images/body_bg.jpg) center top no-repeat;
	padding-top: 95px;
}

#page_wrapper {
	width: 860px;
	margin: 0 auto;
	background: #094770;
}

#footer {
	background: #094770;
	padding: 18px 0 24px 0;
	text-align: left;
	clear: both;
}

#content_wrap {
	border-bottom: 1px solid #e1e1e1;
	background: #fff;
	overflow: hidden;
}

#main {
	float: left;
	width: 590px;
}

#main .inside {
	padding: 0 45px 45px;
}

#sidebar {
	float: right;
	width: 265px;
	text-align: left;
}

#sidebar .inside { padding: 10px; }

.sidebar_block {
	padding: 10px;
	border: 1px solid #e1e1e1;
	margin-bottom: 10px;
}

.content_block {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e1e1e1;
	background: #fff;
}

.content_block .inside { padding: 22px; }

.dark_block { background: #ebebeb; }
.gradient_bg { background: #fff url(../images/conent-block-fade.png) 0 0 repeat-x; }

.clm33,.clm34 {
	float: left;
	width: 33%;
}

.clm34 { width: 34%; }

.clm50 {
	width: 50%;
	float: left;
}

.clm33 .inside,
.clm34 .inside {
	border-right: 1px solid #e1e1e1;
	border-left: 1px solid #fff;
	padding: 22px;
	text-align: left;
}

.readmore {
	margin: 0;
	text-align: right;
}

.readmore a:link,
.readmore a:visited {
	color: #068ada;
	text-decoration: none;
}

.readmore a:hover {
	text-decoration: underline;
}



/* Typography */

#main h2 {
	font-size: 1.8em;
	line-height: 1.6em;
	font-weight: bold;
	color: #068ada;
	letter-spacing: -.01em;
}

#main h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #068ada;
}

#main h4 {
	font-weight: bold;
}

#feature,
.content_block {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.content_block, #main {
	font-size: 1.5em;
	line-height: 1.2em;
	text-align: left;
}

.content_block h3  {
	font-size: 1.2em;
	font-weight: bold;
	color: #068ada;
}

#sidebar h3 {
	color: #636363;
}

.sidebar_block {
	font-size: 1.2em;
	line-height: 1.3em;
	color: #898989;
}

.sidebar_block h3 {
	font-weight: bold;
	font-size: 1.26em;
}

#footer {
	color: #6899ba;
	font-size: 1.1em;
}

.small {
	font-size: 0.86em;
}



/* Main Nav */

#navcontainer {
	float: right;
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
}

ul#mainnav {
	padding-top: 63px;
}

ul#mainnav li {
	display: inline;
	float: left;
	padding-left: 28px;
}

ul#mainnav a {
	float: left;
	display: block;
	color: #fff;
	text-decoration: none;
	text-shadow: -1px -1px 1px #074572;
}

ul#mainnav a:hover, ul#mainnav li.current a { color: #ff6; }



/* Sub Nav */

#subnav {
	margin-bottom: 10px;
}

#subnav h3 {
	font-weight: bold;
	font-size: 2em;
	line-height: 1em;
	margin-bottom: 0.4em;
}

#subnav ul {
	border-top: 1px solid #e1e1e1;
	background: #f4f4f4;
}

#subnav li {
	display: inline;
}

#subnav a:link,
#subnav a:visited {
	display: block;
	font-size: 1.4em;
	line-height: 1em;
	background: url(../images/arrow_state_black_left.png) 4px 50% no-repeat;
	padding: 6px 6px 6px 24px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e1e1e1;
}

#subnav a:hover {
	background: #fff url(../images/arrow_state_black_left.png) 4px 50% no-repeat;
	text-decoration: none;
}




/* Footer Styles */

#footer p {
	margin: 0;
}

.footerleft { float: left; padding-left: 18px; }

#footer .copyright {
}

#footer .copyright a:link,
#footer .copyright a:visited {
	color: #6899ba;
	text-decoration: underline;
}

.footernav {
	float: right;
	text-align: left;
	margin-right: 18px;
	font-size: 1.2em;
	line-height: 1.4em;
	display: inline;
}

.footernav h4 {
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.4em;
}

.footer_social {
	padding: 0 0 10px;
}

.footer_social img { margin-right: 2px; }

.sponsors h4 {
	font-weight: normal;
	font-size: 0.9em;
}

.sponsors li { padding-bottom: 4px; }




/* Features */

#feature {
	padding: 264px 0 22px 0;
	border-bottom: 1px solid #e1e1e1;
	background: #fff;
	text-align: left;
	position: relative;
}

body#homepg #feature { background: #fff url(../images/home-img.jpg) 0 0 no-repeat; }
body#productpg #feature { background: #fff url(../images/product-img.jpg) 0 0 no-repeat; }
body#aboutpg #feature,
body#mediapg #feature,
body#contactpg #feature {
	background: #fff url(../images/about-img.jpg) 0 0 no-repeat;
	padding-top: 192px;
	border-bottom: none;
}

body#mediapg #feature { background: #fff url(../images/media-img.jpg) 0 0 no-repeat; }
body#contactpg #feature { background: #fff url(../images/contact-img.jpg) 0 0 no-repeat; }

body#returnpg #feature,
body#termspg #feature {
	background: #fff;
	border-bottom: none;
	padding-top: 92px;
}

.feature_text {
	text-align: left;
	font-size: 1.8em;
	line-height: 1.4em;
	padding: 22px 0 0 50px;
	overflow: hidden;
	width: 446px;
}

.feature_text ul {
	width: 50%;
	float: left;
}

.feature_text li {
	background: url(../images/check-blue.gif) 12px 0 no-repeat;
	height: 33px;
	line-height: 26px;
	padding-left: 46px;
}

.feature_text h2 {
	font-size: 1.2em;
	margin-bottom: 0.8em;
}



/* Video Tabs */

#video_block {
	padding-left: 49px;
	width: 446px;
	float: left;
	height: auto;
}

ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 22px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}

ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 21px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 21px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #ccc;
}

ul.tabs li a {
	text-decoration: none;
	color: #333;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 12px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}

ul.tabs li a:hover {
	background: #999;
}

html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #ebebeb;
	border-bottom: 1px solid #ebebeb; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	clear: both;
	float: left;
	background: #ebebeb;
	height: auto;
}

.tab_content {
	padding: 10px;
	float: left;
}




/* Order Now Block */

.ordernow_block {
	position: absolute;
	bottom: 22px;
	right: 22px;
	padding: 10px;
	background: #f4f4f4;
	border: 1px solid #e1e1e1;
	text-align: center;
}




/* News Block */

#news_block {
	float: left;
	width: 482px;
	padding: 22px 22px 0;
	border: 1px solid #e1e1e1;
	background: #fff;
	text-align: left;
	font-size: 0.7em;
}

#news_block li {
	clear: both;
	padding-bottom: 22px;
	display: block;
	overflow: hidden;
}

#news_block p.date {
	margin: 0;
	float: left;
	color: #898989;
	text-transform: uppercase;
}

#news_block .news_item {
	padding-bottom: 22px;
	color: #898989;
}

#news_block .news_date,
#news_block .news_byline {
	text-transform: uppercase;
}

#news_block .news_title,
#news_block span.headline {
	font-size: 1.5em;
	display: block;
	float: right;
	width: 88%;
}

#news_block .news_title a:link,
#news_block .news_title a:visited {
	color: #068ada;
	text-decoration: none;
}

#news_block .news_title a:hover {
	text-decoration: underline;
}

#creditfooter { display: none; }




/* Media Lists */

#main .media_item {
	padding-top: 12px;
}

#main .media_item h3 {
	border: none;
	font-size: 1.1em;
	margin: 0;
	color: #636363;
}

#main .media_item h3 a:hover {
	text-decoration: none;
	color: #333;
}

#main .media_item .date {
	margin: 0;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	color: #999;
	font-size: 0.7em;
}




/* Mailing List Block */

#mailing_list {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

#mailing_list p { margin: 0; }

#mailing_list input {
	width: 98%;
	background: #fff;
	border: 1px solid #999;
	padding: 2px;
	margin: 0 0 0.5em 0;
	color: #999;
	font-size: 1.3em;
}

.mailing_err,.mailing_success { display: none; }

.mailing_err,.mailing_success {
	position: absolute;
	left: 50%;
	width: 220px;
	margin-left: -150px;
	padding: 12px 22px;
	background: red;
	font-weight: bold;
	color: #fff;
	font-size: 1.4em;
	line-height: 1.2em;
	text-align: center;
}

.mailing_success { background: green; }



/* Social Buttons Block */

#social_btns {
	padding-top: 8px;
	border-top: 1px solid #fff;
	overflow: hidden;
}

#social_btns a {
	float: left;
	display: block;
	padding-right: 2px;
}



/* Product Blocks */

.product_left,
.product_right {
	text-align: left;
	padding: 22px;
}

.product_left { border-right: 1px solid #e1e1e1; }
.product_right { border-left: 1px solid #fff; }

.product_thumb {
	float: left;
	width: 112px;
}

.product_details {
	width: 254px;
	float: right;
	font-size: 1.1em;
	line-height: 1.2em;
}

.product_details h2 {
	font-size: 1.4em;
	line-height: 1.4em;
	color: #0689D8;
	font-weight: bold;
	margin-top: 0.8em;
}

.product_details .price {
	font-size: 1.2em;
	color: #090;
	font-weight: bold;
	margin-bottom: 0;
}

.product_details .small {
	font-size: 0.76em;
	font-style: italic;
	color: #999;
	margin-top: 0;
}

.product_details .unavailable {
	margin: 1em 0;
	font-style: normal;
	font-weight: bold;
	color: #900;
}

.btn_blue {
	background: url(../images/btn_right.png) right 0 no-repeat;
	float: left;
}

.btn_blue a {
	display: block;
	background: url(../images/btn_left.png) 0 0 no-repeat;
	height: 38px;
	line-height: 38px;
	font-size: 1.1em;
	font-weight: bold;
	color: #fff;
	padding: 0 26px;
	text-decoration: none;
	text-shadow:-1px -1px 1px #013E5D;
}




/* Feedback Form */

#feedback_form {
	font-size: 0.82em;
	line-height: 1.2em;
}

#feedback_form fieldset {
	background: #e3e3e3;
	border: 1px solid #e1e1e1;
	margin-bottom: 10px;
}

#feedback_form legend {
	background: #fff;
}

#feedback_form ol {
	border: 1px solid #fff;
}

#feedback_form li {
	display: block;
	clear: both;
	padding: 4px;
	overflow: hidden;
}

#feedback_form li.odd {
	background: #fbfbfb;
}

#feedback_form li.form_header {
	background: #03b1f9 url(../images/form_header_bg.png) 0 bottom repeat-x;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.8em;
	padding: 0 8px;
	text-shadow: -1px -1px 1px #006da5;
}

#feedback_form label {
	display: block;
	float: left;
	width: 100px;
	text-align: right;
	padding: 4px 10px 0 0;
	font-weight: bold;
	text-shadow: 0px -1px 0px #fff;
}

#feedback_form input,
#feedback_form textarea {
	border: 1px solid #999;
	background: #fff;
	padding: 2px;
	font-size: 1.2em;
	width: 372px;
}

#feedback_form input.radio {
	width: auto;
	border: none;
	background: none;
}

#feedback_form .submit_btn {
	text-align: right;
}

#feedback_form .submit_btn input {
	background: #03b1f9 url(../images/form_header_bg.png) 0 bottom repeat-x;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	width: auto;
	padding: 0 10px;
	border: 1px solid #006da5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0px -1px 1px #000;
}

.req { color: red; }

#feedback_form li.errormsg input  {
	border: 1px solid red;
	background: white url(http://cdn.iconfinder.net/data/icons/spirit20/system-error-alt.png) 99% 50% no-repeat;
}




/* Print Media Styles */

#print_media div.caption {
	margin: 0 5px 10px 5px;
	border: 1px solid #e1e1e1;
	padding: 5px;
}

#print_media div.caption:hover {
	border: 1px solid #999;
}

#print_media div.right { margin: 0 0 10px 0; float: left; }
#print_media div.left  { margin-left: 0; float: left; }

#print_media div.caption img {
	margin: 0;
	padding:0;
}

#print_media div.caption p {
	margin: 0;
	padding: 5px;
	font-size: .9em;
	text-align: center;
}



/* TV Air Time Block */

#air_times {
	background: url(http://cdn.iconfinder.net/data/icons/woocons1/TV%20On.png) 0 50% no-repeat;
	padding-left: 38px;
}

body#homepg #air_times {
	background: url(http://cdn.iconfinder.net/data/icons/woocons1/TV%20On.png) 0 0 no-repeat;
	padding-left: 38px;
	width: 260px;
	position: absolute;
	bottom: 208px;
	right: 22px;
	font-size: 0.8em;
	line-height: 1.2em;
}
