/******	
*******	BOULEVARD MAIN STYLES
*******	© 2009
****************************************************/


	
/****** global reset and body 
****************************************************/

/html
	{
	position: relative;
	}

*
	{
	margin: 0;
	padding: 0;
	}
	
body
	{
	background-color: #700000;
	text-align: center;
	font: 100% arial, sans-serif;
	color: FF0000;
	margin: 0 0 30px;
	}

img
	{
	border: 0;
	}

	

/****** structure divs <ID>
****************************************************/


#header
	{
	position: relative;
	background: #060A05 url(images/banner.jpg) no-repeat top left;
	height: 128px;
	width: 750px;
	}
	
#wrapper
	{
	text-align:left;
	width: 750px;
	background: #FFFFFF url(images/bg.jpg) no-repeat top left;
	border-width: 2px;
	border:  solid #fff;
	margin: 0 auto 20px;
	}		


#main_wrapper
	{
	width: 750px;
	background: transparent;
	float: left;
	}

		
#content
	{
	width: 535px;
	float: right;
	}	
	
#leftnav
	{
	width: 200px;
	background: #E2DED9 url(images/leftnav_bg.jpg) repeat-x top left;
	border-bottom: 2px solid #fff;
	float: left;
	}

/****** categoryImage stuff 
****************************************************/

.categoryImage
	{
	border: solid #fff;
	border-width: 1px;
	background-color: #815F4C;
	float: left;
	}
	
.search
	{
	padding: 10px 5px 0 0;
	}

/****** footer stuff 
****************************************************/


#footer 
	{
	clear:both;
	width: 750px;
	text-align: right;
	color: #999;
	}
	
#footer p	
	{
	padding: 10px;
	margin: 0;
	}
	
	
#footer p a	
	{
	padding: 5px 4px;
	color: #333;
	text-decoration: none;
	display: inline;
	font-size: 0.9em;
	}	
	
	
	
/****** forms
****************************************************/	
	
form
	{
	margin: 0 0 20px 0;
	}

	
fieldset#search
	{
	border: 0;
	background-color: #F1EFED;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	padding: 0 0 5px 0;
	}


input, textarea, select, label
	{
	content:"\"}\"";
	content:inherit;
	font-size:11px;
	}

html>body input, html>body textarea, html>body select,  html>body label
	{
	font-size:11px;
	}

input.text
	{
	margin: 2px 0 2px 15px;
	padding: 2px 0;
	}


#content input.text
	{
	margin: 2px 0;
	}

input.submit 
	{
	border:1px solid;
	border-color: #ccc #999 #999 #ccc;
	background-color: #E6E9EE;
	padding: 1px 3px;
	}

input.submit:hover, input.submit:active 
	{
	border: 1px solid #f60;
	}

input:focus, textarea:focus 
	{
	background: #fafafa;
	}

fieldset#contact
	{
	border: solid #fff;
	border-width: 1px;
	padding: 20px;
	margin: 0 10px 0 0;
	}

#content input, #content textarea, #content select, #content label
	{
	width: 250px;
	}

html>body #content input, html>body #content textarea, html>body #content select,  html>body #content label
	{
	width: 250px;
	}

 #content label
 	{
 	font-weight:bold;
 	}

.warning
	{
	color: #ff0000;
	}
	
#content input.checkbox
	{
	width: 25px;
	padding: 0 20px 0 0;
	margin: 0;
	}
	
fieldset#search img
	{
	top: 5px;
	}
	

/*	typography
******************************************************/
		
		
h1, h2, h3, h4, h5, h6, p, dt, ol, ul,pre, code
	{
	font-weight:normal;
	margin: 0.8em 0;	
	}

h1 
	{
	font-size:  0%;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	}

h2
	{
	font: normal 260% tahoma, arial-narrow, arial, sans-serif;
	padding: 0 0 20px;
	margin: 0;
	line-height:1em;
	color: #D00000;
	}


#leftnav h3
	{
	font-size:  85%;
	font-weight: bold;
	padding: 4px 0 4px 20px;
	margin: 0;
	background-color: #A09D9A;
	color: #fff;
	}

#leftnav p.leftnavimage
	{
	padding: 20px 0;
	margin: 0;
	}


