@charset "UTF-8";
/* CSS Document */

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


#logo
{
    position: absolute;
    top: 0px;
    left: 20px;
    height: 310px;
    width: 280px;
    background-image:url('../images/logo.png');
    z-index: 5;
	text-indent:-999999px;
}

#top-header{
width:960px;
margin: 0 auto;
}
 
#nav
{
    position: absolute;
    bottom: 10px;
    width: 300px;
    height: 20px;
    left: 40%;
	z-index:100;
}
 
#nav ul
{
    position: absolute;
    bottom: 10px;
    width: 300px;
    height: 20px;
    clear: both;
    display: block;
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
}
 
#nav ul li
{
    float: left;
}
 
#nav ul li a
{
    position: relative;
    top: 0px;
    margin-right: 5px;
    background-color: Black;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    display: block;
}
 
#nav ul li a:hover
{
    background-color: #e1e1e1;
}
 
#nav ul li .selected
{
    background-color: #e5e5e5;
}
 
#rightButton
{
    position:absolute;
    width:80px;
    right:0px;
    height:100%;
    z-index:3;
}
#rightButton a
{
    position:absolute;
    top:40%;
    width:88px;
    height:170px;
    background-image:url('../images/right-button-off.png');
    background-position:top;
	display:block;
	
}

#rightButton a:hover
{
	position:absolute;
	top:40%;
	width:88px;
    height:170px;
    background-image:url('../images/right-button.png');
	background-position:top;
	display:block;
}
 
#contentWrapper
{
	position:absolute;
	overflow:hidden;
	
}
.contentItem
{
    position: absolute;
    background-color: #fff;
}


 
#contentPicture1
{
    position:relative;
    top:0%;
    left:0%;
    width:100%;
	height:100%;
    background-color:#a7bc93;
	background-repeat:no-repeat;
    background-image:url('../images/bg1_2.jpg');
	background-position:center top;
}
#contentPicture2
{
    position:relative;
    top:0%;
    left:0%;
    width:100%;
    height:100%;
	background-repeat:no-repeat;
    background-color:#87562f;
    background-image:url('../images/bg2.jpg');
	background-position:center top;
}
#contentPicture3
{
    position:relative;
    top:0%;
    left:0%;
    width:100%;
    height:100%;
	background-repeat:no-repeat;
    background-color:#2f393d;
    background-image:url('../images/bg3.jpg');
	background-position:center top;
}
#contentPicture4
{
   position:relative;
    top:0%;
    left:0%;
    width:100%;
    height:100%;
	background-repeat:no-repeat;
    background-color:#d1c6b8;
    background-image:url('../images/bg4_2.jpg');
	background-position:center top;
}
#contentPicture5
{
   position:relative;
    top:0%;
    left:0%;
    width:100%;
    height:100%;
}

/*  top image  */

#top-image1{
	position: absolute;
 right:8%;
 top:3%;	
}


#top-image2{
	position: absolute;
 right:5%;
 top:3%;	
}

#top-image3{
	position: absolute;
 right:12%;
 top:3%;	
}

#top-image4{
	position: absolute;
 right:12%;
 top:3%;	
}




/*  number  */

#number1{
	position: absolute;
    bottom: 50px;
    width: 480px;
    height: 140px;
	 background-image:url('../images/number1.png');
    left: 5%;
}

#number2{
	position: absolute;
    bottom: 50px;
    width: 480px;
    height: 140px;
	 background-image:url('../images/number2.png');
    left: 5%;
}

#number3{
	position: absolute;
    bottom: 50px;
    width: 480px;
    height: 140px;
	 background-image:url('../images/number3.png');
    left: 5%;
}

#number4{
	position: absolute;
    bottom: 50px;
    width: 480px;
    height: 140px;
	background-image:url('../images/number4.png');
    left: 5%;
}

#number1 li,#number2 li,#number3 li,#number4 li{
	position: absolute;
	width:50px;
	height:50px;
	list-style-type:none;
	clear: both;
    display: block;
}

#number1 ul li a , #number2 ul li a , #number3 ul li a , #number4 ul li a {
	position: relative;
    top: 0px;
    margin-right: 5px;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    display: block;
}
#number1 .box1 a{
left:112px;
top:65px;
}
#number1 .box2 a{
left:188px;
top:38px;
}
#number1 .box3 a{
left:270px;
top:55px;
}
#number1 .box4 a{
left:355px;
top:35px;
width: 70px;
height: 70px;
}


#number2 .box1 a{
height:70px;
left:-15px;
top:-5px;
}
#number2 .box2 a{
left:185px;
top:10px;
}
#number2 .box3 a{
left:265px;
top:25px;
}

#number2 .box4 a{
left:350px;
top:5px;
width: 70px;
height: 70px;
}


#number3 .box1 a{
left:-12px;
top:40px;
}
#number3 .box2 a{
left:68px;
top:68px;
}
#number3 .box3 a{
left:262px;
top:60px;
}
#number3 .box4 a{
left:345px;
top:38px;
width: 70px;
height: 70px;
}


#number4 .box1 a{
left:-13px;
top:-5px;
}
#number4 .box2 a{
left:68px;
top:18px;
}
#number4 .box3 a{
left:143px;
top:-8px;
}
#number4 .box4 a{
left:345px;
top:-8px;
width: 70px;
height: 70px;
}



