/*****************************************************************************/
/*	Pixelgrazer Default CSS (http://pixelgrazer.com) v1 July 13, 2006
******************************************************************************/
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 90%/150% Helvetica, Arial, sans-serif;
	color: #4f4e43;
}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}
li, dd, blockquote {
	margin-left: 1em;
}
form label {
	cursor: pointer;
}
fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
}
img {
	border: 0;
}

.lefty{
float: left;
}


/*****************************************************************************/
/*	Links
******************************************************************************/

a:link{
color: #807f77;
}

a:hover, a:active{
color: #abaaa0;
}

a:visited{
color: #aaa899;
}


/*****************************************************************************/
/*	Structure
******************************************************************************/
body, html {
	text-align: center;
	background: #eae8d9 url(../images/home_theater/bg.jpg) repeat-x;
}

.cleared {
	clear: both;
}

#header{
	width: 100%; height: 290px; background: url(../images/home_theater/bg_header.jpg) no-repeat center;
}

#header_image{
margin: auto; width: 748px;
}

#container{
margin: auto; width: 754px;
}

#wood{
margin: auto; height: 14px; width: 754px;
background: url(../images/home_theater/wood_bar.jpg) no-repeat;
font-size: 1px;
}

#content{
text-align: left; padding-top: 16px; min-height: 434px; width: 754px;
background: url(../images/home_theater/bg_content.jpg) no-repeat;
margin-bottom: 50px;
}

#column_right{
width: 383px; margin-left: 329px;
}

#column_left{
width: 255px;
float: left; margin-left: 42px;
}

* html #column_left{
margin-left: 20px;
}

.title{
margin-bottom: 25px;
}

.image_lg{
width: 255px; padding: 7px 0 0 0; text-align: center;
background: #ffffff url(../images/home_theater/bg_image_lg_top.gif) no-repeat;
margin-bottom: 20px;
}

.image_lg_bot{
height: 7px; font-size: 1px; clear: both; margin-top: 5px;
background: url(../images/home_theater/bg_image_lg_bot.gif) no-repeat;
}

.image_lg_title{
margin: auto; text-align: center;
background-color: #dad8c9; width: 229px; padding: 8px;
font: 105%/120% Helvetica, Arial, sans-serif;
color: #5e5d54; font-weight: bold;
}

.image_sm_box{
margin-bottom: 20px;
}

.image_sm{
width: 234px; padding: 20px 0 11px 20px;
background: #dad8c9 url(../images/home_theater/bg_image_sm.gif) no-repeat;
}

.image_sm_bot{
height: 1px; font-size: 1px;
background: #dad8c9 url(../images/home_theater/bg_image_sm.gif) no-repeat;
}

.image_sm img{
border: 1px solid #eeeeeb;
margin-bottom: 8px;
}

#footer{
margin-bottom: 100px;
}

/*****************************************************************************/
/*	Nav
******************************************************************************/

#back, #back1{
font-size: 1px;
width: 134px; height: 24px;
padding: 0; margin: 0;
}

#back{
margin: 0 0 25px 578px;
}

#back1{
background: url(../images/home_theater/button_back.gif) no-repeat;
position: relative;
}

#back1 li a{
text-indent: -9000px;
text-decoration: none;
overflow: hidden;
}

#back1 li {
margin: 0; padding: 0; list-style: none;
position: absolute; top: 0;
}
#back1 li, #back1 a {
height: 24px; display: block;
top: 0px;
}

#back1a {
left: 0; width: 134px;
}

#back1a a:hover {
background: url(../images/home_theater/button_back.gif) 0 -24px no-repeat;
}

/*****************************************************************************/
/*	Headings
******************************************************************************/

h1{
margin: 0; padding:4px;
font: 115%/120% Helvetica, Arial, sans-serif;
color: #5e5d54; font-weight: bold;
}

.brown{
color: #5B3E31;
}

/*****************************************************************************/
/*	Forms
******************************************************************************/
label{
font: 90%/120% Helvetica, Arial, sans-serif;
color: #1e81ba;
}

#submit_button{
margin-top: 5px;
width: 55px;
height: 20px;
}

form{
margin-top: 5px;
text-align: left;
height: auto;
color: #0d1324;
}

input{
color: #0466a1;
width: 159px;
/*background-color: #d3e6f2;*/
}

.radio{
color: #0d1324;
width: auto;
height: auto;
}


/*****************************************************************************/
/*	Lists
******************************************************************************/

.disc_list, .disc_list ul, .disc_list li{
margin: 0; padding: 0;
list-style: none; color: #eeeeeb;
display: inline;
line-height: 1px; font-size:1px;
}

.disc_list img{
border: 1px solid #eeeeeb;
margin-bottom: 8px;
}

.disc_list li, .disc_list li a{
margin-right: 5px;
}



/*****************************************************************************/
/*	Misc
******************************************************************************/