body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #B4A39B;
	background-image: url(images/bg.jpg);
	background-repeat:repeat-x;
	margin: 0px;
}
p {
	margin-top:10px;
	margin-bottom:10px;
}
a {
	color:#EB6015;
	text-decoration:underline;
}
a:hover {
	color:#666666;
	text-decoration:none;
}
h1 {
	color:#EB6015;
	font-weight:bold;
	font-size:18px;
	margin-top:0px;
	text-align: center;
}
input, textarea, submit {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	border:1px solid #999999;
	padding:3px;
}
.blue {
	color:#A9C3F8;
	font-weight:bold;
}
.orange {
	color:#EB6015;
	font-weight:bold;
}
.box {
	width:960px;
	background-image:url(images/bg_info.jpg);
	background-repeat:repeat-y;
}
.left {
	float: left;
	width: 670px;
	margin:0px;
}
.right {
	float: left;
	width: 280px;
	margin:0px;
	padding:0px;
}
.footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	font-size:10px;
	color:#FFFFFF;
	height:40px;
	padding-top:30px;
	float:left;
	width:950px;
}
.nav {
	background-image: url(images/nav.jpg);
	background-repeat: no-repeat;
	height: 36px;
	padding-left:35px;
	padding-top:4px; 
	z-index:2;
	width:635px;
}
.nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.nav li { /* all list items */
	float: left;
	position: relative;
	text-align:center;
}
.nav li a {
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:3px;
}
.nav li a:hover {
	text-decoration:none;
	color:#000000;
}
.nav li ul {
	display: none;
	position: absolute;
	top: 50;
	left: 0;
	visibility: visible;
}
.nav li ul a {
	background-color:#B4A39B;
	color:#000000;
	width:110px;
	display:block;
	border-bottom:1px solid #FFFFFF;
	margin:0px;
	padding:3px;
	text-align:left;
	line-height:14px;
	font-weight:normal;
}
.nav li ul a:hover {
	color:#FFFFFF;
	background-color:#463C39;
 }
.nav li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
.nav li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}
.info {
	background-image: url(images/left_top.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 25px;
	padding-right: 5px;
	z-index:0;
}
.info_full {
	background-image: url(images/left_top.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 25px;
	padding-right: 5px;
	z-index:0;
	width:900px;
}
.map {
	margin-right:10px;
	border:2px solid #B4A39B;
}
.manufacturer {
	background-image:url(images/man_listing_back.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#F7F7F7;
	border:1px solid #B4A398;
	margin-bottom:3px;
	text-align:left;
}
.manufacturer img, .list_pic {
	border:1px solid #463C3A;
}
.manufacturer a, .category a {
	color:#000066;
	display:block;
	width:100%;
}
.manufacturer h2, .category h2 {
	margin:3px;
}
.category {
	background-image:url(images/cat_listing_back.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#F7F7F7;
	border:1px solid #B4A398;
	margin-bottom:3px;
	text-align:left;
}
.listing {
	background-image:url(images/listing_back.gif);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#F7F7F7;
	border:1px solid #B4A398;
	margin-bottom:3px;
	text-align:left;
}
.list_title {
	margin:0px;
	color:#000033;
	font-weight:bold;
	font-size:14px;
}
.theater {
	background-image: url(images/theater.jpg);
	background-repeat: no-repeat;
	height:380px;
	width: 650px;
	float:left;
}
.theater_nav {
	float:left;
	text-align:left;
}
.theater_info {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	padding-top:20px;
	padding-left:10px;
	text-align:center;
}
.theater_first {
	color: #FFFFFF;
}
.theater_scroll {
	height:360px;
	overflow:auto;
	width:200px;
	float:left;
	padding-right:5px;
	margin-top:10px;
	z-index:50;
}
.theater_content {
	border: 1px solid #CCCCCC;
	float: left;
	width: 460px;
	text-align:left;
	padding: 0px 10px 10px 10px;
	height:450px;
}
.theater_name {
	background-color:#EAEAEA;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	float: left;
	width: 180px;
	height:400px;
	padding:10px;
	text-align: left;
}
.theater_name a {
	color:#000099;
}
.theater_category {
	background-image:url(images/bg_category.jpg);
	background-repeat:no-repeat;
	background-color:#DADADA;
	border: 1px solid #CCCCCC;
	float: left;
	width: 160px;
	height:420px;
	padding-left:10px;
	overflow:auto;
	text-align: left;
	text-transform:capitalize;
}
.theater_category a {
	display:block;
	width:80%;
	text-align:center;
	padding-top:3px;
	padding-bottom:3px;
	background-color:#B4A39B;
	border:1px solid #666666;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
.theater_category a:hover {
	background-color:#999999;
}
.gb_entry {
	border-bottom:1px dashed #CCCCCC;
	margin-bottom:10px;
	padding:10px;
}
.price {
	text-align:right;
	font-size:14px;
	font-weight:bold;
	color:#000066;
}
