html,body {
	margin:0;
	padding:0;
	/*height:100%;*/
}

table
{
	/*border: solid 1px #D6D6D6;*/
}

td
{
	/*border: solid 1px #D6D6D6;
	padding: 10px;*/
}

strong
{
	font-weight: bold;
}

.blueBullets
{
	margin-bottom: 0px;
	background-image: url(../images/blue_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 7px;
	padding-left: 15px;
	color: #666666; 
	font-size: 13px;
	/*line-height: 16px;*/
	display: block;
	background-color:Transparent;
	position:relative;
}

#container {
	position:relative;
	margin:0 auto;
	/*height:auto !important;
	height:100%;
	min-height:100%;
	background-image:url(../images/footer_slice.gif);
	background-repeat: repeat-y;
	background-position:center;*/
}
/* HEADER */

#headerBackground{
	background-image: url(../images/header_bkg_slice.gif);
	background-repeat: repeat-x;
	background-color: #1e1e1e;
}

#headerBackground #headerContainer{
	width: 982px;
	height: 83px;
	margin: 0 auto;
}

* html #headerBackground #headerContainer{
	padding-left:15px;
}

#headerContainer .dolbyLogo
{
	float: left;
	padding: 10px 0px 0px 0px;
}

#headerContainer .topNavContainer
{
	float: left;
	height: 73px;
	width: 775px;
}

#headerContainer .topNavContainer .topNavGlobal{
	width: 335px;
	height: 38px;
}

#headerContainer .topNavContainer .topNavGlobal div{
	float: left;
}

#headerContainer .topNavContainer .globalNavSpacer{
	width: 27px;
}

#headerContainer .topNavContainer .topNavGlobal .globalNavItem{
	text-align: center;
	margin: 15px 5px 0px 8px;
}

#headerContainer .topNavContainer .topNavGlobal .globalNavDivider{
	border-left: 1px solid #333333;
	width: 5px;
	height: 10px;
	margin: 16px 0px 0px 8px;
}

#headerContainer .topNavContainer .topNavGlobal .globalNavItem.last{
	border: none;
}

#headerContainer .topNavContainer .topNavGlobal .globalNavItem a{
	font-size: 11px;
	font-weight: bold;
	color: #5f6062;
	text-decoration: none;
}

/* LOCATION SPECIFIC */


/* CONSUMER SITE */

.consumer{
	border-bottom: 1px solid #3399cc;
}

#headerContainer .topNavContainer #consumer.globalNavItem.selected a{
	color: #3399cc;
}

#headerContainer .topNavContainer #consumer.globalNavItem a:hover{
	color: #3399cc;
}

/* PROFESSIONAL SITE */

.professional{
	border-bottom: 1px solid #E88A1A;
}


#headerContainer .topNavContainer #professional.globalNavItem.selected a{
	color: #E88A1A;
}

#headerContainer .topNavContainer #professional.globalNavItem a:hover{
	color: #E88A1A;
}

/* ABOUT SITE */

.aboutus{
	border-bottom: 1px solid #FFF;
}

#headerContainer .topNavContainer #aboutus.globalNavItem.selected a{
	color: #FFF;
}

#headerContainer .topNavContainer #aboutus.globalNavItem a:hover{
	color: #FFF;
}


/* END LOCATION SPECIFIC */



#headerContainer .topNavContainer .topNavMain{
	clear: left;
	width:100%;
	height: 45px;
}

#headerContainer .topNavContainer .topNavMain span{
	float: left;
}

#headerContainer .topNavContainer .topNavMain a{
	text-decoration: none;
}


#headerContainer .topNavContainer .topNavMain .topNavItem{
	background-image: url(../images/topnav_item_bkg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 151px;
	height: 45px;
	line-height: 45px;
	padding: 0px 0px 0px 0px;
	text-align:center;
	font-size: 14px;
	text-decoration: none;
	color: #ffffff;
	text-transform:uppercase;
	cursor:pointer;
}

#headerContainer .topNavContainer .topNavMain .topNavItem.selected{
	color: #FFFFFF;
	cursor:pointer;
}


#headerContainer .topNavContainer .topNavMain .topNavItem.selected{
	background-image:url(../images/topnav_item_on_bkg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #3399cc;
}

#headerContainer .topNavContainer .topNavMain .topNavItem.hover{
	background-image:url(../images/topnav_item_hover_bkg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	color: #FFFFFF;
}


#headerContainer .topNavContainer .topNavMain .topSearchSpacer{
	background-image:url(../images/topnav_spacer.gif);
	background-repeat: repeat-x;
	width: 25px;
	height: 45px;
}

#headerContainer .topNavContainer .topNavMain .searchContainer{
	padding: 10px 0px 0px 0px;
}

#headerContainer .topNavContainer .topNavMain .searchContainer .searchInput{
	background-image: url(../images/search_input.gif);
	background-repeat:no-repeat;
	width: 111px;
	height: 24px;
	padding: 4px 0px 0px 0px;
	text-align:right;
}

#headerContainer .topNavContainer .topNavMain .searchContainer .searchInput input{
	font-size: 11px;
	font-weight: bold;
	border: none;
	background-color: #cccbcb;
	color: #777;
	width: 100px;
	
}

#headerContainer .topNavContainer .topNavMain .searchContainer .searchDivider{
	float: left;
	background-image: url(../images/search_divider.gif);
	background-repeat:no-repeat;
	width: 4px;
	height: 24px;
}

#headerContainer .topNavContainer .topNavMain .searchContainer .searchSubmit{
	float: left;
	width: 26px;
	height: 24px;
}

#headerContainer .topNavContainer .topNavMain .searchContainer .searchSubmit{
	float: left;
	width: 26px;
	height: 24px;
}


/*  CONTENT */
#main
{
	float: none;
	width: 100%;
	position: relative;
}

#mainContainer
{
	width: 982px;
	height: auto;
	position: relative;
	margin: 0 auto;
	/*_margin-left:126px;*/
	
}

#mainContainer .spacer{
	height: 27px;
	background-color: #1E1E1E;
}

#contentContainer{
	padding-left: 175px;
	margin-left: 25px;
	background-color: #ffffff;
	height: 100%;
	min-height: 530px;
	float: left;
	width: 780px;
	position: relative;
	z-index: 1;
}

* html #contentContainer{
	height: 500px;
	margin-left: 1.51em;
	border: 0px;
	width: 780px;
	padding-bottom: 0px;
}

.clearSpace
{
	margin: 20px 0px 20px 0px;
}

.addthis_toolbox.addthis_default_style
{
	margin: 0px 0px 0px 25px;
	width: 955px;
	height: 0px;
	padding: 0px 0px 18px 0px;
	background-color: White;
}

.addthis_toolbox.addthis_default_style_container
{
	padding: 0px 0px 0px 170px;
	text-align: left;
	width: 650px;
}

.addthis_toolbox.addthis_default_style a.first
{
	text-decoration: none;
	padding-left: 43px;
	font-size: 12px;
	text-indent: 3px;
	line-height:normal;
	color: #4C4C4C ;
	color: #4C4C4C !important;
}

.addthis_toolbox.addthis_default_style a
{
	text-decoration: none;
	padding-left: 15px;
	font-size: 12px;
	text-indent: 3px;
	line-height:normal;
	color: #4C4C4C;
	color: #4C4C4C !important;
}

.addthis_toolbox.addthis_default_style a.addthis_button_facebook
{
	text-decoration: none;
	color: #4C4C4C;
	color: #4C4C4C !important;
	display: inline;
	padding-left:20px;
}

.addthis_toolbox.addthis_default_style a.addthis_button_compact
{
	text-decoration: none;
	color: #4C4C4C;
	color: #4C4C4C !important;
	display: inline;
	padding-left:20px;
}

.addthis_toolbox.addthis_default_style a.addthis_button_twitter
{
	text-decoration: none;
	color: #4C4C4C;
	color: #4C4C4C !important;
	display: inline;
	padding-left:20px;
}

