
@import url("reset-fonts-grids.css");

/*****************************
* Reset default browser styles
*****************************/

body {
	/*width: 900px;
	min-width: 900px;  */  
	margin: 1.5em auto;
	background: #051835 url('../images/body-background-stripes.gif') fixed; 
}

/*****************************
* Colors 
*****************************/

.blue {
	color: #0085B1 !important;
}

.darkBlue {
	color: #051835 !important;
}

.green {
	color: #8CC63F !important;
}

.lightGray {
	color: #eaeaea !important;
}

/*****************************
* Links 
*****************************/

a {
	color: #3297CB;
}

a:hover {
	color: #000;
	text-decoration: none;
}

/*****************************
* Text Styles 
*****************************/

h1, h2, h3, h4, h5 {
	margin-bottom: 1em;
}

h1 {
	margin: 0;
	padding: 25px 0 15px 50px;
	font-size: 210%;
	font-weight: normal;
	color: #0079ac;
}

h2 {
	margin-bottom: 1em;
	font-size: 150%;
	font-weight: normal;
	color: #424242;
	line-height: 1.3em;
}

h3 {
	font-family: verdana,arial,helvetica;
	color: #00678F !important;
}

p {
	margin: 0 0 1em 0;
	font-size: 90%;
	line-height: 1.4em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

/*****************************
* List Styles 
*****************************/

ul, ol {
	margin-left: 1.5em;
}

li {
	padding-bottom: 1em;
	font-size: 90%;
}

/*****************************
* Overall Page Styles 
*****************************/

#contentWrapper {
	float: none;
	width: 900px;
	margin-bottom: 1.5em;
	margin-left: -2em;
	_margin-left: 0em;
	margin-left: auto;
	margin-right: auto;
	padding: 0 25px;
	border: 2px solid #000;
	background: #fff;
	border-radius: 15px; 
	-moz-border-radius: 15px; /* Mozilla */
	-webkit-border-radius: 15px; /* Webkit */
	/*
	background: #fff url('../images/content-back.jpg') repeat-y; 
	*/
}

/*****************************
* Header 
*****************************/

#header {
position: relative; 
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 25px;

	background: url('../images/header-shadow.jpg') 0 100% no-repeat;
	/*
	*/
}

/*****************************
* Page Title 
*****************************/

#pageTitle {
	float: left;
	clear: both;
	width: 100%;
 	background: url('../images/pagetitle-background.jpg') left bottom no-repeat;
}

/*****************************
* Top Customer Service Links 
*****************************/

#custLinks {
	float: right;
	height: 25px;
	margin: .5em .5em 0 0;
	text-align: right;
	/*
	background: url('../images/cust-nav-background.gif');
	*/
}

#custLinks li, #footer li {
	display: inline;
	font-size: 95%;
}

#custLinks li {
	padding: 10px 0 0 0;
}

#custLinks a, #footer a {
	padding: 0 .3em;
	text-decoration: none;
}

#custLinks a:hover, #footer a:hover {
	text-decoration: underline;
}

#leftCorner, #rightCorner {
	display: block;
	padding: 0 3px;
}

#custLinks #leftCorner {
	/*
	background: url('../images/left-corner.gif') left bottom no-repeat;
	*/
}

#custLinks #rightCorner {
	/*
	background: url('../images/right-corner.gif') right bottom no-repeat;
	*/
}


/*****************************
* Main Navigation Bar 
*****************************/


#topNav ul {
	float: left;
	clear: both;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;;
	background: url('../images/blue-bar.jpg') left top no-repeat;
	text-align: center;
	list-style: none;
}

#topNav li {
	position: relative;
	left: 50px;
	float: left;
	display: block;
	width: 115px;
	margin: 0 -2px;
	padding: 5px 0;
	background: #eee url('../images/topnav-background.jpg');
	border-left: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

#topNav li a {
	display: block;
	text-decoration: none; 
	font-size: 100%;
	_font-weight: bold;
	color: #000;
}

#topNav li:hover {
	background: #cce2a2 url('../images/topnav-background-over.jpg');
}

.home #homeNav, .about #aboutNav, .products #productsNav, .watch #watchNav, .partners #partnersNav, .news #newsNav, .resources #resourcesNav {
	background: #cce2a2 url('../images/topnav-background-over.jpg');
}


#homeNav, #aboutNav, #productsNav, #watchNav, #partnersNav, #newsNav, #resourcesNav {
	_width: auto;
}
/* Begin 2nd Level Nav */

#topNav li ul {
	display: none;
	width: 145px;
	background: #ccc;
	left:0px;
	top:20px;
}
#topNav li:hover > ul {   
  position: absolute;
	display: block;
	width: 145px;
	background: #ccc;
	left:0px;
	top:20px; 
	margin-top:5px;
	padding-top:2px;
}

#topNav li ul li {
	position: relative;
	left: 0;
	width: 165px;
	height: 20px;
	margin: 0;
	padding: 2px 0;
	border: none;
	text-align: left !important;
	background: #eaeaea;
}

#topNav li ul li:hover {
	background: #D9EAB6;
}

#topNav li:hover ul a, #topNav li.sfhover ul a {
	width: 150px;
	_width: 165px;
	padding: 2px 5px 2px 10px;
	line-height: 1.2em;
	border-bottom: 1px solid #ddd;
	_font-size: 10px;
	font-weight: normal;
	text-transform: none;
	background: none !important;
}

#topNav li:hover ul a:hover, #topNav li.sfhover ul a:hover {
	background: #C9CED3;
	color: #3297CB;
}

#topNav li:hover ul, #topNav li.sfhover ul {
	top:18px;
	left: 0px;
	background: none !important;
}

/*****************************
* Content 
*****************************/

#navColumn {
	float: left;
	width: 200px;
	min-height: 600px;
	margin-bottom: 2em;
	padding-bottom: 2em;
	background: #eaeaea url('../images/left-nav-background.jpg') repeat-y;
	border-bottom: 4px #b9b9b9 solid ;
}

#navColumn * {
	margin: 1em;
}

#navColumn * * {
	margin: 0;
}

#navColumn p {
	margin-bottom: 1em;
	font-size: 90%;
}

#navColumn #navTop {
	margin: 0;
	height: 45px;
	background: url('../images/left-nav-top.jpg') repeat-y;
}

#navColumn hr {
	margin: 1em 0;
	border: 0;
	color: #ccc;
	background-color: #ddd;
	height: 2px;
	clear: both;
}

#navColumn h3 {
	margin-bottom: 0;
	font-size: 105%;
	font-weight: bold;
	line-height: 1.1em;
}

#navColumn h4 {
	margin-bottom: 0;
	margin-left: 20px;
	font-size: 95%;
	font-weight: bold;
	color: #424242;
	line-height: 1.2em;
}

#navColumn h3 + p {
	margin: 5px 15px 1em 15px;
	color: #424242;
}

#getGridcastBtn {
	margin: 1em 0;
	display: block;
	float: right;
	clear: both;
}

.shinyBox {
	margin: 1em;
	padding: 1em;
	background: #fff url('../images/shinybox.jpg') right top no-repeat;
	border: 1px solid #ddd;
	border-radius: 7px; 
	-moz-border-radius: 7px; /* Mozilla */
	-webkit-border-radius: 7px; /* Webkit */
}

.shinyBox h3 {
	margin: 0 0 .25em 0 !important;
	font-size: 125%;
	font-weight: bold;
	line-height: 1.1em;
}

.shinyBox p {
	margin: 5px 0 1em 0 !important;
	line-height: 1.5em;
	color: #555;
}

#navColumn ul {
	margin-top: 0;	
	list-style: none;
}

#navColumn li {
	height: 25px;
	padding: .5em 0 .25em .5em;
	line-height: 2em;
	border-bottom: 1px solid #ccc;
}

#navColumn li a {
	display: block;
	text-decoration: none;
}

#navColumn .current a {
	color: #000;
	font-weight: bold;
}

#navColumn .lastItem {
}

#navColumn .noNav {
	margin: 1em 0 .5em 3em;
	font-size: 90%;
}

#navColumn .noNav li {
	display: inine;
	list-style: disc;
	height: 1em;
	line-height: 1.3em;
	border-bottom: none;
}

#navColumn .noNav li a {
	text-decoration: underline;
}

#navColumn .noNav li a:hover {
	text-decoration: none;
}




/*****************************
* Main Content Styles
*****************************/

