@charset "utf-8";
body {
	background-color: #000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
}

* {
	margin:0px;
	padding:0px;
}

@font-face {
    font-family: 'TrajanProRegular';
    src: url('fonts/trajanpro-regular-webfont.eot');
    src: url('fonts/trajanpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/trajanpro-regular-webfont.woff') format('woff'),
         url('fonts/trajanpro-regular-webfont.ttf') format('truetype'),
         url('fonts/trajanpro-regular-webfont.svg#TrajanProRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.center {
	width:970px;
	height:auto;
	margin-left:auto;
	margin-right:auto;		
}

.content {
	width:970px;
	height:auto;
	float:left;
	
	
}

.contentbox {
	float: left;
	height: auto;
	width: 899px;
	padding-left:35px;
	padding-right:35px;
	background-image: url(../images/contentbg.png);
	background-repeat: repeat-y;
	background-position: center top;
	margin-top:10px;
}
.slidesjs-navigation{
	display:none;
	margin-top:-200px;
	position:absolute;
	z-index:-500;
	text-indent:-99999px;
}
 .slidesjs-pagination {
	 margin-left:auto;
	 margin-right:auto;
      list-style: none;
    }

    .slidesjs-pagination li {
      float: left;
      margin: 0 1px;
    }

    .slidesjs-pagination li a {
      display: block;
      width: 10px;
	  height:7px;
	  text-indent:-9999px;
      background:url(../images/banners/Bullet.png) center no-repeat;
      float: left;
      overflow: hidden;
    }

    .slidesjs-pagination li a.active,
    .slidesjs-pagination li a:hover.active {
		background:url(../images/banners/Bullet_active.png) center no-repeat;
    }

    .slidesjs-pagination li a:hover {
      background:url(../images/banners/Bullet_active.png) center no-repeat;
    }
.paginate{
	width: 100%;
	margin-top: 454px;
	float: left;
	background:url(../images/banners/pginate.png) top center repeat-x;
	height: 120px;
	padding-top:26px;
}
.play_banner{
	width:100%;
	height:100%;
	position:absolute;
	background:url(../images/banners/play.png) center no-repeat;
	opacity:0.4;
}
.shadowbanner{
	width:100%;
	height:100px;
	background:url(../images/shadow.png) bottom left repeat-x;
	position:absolute;
	bottom:-100px;
	z-index:-2
}
.navigation {
	float: left;
	height: auto;
	width: 900px;
	position: relative;
	top:10px;
	left:35px;
	height: 36px;
}

.menunav {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: repeat-x;
	background-position:right top;
	height: 36px;
	width: 820px;
	float: left;
}

.logo {
	float: left;
	height: 160px;
	width: 279px;
	position: absolute;
	left: -40px;
	top: -65px;
	z-index: 10;
}
.language {
	float: right;
	height: 36px;
	width: 80px;
	font-size:10px;
	line-height:36px;
	color:#fff;
	text-align:center;
}
.banner {
	float: left;
	width: 100%;
	background-image: url(../images/bannerbg.png);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;
	z-index:0;
}
.banner_img{
	width:100%;
	background-repeat:no-repeat;
}

.titlemenu {
	font-family:"Goudy Old Style", "Times New Roman";
	color:#990100;
	font-size:16px;
}




/* MENU */

ul#menu {
	width:620px;
    list-style:none;
    overflow:auto;
	float: right;
	height: 36px;
	margin-left:-40px;
}
ul#menu a {
	color:#fff;
	text-decoration:none;
}

ul#menu li{
    position:relative; 
    z-index:5;   
    float:left;
	color:#fff;
	margin-right:6px;
	margin-left:6px;
	line-height:36px;
	padding-left:12px;
	padding-right:12px;
	height:36px;
	font-family: 'TrajanProRegular';
	font-size:14px;
	
}
ul#menu li.backLava {
	width:auto;
	background:url(../images/menu_bg_hover.jpg) center center repeat-x;
}
/*
.mchm {
	width:45px;
	height:36px;
	
}

.menum {
	width:45px;
	height:36px;
	
}

.contactom {
	width:100px;
	height:36px;
	
}

.mchmxm {
	width:65px;
	height:36px;
	
}*/

