/* screen styles for the template */

body
{
	margin: 0;
	padding: 0;
	background-color: #313131;
	font-size: 0.8em;
}

div#page,
div#footer
{
	width: 900px;
	margin: 0 auto;
	padding: 0px;
}

div#page
{
	margin-top: 1em;
	background-color: #313131;
}

/* header colors and styles */
div#page div#header h2
{
	height: 140px;
	margin: 0 0 5px 0;
	background-color: #87D300;
}

div#page div#header p
{
	padding: 2px 5px;
	margin: 0 0 5px 0;
	font-size: 12px;
	background-color: #00A4D8;
	color: #fff;
}

/* menu styles */
/* see also menu.left.css and menu.top.css */
div#navigation
{
	border: 0 solid #FF9A00;
	background-color: #FF9A00;
}

div#navigation ul.menu ul.menu /* handle sub menus */
{
	display: none;
	position: absolute;
	background-color: #FF9A00;
}

div#navigation ul.menu,
div#navigation ul.menu *
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

div#navigation ul.menu li,
div#navigation ul.menu li a
{
	border: 0 solid #FFB754;
}

div#navigation ul.menu a
{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

div#navigation ul.menu a:hover
{
	background: #FFB754;
}

/* content styles */
div#content
{
	background-color: #DFF7FF;
	padding: 5px;
}

h3,
h4,h5
{
	color: #00a4d8;
	margin: 0 0 0.4em;
}

h3
{
	font-size: 1.4em;
	margin-bottom: 0.6em;
}

h4
{
	font-size: 1.25em;
}

h5
{
	font-size: 1.1em;
}

div.supplemental /* images/promos on the right hand side of the screen... */
{
	float: right;
	width: 230px;
	text-align: center;
	border-bottom: 1000em solid #FFB754;
	background-color: #FFB754;
	border-left: 5px solid #fff;
	margin-bottom: -1000em;
	margin-top: -5px;
	margin-right: -5px;
	padding-top: 5px;
}

div.supplemental p
{
	background-color: #5C4AE9;
	color: #fff;
	margin: 5px 5px 15px;
}


div.gallery div
{
	clear: both;
}

div.gallery p
{
	float: left;
	width: 30%;
	height: 180px;
	margin: 1em 1.3%;
	text-align: center;
	background: #fff url(none) center center no-repeat;
	border: 2px solid #00a4d8;
}

div.gallery a
{
	padding: 160px 1em 1em;
	display: block;
	text-decoration: none;
}

div.gallery a:hover
{
	border-color: #000;
}

div.gallery a img
{
	display: none;
}

/* SCROLL BAR CUSTOM STYLES */

#mycustomscroll {
	height:200px;
	overflow:auto;
	padding-left:10px;
	padding-right:10px;	
	font-size:.9em;
	line-height:15px;
}

/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {line-height: 1px;font-size: 1px;position: absolute;top: 8px; right: 5px;}

.vscrollerbase {
width: 20px;
background: url(../img/scroll-bar-bg.png) no-repeat;
}
.vscrollerbar {
width: 15px;
background: url(../img/scroll-bar.png) no-repeat;

}
.vscrollerbar {
padding-top: 10px;
padding-bottom: 0px;
z-index: 2;
}
/* Scroll Bar Master Styling Ends Here */


/* D&D Styles */

#buttons {
	width:900px;
	margin:0 auto;
}
#container {
	width:900px;
	margin:0 auto;
}

/* Picture Area (to be randomised) */

/* By-Line style */

.siteBy {
	width:100%;
	position:fixed;
	bottom:0;
	text-align:right;
	font-size: 0.8em;
	line-height:25px;
	color:#4D4D4D;
	background-color:#CCCCCC;
}
.siteBy a {
	color:#4D4D4D;
	text-decoration:none;
}
.siteBy a:hover {
	color:#000000;
}

/* buttons style */

.menu {
	height:51px;
	font-weight:normal;
 }
#buttons-bottom {
	line-height:45px;
	vertical-align:middle;
	font-weight:normal;
	width:672px;
}
#buttons-bottom ul {
	margin:0;
	padding:0;
	list-style:none;
	vertical-align: middle;
}
#buttons-bottom li {
	text-align:center;
	margin:0;
	padding:0;
	float:left;
	font-size:1em;
	vertical-align: middle;
}
#buttons-bottom li a {
	height:51px;
	text-align:center;
	display:block;
	color:#fff;
	width:80px;
	padding-right:4px;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	background:url(../img/button/dd-butt-bot-off.png) no-repeat bottom left;
	text-transform: uppercase;
}
#buttons-bottom li a:hover {
	font-weight:bold;
	background:url(../img/button/dd-butt-bot-on.png) no-repeat bottom left;
	text-transform: uppercase;
}
#buttons-bottom li a:active {
	font-weight:bold;
	text-transform: uppercase;
}

/* Buttons Top */

#buttons-top {
	font-weight:normal;
	line-height:55px;
	vertical-align:middle;
	margin-top:20px;
}
#buttons-top ul {
	margin:0;
	padding:0;
	list-style:none;
}
#buttons-top li {
	text-indent:4px;
	text-align:center;
	margin:0;
	padding:0;
	float:right;
	font-size:1em;
}
#buttons-top li a {
	height:51px;
	text-align:center;
	display:block;
	color:#fff;
	width:84px;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	background:url(../img/button/dd-butt-top-off.png) no-repeat bottom left;
	text-transform: uppercase;
}
#buttons-top li a:hover {
	font-weight:bold;
	background:url(../img/button/dd-butt-top-on.png) no-repeat bottom left;
	text-transform: uppercase;
}
#buttons-top li a:active {
	font-weight:bold;
	text-transform: uppercase;
}
#address {
	margin-top:25px;
	font-weight:bold;
	font-size:1.1em;
	color:#FFFFFF;
	float:left;
}
/* Scrolling content */
.scrollContent {
	background:url(../img/scroll-bg.png) no-repeat bottom left;
	height:270px;
	width:228px;
	float:right;
	color:#FFFFFF;
}
.scrollContent h1 {
	color:#FFFFFF;
	font-size:1em;
	text-transform:uppercase;
}
#mainContent {
	width:670px;
	color:#CCCCCC;
}
#mainContent h1 {
	color:#CCCCCC;
	font-size:1.1em;
	text-transform:uppercase;
}
#pageContent {
	width:670px;
	color:#CCCCCC;
}
#pageContent h1 {
	color:#FFFFFF;
	font-size:1.2em;
	text-transform:uppercase;
}
#pageContent a {
	color:#FFFFFF;
}
#pageContent a:hover {
	color:#999999;
	text-decoration:none;
}
#beerContent {
	float:left;
	width:335px;
	color:#CCCCCC;
}
#beerContent h1 {
	color:#FFFFFF;
	font-size:1.2em;
	text-transform:uppercase;
}
#beerContent a {
	color:#FFFFFF;
}
#beerContent a:hover {
	color:#999999;
	text-decoration:none;
}
#beerContent2 {
	width:335px;
	float:right;
	color:#CCCCCC;
}
#beerContent2 h1 {
	color:#FFFFFF;
	font-size:1.2em;
	text-transform:uppercase;
}
#beerContent2 a {
	color:#FFFFFF;
}
#beerContent2 a:hover {
	color:#999999;
	text-decoration:none;
}

#contentPic {
	background:url(../img/pic-of-week-bg.png) no-repeat;
	background-position:bottom;
	float:right;
	height:70px;
	width:200px;
	color:#FFFFFF;
	text-transform:uppercase;
	text-align:center;
}
.tableText {
	text-indent:3px;
}
.line {
	background-color:#CCCCCC;
	height:1px;
}
.picline {
	background-color:#FFFFFF;
	height:3px;
}
.picpad {
	border:3px solid #fff; border-width:3px 0;
	margin-right:3px;
	margin-left:10px;
}
#barContent {
	width:670px;
	color:#CCCCCC;
}
#barContent h1 {
	color:#FFFFFF;
	font-size:1.2em;
	text-transform:uppercase;
}
#barContent ul {
	margin:0;
	padding:0;
	list-style:none;
}
#barContent li a {
	float:left;
	padding-right:4px;
	line-height:70px;
	vertical-align:middle;
	display:block;
	color:#fff;
	width:115px;
	text-decoration:none;
	text-align:center;
	font-weight:normal;
	background:url(../img/button/dd-butt-page-off.png) no-repeat bottom left;
	text-transform: uppercase;
}
#barContent a:hover {
	font-weight:bold;
	background:url(../img/button/dd-butt-page-on.png) no-repeat bottom left;
	text-transform: uppercase;
}
/* gallery */
.galleryHolder { width:122px; height:165px; margin:0 10px 10px 0; float:left; }
.galleryHolderEnd { width:120px; height:165px; margin:0 0 10px 0; float:left; }
.gallery { width:100px; height:100px; padding:10px; text-align:center; display:block; border:1px solid black; background:#fff; }
.gallery a, .galleryEnd a { display:block; width:100px; height:100px; overflow:hidden; }
.gallery a img, .galleryEnd a img { display:none; }
.galleryHolder p, .galleryHolderEnd p { height:3em; margin:0; padding:2px 4px; overflow:hidden; text-align:center; color:#fff; border:1px solid black; border-top:0; background:#00A4D8; }
.galleryHolder p a, .galleryHolderEnd p a { display:block;  }
.galleryBtns { clear:both; }
.gallerySpacing { padding-top:10px; }
/* end gallery */