#mainColumn {
	float: right;
	margin-top: 25px;
	margin-bottom: 2em;
	width: 675px;
}

#home #mainColumn {
	float: left;
	margin-top: -25px;
	margin-bottom: 0;
	padding-bottom: 10px;
	width: 900px;
	height: 325px;
	background: url('../images/header-shadow.jpg') 0 100% no-repeat;
}

#mainColumn * {
	color: #424242;
}

#mainColumn a {
	color: #3297CB;
}

#mainColumn a:hover {
	color: #000;
}

#mainColumn a:visited {
	color: #424242;
}

#mainColumn h1 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size: 150%;
	font-weight: bold;
	text-align: left;
}

#mainColumn h3 {
	font-size: 150%;
}

#mainColumn h4 {
	margin-top: .5em;
	margin-bottom: .5em;
	font-size: 110%;
	font-weight: bold;
}

#mainColumn ul, #mainColumn ol {
	margin: 1em 1.5em !important;
}

#mainColumn li {
	padding-bottom: .5em;
}

.roundedBox {
	margin: 1em 0 2em 0;
	padding: 1.5em 1.5em .75em 1.5em;
	background: #f0f0f0;
	border: 2px solid #eaeaea;
	border-radius: 7px; 
	-moz-border-radius: 7px; /* Mozilla */
	-webkit-border-radius: 7px; /* Webkit */
}

.roundedBox hr {
	margin: 1em 0;
	_margin: 0 0 1em 0;
	border: 0;
	color: #aaa;
	background-color: #bbb;
	height: 1px;
	clear: both;
}

/*****************************
* Table Styles
*****************************/

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#leftColGroup {
	width: 100px;
	margin: 1em auto;
}

#rightColGroup {
	width: 90%;
}

th {
	padding: 3px 10px 5px 10px !important;
	background: #3297CB url('../images/bottom-col-h2.jpg') top right no-repeat;;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff !important;
	text-shadow: #244c62 2px 2px 2px;
	border-radius: 7px; 
	-moz-border-radius: 7px; /* Mozilla */
	-webkit-border-radius: 7px; /* Webkit */
}

caption, th {
	text-align: left;
}

td {
	padding: 10px;
}

/*****************************
* Home Page Styles
*****************************/

#secondaryContent {
	float: left;
	_margin-bottom: -2em;
}

.bottomCol {
	float: left;
	width: 285px;
	min-height: 200px;
	_height: 200px;
	margin: 20px 15px 10px 0px;
	font-size: 90%;
	background: #eaeaea url('../images/bottom-col-back.jpg') top left no-repeat;
	border-radius: 7px; 
	-moz-border-radius: 7px; /* Mozilla */
	-webkit-border-radius: 7px; /* Webkit */
}

.bottomCol * {
	margin-left: 25px;
	margin-right: 25px;
}

.bottomCol * * {
	margin: 0;
}

.bottomCol p {
	line-height: 1.3em;
}

.bottomCol h2 {
	margin: 15px;
	padding: 5px 10px;
	background: #1d79ba url('../images/bottom-col-h2.jpg') top left no-repeat;;
	color: #fff;
	font-size: 110%;
	text-transform: uppercase;
	text-shadow: #244c62 2px 2px 2px;
	border-radius: 5px; 
	-moz-border-radius: 5px; /* Mozilla */
	-webkit-border-radius: 5px; /* Webkit */
}

.bottomCol h3 {
	margin-bottom: .5em;
	font-size: 135%;
	font-weight: bold;
	line-height: 1.1em;
/*
	color: #007aa9;
*/
}

#thirdColumn h3 {
	margin-top: 1em;
}

/*
.root #mainColumn h3 {
	color: #007aa9;
}
*/

/*****************************
* About Styles
*****************************/

#careers .roundedBox ul {
	margin-top: .75em !important;
}

#careers #jobListings {
	width: 100%;
	margin-bottom: 2em;
}

#careers #jobListings p {
	margin-top: .75em;
	width: 100%;
	float: none;
}

.jobList {
	display: none;
}

#mapBox {
	float: right;
}

#mapBox img {
	border: 1px solid #000;
}

#contact fieldset {
	width: 475px;
}

a.customer {
	font-weight: bold !important;
	color: #0085B1 !important;
	text-decoration: none;
}

