/* DEFINING THE BODY OF THE MAIN PAGE */
body 
	{
	background-color: #484647;
	margin: 0;
	}
	
	
/* TEXT FORMATTING */

p {margin: 0px; }  

table.main {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: white;
}
	
.copy
	{ 
	color : #333333; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : normal;  
	line-height : 15px;
	}
	
a.copy:link
	{ 
	color : #00AEEF; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : normal;  
	line-height : 12px;
	text-decoration: none; 
	}
	
a.copy:visited
	{ 
	color : #00AEEF; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : normal;  
	line-height : 10px;
	text-decoration: none; 
	}
	
a.copy:hover 
	{ 
	color : #D02633;  
	text-decoration: none; 
	line-height : 12px;
	}	
	
.footer
	{ 
	color : #ffffff; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : normal;  
	line-height : 12px;
	}
	
.red
	{ 
	color : #E8203D; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 11px; 
	font-weight : normal;  
	line-height : 15px;
	}
	
.promo
	{ 
	color : #ffffff; 
	font-family : Arial, Helvetica, sans-serif; 
	font-size : 13px; 
	font-weight : bold;  
	line-height : 17px;
	}
.copy ul li {
	margin-bottom:10px;
	}
	
/*== news section ==*/
.newsSection {
	margin:0 0 20px 0;
	padding:10px 0 0 0 !important;
	display:none;
	position:absolute;
	border:1px solid #efefef;
	border-top:none;
	width:318px;
}
.newsSection ul {
	margin:0 0 0 0 !important;
	padding:0 0 0 30px !important;
}

.newsSection li {
	list-style-type:none;
	margin:0 0 6px 0 !important;
	padding:0 0 0 30px !important;
	line-height:24px;
}
.newsSection li a{
	color:#E60122;
}
#ns1 {
	display:block;
}
#newsController {
	height:25px;
	border-bottom:1px solid #efefef;
	margin:0;
	padding:0;
	width:320px;
}
#newsController li {
	line-height:25px;
	display:inline;
	margin:0 !important;
	padding:0 !important;
	list-style-type:none;
}
#newsController li a{
	line-height:25px;
	display:block;
	width:50px;
	float:left;
	margin:0 10px 0 0;
	padding:0 5px;
	background:#E60122;
	color:#fff;
	text-shadow:1px 1px 1px #000;
}
.newsActive {
	background:#efefef !important;
	color:#000 !important;
	text-shadow:1px 1px 1px #fff !important;
	font-weight:bold;
}
#headNews {
	float:right;
	text-align:center;
	position:relative;
	width:300px;
	height:115px;
}
#headNews a{
	color:#fff;
	text-decoration:none;
}
#headNews a:hover{
	border-bottom:1px solid #fff;
}
#latestnews {
	font-weight:bold;
	margin:40px 35px 0 25px;
	line-height:16px;
}
#allnews {
	position:absolute;
	bottom:20px;
	left:100px;
}
.fb {
	background:url('../images/fb.png') center left no-repeat;
}
.bl {
	background:url('../images/bl.png') center left no-repeat;
}
.tw {
	background:url('../images/tw.png') center left no-repeat;
}
/*== end news section ==*/

/*== map section ==*/

#curtain {
	position:absolute;
	height:1000px;
	width:100%;
	background:#000;
	opacity: 0.5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	z-index:3;
	display:none;
}
#canvas {
	position:absolute;
	height:480px;
	background:#fff;
	z-index:5;
	width:940px;
	left:50%;
	top:40px;
	margin-left:-480px;
	border:10px solid #E50021;
	display:none;
}
#canvas h3 {
	margin:0;
	background:#efefef;
	line-height:40px;
	position:relative;
	font-family: 'Cantarell', arial, serif;
	font-weight:bold;
	text-indent:12px;
}
#canvas h3 a, #canvas h3 img{
	text-decoration:none;
	border:none;
}
#canvas h3 span{
	position:absolute;
	right:2px;
	top:2px;
}
.yourworld {
	margin:0;
	background:#333;
	color:#fff;
	line-height:20px;
	font-family: 'Yanone Kaffeesatz', arial, serif;
	text-align:center;
	letter-spacing:1px;
	padding:4px 0;
}
.yourworld span {
	font-size:16px;
	color:#FF2400;
}
#map {
	background:#efefef;
	height:384px;
}
.bInfo  {
	width:380px;
	height:200px;
	border:1px dotted #efefef;
	padding:3px;
}
.bInfo h4 {
	background:#E8EBFF;
	position:relative;
	margin:0 !important;
	border-bottom:1px solid #ccc;
	text-indent:10px;
}
.bInfo h4 span{
	background:#fff;
	position:absolute;
	right:0;
	width:190px;
	font-weight:normal;
	text-indent:10px;
}
.bInfo p {
	background:#fff !important;
	color:#040404 !important;
	margin:6px 0 0 110px !important;
	line-height:16px !important;
	font-size:11px;
}
.bInfo p  label{
	color:#961218;
	font-weight:bold;
	padding-right:5px;
}

.bInfo img {
	float:left;
	margin-top:6px;
}

/*== end map section ==*/

/*== footer logos section ==*/

.footerlogos {
	text-align:center;
	padding:12px 0;
}
.footerlogos img, .footerlogos a{
	border:none;
	text-decoration:none;
}
.footernewsletter {
	width:280px;
}

/*== end footer logo section ==*/


