body, html
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #191A1A;
	text-align: center;
}

/* top */
div#top
{
	width: 950px;
	margin: 0px auto;
	padding: 0;
	background: #000;
}


div#logo
{	
	width: 204px;
	height: 47px;
	float: left;
	background-image: url(img/logo.gif);
	background-repeat: no-repeat;
	margin: 3px 0 10px 13px !important;
	margin: 3px 0 10px 6px;
	text-indent: -99999px;
}

div#nav_top
{
	float: left;
	height: 48px;	
	text-align: center;
	margin: 0 0 0 60px;
	padding: 0px;	
}

#nav_top ul, #nav_top li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	text-align: left;
	
}

#nav_top a:link, #nav_top a:visited
{
	float: left;
	height: 48px;
	margin: 5px 35px 0 0;
	padding: 0;
	text-decoration: none;
	text-align: left;
	text-indent: -99999px;

}


#top_home_act a:link, #top_home_act a:visited
{
	background-image: url(img/top_home_act.gif);
	background-repeat: no-repeat;
	width: 243px;
	height: 48px;
	cursor: default;
}

#top_home_empty a:link, #top_home_empty a:visited
{

width: 243px;
height: 48px;
}

#top_home a:link, #top_home a:visited
{
background-image: url(img/top_home_norm.gif);
background-repeat: no-repeat;
width: 243px;
height: 48px;
}

#top_home a:hover
{
background-image: url(img/top_home_hov.gif);
background-repeat: no-repeat;
width: 243px;
height: 48px;
}

#top_movie_act a:link, #top_movie_act a:visited
{
background-image: url(img/top_movie_act.gif);
background-repeat: no-repeat;
width: 179px;
height: 48px;
}

#top_movie a:link, #top_movie a:visited
{
background-image: url(img/top_movie_norm.gif);
background-repeat: no-repeat;
width: 179px;
height: 48px;
}

#top_movie a:hover
{
background-image: url(img/top_movie_hov.gif);
background-repeat: no-repeat;
width: 179px;
height: 48px;
}

#top_store_act a:link, #top_store_act a:visited
{
background-image: url(img/top_store_act.gif);
background-repeat: no-repeat;
width: 133px;
height: 48px;
}

#top_store a:link, #top_store a:visited
{
background-image: url(img/top_store_norm.gif);
background-repeat: no-repeat;
width: 133px;
height: 48px;
}

#top_store a:hover
{
background-image: url(img/top_store_hov.gif);
background-repeat: no-repeat;
width: 133px;
height: 48px;
}



/* end top */


/* start main_nav */
div#main
{
	width: 950px;
	height: 206px;
	margin: 0 auto;
	padding: 0;
	background-image: url(img/bro_lookup.jpg);
	background-repeat: no-repeat;
}


div#main1
{
	width: 950px;
	height: 206px;
	margin: 0 auto;
	padding: 0;
	background-image: url(img/brosanddefoe.jpg);
	background-repeat: no-repeat;
}

div#main2
{
	width: 950px;
	height: 206px;
	margin: 0 auto;
	padding: 0;
	background-image: url(img/familypointingguns.jpg);
	background-repeat: no-repeat;
}


div#main3
{
	width: 950px;
	height: 206px;
	margin: 0 auto;
	padding: 0;
	background-image: url(img/handsup.jpg);
	background-repeat: no-repeat;
}


div#nav_main
{
	width: 950px;
	height: 22px;
	background: #464747;	
	text-align: left;
	padding: 0;	
	margin: 0; 
	filter: alpha(opacity=70);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	 -moz-opacity: 0.70; opacity:0.7;
	border-bottom: 2px solid #da5746;
	z-index:100;
	
}

#nav_main ul, #nav_main li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	position: relative;
	float: left;
}

#nav_main a:link, #nav_main a:visited
{
	float: left;
	margin: 0px;
	padding: 5px 16px 9px 16px;
	text-decoration: none;
	border-left: 1px solid #000;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	filter: alpha(opacity=70);
}

#nav_main a:hover 
{ 
	background: #212323;
}

.nav_main_active 
{ 
	background: #d82c2a;
}

.nav_main_special
{
	padding-top: 3px;
}

/* common styling */

