@charset "utf-8";
/* CSS Document */
body {
	color: white;
	font-family: 'century gothic', futura, arial, helvetica, 'liberation sans', 'dejavu sans condensed', sans-serif;
	font-size: 11px;
	background-color: #191718;
	margin:0;
}  

a:link		{ color: #200a19; text-decoration:none;}
a:visited	{ color: #200a19; text-decoration:none;}
a:hover		{color: #200a19; text-decoration:underline;}
a:active	{ text-decoration:none;}

/* menu */

.menu{
	margin-top: 8px;
	padding-left: 0px;
	font-size: 14px;
	background-image: url(images/menu.png);
	width: 847px;
	height: 26px;
}
.menu .container {
	clear:both; 
	float:left; 
	width:100%; 
	overflow:hidden;
}
.menu .container ul {
  padding:0; 
  margin:0 auto; 
  list-style-type:none;
  float:left;
  position:relative; 
  left:50%;
 }
.menu .container ul li {
  float:left; 
  position:relative; 
  right:50%;
}
.menu li {
	float: left;
	margin-right: 1px;
	list-style-type: none;
	display: inline-block;
	height: 26px;
}
.menu a {
	font-style: normal;
	font-weight: normal;
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	padding-top: 3px;
	height: 23px;
	background-image: url(images/menu-but-bg.jpg);
	color: #171516;
	text-decoration: none;
}
.menu a:hover {
	background-position: 0px 26px;
}
/*MAIN*/
.menu .active {
	display: block;
	color: black;
	text-decoration: none;
}
.main {
	color: black;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.slideshow {
	background-color: #312d2f;
	height: 584px;
	width: 825px;
}
.slideshow .buttons{
	float: left;
	margin-left: 2px;
	margin-top: -78px;
	position: relative;
	z-index: 200;
}.text {
	left: 700px;
	margin-top: -550px;
	position: relative;
	z-index:5;
	height: 526px;
	width: 223px;
	padding: 10px;
	overflow-y: auto;
	overflow-x:hidden;
}
.text-wide {
	left: 10px;
	margin-top: -550px;
	position: relative;
	z-index:5;
	height: 526px;
	width: 1000px;
	padding: 10px;
	overflow-y: auto;
	overflow-x:hidden;
}
.text-bg {
	left: 700px;
	margin-top: -552px;
	float: left;
	position: relative;
	z-index:2;
	height: 553px;
	width: 243px;
	border-color: #c9b6c4;
	border-width: 1px;
	border-style: solid;
	opacity: 0.9;
	filter:alpha(opacity=90);
}
.text-bg-wide {
	left: 10px;
	margin-top: -552px;
	float: left;
	position: relative;
	z-index:4;
	height: 553px;
	width: 1020px;
	border-color: #c9b6c4;
	border-width: 1px;
	border-style: solid;
	opacity: 0.9;
	filter:alpha(opacity=90);
}
/* STYLES */
.mid {
	margin-right: auto;
	margin-left: auto;
	width: 950px;
}
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #080708;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 19px;
	line-height: 19px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #3c2530;
}
h3 {
	margin: 0px;
	padding: 0px;
}
p {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
}
.bottom {
	padding-top: 25px;
	width: 847px;
}
.bottom h1 {
	letter-spacing: 0px;
	text-transform: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #d9a5c6;
}
/* GALLERY */
#box div{
	position:absolute;
	background:white;

}

#box img{
	position:static;
	float:left;
}

.mask{
	position:relative;
	width: 845px;
	height: 584px;
	overflow:hidden;
}
.mask img{
	position:absolute;
	max-width: 845px;
	max-height: 584px;
	display:block;
	border:none;
}
#handles li{
	border-color: #a18d96;
	border-style: solid;
	border-width: 4px;
	margin: 2px;
	padding: 0px;
	display: inline-block;
	float: left;
	list-style-type: none;
}
#handles li.active{
	border-color: white;
	border-width: 4px;
	border-style: solid;
}
.community_lbl{
	float: left;
	width: 150px;
}
.community_row input{
	border-color: #474747;
	border-width: 1px;
	background-color: #826a73;
}
.community_in{
	float: left;
}
.community_row{
	width: 400px;
}
