/* CSS Document */
/* Tested background with this color B40C0B */
body {
background-color:#500005;
color:#500005;
font-size: 9px;
font-family: 'Trebuchet MS', sans-serif;
text-align: center;
}
#container {
width: 758px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
/*header navigation*/
#header_nav {
}
/*content*/
#content {
padding: 0px;
}
#content_container{
width: 586px;
}

#footer a:link, #footer a:visited {
color: #999; text-decoration: none;
}

/*text elements*/
.contentheading {
font-size:18px;
font-weight: bold;
}
.componentheading {
font-size:18px;
font-weight: bold;
color: #CC0000;
padding: 0px;
margin: 0px;
}

h3 {
color: #CC0000;
}
/*branding & banner*/
#branding {
text-align: right;
height: 70px;
}
#branding a img {
border: 0px solid #FFF;
}
#banner {
margin-left: 32px;
}

/*menu*/
#menu_container {
padding-left: 22px;
}

#menu_body a:hover {
	color: #CC0000;
}
#menu_footer {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	margin-bottom: 30px;
}
/*menu tree*/
.dtree a.nodeSel {
	font-weight: bold;
}

/*footer */
#footer {
margin-top: 9px;
/*background: #FFF url(images/footer_background.gif);*/
font-size: 11px;
color: #999;
text-align: center;
height: 85px;
padding:10px;
padding-bottom: 0px;
}

/*legacy footer to accomodate IE */
#subnav table tbody tr td {
text-align: center;
color: #999;
}

#map a{
color: #CC0000;
}
#map {
margin-bottom: 0px;
}

/* IE fix for Contact page */

.contentpaneopen a:visited {
color: #CC0000;
}

input.text {
background-color: yellow;
} 

input.textarea {
background-color: yellow;
} 

h1 {
margin:0;
padding:0;
color:#990000;
font:18px georgia,times,serif;
line-height:1.6em;
text-decoration:none;}

h1.title {
position:relative;
overflow:hidden;}

h1.title span {
background: url('images/dvd_used.gif');
position: absolute;
top:0;
}