a.customer:visited{
	text-decoration: none;
}

a.customer:hover{
	color: #000 !important;
	text-decoration: underline;
}

a.customer:active{
	text-decoration: none;
}

 
	


/*****************************
* Product Styles
*****************************/

#installation-help #mainColumn img {
	margin: 1em 0;
	display: block;
}

.twoColMain {
	float: left;
	clear: left;
	width: 410px;
	min-height: 462px !important;
}

.twoColSidebar {
	float: right;
	clear: right;
	width: 170px;
	padding-left: 15px;
	padding-right: 15px;
}

#mainColumn .twoColSidebar h3 {
	margin: 0 0 1em 0 !important;
	font-family: verdana;
	font-size: 110%;
	font-weight: bold;
	line-height: 1.1em;
}



/*****************************
* Watch Styles
*****************************/

#watchTable {
	margin: 1em 0;
	background: #f0f0f0;
	border: 2px solid #eaeaea;
	border-radius: 7px; 
	-moz-border-radius: 7px; /* Mozilla */
	-webkit-border-radius: 7px; /* Webkit */
}

#watchTable .even {
	background: none;
}

#watchTable #leftColGroup1, #watchTable #leftColGroup2 {
	width: 225px;
}

#watchTable td {
	padding: 1em 5px;
/*	padding: 1em 5px 1em 15px; */
}

#watchTable .top {
	vertical-align: top;
}

#watchTable h2, #watchTable p, #watchTable .bitrates {
	margin: 0 10px;
}

#watchTable h2 {
	margin-top: -.75em;
	color: #0085B1;
}

#watchTable p {
	margin-bottom: 1em !important;
}

#install-pc #mainColumn h2, #install-tv #mainColumn h2 {
	margin-top: 2em;
	border-bottom: 1px solid #ddd;
	color: #0085B1 !important;
}

#install-pc #mainColumn img, #install-tv #mainColumn img {
	margin: 1em 0;
}

.bitrates {
	display: none;
	margin: 1em 0 0 1em !important;
}

/*****************************
* News Styles
*****************************/

#newsArticles p {
	margin-top: 1em;
}

#pressReleases p {
	float: none;
	width: 650px;
}

#press-releases .roundedBox p {
	font-size: 110%;
}

/*****************************
* Partner Styles
*****************************/

.oneColTable, .twoColTable {
	margin: 1em 0;
}

.oneColTable td, .twoColTable td {
	padding-top: 1.5em;
	line-height: 1.5em;
}

.oneColTable td * {
	padding: 0 1em .5em 1em !important;
}

.twoColTable img {
	display: block;
	float: left;
	margin-right: 15px;
}

.twoColTable p {
	float: right;
	width: 465px;
}

/*****************************
* Resources Styles
*****************************/

.resourceImgs {
    width: 125px !important;
    height: 160px !important;
    border: 1px solid #ccc;
}

#resourcesTable td {
    width: 650px;
}

#resourcesTable h3 {
    margin: 0 1em .5em 1em !important;
}

#resourcesTable img {
    margin: 0 1em 2em 1em !important;
}


/*****************************
* Breadcrumbs 
*****************************/

#breadCrumbs {
	margin: 1em 0 1em 225px;
	padding: 0;
	font-size: 85%;
}

#breadCrumbs li {
 display: inline;
 }

#breadCrumbs a {
	text-decoration: none;
}

#breadCrumbs a:visited {
	color: #3297CB;
}

#breadCrumbs a:hover {
	color: #000;
	text-decoration: underline;
}

#currentPage, .noBorder {
	background: none!important;
	border: none !important;
}

/******************************
* Rounded Button Style
******************************/

.centerContent {
	margin: 1.5em 0;
	text-align: center;
}

.contentButton {
	display: inline-block;
	margin: 1em .5em 1em 0 !important;
	padding: .4em .8em;
	background: #0758A7 url('../images/button-back.jpg') 50% 50% repeat-x;
	border-top: 1px solid #FAE8E8;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #FAE8E8;
	font-size: 90%;
	font-weight: bold;
	color: #fff !important;
	text-decoration: none;
	border-radius: 5px; 
	-moz-border-radius: 5px; /* Mozilla */
	-webkit-border-radius: 5px; /* Webkit */
}

