/* --------------------------------------------------
file: standard.css
website: http://www.lilliesbordello.ie
version: 1.0
created: 11/08/08
last update: 
author: Andrea Cima Serniotti
contact: http://www.visrez.com
---------------------------------------------------*/

/* ----------------------- COMMON CLASSES --------------------------- */

.navigation, .alt {position:absolute;top:-6000px;left:-6000px}
.hidden, hr{display:none}
p,ul,li,form,fieldset,table,td,th,h1,h2,h3,h4,h5{margin:0;padding:0}
ul{list-style-type:none}
a {color:#797162;}
	a:hover {text-decoration:none}


/* ----------------------- STRUCTURE --------------------------- */
html {
font-size:62.5%;
background:#000 url(http://assets.visrez.com/sites/lilliesbordello/en/Includes/images/html.jpg) top left no-repeat
}

body {
background:url(http://assets.visrez.com/sites/lilliesbordello/en/Includes/images/body.jpg) bottom right no-repeat;
margin:0;padding:0;
text-align:center;
font-family:"Trebuchet MS", Arial, Verdana, sans-serif;
font-size:1em
}

#wrapper {
width:980px;
margin:80px auto 0 auto;
text-align:left;
position:relative
}

#banner {
width:590px;
float:left;
margin-top:120px;
margin-bottom:10px;
}

#content{
background:transparent;
float:right;
width:370px
}

#logo{
background:url(http://assets.visrez.com/sites/lilliesbordello/en/Includes/images/logo.jpg) 0 0 no-repeat;
width:308px;height:191px;
position:relative;left:35px;
display:block
}

#main{padding:8px 0 0 15px; color: #959393;}
#main p{margin-bottom:20px;color:#959393;font-size:1.2em}
	#main h1{
	color:#D4D2D2;
	margin:5px 0 10px 0;
	font-family:"Century Gothic", Arial, sans-serif;
	font-weight:bold;
	font-size:2.1em
	}
	
	#main h2{
	color:#227372;
	text-transform:uppercase;
	margin:5px 0 10px 0;
	font-family:"Century Gothic", Arial, sans-serif;
	font-weight:normal;
	font-size:1.9em
	}
	#main h2.hptitle{
	color:#959393;
	margin:45px 0 10px 0;
	text-align:center;
	text-transform:none;
	font-size:2.4em;
	line-height:150%
	}
	
	#main h3{
	color:#FF284A;
	margin:5px 0 10px 0;
	font-family:"Century Gothic", Arial, sans-serif;
	font-weight:bold;
	font-size:1.7em
	}
	
#mainMenu{
border-top:2px solid #acabab;
border-bottom:2px solid #acabab;
float:left;
width:100%;
margin:20px 0px 30px 0px;
padding:2px 0 15px 0 
}
	#mainMenu ul{margin: 5pt 0pt 0pt 60pt;width: 900px;}
	#mainMenu li{float:left;margin:0 0 0 18px;padding:0 0 5px 9px}
	#mainMenu a{
	float:left;
	padding:8px 14px 5px 5px;margin:0;
    text-decoration:none;color:#959393;font-size:1.8em;
	font-family:"Century Gothic", Arial, sans-serif;
	text-transform:uppercase
	}
	#mainMenu li.active{font-weight:normal;background:url(http://assets.visrez.com/sites/lilliesbordello/en/Includes/images/hover.jpg) no-repeat bottom center}
	#mainMenu li a:hover{color:#fff}

#newsletter{
clear:both;
border:1px solid #242424;
padding:10px;
margin:0 auto;
width:490px;
font-size:1.2em;
background:#0a0a0a url(http://assets.visrez.com/sites/lilliesbordello/en/Includes/images/newsletter.jpg) no-repeat bottom right;
position:relative
}
	#newsletter h2{
	color:#959393;
	font-size:1.2em;
	position:absolute;top:-12px;left:10px
	}
	#newsletter p{float:left}
	#newsletter label{color:#fff;margin-right:10px}
	#newsletter input{
	margin-right:20px;
	border:0;
	margin-top:2px	
	}
	#newsletter button{
	background:url(http://assets.visrez.com/sites/lilliesbordello/en/Includes/images/signupnow.gif) no-repeat bottom right;
	cursor:pointer;
	width:81px;height:18px;
	border:0;
	margin-top:3px
	}
	
#footer{
clear:both;
color:#797162;
width:100%;
background:url(http://assets.visrez.com/sites/lilliesbordello/en/Includes/images/footer.jpg) bottom center no-repeat;
padding:0px 0 150px 0;margin:0px 0 0 0;
font-size:1.2em;
text-align:center
}

.scrolling
{
	height: 350px;
	overflow: hidden;
}
#scrollingButtons
{
	float: right;
	width: 30px;
}
	#scrollingButtons .up {margin: 3px; float: left;}
	#scrollingButtons .down {margin: 260px 3px 3px 3px; float: left;}
	#scrollingButtons img {border: none;}

#map
{
	width: 300px;
	height: 300px;
	border: 1px solid #CCC;
}
