@charset "utf-8";
body {
	background-image: url(../images/page_bkg.jpg);
	text-align:center;
	margin:0 auto;
}

#body {
	width: 95%;
	background-color: #900;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;

}
/* CSS Document */

#body #header{
	text-align: center;
	width: 100%;
	padding-top: 4px;
	background-color: #900;
}
#body #nav_btns{
	text-align: center;
	text-decoration: none;
	background-color: #FFF;
	border-bottom-width: 6px;
	border-bottom-style: groove;
	border-bottom-color: #F00;
	background-repeat: no-repeat;
	background-position: top;
}
#body #nav_btns a {
	color: #F00;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bolder;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}
#body #nav_btns a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
}

#body #container{
	background-color: #FFF;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 4px;
	margin-top: 5px;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #900;
}
#body  #container #left_nav{
	float: left;
	width: 200px;
	background-color: #900;
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	border-bottom-width: 6px;
	border-bottom-style: groove;
	border-bottom-color: #F30;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #F00;
	text-decoration: none;
}
#body #container #left_nav p a {
	color: #FFF;
	text-decoration: none;
	font-weight: bolder;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
#body #container #left_nav p a:hover {
	color: #FFF;
	background-color: #F30;
}
#body #container #left_nav #opensign {
	font-weight: bolder;
	border: 2px ridge #000;
}


#body #container #title_info{
	margin-left: 200px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	text-align: center;
	color: #F00;
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #F00;
}


#body #container #content{
	margin-left: 210px;
	margin-right: 10px;
	text-align: left;
}
#body #container #content #trailerimage {
}
#body #container #content #trailer_info {
}
#body #container #content #inventory {
}
#body #container #content table tr #special  {
	color: #F00;
	font-size: 18px;
	font-weight: bolder;
}
.color {
	font-size: 24px;
	font-weight: bolder;
	color: #F00;
}
#body #container #content table tr td #special tr td #center {
	text-align: center;
}




#body #footer{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #CCC;
	font-weight: bold;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #F00;
}
.center {
	text-align: center;
}
.nav_titles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #000;
	background-color: #CCC;
}
.table_color_dk {
	background-color: #CCC;
	text-align: center;
}
.table_color_lt {
	text-align: center;
}
.text_white {
	color: #FFF;
	text-align: center;
}
#body #container #content #floorplan {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #900;
}
#body #container #content #description {
	margin-top: 5px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #900;


}
#body #container #content #options {
	margin-top: 5px;
}



.align_center_options {
	text-align: center;
}
.redfont {
	color: #F00;
}
#popup {
	background-color: #FFF;
	height: 440px;
	width: 440px;
	padding: 5px;
	margin: auto;
}