fieldset#search h3
	{
	font-size:  85%;
	font-weight: bold;
	padding: 4px 20px;
	background-color: transparent;
	color: #A09D9A;
	}


#content h3
	{
	font: normal 110% tahoma, arial-narrow, arial, sans-serif;
	padding: 10px 0;
	margin: 0;
	color: #000;
	}

#content h3 a
	{
	color: #333;
	text-decoration: none;
	}
	
h4
	{
	font-weight: bold;
	}
	
p, dl, h4
	{
	font-size: 72%;
	}
	
#content h4
	{
	margin: 0;
	}


/****** p links
****************************************************/


p
	{
	margin-right: 50px;
	}

* html p
	{
	font-size: 70%;
	}


p a
	{
	color: #D00000;
	}

p.logo
	{
	display: block;
	border: solid #D00000;
	border-width: 0 0 2px;
	padding: 0;
	margin: 0;
	}

p a:hover 
	{
	color: #000;
	}

p.breadcrumb
	{
	font: bold 80% tahoma, arial-narrow, arial, sans-serif;
	padding: 10px 0;
	margin: 0;
	}

p.breadcrumb strong
	{
	font-weight: bold;
	}

p.breadcrumb a, p.breadcrumb strong a
	{
	text-decoration: none;
	}

p.breadcrumb a
	{
	color: #999;
	}

p.breadcrumb a:hover
	{
	color: #000;
	text-decoration: underline;
	}
	
p.adsearch
	{
	margin: 10px 0 14px 20px;
	}
		
.leftimage
	{
	float: left;
	padding: 0 15px 10px 8px;
	margin: 2px;
	}

.cast_list
	{
	color: #815F4C;
	font-size: 13px;
	}
	
.left_padded_div
	{
	margin: 0 0 0 15px;
	}

#product_details .leftimage
	{
	padding: 0 15px 10px 0;
	}

.left
	{
	float: left;
	padding: 0 15px 10px 0;
	}


/****** strong, emphasis, acronym and abbreviation
****************************************************/


strong
	{
	font-weight: bold;
	}

em
	{
	font-style: italic;
	}


blockquote
	{
	background-color: #E6EAEE;
	padding: 20px;
	font-size: 12px;
	margin: 0 0 20px;
	}

strong	
	{
	font-weight: bold;
	}

	
.product
	{
	border: solid #fff;
	border-width: 1px;
	background-color: #EBE8E4;
	margin: 10px 10px 10px 0;
	}



/****** select and objects
****************************************************/	
	
	
select#dvd
	{
	margin: 0 0 0 15px;
	}
	
	
option	
	{
	padding: 2px 10px;
	}
	
	
/****** horizontal top <ul> navigation
****************************************************/	
	
	
dt
	{
	font-weight: bold;
	margin: 1em 0 0.3em 0;
	padding: 0;
	}
	
dt a span
	{
	color: #848482;
	font-weight: normal;
	}
	
dt a:hover span
	{
	color: #545452;
	}
	
dd
	{
	padding: 0;
	margin: 0 0 0 96px;
	}
	
dd.clear
	{
	clear: both;
	padding: 0 0 1em 0;
	margin: 0;
	border-bottom: 1px dotted #949492;
	}
	
dt a img
	{
	padding: 3px;
	border:1px solid #ccc;
	float: left;
	margin-right: 10px;
	}
	
dt a:hover img
	{
	border: 1px solid #999;
	}	
	
	
/****** horizontal top <ul> navigation
****************************************************/



#nav 
	{
	float:left;
	width:100%;
	position: relative;
	background: #D00000;
	height: 40px;	
	}
 
#nav ul 
	{
	list-style:none;
	font-size:0.8em;
	}
  
#nav li 
	{
	float:left;
	display:block;
	}
  
#nav a
	{
	float: left;
	display: block;
	white-space: nowrap;

	}
  
#nav li a
	{
	top: 0;
	}



#nav a:hover
	{
	background-position: 0 -28px;
	}

#nav .here a,  #nav .here a:hover
	{
	background-position: 0 -56px;
	}
	
/****** treating the top as a subnav
****************************************************/

