body {
  margin-left: 0px;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  background:#262727 url(../images/bg_noise.jpg) ;
}

a:link, a:visited {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #818284;
  text-decoration: none;
}

a:hover, a:active {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #FFF;
  text-decoration: none;
}

@-webkit-keyframes load {
	from {
	  opacity:0;
	}
	to {
	  opacity:1;
	}
  }

.logo {
	-webkit-animation-name: load;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
	}

.navlinks {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #666666;
}
  .navlinks a:link, .navlinks a:visited {
	color: #FFF;
	background:rgba(51,51,51,0);
	text-decoration: none;
	padding: 7px;
	padding-bottom:16px;
	
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
	
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	
  }
	.navlinks a:hover {
	  background:rgba(51,51,51,1);
	  
	  -webkit-transition: all 0.2s ease-in;
	  -moz-transition: all 0.2s ease-in;
	  -o-transition: all 0.2s ease-in;
	  -ms-transition: all 0.2s ease-in;
	  transition: all 0.2s ease-in;
	}

.footer {
  width: 100%; 
  height: 100px;
  position: fixed;
  bottom: 0px;
  background-color: #000;
}
  .footer a:link, footer a:active, footer a{
	  opacity:.5;
  }
	.footer a:hover {
		opacity:1;
	}

  .footerlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
  }
	.footerlinks a:link, .footerlinks a:visited	{
	  color: #999;
	  text-decoration: none;
	}
	  .footerlinks a:hover, .footerlinks a:active	{
		color: #FFF;
		text-decoration: none;
	  }

.searchlinks {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  color: #FFFFFF;
}
  .searchlinks a:link, .searchlinks a:visited	{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
  }
	.searchlinks a:hover, .searchlinks a:active	{
	  color: #8CC63F;
	  text-decoration: none;
	  font-size: 10px;
	}

.maintable {
padding-bottom: 150px;
}

h1 {
  font-family:monospace;
  color: #CCC;
  font-size: 32px;
  line-height: 25px;
  text-transform:uppercase;
  font-stretch:normal;
  font-weight:100;
  padding-bottom:0px;
  text-shadow:0px 2px 2px #000;
}

h2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #CCC;
  font-size: 14px;
  line-height: 16px;
  margin:10px 0px;
  text-transform:uppercase;
  font-stretch:normal;
  font-weight:100;
  text-shadow:#000;
  padding:0px;
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  color: #CCC;
  font-size: 14px;
  line-height:10px;
  text-transform:uppercase;
  font-stretch:normal;
  font-weight:100;
  padding:0px 0px 5px 0px;
  margin:0px;
}

h4 {
  font-family:  Arial, Helvetica, sans-serif;
  color: #CCC;
  font-size: 12px;
  text-transform:uppercase;
  font-stretch:normal;
  font-weight:100;
  padding-bottom:0px;
  margin-top:10px;
  margin-bottom:0px;
}

address {
	text-decoration:none;
	text-transform:none;
	font:menu;
}

.numbering {
	padding-left:27px;
	padding-top:0px;
	margin:0px;
}

ol {
	padding-bottom:10px;
}

.border {
	padding:5px;
	border:thin solid #666;
	background:rgba(255, 255, 255, 0.05);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
	.border ul {
		margin:5px 0px 0px 0px;
		padding:0px 0px 0px 20px;
		list-style:square;
	}
	
	.border h2 {
		margin-left:5px;
	}
	
	h3.border {
		border: none;
		border-bottom: thick solid #666;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	
	.border h4 {
		float:right;
		margin-top:5px;
		background:#666;
		color:#333;
		padding:3px 7px;
		-webkit-border-radius: 0px 0px 3px 3px;
		-moz-border-radius: 0px 0px 3px 3px;
		border-radius: 0px 0px 3px 3px;
	}
	
	.border small {
		font-size:7px;
	}

span.border {
	margin-top: 10px;
	float: left;
}

.box {
	line-height:22px;
}

.box li, .box ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

.box li {
	border-bottom: thin dashed #333;
	padding: 3px 0px;
}

.box a span {
	text-align: center;
	vertical-align: middle;
	display: block;
	margin-top: 4px;
}

ul.extrapadding li {
	padding: 5px 0px;
}

.box a {
	padding:5px;
	display:block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.box a small {
	padding:0px 5px;
	font-size: 8px;
	line-height: 15px;
	font-weight: bolder;
	display:block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid thin #CCC;
	color: #CCC;
	opacity: 0.25;
	float:right;
}

.box a small.new {
	padding:0px 5px;
	margin-left: 10px;
	font-size: 8px;
	line-height: 15px;
	font-weight: bolder;
	display:block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid thin #ef3e33;
	color: #ef3e33;
	opacity: 1;
	float:right;
}

.rednotice {
	padding:2px 5px;
	line-height: 13px;
	font-size: 8px;
	font-weight: bolder;
	display:block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: solid thin #d5272e;
	float:right;
	margin: -22px 4px 0px 0px;
	
	background: #d5272e;
	color: #FFF;
	
}

@-webkit-keyframes btnfade {
	from {
	  background:rgba(255, 255, 255, 0.00);
	}
	to {
	  background:rgba(255, 255, 255, 0.25);
	}
  }

.box a:hover {
	background:rgba(255, 255, 255, 0.25);
	
	-webkit-animation-name: btnfade;
	-webkit-animation-duration: 0.5s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
}

.borderevents {
	padding:5px;
	border:thin solid #666;
	background:rgba(255, 255, 255, 0.05);
	height:175px;
	margin-bottom:10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-webkit-box-shadow: 0px 2px 2px #000;
	-moz-box-shadow: 0px 2px 2px #000;
	box-shadow: 0px 2px 2px #000;
}


.borderevents div.eventinfo {
	width:615px;
	float:right;
}

.borderevents img {
	float:left;
}

.borderevents ol {
	padding:0px 0px 0px 54px;
	margin:0;
}

.borderevents h2 {
	margin:10px 0px;
	padding:5px;
	border:thin solid #666;
	background:rgba(255, 255, 255, 0.05);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline;
	float: left;
}

.borderevents h2 small {
	font-size: 12px;
	padding-left: 10px;
	margin-left: 10px;
	border-left: #CCC thin solid;
	font-family: times;
	font-style: italic;
	text-transform: lowercase;
}


div.eventtitle {
	width: 100%;
	display: block;
	float: left;
}

.borderevents h3 {
	padding:0px;
	margin:10px 0px;
	float: left;
}

.borderevents ul {
	float: left;
}

.bordergallery {
	padding:5px;
	border:thin solid #666;
	background:rgba(255, 255, 255, 0.01) url(../images/highlight.png) no-repeat right top;
	height:75px;
	width:250px;
	margin-bottom:10px;
	margin-right:10px;
	display:block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	float:left;
	
	-webkit-box-shadow: 0px 2px 2px #000;
	-moz-box-shadow: 0px 2px 2px #000;
	box-shadow: 0px 2px 2px #000;
	
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

	.bordergallery:hover {
		  display:block;
		  border:thin solid #FFF;
		  background:rgba(255, 255, 255, 0.5) url(../images/highlight.png) no-repeat right top;
		  
		  -webkit-transition: all 0.3s ease-in;
		  -moz-transition: all 0.3s ease-in;
		  -o-transition: all 0.3s ease-in;
		  -ms-transition: all 0.3s ease-in;
		  transition: all 0.3s ease-in;
	}
	
	.bordergallery h2 {
		  color:rgba(255, 255, 255, 1);
		  
		  -webkit-transition: all 0.3s ease-in;
		  -moz-transition: all 0.3s ease-in;
		  -o-transition: all 0.3s ease-in;
		  -ms-transition: all 0.3s ease-in;
		  transition: all 0.3s ease-in;
	}
	
	.bordergallery:hover h2 {
		  color:rgba(0, 0, 0, 1);
		  
		  -webkit-transition: all 0.3s ease-in;
		  -moz-transition: all 0.3s ease-in;
		  -o-transition: all 0.3s ease-in;
		  -ms-transition: all 0.3s ease-in;
		  transition: all 0.3s ease-in;
	}

  .bordergallery img {
	  float:left;
  }
  
  .square {
  	width: 75px;
  	height: 95px;
  	margin-top: 10px;
  	padding:5px;
  	margin-bottom:10px;
  	margin-right:10px;
  	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
  	border-radius: 3px;
  	float:left;
  	background:rgba(255, 255, 255, 0.1);
  }
  
  .square p {
  	position: absolute;
  	padding: 0px;
  	margin: 5px 0px 0px 0px;
  }
  
  @-webkit-keyframes square-animation {
  	from {
  	  background:rgba(255, 255, 255, 0.01);
  	}
  	to {
  	  background:rgba(255, 255, 255, 0.5);
  	}
    }
  
  .square:hover {
  	background:rgba(255, 255, 255, 0.5);
  }


.spacing {
	padding-bottom:9px;
	width:100%;
}

.doublespacing {
	padding-bottom:18px;
	width:100%;
}

.submit {
	padding-top:5px;
}
	.submit input {
		float:none;
	}
	
input {
	float:right;
}

select {
	float:right;
	padding-right:100px;
}

.leftinfo {
	width: 375px;
	float:right;
}

.padding {
	padding-left: 9px;
	padding-bottom:10px;
}

.padding ul {
	padding:0px;
	list-style:none;
	display:block;
}

.padding a {
	padding:5px 0px;
}

padding a:visited, padding a:active {
}

padding a:hover {
	background:#666;
}

.headerbottleservice {
	width:100%;
	height:100px;
	background:url(../images/header_bottleservice.jpg) no-repeat;
	margin-top:10px;
}

.headercontact {
	width:100%;
	height:100px;
	background:url(../images/header_contact.jpg) no-repeat center;
	margin-top:10px;
}

.headerguestlist {
	width:100%;
	height:100px;
	background:url(../images/header_guestlist.jpg) no-repeat center;
	margin-top:10px;
}

.headergallery {
	width:100%;
	height:100px;
	background:url(../images/header_gallery.jpg) no-repeat center;
	margin-top:10px;
}

.party {
	width:350px;
	margin:15px;
	border:thin solid #666;
	background:#333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.party h1{
	margin:15px 0px 10px 0px;
	line-height:20px;
	font-size:38px;
	text-align:center;
	color:#FFF;
}

.party hr {
	opacity:0.5;
	margin:0px 5px;
}

.popup{
	z-index:2;
	text-align:center;
	vertical-align:middle;
	position:absolute;
	width:auto;
	top:0px;
	padding:35px;
	margin:0 auto;
	overflow:hidden;
}
	.popup img {
		-webkit-box-shadow: 0px 0px 15px #000;
		-moz-box-shadow: 0px 0px 15px #000;
		box-shadow: 0px 0px 15px #000;
		border:thin #999 solid;
	}

.packages {
	display:none;
}

#Vip1, #Vip2, #Limo {
	overflow: auto;
	width: 200px;
	height: 200px;
	background-color: #FFF;
}

#Vip1 h2, #Vip2 h2, #Limo h2 {
	background:#333;
	display:block;
	padding:5px;
	
	-webkit-border-radius: 3px 3px 0px 0px;
	-moz-border-radius: 3px 3px 0px 0px;
	border-radius: 3px 3px 0px 0px;
}

#Vip1 h3, #Vip2 h3, #Limo h3 {
	background:#333;
	display:block;
	padding:5px;
	
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	border-radius: 0px 0px 3px 3px;
}

#Vip1 ul, #Vip2 ul, #Limo ul {
	padding:5px;
	margin:0px;
	height:140px;
	border-left:thin solid #333;
	border-right:thin solid #333;
}

#Vip1 li, #Vip2 li, #Limo li {
	list-style:none;
	padding-bottom:5px;
}

@-webkit-keyframes brochure {
	from {
	  opacity: 0.25;
	}
	to {
	  opacity: 0.75;
	}
  }

div.corp-brochure a {
	border: thin solid #FFF;
	color: #FFF;
	padding: 7px 8px;
	margin: 15px 0px;
	font-family: monospace;
	font-size: 24px;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	text-align: center;
	float: left;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	-webkit-box-shadow: 0px 2px 2px #000;
	-moz-box-shadow: 0px 2px 2px #000;
	box-shadow: 0px 2px 2px #000;
	-webkit-text-shadow: 0px 2px 2px #000;
	-moz-text-shadow: 0px 2px 2px #000;
	text-shadow: 0px 2px 2px #000;
	
	opacity: 0.25;
}

div.corp-brochure a:hover{
	opacity: 0.75;
	
	-webkit-animation-name: brochure;
	-webkit-animation-duration: 0.25s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
}

div.corp-brochure a span {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	margin-top: 10px;
}

div.corp-brochure a img {
	float: right;
}
