﻿body { 
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	font-weight: normal;
	/*font : 76%/160% Tahoma, Verdana, Arial, sans-serif; 
	color : #333;*/ 
	text-align : center; 
	margin:0;
	padding:0;
}

/*-------------------------*/
/* Override General Format */
/*-------------------------*/
p {
	margin : 0 1em;
	padding : .5em 0;
	text-align: justify;
}

ul {
	margin: 0 0;
	padding: 0 0;
}

li {
	margin: 0 0;
	padding: 0 0;
	list-style-type: none;
}

h1 {
	margin: .2em 0 0 0;
	padding: 0 0 0 .2em;
	text-transform: uppercase;
	text-align: left;
	font-size: x-large;
	color: #FF6B24;
	letter-spacing: 0.1em;
	line-height: 1em;
}

h2 {
	margin: 0 0.5em 0.5em 0;
	padding: 0 0 0 0.5em;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FF6B24;
	border-bottom-color: #C0C0C0;
	border-bottom-style: solid;
	border-bottom-width: thin;
}

h3 {
	margin : 1em 1em;
	padding: 0.5em 1em 0 1em;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #800000;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #800000;
	float: left;
}

h4 {
	clear: both;
	margin : 1em 1em 0.5em 1em;
	padding: 0 0 0 0;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #800000;
}

h5 {
	text-transform: uppercase;
	text-align: center;
	font-size:small;
	color: #FFFF00;
	letter-spacing: 0.1em;
	line-height: 1em;
}

h6 {
	text-transform: uppercase;
	text-align: center;
	font-size:small;
	color: #FFFF00;
	letter-spacing: 0.1em;
	line-height: 1em;
}

img {
	border: 0;
}

a {
	color: #FF6600;
	text-decoration: none;
	font-weight: bold;
}
a:hover { color:maroon; }
a:visited { text-decoration:underline; }

a.button, a.buttonDis {
	display: block;
	background-color: transparent;
	background-image: url(../images/buttonbackground.png);
	background-repeat: no-repeat;
	/*width: 175px;*/
	/*height: 30px;*/
	width: 175px;
	height: 28px; /*54*/
	margin: 0 0 0 -5px;
	text-align: center;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: middle;
}
a.button:link, a.button:visited {
	color: #FF9900;
}
a.button:hover, a.button:active {
	background-position: 0 -29px;
	/*background-position: 0 -55px;*/
	color: #800000;
}
a.buttonDis:link, a.buttonDis:visited, a.buttonDis:hover, a.buttonDis:active {
	background-position: 0 -58px; /*0 -110px;*/
	color: #800000;
	cursor: default;
}

.icon {
	display: block;
	height: 28px;/*52*/
	width: 175px;
	background-repeat: no-repeat;
	padding: 0 0 0 0;
}

span {
	text-indent: -9999px;
}

/*
a.button:hover .icon, a.button:active .icon {
	background-position: 0 0;
}
a.buttonDis:link .icon, a.buttonDis:visited .icon, a.buttonDis:hover .icon, a.buttonDis:active .icon {
	background-position: 0 0;
}
*/

#buttonHOME .icon {	
	background-image:url('../images/HomeIcon.png');
	background-position: 50px 6px; /*50px 20px;*/
}
#buttonMENU .icon { 
	background-image:url('../images/MenuIcon.png');
	background-position: 55px 6px; /*55px 20px;*/
}
#buttonGALLERY .icon { 
	background-image:url('../images/GalleryIcon.png');
	background-position: 22px 7px; /*22px 20px;*/
} 
#buttonGIRLS .icon { 
	background-image:url('../images/GirlsIcon.png');
	background-position: 25px 7px; /*25px 20px;*/
} 
#buttonABOUT .icon { 
	background-image:url('../images/AboutHootersIcon.png');
	background-position: 8px 5px; /*8px 20px;*/
} 
#buttonBOOK .icon {
	background-image:url('../images/GuestBookIcon.png');
	background-position: 22px 6px; /*22px 20px;*/
}
#buttonPARTY .icon {
	background-image:url('../images/PartyIcon.png');
	background-position: 25px 6px; /*22px 20px;*/
}
#buttonLINKS .icon {
	background-image:url('../images/LinksIcon.png');
	background-position: 25px 6px; /*22px 20px;*/
}
#buttonCONTACT .icon {
	background-image:url('../images/ContacIcon.png');
	background-position: 25px 6px; /*22px 20px;*/
}