#nav_main ul li a, #nav_main ul li a:visited 
{
	display: block; 
	text-decoration:none; 
	color: #fff;
	height: 8px; 
	overflow: hidden;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}



#nav_main ul ul 
{
filter: alpha(opacity=70);
width: 123px;
}

/* a hack so that IE5.5 faulty box model is corrected 
* html #nav_main a, * html #nav_main a:visited {
width: 60px;
w\idth: 60px;
}
*/
/* hide the sub levels and give them a positon absolute so that they take up no room */
#nav_main ul ul {
visibility:hidden;
position:absolute;
height:0;
top:22px;
left:0; 
width: 123px;
}
/* another hack for IE5.5 */
* html #nav_main ul ul {
top:21px;
t\op:22px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#nav_main table {position:absolute; top: 0; left:0;}

/* style the second level links */
#nav_main ul ul a, #nav_main ul ul a:visited {
background:#ca5142; 
color:#fff;  
width:123px; 
border-bottom: 2px solid #6f1309;
/* yet another hack for IE5.5 */
}
* html #nav_main ul ul a{
width:150px;
w\idth:129px;
}

#nav_main ul ul a:hover
{
	background: #212323;
}


/* make the second level visible when hover on first level list OR link */
#nav_main ul li:hover ul,
#nav_main ul a:hover ul{
visibility:visible; 
}


/* end main_nav */










div#breadcrumbs
{	
	width: 948px;
	height: 20px;
	background: #d82c2a;
	text-align: left;
	margin: 0 auto;
	padding: 0 0 0 2px;	
}

#breadcrumbs ul, #breadcrumbs li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#breadcrumbs a:link, #breadcrumbs a:visited
{
	float: left;
	margin: 0 0 0 4px;
	padding: 3px 3px 5px 12px;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #000;
	background-image: url(img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

#breadcrumbs a:hover 
{ 
	color: #fff;
}


/* start content */
#content
{
	width: 950px;
	margin: 0 auto;
	padding: 0;
	background-image: url(img/bg_downloads.gif);
	background-repeat: repeat-y;
}


#left
{
	float: left;
	width: 271px;
	height: 100%;
	padding-top: 10px;
}

h1
{
	background: url(img/home_logo.gif) no-repeat;
	text-indent: -9999px;
	width: 251px;
	height: 119px;
	margin: 0 0 0 12px !important;
	margin: 0;
	padding: 0;
}

#signature
{
	text-align: right;
		text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: none;
	color: #616162;
}

#left p
{
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: none;
	color: #616162;
	margin: 10px 0 0 10px;
	padding: 0;
	text-align: right;
	text-align: justify;
	line-height: 10px;
}
#left p a
{
	font-size: 10px;
	color: #616162;
	line-height: 10px;
	text-decoration:none;
	border:none;
	font-weight:100
}
#left p a:link
{
	font-size: 10px;
	color: #616162;
	line-height: 10px;
	text-decoration:none;
	border:none;
	font-weight:100
}
#left p a:visited
{
	font-size: 10px;
	color: #616162;
	line-height: 10px;
	text-decoration:none;
	border:none;
		font-weight:100
}
#left p a:hover
{
	font-size: 10px;
	color: #eeeeee;
	line-height: 10px;
	text-decoration:none;
	border:none;
		font-weight:100
}
#left p a:active
{
	font-size: 10px;
	color: #616162;
	line-height: 10px;
	text-decoration:none;
	border:none;
		font-weight:100
}

#left ul, #left li
{
	margin: 0 0 0 5px;
	padding: 10px 0 3px 0;
	display: block;
	list-style-type: none;
	text-align: left;
}

#left a:link, #left a:visited
{
	margin: 0;
	padding: 3px 184px 5px 0;
	border-top: 1px solid #4f4f4e;
	text-decoration: none;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #b0b4b1;
}

#left a:hover 
{ 
	color: #212323;
}

#left_active a:link, #left_active a:visited
{ 
	color: #d82c2a;
}


#center
{
	width: 462px;
	height: 100%;
	float: left;
	margin: 0 10px;
	padding: 10px 0 0 0;
	text-align: right;
	background: #000;
}

div#embed
{
	margin: 0 0 10px 0;
	padding: 0;
	text-align: center;
white-space: nowrap;
}

#center_nav
{
text-align: right;
margin: 0;
padding: 0 0 0 208px;
}


#center_nav ul, #center_nav li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	float: left;	
}


#center_nav a:link, #center_nav a:visited
{
	margin: 0;
	padding: 0 5px 0 5px;
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-transform: none;
	color: #464747;
	border-left: 2px solid #632b24;
}

#center_nav a:hover 
{ 
	background: #212323;
	color: #b0b4b1;
}

#right
{
	width: 197px;
	height: 100%;
	float: left;
	background: #b0b4b1;
	text-align: left;
	margin: 0;
	padding: 0 0 50px 0;
}

#right p
{
 	margin: 0;
	padding: 3px 8px 3px 8px;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: none;
	color: #616162;
	text-align: left;
	text-align: justify;
	line-height: 10px;
}


#right p a:link, #right p a:visited
{
	text-decoration: underline;
	font-family: Verdana;
	font-size: 10px;
	font-weight: normal;
	color: #212323;
	text-align: left;
	text-align: justify;
}


#right p a:hover
{
	color: #d82c2a;
}


div#banner
{
	background-image: url(img/BDS_FollowOnTwitter.png);
	background-repeat: no-repeat;
	background-position: 4px;
	width: 191px;
	height: 110px;
	margin: 0;
	padding: 5px 0 5px 0;
	text-indent: -9999px;
}

.right_titles
{
	text-decoration: none;
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	margin: 0 0 0 0;
	padding: 3px 0 3px 8px;
	height: 12px;
	background: #c0c4c0;
	border-top: 2px solid #9b9c9a;
}

div#search
{	
	margin: 0;
	padding: 0;
	text-align: left;
	border-bottom: 2px solid #9b9c9a;
}

.inputText 
{
	position: relative;
	top: -9px !important;
	top: -7px;
	margin: 0;
	padding: 0;
	width: 150px;
	height: 16px;
	background: #fff;
	border: 2px solid #949698;
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #c08044;
}

#search_image
{
	margin: 5px 0 0 5px;
	padding: 0;
}

#search_form
{
	margin: 0;
	padding: 0;
}

#search_form label 
{
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: none;
	font-family: Trebuchet MS;
}

#search_form fieldset
{
	border: none;
	padding: 0;
	margin: 0;	
}

/* end content */


/* start footer */
div#footer
{
	width: 950px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	background: #464747;
	border-top: 2px solid #da5746;
	
}

div#nav_footer
{		
	text-align: center;
	padding: 0;	
	height: 18px;
	margin: 4px 0 0 5px;
}

#nav_footer ul, #nav_footer li
{
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#nav_footer a:link, #nav_footer a:visited
{
	float: left;
	margin: 0;
	padding: 7px;
	text-decoration: none;
	color: #b0b4b1;
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#nav_footer a:hover 
{ 
	background: #212323;
}

div#legal
{ 	
	width: 950px;
	height: 30px;
	margin: 0 auto;
	padding: 5px 0 5px 0;
	background: #464747;
	text-align: left;
}

div#creditline
{
	font-family: Arial;
	font-size: 10px;
	padding: 0;
	margin: 0 0 0 10px;
	font-weight: bold;
	color: #212222;
	line-height: 15px;
}


div#creditline a:link, div#creditline a:visited
{
	text-decoration: none;
	text-indent: -9999px;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #212222;

}

div#creditline a:hover
{
	text-decoration: underline;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	color: #EB008B;
}

 

/* end footer */


#zookoda
{
 	margin: 0;
	padding: 3px 8px 3px 3px;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: none;
	color: #616162;
	text-align: left;
	text-align: justify;
	line-height: 10px;
}

#zookoda a:link, #zookoda a:visited
{
	text-decoration: none;
	color: #616162;
}

#news_section
{
	margin: 0 0 0 10px;
	padding: 0;
}

#news_section ul, #news_section li
{
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Verdana;
	font-size: 10px;
	font-weight: none;
}

#news_section a:link, #news_section a:visited
{
	text-decoration: none;
	color: #616162;
	font-family: Verdana;
	font-size: 10px;
	font-weight: none;
	line-height: none;
	margin: 0;
	padding: 0;
}

#news_section a:hover
{
	text-decoration: none;
	color: #fff;
}