body{
background-color:#eee;
}

#bus{
position:absolute;
z-index:1;
top:135px;
left:-24px;
}

#main{

width:920px;
/*border:1px solid red;*/
position:relative;
margin:auto;
}

#header{
width:100%;
height:210px;
z-index:10;
}

#header-frame{
position:absolute;
z-index:1;
top:25px;
left:10px;
padding-top:8px;
padding-left:13px;
padding-right:13px;
width:652px;
height:80px;
background-image:url('../img/header-frame.png');
background-repeat:no-repeat;
font-family:Tahoma;
font-size:11px;
line-height:17px;
color:#4d4d4c;
}

#header-logo{
height:141px;
margin-top:65px;
margin-left:185px;
float:left;
}

#header-menu{
width:214px;
height:195px;
padding-top:12px;
float:right;
background-image:url('../img/menu-background.png');
background-repeat:no-repeat;
}

#middle{
margin-top:-4px;
width:920px;
}

#left-menu{
margin-top:60px;
width:180px;
float:left;
}

#left-menu-up{
width:160px;
padding-top:28px;
padding-bottom:5px;
padding-left:10px;
padding-right:10px;
background-image:url('../img/sidebar-background-orange.png');
background-repeat:no-repeat;
background-color:#febf00;
float:left;
}

#left-menu-down{
width:160px;
padding-top:10px;
padding-bottom:5px;
padding-left:10px;
padding-right:10px;
background-image:url('../img/sidebar-background-green.png');
background-repeat:no-repeat;
background-color:#76af00;
float:left;
}

#left-menu-up a{
color:white;
font-family:Tahoma;
font-size:10px;
font-weight:600;
text-decoration:none;
}

#left-menu-down a{
color:white;
font-family:Tahoma;
font-size:10px;
font-weight:600;
text-decoration:none;
}

#left-menu-up a:hover{
color:white;
font-family:Tahoma;
font-size:10px;
font-weight:600;
text-decoration:underline;
}

#left-menu-down a:hover{
color:white;
font-family:Tahoma;
font-size:10px;
font-weight:600;
text-decoration:underline;
}

#content{
width:506px;
padding:12px;
float:left;
background-color:white;
}

#tours-menu{
width:504px;
height:310px;
margin-top:10px;
margin-bottom:10px;
}

#tours-menu-header-l{
width:261px;
height:35px;
background:url('../img/tours-menu-header-l.png');
background-position:0 0;
}

#tours-menu-header-l:hover{
cursor:pointer;
width:261px;
height:35px;
background:url('../img/tours-menu-header-l.png');
background-position:0 35px;
}

#tours-menu-header-r{
width:243px;
height:35px;
background:url('../img/tours-menu-header-r.png');
background-position:0 0;
}

#tours-menu-header-r:hover{
cursor:pointer;
width:243px;
height:35px;
background:url('../img/tours-menu-header-r.png');
background-position:0 35px;
}

#right-menu{
width:170px;
padding-left:15px;
padding-bottom:20px;
margin-top:60px;
margin-right:25px;
float:right;
background-color:#f6f7f6;
}

#footer{
width:880px;
padding-left:20px;
padding-right:20px;
padding-top:5px;
padding-bottom:5px;
line-height:20px;
background-image:url('../img/footer-background.jpg');
background-repeat:repeat-x;
}

#footer a{
float:left;
margin-left:5px;
margin-right:5px;
color:white;
font-family:Tahoma;
font-size:11px;
text-decoration:none;
}

#footer a:hover{
float:left;
color:white;
font-family:Tahoma;
font-size:11px;
text-decoration:underline;
}

.top-menu-position{
padding-left:25px;
width:185px;
height:46px;
float:left;
}

.top-menu-icon{
padding-top:11px;
float:left;
}

.top-menu-link{
padding-top:5px;
padding-left:15px;
float:left;
}

.top-menu-link a{
margin-top:-10px;
color:#12aee5;
font-family:Tahoma;
font-weight:600;
font-size:12px;
text-decoration:none;
}

.top-menu-link a:hover{
color:#12aee5;
font-family:Tahoma;
font-weight:600;
font-size:12px;
text-decoration:underline;
}

.top-menu-link  p{
margin:0;
color:#888;
font-family:Tahoma;
font-weight:100;
font-size:10px;
}

.menu-right-img{
padding-top:10px;
padding-bottom:10px;
}

.tour-tabs{
width:484px;
height:110px;
margin-top:10px;
margin-bottom:10px;
padding:10px;
background-image:url('../img/tours-background.png');
background-repeat:no-repeat;
}

.tour-tabs-icon{
z-index:150;
position:absolute;
}

.tour-tabs-more{
position:absolute;bottom:0px;right:0px;border:0;
}

.tour-tabs-p{
padding:0;margin:0;padding-left:115px;
}

.text {
color:white;
font-family:Tahoma;
font-size:11px;
}

.t9 {
font-size:9px;
}

.t10 {
font-size:10px;
}

.t11 {
font-size:11px;
}

.t12 {
font-size:12px;
}

.gray{
color:#4d4d4c;
}

.darkGray{
color:#cecdcd;
}

.bgGray{
background-color:#eee;
}

.bgDarkGray{
background-color:#cecdcd;
}

.red{
color:#fd0a0a;
}

.blue{
color:#12aee5;
}

.left{
float:left;
}

.right{
float:right;
}

.bold{
font-weight:600;
}

.plain{
font-weight:100;
}

.clear{
clear:both;
}

.clear-p{
margin:0;
}

.blind{
cursor:pointer;
text-decoration:none;
}

.blind:hover{
cursor:pointer;
text-decoration:underline;
}

.left-menu-separator{
width:145px;
height:1px;
margin-top:10px;
margin-bottom:10px;
margin-left:13px;
background-image:url('../img/left-menu-separator.png');
background-repeat:repeat-x;
}

.tours-menu-tab{
width:166px;
height:264px;
margin-top:15px;
text-align:center;
position:relative;
}

.tour-menu-tab-p{
margin:0;
margin-top:3px;
margin-left:10px;
margin-right:10px;
}

.tours-menu-details{
position:absolute;
left:0px;
bottom:10px;
}

.tours-menu-separator{
width:1px;
height:230px;
margin-top:10px;
background-image:url('../img/tours-menu-separator.png');
background-repeat:repeat-y;
}

.tour-tabs-separator{
width:240px;
height:1px;
background-image:url('img/tours-separator.png');
background-repeat:repeat-x;
position:absolute;
bottom:17px;
left:15px;
margin-left:105px;
z-index:190;
}

.separator{
width:155px;
height:1px;
background-image:url('../img/right-menu-separator.jpg');
background-repeat:repeat-x;
}

.footer-separator{
float:left;
width:1px;
height:10px;
margin-top:5px;
margin-left:5px;
margin-right:5px;
border:0;
background-image:url('../img/footer-separator.png');
background-repeat:repeat-y;
}

#content div.faq-panel div#livechat a {
margin: 0px 175px;
}