* {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	border:none;
	text-decoration:none;
	outline:none;
	color:#CCC;
}
body {
	line-height:22px;
	background:#000;
	text-align:center;
}
a {
	color:#7c5084;
}
ol,ul {
	margin-left:15px;
}
a:hover {
	color:#bb7bc6;
}
p {
	padding-bottom:14px;
}
#ph, #mnv, .cl, .dev, #ft {
	width:100%;
}
#wr {
	margin:0 auto;
	text-align:left;
	width:900px;
}
#ph {
	text-align:center;
	background:url(../images/core/logo.gif) no-repeat center center;
	height:120px;
	position:relative;
	margin-bottom:20px;
}
ul#mnv {
	margin:0px 0px 10px 0px;
	padding: 0;
	list-style: none;
	float: left;
	font-size: 1.1em;
	list-style:none;
}
ul#mnv li {
	text-align:center;
	width:126px;
	margin: 0;
	padding: 0;
	overflow: hidden;  /*--Important - Masking out the hover state by default--*/
	float: left;
	height:50px;
	position:relative;
}
ul#mnv a, ul#mnv span { /*--The <a> and <span> share the same properties since the <span>  will be a duplicate of the <a> tag--*/
	padding:10px 0px 0px 0px;
	float: left;
	text-decoration: none;
	clear: both;
	text-align:center;
	width:126px;
	height:30px;
	line-height:20px; /*--Vertical alignment of text--*/
	font-weight:bold;
	font-size:13px;
	position:absolute;
	top:0px;
	left:0px;
}
ul#mnv li.lst,ul#mnv li.lst a {
	width:128px;
}
ul#mnv li a {
	z-index:999;
	color:#7C5084;
}
ul#mnv li span {
	z-index:1;
	background:url(../images/core/mnv.png) no-repeat center center;
}
ul#mnv li a, ul#mnv li.act a, ul#mnv li.act span { /*--This is basically the hover state of navigation--*/
	color:#7C5084;
}
ul#mnv li.act a, ul#mnv li.act span { /*--This is basically the active state of navigation--*/
	color:#fff;
}
#cnt, .three_col_ul {
	width:900px;
	height:380px;
}
#cnt {
	margin-bottom:10px;
}
.lft, .mid, .rgt {
	float:left;
	display:block;
	overflow:hidden;
}
.lft {
	height:379px;
	width:157px;
}
.box1, .box3 {
	margin-bottom:10px;
}
.lft img, .rgt img {
	border:1px solid #333;
	float:left;
}
.mid {
	padding:0px;
	height:376px;
	border:1px solid #333;
	width:564px;
	margin:0px 10px;
}
.mid_m {
	overflow:auto;
	margin:14px;
	height:348px;
	padding:0px;
}
.scroll {
	width:100%;
	height:100%;
}
.rgt {
	height:379px;
	width:157px;
}
#ft {
	text-align:left;
	width:900px;
	margin:0px auto;
	line-height:18px;
}
#ftl, #ftr {
	width:50%;
	float:left;
}
#ftr {
	text-align:right;
}
#ft a, #ft p {
	color:#666;
	font-size:11px;
}
#ft a:hover, #ft a.act, #ft a.act:hover {
	color:#ccc;
}
#slideshow {
	position:relative;
	width:348px;
}
#controls {
	text-align:right;
	z-index:1000;
	position:absolute;
	bottom:0px;
	left:0px;
	display:none;
	background-color:#000;
	margin:0px;
	padding:5px 10px;
	width:516px;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.7;
}
#controls span {
	margin:0px 5px;
}
#controls span a {
	color:#FFF;
}
.teaser {
	width: 900px;
	height: 380px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.teaser #main_image {
	z-index:999;
	position: absolute;
	left: 0;
	bottom:0;
}
#teaser-wrap .teaser {
	float: left;
}
.gal_box {
	overflow:hidden;
}