body, h1,h2,h3,h4,p,ul,li{
	margin:0;
	padding:0;
	font-size:13px;
	line-height:18px;
	font-family:futura,'century gothic',sans-serif;
	color:#fff;
	list-style:none;
}
img{
	max-width:100%;
	height:auto;
	border:none;
}
#supersized img{
	max-width:none;
}
.header{
	background:url(../images/layout/back.jpg) top center;
	border-bottom:2px solid #fff;
}
a:link, a:visited, a:hover, a:active{
	color:#fff;
}
a:hover{
	text-decoration:none;
}


h1{
	text-align:center;
	padding:18px 10px;
}
.background{
	background:rgba(61, 8, 13, .85);
}
h2{
	text-align:center;
	line-height:23px;
	font-size:21px;
	font-weight:normal;
	padding:10px 0 5px 0;
	margin-bottom:25px;
}
h2 span{
	font-size:11px;
}
h3{
	text-align:center;
	font-weight:normal;
	font-size:15px;
	padding-bottom:18px;
}
.content{
	position:relative;
	max-width:375px;
	padding:18px 18px 0 18px;
	margin:0 auto;
	margin-top:5px;
}
.gallery{
	max-width:393px;
	padding:9px;
}
.gal_entry{
	float:left;
	width:20%;
}
.gallery a{
	display:block;
	margin:9px;
	text-align:center;
}
.gallery img{
	display:block;
}
.clear{
	clear:both;
}
.center {
	text-align: center;
}
IMG.center {
    display: block;
    margin-left: auto;
    margin-right: auto }
.footer{
	padding-bottom:18px;
	text-align:right;
}
.footer a{
	display:inline-block;
	margin-left:10px;
}
p{
	margin:0 auto;
	padding-bottom:18px;
	font-size:12px;
}
.lt-ie9 .gal_entry img{
	width:100%;
	height:auto;
}
.review img{
	float:right;
	max-width:33%;
	height:auto;
	margin-left:25px;
	margin-bottom:25px;
}
.nav{
	text-transform:uppercase;
	padding:0;
	max-width:411px;
	margin:0 auto;
}
.nav li{
	display:block;
	float:left;
	width:16.666667%;
	text-align:center;
	font-size:12px;
}
.nav li a:link, .nav li a:visited, .nav li a:hover, .nav li a:active{
	text-decoration:none;
	display:block;
	padding:15px 0;
	color:#fff;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.nav li a:hover, .nav li.selected a:link, .nav li.selected a:visited, .nav li.selected a:hover, .nav li.selected a:active{
	background:rgb(61, 8, 13);
}
.nav li.nav_break{
	display:block;clear:both;height:1px;overflow:hidden;float:none;
}
#fb-root {
    display: none;
}

.wrapper{
	padding:0 5px;
}
.facebook{
}
#map{
	height:375px;
	color:#000;
	margin-bottom:18px;
}
#map a:link, #map a:visited, #map a:hover, #map a:active{
	color:#000;
}
.outer{
	position:relative;
	z-index:2;
}
.hide_for_big{
	display:none;
}

@media screen and (max-width: 360px) {
	.nav li{
		width:33%;
		font-size:11px;
	}
	.nav li a:link, .nav li a:visited, .nav li a:hover, .nav li a:active{
		padding:8px 0;
	}
	.hide_for_big{
		display:inline;
	}
	.hide_for_small{
		display:none;
	}
	h2{
		font-size:18px;
	}
	h2 span{
		font-size:13px;
	}
	.wrapper{
		margin-top:30px;
	}
	.gal_entry{
		width:33.3333%;
	}
	h1 img{
		max-width:65%;
	}
}
.review{
	text-align:left;
	border-top:1px solid #5C3033;
	padding-top:20px;
}
.review h3{
	text-align:left;
	padding-bottom:0;
}

.lt-ie9 .background{
	background:transparent;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc3A050E,endColorstr=#cc3A050E); 
	zoom: 1;
}
.lt-ie9 .nav li.nav_break{
	display:none;
}
.ie6 .content{
	width:375px;
}
.ie6{
	background:#53232B;
}

.ie6 .nav{
	width:411px;
}
.ie6 .footer img, .ie6 h1 img{
	width:auto;
	behavior: url(../js/iepngfix.htc); 
}
.ie6 #supersized{
	display:none;
}