@charset "utf-8";
/* CSS Document */
body {
	background:#000;
	font-size:90%;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	color:#FFF;
}
img {border:none;}
a {text-decoration:none;}
.clear {clear:both;}

#bg1 {height: 190px; background: url(images/bg1.jpg) top center no-repeat;}
#bg2 {height: 190px; background: url(images/bg2.jpg) top center no-repeat;}
#bg3 {height: 190px; background: url(images/bg3.jpg) top center no-repeat;}
#bg4 {height: 190px; background: url(images/bg4.jpg) top center no-repeat;}
#bg5 {height: 190px; background: url(images/bg5.jpg) top center no-repeat;}
/* ============================================================================================== */
/* =========================== Royage Start Here ======================================== */
/* ============================================================================================== */
#royage {
	width:1000px;
	margin:-950px auto 0 auto;
	padding:0;
}
#header {
	width:1000px;
	height:220px;
	margin:0;
	padding:0;
}
a#logo {
	width:519px;
	height:162px;
	background:url(images/logo.png) top left no-repeat;
	display:block;
	float:left;
	margin:10px 0 0 45px;
}
a#NewsLetter {
	width:257px;
	height:37px;
	margin:0;
	padding:0;
}
a#NewsLetter img {float:right;}
/*============================================================================================*/
/*======== Menu - Top Navigation ==========*/
/*============================================================================================*/
ul#menu{
	width:954px;
	height:65px;
	background: url(images/menu-bg.png);
	margin:0;
	float:left;
}
ul#menu
{
	margin:-15px 0 0 22px;	
	padding:0;
}
ul#menu li
{
	float:left;
	list-style:none;
	margin:0 10px 0 35px;
	height:29px;
	margin-top:18px;
}
ul#menu li a
{
	text-align:center;
	display:block;
	font-size:18px;
	color:#FFF;
	padding:0;
	text-decoration:none;
	height:26px;
	float:left;
	padding-top:3px;
}
ul#menu li a:hover, 
ul#menu li.current a,
ul#menu li:hover a,
ul#menu li:hover{background: url(images/hover-center.png) top left repeat-x; cursor:pointer;}

ul#menu li:hover div.left,
ul#menu li:hover div.right,
ul#menu li.current div.left,
ul#menu li.current div.right,
ul#menu li div.left,
ul#menu li div.right
{
	background:url(images/hover-left.png) top left no-repeat; 
	height:22px;
	width:12px; 
	display:block; 
	margin:0;
	float:left;
	padding-top:7px;
}
ul#menu li:hover div.right,
ul#menu li.current div.right,
ul#menu li div.right
{
	background:url(images/hover-right.png) top right no-repeat; 
	width:12px;
}
ul#menu li div.right
{
	background:none;
	margin-right:-8px !important;
}
ul#menu li div.left
{
	background:none;
	margin-left:-8px !important;
}
/*============================================================================================*/
/*======== MainArea Ends Here ==========*/
/*============================================================================================*/
#MainArea {
	width:938px;
	height:375px;
	background:#0A0A0A;
	margin:0 0 0 30px;
	padding:0;
	border-bottom:1px solid #232323;
}
#Main-img {
	width:660px;
	height:358px;
	margin:0;
	padding:0;
	float:left;
}
#Main-img img {float:left;}

#RightArea {
	width:220px;
	height:288px;
	margin:10px 20px 0 0;
	padding:0;
	float:right;
}
#social {
	width:222px;
	height:53px;
	background:url(images/social-bg.png) no-repeat;
	margin:0;
	padding:0;
}
#social img {float:left; margin:10px 0 0 18px;}
#event {
	width:220px;
	height:288px;
	margin:10px 0 0 0;
	padding:0;
	background:url(images/event-bg2.png);
}
#event h2 {
	width:220px;
	height:42px;
	background:url(images/event-bg.png) no-repeat;
	margin:0;
	padding:10px 0 0 0;
	font-weight:normal;
	text-align:center;
	font-size:16px;
}
#event .news {
	width:200px;
	margin:10px 0 0 10px;
	line-height:18px;
	font-size:11px;
	color:#CCC !important;
	border-bottom:1px solid #6F8851;
	padding:0 0 5px 0;
}
#event .news p {
	margin:0;
	font-weight:bold;
}
#event .news p a {color:#FFF;}
#event .news p a:hover {text-decoration:underline;}
#event .news strong a {font-weight:normal; color:#FFF;}
#event .news strong a:hover {text-decoration:underline;}

/*============================================================================================*/
/*======== ConantArea Ends Here ==========*/
/*============================================================================================*/
#ContantArea {
	width:938px;
	background:#0A0A0A;
	margin:0 0 0 30px;
	padding:0;
}
#ContantArea p {
	margin:0;
	padding:10px 20px 20px 20px;
}
