body {
 	background: url('../images/backnew.jpg') #000 no-repeat top center;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 11px;
	font-family: Trebuchet MS;
}

a {text-decoration: none;}

.cleaner { clear: both; overflow: hidden; height: 0px; }

.page {
	/*background: url('../images/back.jpg') no-repeat top center;*/
	width: 100%;
	margin: 0px auto;
	min-height: 592px;
	height: 592px;
	position: relative;
	float: left;
}

.nav {
	width: 100%;
	background: #8a0651;
	height: 49px;
	overflow: hidden;
}

.nav ul {
	width: 900px;
	margin: 0px auto;
}

* html .nav ul {
	width: 905px;
}

.nav li {
	list-style: none;
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}

.nav .logo {
	/*margin-left: 50px;*/
	float: left;
	border: none;
}

.nav li a {
	color: #fff;
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	line-height: 46px;
	display: block;
	float: left;
	padding: 3px 8px;
}

.nav li a:hover {
	color: #fff;
	font-family: Trebuchet MS;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background: #3a1843;
	line-height: 46px;
}

.topnav {
	width: 100%;
	background: url('../images/topnav.jpg') no-repeat top center #2a233b;
	height: 1px !important;
	padding: 0px;
	margin: 0px;
	display: block;
	margin-bottom: 2px;
	overflow: hidden;
}

.bottomnav {
	width: 100%;
	background: url('../images/bottompnav.jpg') no-repeat top center #483831;
	height: 1px;
	margin-top: 2px;
	overflow: hidden;
}

.footer {
	margin-top: 30px;
	margin-bottom: 60px;
}

.footer-links a {
	color: #943150;
	font-family: Trebuchet MS;
	font-size: 9px;
	text-decoration: none;
}

.footer-links a:hover {
	color: #943150;
	font-family: Trebuchet MS;
	font-size: 9px;
	text-decoration: underline;
}

.copyright {
	margin-top: 5px;
	color: #797472;
	font-family: Trebuchet MS;
	font-size: 9px;
	text-align: center;
}

.content {
	width: 904px;
	left: -7px;
	margin: 0px auto;
	padding-top: 80px;
	position: relative;
}

* html .content {
	width: 904px;
	left: -6px;
	margin: 0px auto;
	padding-top: 80px;
	position: relative;
}

.title {
	color: #fff;
	font-family: Trebuchet MS;
	font-size: 11px;
	text-align: center;
	line-height: 30px;
}

.homeLeft {
	width: 325px;
	height: 368px;
	background: url('../images/home-left.png') no-repeat;
	float: left;
	display: block;
}

.homeLeft:hover {
	background: url('../images/home-left_hover.png') no-repeat;
}

.homeMiddle {
	width: 260px;
	height: 368px;
	background: url('../images/home-middle.png') no-repeat;
	float: left;
	display: block;
}

.homeMiddle:hover {
	background: url('../images/home-middle_hover.png') no-repeat;
}

.homeRight {
	width: 319px;
	height: 368px;
	background: url('../images/home-right.png') no-repeat;
	float: left;
	display: block;
}

.homeRight:hover {
	background: url('../images/home-right_hover.png') no-repeat;
}

.lang {
	width: 30px;
	height: 32px;
	background: url('../images/lang.jpg') no-repeat;
	float: left;
	margin-left: 5px;
	text-align: center;
	z-index: 10000;
}

.lang a{
	color: #fff;
	font-family: Trebuchet MS;
	font-size: 11px;
	text-align: center;
	line-height: 32px;
	text-decoration: none;
}

.lang a:hover{
	color: #fff;
	font-family: Trebuchet MS;
	font-size: 11px;
	text-align: center;
	line-height: 32px;
	text-decoration: underline;
}

.languages {
	position: absolute;
	top: 0px;
	display: block;
	left: 50%;
	z-index: 1000;
	margin-left: 220px;
}

.slogan {
	position: absolute;
	top: 10px;
	display: block;
	left: 50%;
	z-index: 1000;
	margin-left: -450px;
	font-size: 16px;
	color: #d356b2;
	font-weight: bold;
}

.splash-banners  {width: 400px; margin: 0 auto;}
.splash-banners a {margin: 0 10px; display: block; float: left;}

#modalContainer {
	height:550px; 
	width:860px; 
	left:45%; 
	top:15px;
	margin-left:-400px; 
	background-color:#000; 
	border:3px solid #ccc; 
	padding:10px;
}
#modalOverlay {background-color:#000; cursor:wait;}
#modalContainer a.modalCloseImg {
	background:url(../images/x.png) no-repeat; 
	width:25px; height:29px; display:inline; 
	z-index:3200; 
	position:absolute; top:-15px; 
	right:-18px; 
	cursor:pointer;
}
