@charset "utf-8";
/* Number 7 New Design */
/*
Date:    30/04/2010
Authors: Blair Nichols, Ben Jovanic
Company: Supreme Web Solutions
Website: http://www.supremewebsolutions.com
*/

/*------ RESET ------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*------ remember to define focus styles! ------*/
:focus {
	outline: 0;
}
body {
	
}
ol, ul {
	list-style: none;
}
/*------ tables still need 'cellspacing="0"' in the markup ------*/
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*------ RESET END ------*/

/* BODY */
body {
	background: #000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
}
body p {
	margin: 10px 0 10px 0;
}
body h1 {
	font-size: 22px;
	margin: 0 0 10px 0;
	font-weight: bold;
}
body h2 {
	font-size: 18px;
	margin: 0 0 10px 0;
	font-weight: bold;
}
body h3 {
	font-size: 16px;
	margin: 0 0 10px 0;
	font-weight: bold;
}
/* BODY END */

/* CONTAINER */
div#container {
	width: 1000px;
	margin: 10px auto 20px auto;
	position: relative;
}
/* CONTAINER END */

/* HEADER */
div#header {
	background: url(../images/number-7-strip-club-sprite.png) 0px 0px no-repeat;
	width: 1000px;
	height: 170px;
}
div#header a {
	width: 450px;
	height: 170px;
	display: block;
	float: right;
}
/* HEADER END */

/* MENU */
div#menu {
	background: url(../images/number-7-strip-club-sprite.png) 0px -173px no-repeat;
	width: 730px;
	height: 52px;
	padding-left: 270px;
}
div#menu a {
	height: 30px;
	float: left;
	margin-top: 14px;
}
div#menu a.home {
	width: 57px;
	margin-right: 25px;
}
div#menu a.home:hover, div#menu a.home_active {
	background: url(../images/number-7-strip-club-sprite.png) -270px -239px no-repeat;
}
div#menu a.news {
	width: 52px;
	margin-right: 23px;
}
div#menu a.news:hover, div#menu a.news_active {
	background: url(../images/number-7-strip-club-sprite.png) -352px -239px no-repeat;
}
div#menu a.girls {
	width: 90px;
	margin-right: 23px;
}
div#menu a.girls:hover, div#menu a.girls_active {
	background: url(../images/number-7-strip-club-sprite.png) -427px -239px no-repeat;
}
div#menu a.gallery {
	width: 71px;
	margin-right: 23px;
}
div#menu a.gallery:hover, div#menu a.gallery_active {
	background: url(../images/number-7-strip-club-sprite.png) -540px -239px no-repeat;
}
div#menu a.hen {
	width: 110px;
	margin-right: 23px;
}
div#menu a.hen:hover, div#menu a.hen_active {
	background: url(../images/number-7-strip-club-sprite.png) -634px -239px no-repeat;
}
div#menu a.stag {
	width: 122px;
	margin-right: 23px;
}
div#menu a.stag:hover, div#menu a.stag_active {
	background: url(../images/number-7-strip-club-sprite.png) -767px -239px no-repeat;
}
div#menu a.contact {
	width: 78px;
}
div#menu a.contact:hover, div#menu a.contact_active {
	background: url(../images/number-7-strip-club-sprite.png) -912px -239px no-repeat;
}
/* MENU END */

/* SECTION_INFO */
div#section_info {
	background: url(../images/number-7-strip-club-sprite.png) 0px -329px no-repeat;
	width: 720px;
	height: 225px;
	padding: 10px 10px 10px 270px;
	text-align: justify;
}
/* SECTION_INFO END */

/* CONTENT */
div#content {
	background: url(../images/number-7-strip-club-content-bg.png) repeat-x #191c1e;
	width: 980px;
	padding: 10px;
	color: #406247;
	text-align: justify;
	z-index: 2;
	position: relative;
	border-top: 1px solid #000;
}
div#content a, div#content a:visited {
	color: #65806b;
	text-decoration: none;
}
div#content a:hover, div#content a:active {
	text-decoration: underline;
}
div#content h1 a, div#content h1 a:visited {
	color: #406247;
}
div#content div.pagination {
	text-align: center;
}
div#content h2 {
	color: #65806b;
}
div#content div.gallery_album {
	width: 196px;
	text-align: center;
	display: inline-block;
	margin: 0 0 10px 0;
}
div#content div.gallery_image {
	width: 245px;
	text-align: center;
	display: inline-block;
	margin: 0 0 10px 0;
	vertical-align: middle;
}
div#content div.gallery_image img {
	width: 200px;
}
/* CONTENT END */

/* FOOTER */
div#footer {
	background: url(../images/number-7-strip-club-sprite.png) 0px -574px repeat-x #141718;
	width: 1000px;
	height: 181px;
	color: #65806b;
	z-index: 2;
	position: relative;
}
div#footer a, div#footer a:visited {
	color: #65806b;
	text-decoration: none;
}
div#footer a:hover, div#footer a:active {
	text-decoration: underline;
}
div#footer div#links {
	width: 230px;
	height: 150px;
	margin: 20px 10px 10px 10px;
	float: left;
}
div#footer div#open_times {
	width: 230px;
	height: 150px;
	margin: 20px 10px 10px 10px;
	float: left;
}
div#footer div#vcard {
	width: 230px;
	height: 150px;
	margin: 20px 10px 10px 10px;
	float: left;
}
div#footer div#info {
	width: 230px;
	height: 150px;
	margin: 20px 10px 10px 10px;
	float: left;
}
/* FOOTER END */