@media screen and (max-height: 2000px) {
 
}
@media screen and (max-height: 900px) {
   
#contentPicture1
{
    background-image:url('../images/bg1m_2.jpg');
	}
#contentPicture2
{
    background-image:url('../images/bg2m.jpg');
	}
#contentPicture3
{
    background-image:url('../images/bg3m.jpg');
}
#contentPicture4
{
    background-image:url('../images/bg4m_2.jpg');
	}

}
@media screen and (max-height: 500px) {
  #number1,#number2,#number3,#number4{
	display: none;
}

}






/*  HOME  */
#header{
	width:940px;
	height:182px;
	margin-bottom:18px;
}

#header-logo{
	width:255px;
	height:182px;
	background-color:#56442F;
	background-repeat:no-repeat;
    background-image:url('../images/header-logo.png');
	background-position:center  80%;
	text-indent:-999999px;
	float:left;
}

#primary-nav{
	float:right;
	font-size:11px;
	color:#666;
	margin-top:15px;
	height:20px;
	width:685px;
	text-align:right;
}
#primary-nav a{
	color:#666;
	text-decoration:none;
	padding:5px;
	background-color:#FFF;
	
}
#primary-nav a:hover{
	color:#666;
	text-decoration:none;
	padding:5px;
	background-color:#F2EFDE;
}
#global-nav{	
	float:right;
	border-bottom:#C7B299 25px solid;
	width:685px;
	height:50px;
	margin-top:37px;
}

#global-nav ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#global-nav li{
  text-indent: -9999px;
  float:left;			
  margin: 0;
  padding: 0;
}

#global-nav a{
  display: block;
  width: 100%;
  height: 50px;
  background-image: url(../images/global-nav.gif);
  background-repeat: no-repeat;
}

#global-nav #menu1 a{background-position: 0 0; width:95px;}
#global-nav #menu2 a{background-position: -95px 0; width:70px;}
#global-nav #menu3 a{background-position: -165px 0; width:99px;}
#global-nav #menu4 a{background-position: -264px 0; width:63px;}
#global-nav #menu5 a{background-position: -327px 0; width:71px;}
#global-nav #menu6 a{background-position: -398px 0; width:90px;}
#global-nav #menu7 a{background-position: -488px 0; width:106px;}
#global-nav #menu8 a{background-position: -594px 0; width:91px;}

#global-nav a:hover{
  background-image: url(../images/global-nav.gif);
  background-repeat: no-repeat;
}

#global-nav #menu1 a:hover{background-position: 0 -50px; width:95px;}
#global-nav #menu2 a:hover{background-position: -95px -50px; width:70px;}
#global-nav #menu3 a:hover{background-position: -165px -50px; width:99px;}
#global-nav #menu4 a:hover{background-position: -264px -50px; width:63px;}
#global-nav #menu5 a:hover{background-position: -327px -50px; width:71px;}
#global-nav #menu6 a:hover{background-position: -398px -50px; width:90px;}
#global-nav #menu7 a:hover{background-position: -488px -50px; width:106px;}
#global-nav #menu8 a:hover{background-position: -594px -50px; width:91px;}

.bn_facebook{
 width:189px;
 float:right;
 margin-top:5px;
}


#top-area1,#top-area2{
width:940px;	
}

.slider-wrapper{
float:left;
margin:0 20px 20px 0;	
}

#bn-fare img{
	float:right;
	margin-bottom:20px;
}

#bn-fare a img{

}

#bn-fare a:hover img{

}

#slider {
    margin:0px auto;
    width:620px; /* Make sure your images are the same size */
    height:420px; /* Make sure your images are the same size */
}



#top-area2 img{
 margin-right:16px;
}

#top-area2 a:hover img{

}


#top-area2 .last{
 margin-right:-10px;
}


#top-area4{
width:940px;
height:100px;
margin:20px 0 20px 0;
}

#top-area4 img{
 margin-right:16px;
}

#top-area4 a:hover img{
opacity:0.8;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}


#top-area4 .last{
 margin-right:-10px;
}

#top-area3{
width:940px;
height:150px;
margin:20px 0 20px 0;	
display:block;
}

#top-area3 #top-news{
width:600px;
height:100px;
border:#666666 1px solid;
background-image:url(../images/bg_news.jpg);
background-repeat:no-repeat;
background-position:0 -5px;	
padding:50px 0 0 20px;
font-size:12px;
color:#333333;
float:left;
}

#top-area3 #top-news a{
color:#333333;
text-decoration:none;
background-color:#FFF;
}
#top-area3 #top-news a:hover{
	color:#333333;
	text-decoration:none;
	background-color:#F0EBDB;
	
}

#top-area3 img{
float:right;
margin-bottom:10px;
}

#top-area3 a img{
	display:block;
}


#top-area3 a:hover img{

}

#top-area5{
width:940px;
margin:20px 0 20px 0;
text-align:left;
float:left;
}
#top-area5:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
#top-area5 a{

}

#footer-top{
	height:38px;
	padding-bottom:10px;
	width:940px;
	margin:0 auto;
	
}


/******************************************************
    [ FOOTER ]
*******************************************************/



#footer{
	clear:both;
	position:absolute;
	width:100%;
	background-color:#C7B299;
	text-align:center;
}

#footer-inner{
	height:70px;
	margin:0 auto;
	margin-bottom:20px;
}

#footer-left{
	text-indent: -9999px;
	background-image:url(../images/logo-group.png);
	background-repeat:no-repeat;
	height:72px;
	background-position:0 25px;
}

#footer-left a{
	width:220px;
	height:72px;
	display:block;
}

#footer-right{
	text-align:right;
	color:#FFF;
	font-size:12px;
	padding:50px 0 0 0;
	
}