@charset "utf-8";
/* -------------------- Web design by www.intellectdesign.co.uk ---------------------------------*/

/* This first part is to reset all margins etc so all browsers start from same blank page */
/* ------------------------------------ START undo_html.css ----------------------------------*/
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
a img,:link img,:visited img { border:none }
address { font-style:normal }
/* ------------------------------------ END undo_html.css ----------------------------------*/

/* ----------------------------------- Start Standard CSS ---------------------------------- */

html {
overflow: auto;
}
body {
	font: 12px Arial, Verdana, sans-serif;
	background: #000000 url(../images/bg.jpg) no-repeat center top;
	margin-top: 0;
	padding: 0;
	text-align: center;
	color: #FFFFFF;
}
/* ----- Text Stylings ----- */
h1{
	font-size:20px;
	font-weight:bold;
	color: #F6D13B;
	display: none;
}
h2{
	padding-top: 20px;
	font-size:18px;
	font-weight:normal;
	color: #F6D13B;
}
h3{
	font-size:14px;
	font-weight:bold;
	color: #FAD73F;
}

.yellow { 
	color: #FAD73F; 
}

p {
	margin: 10px 0 10px;
}

#mainContent ul li {
	list-style-type:circle;
	padding-bottom: 5px;
	margin-left: 18px;
}
a:link, a:visited {
	color: #FAD73F;
	text-decoration: none;
}
a:hover {
	color: #FAD73F;
	text-decoration: underline;
}
#footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.address {
	font-size: 16px;
	line-height: 1.9em;
}
/* ------------------------------------- Start Divs ---------------------------------------- */

#container {
	width: 1000px; 
	margin: 0 auto;
	margin-top: 0px;
	border: 0px solid #000000;
	text-align: left;
}
#header {
    height: 350px;
	color: #666666;
	background: url(../images/header.png) no-repeat center top; 
	padding: 0px 0px 0px 0px; /* top right bottom left */
}
#menu_container {
    height: 40px;
	padding: 263px 0px 0px 75px;
	bottom: 0px;
}
#mainContent {
	background: url(../images/main_bg.png) repeat-y center top; 
	padding: 0px 0px 10px 25px; 
	height: 100%;
}
#leftContent {
	padding: 0px 5px 10px 60px; 
	width: 370px;
	float: left;
	line-height: 18px;
}
#leftContent2 {
	padding: 0px 5px 10px 60px; 
	width: 300px;
	float: left;
	line-height: 18px;
}
#rightContent {
	padding: 0px 60px 0px 10px; 
	width: 450px;
	float: right;
	line-height: 18px;
}
#rightContent2 {
	padding: 0px 60px 0px 10px; 
	width: 500px;
	float: right;
	line-height: 18px;
}
.day-box {
	background: url(../images/box_bg.png) no-repeat center top;
	padding-right: 25px; 

}
.icon {
	padding: 0 0 0px 0;
	float: left;
}
.star-box {

}
.star-pic {
	padding: 0px 0px 30px 0px;
	float: left;
}

iframe {
	margin: 40px 0 0 28px; 
}

#footer {
	text-align: center;
    width: 1000px; 
	margin: 0 auto;
	padding: 10px 0px 20px 5px; 
	font-size: 10px;
	color: #FFFFFF;
	float: left;
}
.clearfloat {
	clear:both;
}

/* --- Form --- */
select { 
	width: 80%; 
	margin-top: 5px;
}
input { 
	width: 80%; 
	margin-top: 5px; 
	background-color: #150000; 
	border: 1px solid #3F280E; 
	color: #FAD73F; 
	height: 28px; 
	padding-left: 5px;
}
.searchbutton { 
	background-color:#0B0C65; 
	color: #ECEAD9; 
	font-weight: bold; 
	cursor: pointer; 
	border: 0; 
	padding: 3px 0 3px 0; 
}
.margintop5 { 
	padding-top: 10px
}

#subscribe {
	margin-top: 20px;
	width: 120px;
}

/* ------------------------------------- Start events' page specifics ---------------------------------------- */

#leftContent_events {
	padding: 0px 5px 10px 50px; 
	width: 450px;
	float: left;
	line-height: 18px;
}
#rightContent_events {
	padding: 0px 60px 0px 10px; 
	width: 370px;
	float: right;
	line-height: 18px;
}

.girl {
	float: right;
}

.special_events {
	padding: 0 0 0 15px;
	line-height: 1.8em;
}

/* ------------------------------------- Start group parties' page specifics ---------------------------------------- */

.space {
	line-height: 2em;
}

.parties_div {
	padding: 0 0 20px 0;
	overflow: auto;
}

.parties_title {
	padding: 0 0 0 140px;
}

.parties_pag {
	line-height: 2em;
}

#wide_content {
	width: 820px;
	line-height: 18px;
	padding: 0px 0px 10px 60px;
	min-height: 200px;
}

.pix_parties {
	float: left;
	padding: 5px 10px 0 0;
}

/* ------------------------------------- Menu Style ---------------------------------------- */
#tabs1 {
       width: 1000px;
		text-align: right;
        margin: 0;
        position:relative;
        z-index:2;
}
#tabs1 li {
        float: left;
        margin: 0;
        padding: 0;
        display: inline;
        list-style: none;
        position:relative;
}
#tabs1 a {
        float: left;
		width: 107px;
		text-align: center;
        font-size: 14px;
		font-family:  Arial;
        line-height: 20px;
        padding: 8px 0px 8px 0px;
        text-decoration: none;
        color: #FFFFFF;
}
#tabs1 a.current, #tabs1 a.current:hover {
        float: left;
        font-size: 14px;
		font-family:  Arial;
        line-height: 20px;
        text-decoration: none;
        color: #FAD73F;
		cursor: default;
}		
#tabs1 a:hover {
        float: left;
        font-size: 14px;
		font-family:  Arial;
        line-height: 20px;
        color: #FAD73F;
}