/*---------------------------*/
/* Main Container Properties */
/*---------------------------*/
div#container {
	width : 800px; 
	margin: 0.5em auto 0 auto;
	padding: 0.5em 0.5em;
	text-align : left;
	background-color: #571B02;
}

/*--------------------------------*/
/* Branding Section Configuration */
/*--------------------------------*/
div#branding_container {
	height: 150px;
}

div#branding_logo { 
	width:185px;
	margin:0 0;
	padding:0 0;
	float:left; 
}

div#branding_content {
	width: 615px;
	margin: 0 0;
	padding: 0 0;
	float: left;
	background-image:url('../images/sitebanner.png');
	background-repeat:no-repeat; 
}

/*-----------------------*/
/* Content Configuration */
/*-----------------------*/
div#content {
	width : 100%;
	overflow : auto;
	background-color: #FFFFCC;
	border-top-color: #571B02;
	border-top-style: solid;
	border-top-width: thin;
	background-image:url('../images/contentbg.png');
	background-repeat:repeat-y;
}

/*----------------------------*/
/* Nav Content Configuration */
/*----------------------------*/
div#content_nav {
	float : left;
	width : 185px;
	margin : 0 0;
	padding : 0;
}

div#content_nav ul {
	margin: 5px 0 0 5px;
}
li#nav_item {
	margin:3px 0;
}

div#content_nav ul#siteLinks {
	margin: 25px 0 25px 5px;
}
li#nav_link {
	margin: 1em 0 2em 0;
}
li#nav_link_girl {
	margin: 6em 0 2em 0;
}

form#newsletter {
	border: thin #FFFFFF solid;
	padding: .5em .5em;
	margin: 2em .5em .5em .5em;
	width: 150px;
}
div#newshead {
	margin: 0 0 1em 0;
	font-size: x-small;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	text-transform: uppercase;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding-bottom: .5em;
	clear: both;
	float: left;
}

div#newsentry {
	margin: 0 0 .5em 0;
	font-size: x-small;
	font-weight: bold;
	vertical-align: middle;
	width: 150px;
	padding-bottom: .5em;
	clear: both;
}

div#newsentry label {
	width: 35px;
	float: left;
}
div#newsentry input {
	margin: 0 0 0 0;
	width: 105px;
	float: left;
}

div#newsbuttons {
	text-align: center;
	margin: .5em 0 0 0;
	padding-top: .5em;
	clear: both;
}
/*----------------------------*/
/* Main Content Configuration */
/*----------------------------*/
div#content_main {
	float: left;
	width: 600px;
	margin: 0 0 0 10px;
	padding : 0;
	padding-left: 5px;
}

ul#menuList_inBody {
	width: 200px;
	float: right;
	margin: 5px 5px 5px 15px;
	padding: 10px 10px 10px 10px;
	border: thin #800000 solid;
}

ul#menuList_inBody li {
	list-style: circle inside;
	text-transform: uppercase;
	font-weight: bold;
}

ul#menuList {
	margin: 25px 10px 25px 10px;
	padding: 15px 5px 0 5px;
	border-top-color: #C0C0C0;
	border-top-style: solid;
	border-top-width: thin;
}

ul#menuList li {
	list-style: circle inside;
	text-transform: uppercase;
	font-weight: bold;
}

div#gallery_content {
	width: 600px;
	margin: 0 0;
	padding: 0 0;
	float: left;
	text-align:center;
	/*background-image:url('../images/sitebanner.png');*/
	/*background-repeat:no-repeat; */
}

div#content_sub {
	width: inherit;
}

div#content_sub h3 {
	min-width: 524px;
}

div#content_sub form {
	margin: 10px 10px 10px 10px;
	font-weight: bold;
	padding-left: 70px;
}


ul#hooters_main {
	margin-left: 2.5em;
	padding-left: 1em;
	margin-bottom: 1em;
	padding-bottom: 1em;
}

ul#hooters_main li {
	list-style-type: disc;
	list-style-position: outside;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

ul#hooters_us {
	margin-left: 1em;
	padding-left: 1em;
	width: 250px;
	float: left;
}

ul#hooters_us li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

ul#hooters_intl {
	margin-left: 1em;
	padding-left: 1em;
	width: 170px;
	float: left;
}

ul#hooters_intl li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div#formEntry {
	margin:10px 0;
}

