/* CSS Manchester */

* {
	padding: 0;
	margin: 0;
}

html {
	height: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: "Lucida Grande", "Verdana", sans-serif;
	background: #556666 url('../images/bg.jpg') repeat-x;
	font-size: small;
}

img {
	border: none;
}

#container {
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	width: 800px;
	height: auto;
}

#header {
	width: 800px;
	height: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: black url(../images/corner.gif) right top no-repeat;
	border-bottom: 3px solid #E0E8B9;
}

#footer {
	clear: both;
	width: 800px;
	height: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: black url(../images/corner_bottom.gif) left bottom no-repeat;
	border-top: 3px solid #E0E8B9;
	font-family: "Trebuchet MS", Verdana;
	font-size: 10px;
	color: #E0E4BF;
	text-align: center;
}

#header-left {
	float: left;
}

#main-content {
	width: 800px;
	height: 410px;
	background-color: #FFFFFF;
}

#main-content-pool {
	width: 800px;
	height: 800px;
	background-color: #FFFFFF;
}

#main-content-pool a {
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana;
	font-size: 115%;
	color: #464646;
	font-weight: bold;
}

#main-content-pool-desc {
	width: 800px;
	height: 800px;
	background-color: #FFFFFF;
	vertical-align: top;
}

#col-one-desc {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 115%;
	color: #464646;
	font-weight: bold;
	text-align: center;
}

#col-two-desc {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 115%;
	color: #464646;
	font-weight: bold;
	text-align: center;
}

#main-content-theater {
	width: 800px;
	height: 350px;
	background-color: #FFFFFF;
}

#main-content-dealer {
	width: 800px;
	height: 500px;
	background-color: #FFFFFF;
}

#main-left {
	float: left;
	padding-top: 30px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 250%;
	text-align: center;
	color: #abae92;
	font-weight: bold;
}

#main-right {
	float: right;
	padding-right: 3px;
}

/* ------------ [Navigation]------------ */

#nav {
	width: 430px;
	float: right;
	margin: 0;
	padding: 10px 0 18px 36px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 115%;
	
}
	
#nav li {
	list-style: none;
	float: left;
	margin: 0 6px 0 0;
	padding: 0 0 0 0;
}
	
#nav a {
	float: left;
	display: block;
	padding: 4px 6px;
	text-decoration: none;
	font-weight: bold;
	color: #E0E4BF;
	border: none;
}
	
/* hover state */

#nav li:hover {
	background: #E0E8B9 url(../images/nhov-top.gif) no-repeat top left;
}

#nav a:hover { /* a backup for IE's lack of li:hover support */
	background-color: #E0E8B9;
	color: #555555;
}
	
html>body #nav a:hover {
	background: transparent url(../images/nhov-bottom.gif) no-repeat bottom right;
}
	
/* active state */

#nav li.active {
	background: url(../images/nav-top.gif) no-repeat top left;
}

#nav li.active a {
	color: #555555;
	background: url(../images/nav-bottom.gif) no-repeat bottom right !important;
}



/* ------------ [Pool Tables]------------ */

#col-one {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 115%;
	color: #464646;
	font-weight: bold;
	text-align: center;
}

#col-two {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 115%;
	color: #464646;
	font-weight: bold;
	text-align: center;
}

#col-three {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 115%;
	color: #464646;
	font-weight: bold;
	text-align: center;
}

#col-four {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 115%;
	color: #464646;
	font-weight: bold;
	text-align: center;
}

#table-name {
	font-family: "Trebuchet MS", Verdana;
	font-size: 11px;
	color: #970016;
	text-align: center;
}

#dealer {
	float: left;
	padding-top: 30px;
	font-family: "Trebuchet MS", Verdana;
	font-size: 12px;
	text-align: center;
	color: #444444;
	font-weight: bold;
}