#subnav 
	{
	background: url(images/nav_left.gif) repeat-x top left;	
/*	height: 25px;	*/
	float: left;
	width: 550px;
	padding: 0 0 0 200px;
	}


#subnav ul 
	{
	float: left;
	margin: 0;
	}
	
#subnav ul li 
	{
	list-style: none;
	display: inline;
	background-color: #808285;
	}
	
#subnav ul li a 
	{
	display: block;
	float: left;
	height: 25px;
	text-indent: -9999px;
	overflow:hidden;	
	}

#subnav ul li a.here, #subnav ul li a:hover 
	{
	background-position: 0 -39px;
	}
	
#nav_0
	{
	width: 58px;
	background: transparent url(images/nav_dvd.gif) no-repeat 0 0;
	}

#nav_1
	{
	width: 94px;
	background: transparent url(images/nav_aboutus.gif) no-repeat 0 0;
	}
	
#nav_2
	{
	width: 109px;
	background: transparent url(images/nav_customers.gif) no-repeat 0 0;
	
	}
	
#nav_3
	{
	width: 93px;
	background: transparent url(images/nav_contact.gif) no-repeat 0 0;
	}
	
	
/****** unordered lists (leftnav)
****************************************************/


#leftnav ul
	{
	list-style: none;
	width: 190px;
	}

#leftnav ul li
	{
	font-size: 11px;
	}

#leftnav ul li a
	{
	display: block;
	color: #333;
	font-weight: bold;
	background-color: transparent;
	padding: 3px 0 3px 20px;
	width: 164px;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	}

#leftnav ul li a.subcategory
	{
	padding-left: 25px;
	width: 159px;
	color: #77787B;
	font-weight: normal;
	}


#leftnav ul li a.subcategory:hover
	{
	padding-left: 25px;
	width: 159px;
	background-color: #fff;
	color: #77787B;
	}
	
#leftnav ul li a.here
	{
	color: #fff;
	background-color: #7D716E;
	}
	
#leftnav ul li a.h
	{
	font-weight: bold;
	width: 149px;
	padding-left: 35px;
	background: url(images/arrow.gif) no-repeat center left;
	}

#leftnav ul li a.h:hover
	{
	background-position: -100px -200px;
	}

	
#leftnav ul li a.here:hover 
	{
	color: #fff;
	background-color: #815F4C;
	}
	
#leftnav ul li a:hover
	{
	color: #fff;
	background-color: #815F4C;
	}

	
	
/****** content ul
****************************************************/

#content ul
	{
	padding: 0 0 15px 0;
	}

	
#content ul li
	{
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 0 20px;
	}

#content ul li a
	{
	text-decoration: none;
	}

#content ul li a:hover
	{
	color: #0085b4;
	text-decoration: none;
	}

		
/****** glossary p 
****************************************************/	

.glossary_top 
	{
	display: block;
	padding: 0 0 20px 0;
	}				


.glossary_top a, .glossary_top span.here
	{
	float:left;
	display:block;
	margin:0 3px 0 0;
	color: #D00000;
	padding: 2px 5px;
	background-color: #f2f3f5;
	text-decoration: none;
	}

.glossary_top a:hover,.glossary_top span.here
	{
	background-color: #a6aaae;
	}

	
/****** tables
****************************************************/	

table, td
	{
	font-size: 11px; 
	color: #003366;
	}
	
	
	
.tablecolumntitle, th.tablecolumntitle 
	{
	font-size: 11px; 
	color: #003366;
	padding: 0 5px 0 0;
	vertical-align: bottom;
	}

table h3
	{
	font-size: 12px;
	color: #003366;
	padding: 0;
	margin:0;
	font-weight: bold;
	}


.table_data 
	{
	padding: 6px 10px;
	}

.tableheadseparator 
	{
	background-color: #99adc2;
	}

	
/****** hacks
****************************************************/
	
	
/* ---- IE-Win footer containment bug fix - hidden from IE5-Mac  \*/
* html #footer p 
	{
	height:1%;
	}
	
	
/* 	Resume IE5-Mac 	*/


/* 	only IE5-Mac */

/*\*//*/
 
#glossary_tester
	{
	width: 750px;
	} 
/**/

	
.clearfix:after 
	{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */