@charset "utf-8";
/* CSS Document */


* {margin: 0; padding: 0; } 

html, body  {
	margin: 0px;
	overflow-x:hidden;
	background-color:#381b36;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 14px;
	line-height: 22px;
} 
a {
	color:#7D3E79;
	text-decoration:none;
	font-weight: normal;
	font-size: 14px;
}
a:visited active {
	color:#D41246;
	text-decoration:none;
}
a:hover {
	color:#FFF;
	text-decoration:none;
	font-size: 14px;
}


/* layout ---------------*/

#bgContainer {
	width: 3000px;
	position: absolute;
	margin: 0 auto;
	height: 575px;
	top: 50%;
	left: 50%;
	margin-left: -1465px;
	margin-top: -275px;
	background-position: top center;
	background-image: url(../images/bg-container.png);
	background-repeat: repeat-x;
   }

#centerContainer {
	position: absolute;
	margin: 0 auto;
	width: 945px;
	height: 575px;
	top: 223px;
	left: 1499px;
	margin-left: -509px;
	margin-top: -223px;
}

#visuals {
	position:absolute;
	width:945px;
	height:373px;
	z-index:1;
}
#content {
	position:absolute;
	width:945px;
	height:192px;
	z-index:2;
	left: 0px;
	top: 383px;
	background-color: #170B16;
}
#logo {
	position:absolute;
	width:475px;
	height:75px;
	z-index:1;
	left: 0px;
	top: 0px;
	margin-left: 30px;
}
#intro {
	position:absolute;
	width:353px;
	z-index:2;
	left: 575px;
	top: 0px;
	margin-top: 20px;
	height: 165px;
}

#intro a {
	color:#7D3E79;
	text-decoration:none;
	font-weight: normal;
	font-size: 14px;
	border-bottom: 1px dotted #7D3E79;
}
#intro a:visited active {
	color:#D41246;
	text-decoration:none;
}
#intro a:hover {
	color:#7D3E79;
	text-decoration:none;
	font-size: 14px;
}
#nav {
	position:absolute;
	width:475px;
	height:29px;
	z-index:3;
	top: 139px;
	margin-left: 30px;
	font-size: 18px;
}
#nav a {
	color:#FFF;
	text-decoration:none;
	font-weight: normal;
	font-size: 18px;
}
#nav a:visited active {
	color:#D41246;
	text-decoration:none;
}
#nav a:hover {
	color:#7D3E79;
	text-decoration:none;
	font-size: 18px;
}
#nav .active {
	color:#7D3E79;
}
#right {
	float:right;
	width:225px;
	scrollbar-track-color: #000000;
	height: 400px;
	padding-top: 50px;
	padding-right: 25px;
}
#right p {
	padding-right:10px;
}
#right strong {
	font-weight:bold;
}
#right h1 {
	color:#6C7679;
	font-weight:bold;
	padding-top:20px;
	padding-bottom:18px;
	font-size: 16px;
	line-height: 22px;
}
#right ul{
	list-style-type:disc;
	padding-left:20px;
}

.image {
	padding-top:150px;
	padding-left: 10px;
}
#image {
	padding-top:150px;
	padding-left: 10px;
}

img { border:none;
}


.clear {
	clear: both;
}



#footer {
	position:absolute;
	width:577px;
	height:25px;
	z-index:1;
	left: 0px;
	top: 550px;
	padding-left: 35px;
	font-size:12px;
}
#footer a {
	color:#D41246;
	text-decoration:none;
	font-weight: normal;
	font-size: 12px;
}
#footer a:visited active {
	color:#D41246;
	text-decoration:none;
}
# a:hover {
	color:#D41246;
	text-decoration:none;
	font-size: 12px;
}

.small  a {
	color:#5C6F7C;
	text-decoration:none;
	font-weight: normal;
	font-size: 11px;
}
.small  a:visited active {
	color:#5C6F7C;
	text-decoration:none;
}
.small  a:hover {
	color:#D41246;
	text-decoration:none;
}


/* ----------------------------------------------Gallery-------------------------------------*/

#gallery{
	}


#gallery ul{
	margin:0;
	padding:0;
	list-style:none;
	}

#gallery li{
	display:block;
	float:left;
	width:180px;
	height:180px;
	margin:0 11px 11px 0;
	}

#gallery li.last{
	margin-right:0;
	}