#productLandingList
{
	border: 0;
	background-color: #ffffff; 
	height: auto;
	/*position: relative;*/
}

#productLandingListArea
{
	position: relative;
	padding: 0px 30px 0px 40px;
	width: 480px;
	vertical-align: top;
	float: left;
	margin-bottom: 40px;
}

#productLandingListArea .findOutMore
{
	background-image:url(../images/greenarrow_whtbkg.gif);
	background-repeat: no-repeat;
	background-position: 98px 5px; 
	width: 102px;
	color: #3399cc;
	font-size: 12px;
	font-weight: bold;
	float: left;
	text-decoration: none;
	margin-bottom: 30px;
}

/* LEFT NAV MENU */

#menu{
	background-image:url(../images/leftnav_bottom_slice.gif);
	background-repeat:repeat-y;
	float: left; 
	width: 202px;
	/*left: 0px;
	top: 0px;*/
	position: absolute;
	z-index: 2;
}

* html #menu{
	margin-left: 14px;
}

#menu .leftNavTop{
	background-image:url(../images/leftnav_top.gif);
	background-repeat: no-repeat;
	width: 202px;
	height: 21px;
}

#menu .leftNavBody{

	background-image: url(../images/leftnav_slice.gif);
	background-repeat:repeat-y;
	width: 202px;

}
#menu .leftNavBottom{
	background-image:url(../images/leftnav_bottom.gif);
	background-repeat: no-repeat;
	clear: left;
	width: 202px;
	height: 29px; /* Changed it to remove the bottom white border*/
}
* html #menu .leftNavBottom{
	background-image:url("../images/leftnav_bottom_ie6.gif");
	background-repeat: no-repeat;
	clear: left;
	width: 202px;
	height: 29px; /* Changed it to remove the bottom white border*/
}


/* RELATED CONTENT */


#relatedContentContainer{
	position: relative;
	position: relative !important;
	width:980px;
	z-index: 1;
	float: left;
	float: left !important;
	margin-left: 0px;
}

* html #relatedContentContainer{
	margin-left: 0.57em;
	border: 0px;
	padding: 0px;
}

#relatedContentContainer .relatedContent{
	height: 285px;
	text-align:left;
	background-color: #ffffff;
	margin-left:25px;
	padding: 28px 0px 0px 177px;
	background-image:url(../images/bottom_content_slice.gif);
	background-repeat:repeat-x;
	background-position: top;
}

#relatedContentContainer .relatedContent div{
	float: left;
}

#relatedContentContainer .relatedContent .relatedContentSpacer{
	width: 40px;
	text-align: right;
	padding-top: 5px;
}

#relatedContentContainer .relatedContent .relatedContentLeft{
	width: 300px;
}

#relatedContentContainer .relatedContent .relatedContentLeft .findOutMore{
	background-image:url(../images/greenarrow_whtbkg.gif);
	background-repeat: no-repeat;
	background-position: 98px 6px; 
	width: 102px;
	color: #3399cc;
	font-size: 12px;
	font-weight: bold;
	float: left;
	text-decoration: none;
	margin-bottom: 30px;
}

.relatedContentLeft p
{
	margin-bottom: 0px;
}

#relatedContentContainer .relatedContent .relatedContentLeft a{
	text-decoration:none;
}

#relatedContentContainer .relatedContent .relatedContentRight{
	width: 350px;
}

#relatedContentContainer .relatedContent .relatedContentRight .relatedLink{
	border-top: 1px dotted;
	line-height: 15px;
	color: #cccccc;
	width: 330px;
	clear: left;
	padding: 6px 0px 6px 0px;
}

#relatedContentContainer .relatedContent .relatedContentRight .relatedLink div{
	float: left;
}

#relatedContentContainer .relatedContent .relatedContentRight .relatedLink span.linkText{
	float: left;
}

#relatedContentContainer .relatedContent .relatedContentRight .relatedLink span.greenArrowWhite.related{
	float: left;
}