.welcome {
	float: left;
	height: auto;
	width: 678px;
	margin-left: 115px;
	text-align:center;
}

.leftbox {
	float: left;
	height: auto;
	width: 600px;
	margin-top: 15px;
	padding-left: 40px;
	margin-bottom:45px;
}

.titlebox {
	float: left;
	height: auto;
	width: 100%;
	margin-bottom: 15px;
}

.titlebg {
	background-image: url(../images/titlebg.png);
	background-repeat: repeat;
	background-position: left top;
	float: left;
	height: 26px;
	width: auto;
	padding-left:10px;
	line-height:26px;
	color:#FFF;
	font-size:16px;
	margin-bottom:10px;
}

.parragraph {
	width:80%;
	height:auto;
	float:left;
	
}

.titlegoudy {
	font-family:"Goudy Old Style", "Times New Roman";
	font-size:34px;
	font-style: italic;	
}
.rightbox {
	float: right;
	height: auto;
	width: 212px;
	margin-top: 15px;
}
.menus {
	float: left;
	height: auto;
	width: 181px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px dashed #cfcfcf;
	
}

.menuitem {
	width:149px;
	height:auto;
	float:left;
	background-image: url(../images/menubg.png);
	background-repeat: repeat-y;
	background-position: left top;
	background-color:#FFF;
	padding-top:5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	color:#000;
	text-align:center;
	border: 1px solid #DEDEDE;
}

a:hover .menuitem {
	background-image: url(../images/menubg.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-color:#e8e8e8;
}

.bottommenubg {
	background:url(../images/menubg_bottom.png) no-repeat center bottom;
	float:left;
	width:178px;
	height:30px;
	margin-left:1px;
	
}



.fbfriends {
	width:181px;
	height:300px;
	float:left;
	margin-bottom:25px;
	margin-top:10px;
	padding-top:10px;
	border-top:1px dashed #B0B0B0;
	
}

.bottom {
	width:900px;
	height:30px;
	margin-top:15px;
	float:left;
	color:#CCC;
	text-align:right;
	margin-left:35px;
	
	
}

.bannersection {
	float: left;
	height: 240px;
	width: 817px;
	margin-bottom: 15px;
	margin-left: 40px;
	margin-top:40px;
}
.abouttext {
	float: left;
	height: 375px;
	width: 817px;
	margin-left: 40px;
	margin-bottom:15px;
	background:url(../images/aboutbg.png) right bottom no-repeat;
}

.contacto{
	width:210px;
	height:auto;
	float:left;
}
.mchdiv {
	height: auto;
	width: 817px;
	min-height:155px;
	padding-top:5px;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dashed #B0B0B0;
}

.menudiv {
	height: auto;
	width: 817px;
	min-height:40px;
	padding-top:5px;
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dashed #B0B0B0;
}

.social {
	width:250px;
	height:auto;
	float:right;
	text-align:right;
	margin-right:37px;
	font-size:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	
	
}

.menusdiv {
	width:212px;
	float:right;
	height:auto;
	max-height:380px;
	overflow-y:auto;
	
	
}

.scroll-pane
			{
				width: 212px;
				height: 372px;
				overflow: auto;
			}

a:link {text-decoration: none; color:#ffffff;}
a:visited {text-decoration: none;color:#ffffff;}
a:active {text-decoration: none;color:#ffffff;}
a:hover {text-decoration: underline overline; color:#c8c8c8;}

a.linkmenu:link {text-decoration: none; color: #313131;}
a.linkmenu:visited {text-decoration: none;color:#313131;}
a.linkmenu:active {text-decoration: none;color:#313131;}
a.linkmenu:hover {text-decoration: underline overline; color:#121212;}

.isite {
width:1px;
height:1px;
overflow:hidden;
border:none;
position:absolute;
top:-999999px;

}

.loading_bar_body {
	position: fixed;
	display: none;
	height: 100%;
	width: 100%;
	top:0;
	left:0;
	z-index: 999;
	background-color: #000;
	background-image: url(../images/loading.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