.contentButton:hover {
	background: #b2d470 url('../images/button-back-over.jpg') 50% 50% repeat-x;
	color: #000 !important;
}

/*****************************
* Misc 
*****************************/

.finePrint {
	font-size: 85% !important;
	font-style: italic;
}

.marginTop {
	margin-top: 2em !important;
}

.bold {
	font-weight: bold;
}

.leftAlign {
	text-align: left;
}

.rightAlign {
	text-align: right;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center !important;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}

img.floatRight {
	display: block;
	float: right;
	margin: 0 0 .5em 2em;
}

.clearBoth {
	clear: both;
}

.odd {
	background: #fff;
}

.even {
	background: #eaeaea;
	border-radius: 7px; 
	-moz-border-radius: 7px; /* Mozilla */
	-webkit-border-radius: 7px; /* Webkit */
}

hr.clearBoth { /* used to clear floats */
	clear: both;
	visibility: hidden;
	height: 0;
	margin: 0 !important;
}

.hidden {
	visibility: hidden;
}

.none {
	display: none !important;
}

/*****************************
* Forms 
*****************************/

fieldset {
	float: none;
	width: 450px;
	margin: 1em 0;
	padding: 1em;
	background: #f0f0f0;
	text-align: left;
	border: 2px solid #eaeaea;
	border-radius: 7px; 
	-moz-border-radius: 7px; /* Mozilla */
	-webkit-border-radius: 7px; /* Webkit */
	/* Fixes for fieldset, legend background in IE */
	position: relative;
	margin-top: 1em;
	padding-top: 1em;
}

legend {
	font-size: 110%;
	font-weight: bold;
	/* Fixes for fieldset, legend background in IE */
	position: absolute;
	top:-.5em;
	left:1em;
}

fieldset label {
	float: left;
	margin-right: 5px;
	width: 155px;
	text-align: right;
	/* font-size: 90% !important; */
	color: #000 !important;
}

.formRow { 
     display: block; 
     margin: 0 .5em .5em .5em;  
     line-height: 1.4em;
     clear: both;
}

.required {
	font-weight: bold !important;
	color: #c30000 !important;
}

sup.required {
	position: relative;
	top: 5px;
	padding-right: 1px;
	font-size: 120%;
}

.error { 
	display: none;
}

.error span, .asterisk  {
	color: #c30000 !important;
	font-weight: bold;
}

.helpIcon {
	margin-left: 3px;
}

input {
	margin-right: 5px;
}

input:focus, textarea:focus, select:focus {
	background: #ffd;
}

#submitBtn {
	display: block;
	margin: 2em 0;
	text-align: center;
}

/*****************************
* Form Error Styles 
*****************************/

.formErrors {
	margin: 1em;
	min-height: 50px;
	padding: 0 60px;
	border: 1px dashed #c30000;
	background: #ffc url('../images/error.gif') no-repeat; 
	background-position: 10px 5px;
}

.formErrors h2 {
	background: none;
	color: #c30000;
}


.formErrors h4 {
	margin-top: -1em !important;
}

.formErrors li {
	padding: 0 5px;
	line-height: 1.3em;
}


/*****************************
* Footer 
*****************************/

#footer {
	clear: both;
	width: 100%;
	_width: 99%;
	margin: 2em auto;
	padding: 10px 0;
	background: #f0f0f0;
	text-align: left;
	font-size: 90%;
	color: #777;
	border: 2px solid #eaeaea;
	border-radius: 7px; 
	-moz-border-radius: 7px; /* Mozilla */
	-webkit-border-radius: 7px; /* Webkit */
}

#home #footer {
	margin-top: 1em;
}

#footer ul {
}

#gmsheader{
position: relative; 
	width:900px;
	height:80px;
	overflow:hidden;
	margin: 0;
	padding: 0;
	border: 0px solid #000;
}
#gmsnews{
	position: absolute; 
	left: 305px;
	top: 58px;
	z-index:200;
	width: 288px;
	height:22px;
	margin: 0;
	padding: 0;
	border: 0px solid #000;

}

#masthead{
	position: relative; 
	left: 0px;
	top: 0px;
	z-index:100;
	margin: 0;
	padding: 0;
	border: 0px solid #000;

}
#footerLinks, #copyright {
	margin-right: 3em;
}

#footerPhone {
}