#relatedContentContainer .relatedContent .relatedContentRight .relatedLink .linkText{
	/*width: 320px;*/
	font-size: 13px;
	font-weight: bold;
	width: 95%;
	padding: 0px 10px 0px 0px;
}

#relatedContentContainer .relatedContent .relatedContentRight .relatedLink .linkText a{
	text-decoration: none;
}

#relatedContentContainer .relatedContent .relatedContentRight .relatedLink .linkText a:hover{
	text-decoration: underline;
}

.relatedContent .relatedTitle{
	font-size: 13px; 
	font-weight: bold;
}

.relatedContent .relatedText{
	line-height: 16px;
	font-size: 12px;
	padding-right: 75px;
}



/*  FOOTER */

#homeBackground #footerContainer{
	clear: both;
	background-color: #0e0e0d;
	border-top: 1px solid #232526;
	border-right: 1px solid #313434;
	border-left: 1px solid #313434;
	height: 145px;
	width: 960px;	
}


#footerContainer{
	width:960px;
	z-index: 9998;	
}

* html #footerContainer{
    position:relative; 
}

#footerContainer .FullWidth{
	width:960px;	
}

* html #footerContainer .FullWidth
{
    margin-left: 12px;
}

.footerInner{
	background-color: #0e0e0d;
	border-top: 1px solid #232526;
	border-right: 1px solid #313434;
	border-left: 1px solid #313434;
	height: 175px;
	width:955px;
	float:left;
	margin-left:24px;
}

* html .footerInner{		
	width:953px;
	margin-left: 20px;
	padding: 0px;
	z-index: 9999;
}

.footerInnerFullWidth {
    background-color: #0e0e0d;
	border-top: 1px solid #232526;
	border-right: 1px solid #313434;
	border-left: 1px solid #313434;
	height: 175px;
	width:960px;
	float:left;
}

* html .footerInnerFullWidth{
    margin-left:5px;
    z-index: 9999;
    position: relative;   
}    
    
#footerContainer .bottomNavContainer{
	width: 945px;
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 9999;
}

#footerContainer .bottomNavContainer .bottomNav{
	padding: 15px 0px 0px 20px;
	float: left;
	width: 761px;
	position: relative;
}

* html #footerContainer .bottomNavContainer .bottomNav{
	padding: 15px 0px 0px 20px;
	margin: 0px;
	border: 0px;
	float: left;
}

#footerContainer .bottomNavContainer .bottomNav .bottomLinks{
	width: 765px;
	height: 30px;
	position: relative;
}

* html #footerContainer .bottomNavContainer .bottomNav .bottomLinks{/
	margin: 0px;
	border: 0px;
	padding: 0px;
}

#footerContainer .bottomNavContainer .bottomNav .bottomLinks div{
	float: left;
	padding: 10px 20px 0px 0px;
}

#footerContainer .bottomNavContainer .bottomNav .bottomLinks div a{
	color: #666666;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#footerContainer .bottomNavContainer .bottomNav .bottomLinks div a:hover
{
	color: #3399CC;
}

#footerContainer .bottomNavContainer .bottomNav .terms{
	clear: left;
	font-size: 10px;
	padding: 10px 0px 10px 0px;
	color: #666666;
	line-height: 16px;
	text-align:left;
	width: 765px;
}

* html #footerContainer .bottomNavContainer .bottomNav .terms{
	margin: 0px;
	border: 0px;
	padding: 0px;
}

#footerContainer .bottomNavContainer .bottomLanguage{
	width: 140px;
	height: 30px;
	float: left;
	padding: 20px 0px 0px 0px;
	border: 0px;
	position: relative;
}

* html #footerContainer .bottomNavContainer .bottomLanguage{  
	margin: 0px;
	border: 0px;
	padding: 0px;
	float: right;
	top: -60px;


}


#footerContainer .bottomNavContainer .bottomLanguage select{ 
	background-color: #000000;
	color: #ffffff;
	font-size: 12px;
	width: 100px;	
}

* html #footerContainer .bottomNavContainer .bottomLanguage select 
{
    /*
	margin: 0px;
	border: 0px;
	padding: 0px;
*/
}