/* GIRL */
div#girl {
	width: 220px;
	height: 460px;
	position: absolute;
	top: 7px;
	left: 10px;
	z-index: 1;
}
/* GIRL END */

/* FORMS */
input, select, textarea {
	background: #46684d;
	margin: 5px 0 3px 0;
	color: #FFF;
}
input {
	width: 242px;
	border: 2px solid #46684d;
}
select {
	width: 246px;
	border: 2px solid #46684d;
}
textarea {
	width: 974px;
	border: 2px solid #46684d;
}
input.submit {
	background: url(../images/number-7-strip-club-sprite.png) 0px -755px repeat-x #141718;
	width: 130px;
	height: 31px;
	margin: 3px 0 0 0;
	border: none;
	cursor: pointer;
}
/* FORMS END */

/* LYTEBOX */
#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
	#lbOverlay.grey { background-color: #000000; }
	#lbOverlay.red { background-color: #330000; }
	#lbOverlay.green { background-color: #003300; }
	#lbOverlay.blue { background-color: #011D50; }
	#lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
	#lbOuterContainer.grey { border: 3px solid #888888; }
	#lbOuterContainer.red { border: 3px solid #DD0000; }
	#lbOuterContainer.green { border: 3px solid #00B000; }
	#lbOuterContainer.blue { border: 3px solid #5F89D8; }
	#lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {	font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em;	overflow: auto; margin: 0 auto; }
	#lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
	#lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
	#lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
	#lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
	#lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading {
	position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(../images/lytebox/loading.gif) center no-repeat;
}

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(../images/lytebox/blank.gif) no-repeat; display: block; left: 0; float: left; }
	#lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(../images/lytebox/prev_grey.gif) left 15% no-repeat; }
	#lbPrev.red:hover, #lbPrev.red:visited:hover { background: url(../images/lytebox/prev_red.gif) left 15% no-repeat; }
	#lbPrev.green:hover, #lbPrev.green:visited:hover { background: url(../images/lytebox/prev_green.gif) left 15% no-repeat; }
	#lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(../images/lytebox/prev_blue.gif) left 15% no-repeat; }
	#lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url(../images/lytebox/prev_gold.gif) left 15% no-repeat; }
	
#lbNext { width: 49%; height: 100%; background: transparent url(../images/lytebox/blank.gif) no-repeat; display: block; right: 0; float: right; }
	#lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(../images/lytebox/next_grey.gif) right 15% no-repeat; }
	#lbNext.red:hover, #lbNext.red:visited:hover { background: url(../images/lytebox/next_red.gif) right 15% no-repeat; }
	#lbNext.green:hover, #lbNext.green:visited:hover { background: url(../images/lytebox/next_green.gif) right 15% no-repeat; }
	#lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(../images/lytebox/next_blue.gif) right 15% no-repeat; }
	#lbNext.gold:hover, #lbNext.gold:visited:hover { background: url(../images/lytebox/next_gold.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
	#lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
	#lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
	#lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
	#lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
	#lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }
	
#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
	#lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
	#lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
	#lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
	#lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
	#lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }
	
#lbDetailsData { padding: 0 10px; }
	#lbDetailsData.grey { color: #333333; }
	#lbDetailsData.red { color: #620000; }
	#lbDetailsData.green { color: #003300; }
	#lbDetailsData.blue { color: #01379E; }
	#lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbClose.grey { background: url(../images/lytebox/close_grey.png) no-repeat; }
	#lbClose.red { background: url(../images/lytebox/close_red.png) no-repeat; }
	#lbClose.green { background: url(../images/lytebox/close_green.png) no-repeat; }
	#lbClose.blue { background: url(../images/lytebox/close_blue.png) no-repeat; }
	#lbClose.gold { background: url(../images/lytebox/close_gold.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPlay.grey { background: url(../images/lytebox/play_grey.png) no-repeat; }
	#lbPlay.red { background: url(../images/lytebox/play_red.png) no-repeat; }
	#lbPlay.green { background: url(../images/lytebox/play_green.png) no-repeat; }
	#lbPlay.blue { background: url(../images/lytebox/play_blue.png) no-repeat; }
	#lbPlay.gold { background: url(../images/lytebox/play_gold.png) no-repeat; }
	
#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
	#lbPause.grey { background: url(../images/lytebox/pause_grey.png) no-repeat; }
	#lbPause.red { background: url(../images/lytebox/pause_red.png) no-repeat; }
	#lbPause.green { background: url(../images/lytebox/pause_green.png) no-repeat; }
	#lbPause.blue { background: url(../images/lytebox/pause_blue.png) no-repeat; }
	#lbPause.gold { background: url(../images/lytebox/pause_gold.png) no-repeat; }
/* LYTEBOX END */