@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
a img {
	border: 0 none;
}
img {
	border: 0 none;
}
:focus {
	outline: 0;
}
table, tr, td, th
{
border:0px;
padding:0px;
margin:0px;
}
body {
	background:#130014;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:12px;
	line-height:18px;
	padding:0px;
	margin:0px;
}
#global {
	width:100%;
	height:100%;
}
#top-wrap {
	width:100%;
	height:129px;
	background:url(../images/top-wrap-bg.jpg) center top no-repeat;
}
#top {
	width:900px;
	min-width:900px;
	height:129px;
	margin:auto;
}
#menu {
	width:487px;
	float:right;
	padding-top:70px;
	text-align:right;
}
#content-wrap {
	width:100%;
	height:548px;
	background:#410044 url(../images/content-wrap-bg.jpg) center center repeat-x;
}
#content {
	width:900px;
	height:548px;
	margin:auto;
	overflow:hidden;
}
#ctop {
	width:900px;
	height:35px;
	overflow:auto;
}
#cblock {
	width:900px;
	height:502px;
	background:#350036 url(../images/cblock-bg.jpg) no-repeat;	
	text-align:justify;
	margin-bottom:11px;
}
#cblock-home {
	width:900px;
	height:502px;
}
#cblock-cnt {
	padding:20px 25px 0 25px;
	
}
#cblock-cnt a {
	color:#FFF;
	text-decoration:none;
}
#cblock-cnt a:hover {
	color:#FCF;
	text-decoration:none;
}
#footer-wrap {
	width:100%;
	height:85px;
	background:#410044 url(../images/footer-wrap-bg.jpg) repeat-x;
}
#footer {
	width:900px;
	height:85px;
	margin:auto;
	color:#ffffff;
	font-size:11px;
}
#footer a {
	color:#FFF;
	text-decoration:none;
}
#footer a:hover {
	color:#FCF;
	text-decoration:none;
}
#f-left {
	float:left;
	padding-top:32px;
}
#f-right {
	float:right;
	padding-top:32px;
}
.clear {
	clear:both;
}
.pad-ten {
	padding-top:10px;
}
.image-f-l {
	float:left;
	padding-right:15px;
	padding-bottom:10px;
}
.h-img-row1 {
	width:900px;
	height:249px;
}
.h-img-row2 {
	width:900px;
	height:253px;
	padding-top:4px;
}
.h-img {
	float:left;
}
.himg-pad {
	padding-right:4px;
}
#gallery-left {
	float:left;
	width:200px;
}
#gallery-right {
	float:right;
	width:630px;
	height:425px;
	list-style: none;
	overflow: hidden;
	overflow-y: hidden;
}
#gallery-right ul li {
	width:630px;
	height:425px;
	text-align: center;
}
#sub-menu {
	text-decoration:none;
}
#sub-menu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}
#sub-menu ul li {
	margin: 0px;
	padding: 0px;
}
#sub-menu ul li a {
	display: block;
	border-bottom: 1px dashed #111111;
    .border-bottom: 1px dashed #111111;
	padding: 8px 0px 8px 0px;
	*padding: 8px 0px 8px 0px;
    .padding: 0px 0px 10px 0px;
    .margin: 2px 0 -10px 0;	
    *margin: 0;
	text-decoration: none;
	color: #ffffff;
}
#sub-menu ul li a:hover, #sub-menu ul li a:focus {
	color: #FCF;
	background:url(../images/submenu-over.jpg) center right no-repeat;
}
#sub-menu li a.selected, #sub-menu li a.selected:link, #sub-menu li a.selected:visited {
	color: #FCF;
	background:url(../images/submenu-over.jpg) center right no-repeat;
}
.alive {
	color: #FCF;
	background:url(../images/submenu-over.jpg) center right no-repeat;
}
.cursor a {
	cursor:default;
}