div#formEntry input {
	min-width:250px;
}
div#formButtons {
	text-align: center;
	margin: 2em 0 0 0;
}

div#entryLabel {
	float: left;
	width: 150px;
}

div#content_story {
	padding: 1em 1em 1em 1em;
	border: medium #ff6600 solid;
	margin: 0px 1em 0px 1em;
	text-align: justify;
	float: left;
	min-width: 537px;
	max-width: 537px;
}

div#content_links {
	padding: 1em 1em 0 1em;
	margin: 1em 1em 0px 1em;
	text-align: justify;
	float: left;
	min-width: 537px;
	max-width: 537px;
}

div#content_links ul {
	list-style-type: none;
	margin : 0;
	padding : 0;
	margin-left: 95px;
}

div#content_links ul li{
	margin: 0 1em 0 1em;
	float : left;
	padding : 1em 0;
	display: block;
	width: 100px;
	text-align: center;
}

div#content_links ul li#wide_link {
	margin: 0 1em 0 1em;
	float : left;
	padding : 1em 0;
	display: block;
	width: 175px;
	text-align: center;
}

div#content_links ul a{
	text-align: center;
}

div#content_links ul a img {
	float: right;
}

div#company_info {
	margin: 2em 4em 0 4em;
}

/*-------------------------*/
/*  Gallery items          */
/*-------------------------*/
ul#gallery {
	list-style-type: none;
	width : 600px;
	margin : 0;
	padding : 0;
	background : url(ul.png) repeat-y 100% 0;
	border-top: 20px #BF3000 solid;
}
ul#gallery li {
	float : left;
	width: 200px;
	padding: 1em 0;
}

li#one { background: #FFC082 url('../images/li.png') repeat-x 0 100%; }
li#two { background : url('../images/li.png') repeat-x 0 100%; }
li#three { background : #FFC082 url('../images/li.png') repeat-x 0 100%; }
li#four { background : url('../images/li.png') repeat-x 0 100%; }
li#five { background : #FFC082 url('../images/li.png') repeat-x 0 100%; }
li#six { background : url('../images/li.png') repeat-x 0 100%; }

ul#gallery li h6 {
	margin : 0 10px;
	padding: .5em 0 .5em 0;
	font-size : 100%;
}

h6 a{
	text-decoration: none;
}

h6 a img {
	margin-top: 5px;
}


ul#gallery li p { 
	margin : 0 10px;
	padding : 0 0 .5em 0; 
}

ul#gallery_nav {
	text-align: center;
	text-transform: capitalize;
	margin-top: .5em;
	padding-bottom: .5em;
	padding-top: .5em;
	margin-left: 120px;
	padding-left: 1em;
	clear: both;
	margin-right: 1em;
	margin-bottom: .5em;
}

ul#gallery_nav li {
	text-transform: uppercase;
	float: left;
	text-align: center;
	padding-right: 1em;
	padding-left: 1em;
}

ul#gallery_nav li a {
	text-decoration: none;
}


div#calendar {
	width : 100%;
	text-align: center;
	clear: both;
	background-color: #FF9900;
}

dl#girls_bio {
	margin: 1em 1em;
	padding-left: 1.5em;
	padding-bottom: 1em;
	border-bottom-color: #800000;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
/*-------------------------*/
/* Home Watch Config       */
/*-------------------------*/
div#homewatch {
	width : 100%;
	text-align: center;
	clear: both;
	background-color: #FF9900;
	background-image: url('../images/homewatchcenter.jpg');
	background-repeat: repeat-x;
	height: 60px;
}

img#watchright
{
	float:right;
	margin:0 0;
	padding: 0 0;
}
img#watchleft {
	float:left;
	margin: 0 0;
	padding: 0 0;
}
/*-------------------------*/
/* Site Info Configuration */
/*-------------------------*/
div#site_info {
	width : 100%;
	text-align: center;
	border-top: thin;
	border-top-color: #571B02;
	border-top-style: solid;
	clear: both;
	background-color: #FF9900;
}

ul#bottom_links {
	text-align: center;
	text-transform: capitalize;
	margin-top: .5em;
	padding-bottom: .5em;
	padding-top: .5em;
	margin-left: 2.5em;
	padding-left: 1em;
}

ul#bottom_links li {
	text-transform: uppercase;
	float: left;
	text-align: center;
}

ul#bottom_links li a {
	color: #000000;
	text-decoration: none;
}

div#site_info p {
	font-size: x-small;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
