@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed);

body{
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 11pt;
	line-height: 1.3em;
}

a{
	text-decoration:none;	
}

img{
	border:0;
}

h1{
	margin: 0;
	padding: 0;
	color: #333;
	font-size:15pt;
}

h2{
	margin: 0;
	padding: 0;
	color: #333;
}


h3{
	margin: 0;
	padding: 0;
	color:#000;
	line-height:30px;
}

.clsWrapper{
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
	width: 1000px;
}

#tdTopMenu a{
	font-weight: bold;
	color: #d50000;
	padding: 0 10px;
}

.clsBox{
	padding:10px;
	color:#FFF	
}

.clsBox a{
	color:#FFF	
}

.clsBox ul{
	margin:0;
	padding:0 0 0 20px;
	list-style:square;	
}



#dvTop{
	background: url(../Images/BG_Top.jpg) top center repeat-x #0170af;
}

#dvLogo{
	padding-bottom:5px;	
}

#dvMenu {
	color: #000;
	line-height: 40px;
}

#dvMenu a {
	color: #000;
	line-height: 74px;
	padding: 0 14px;
}

#dvMenu a:hover, #dvMenu a.selected {
	background: url(../Image/Menu_Hover.png) bottom center no-repeat;
	color: #d50000;
}

#dvMenu ul{
	margin:0;
	padding:0;
	list-style:none;	
}

#dvMenu ul li{
	display:inline;
}

#dvMenu ul li a{

}

#dvMenu ul li a:hover{

}

#dvBanner{
	border: 4px solid #FFF;
	height: 290px;
	overflow: hidden;
	width: 892px;
	clear: left;
}

#dvInnerBanner{
	border: 4px solid #FFF;
	height: 190px;
	overflow: hidden;
	width: 892px;
	clear: left;
}


#dvBottom{
	background: url(../Images/BG_Bottom.jpg) top center repeat-x;
	font-size: 90%;
	color: #FFF;
}

#dvBottom a{
	color: #FFF;
	font-weight: normal;
}
#dvText{
	width: 660px; 
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px; 
	border-radius: 10px; 
	background:url(../Images/ContentBG.png);
	color: #000; 
	padding: 20px; 
	text-align: justify;		
}

#dvText h2 a{
   color:Black; 
}

#ulQlinks{
	margin:0;
	padding:0;
	list-style:none;	
}
#ulQlinks a{
	color:#000;
	line-height:15px;
	display:block;
	background:url(../Images/QlinksBG2.png) repeat-y;
	padding:5px 10px;
	margin:1px 0;
	
}

#ulQlinks a:hover{
	font-weight:bold;
}

#dvProducts a
{
    color:White;    
}

.clsRed{
	color:#ff0000;	
}

.clsBlack{
	color:#000;	
}

.clsWhite{
	color:#FFF;	
}

.clsWhite ul li a{
	color:#FFF;	
	padding-bottom:8px;
	display:block;
}

.clsWhite ul{
	margin:0;
	padding:0	
}

#ulTours{
	margin:0;
	padding:0;
	list-style:none;	
}

#ulTours a{
	display: block;
	line-height: 30px;
	background: #EEE;
	margin-bottom: 2px;
	padding-left: 10px;
	color: #000;
}

#tdHeading a
{
    color:Black;
    
}

.clsNone
{
    display:none;
    }
.navbar-nav{ 
	width:780px; 
	text-align:center; 
	float:none;
	
	font-size:11pt;}

.nav li.active a{
	background:rgba(183, 208, 52, 0.901961);	
}

#slideshow
        {
            position: relative;
            width: 260px;
            z-index:102;
            margin-bottom:20px;
        }
        
        #slideshow2
        {
            position: relative;
            z-index:102;
        }
        #slideshow #prev, #slideshow #next{ top:45%;}
        #prev
        {
            position: absolute;
            top: 50%;
            left: 2%;
            z-index: 103;
            font-size:200%;
            color:#92c0e2;
        }
        #next
        {
            position: absolute;
            top: 50%;
            right: 2%;
            z-index: 103;
            font-size:200%;
            color:#92c0e2;

        }
        .RightPanel .Head{ line-height:40px;}
		
		.List01{padding:0px; margin:0px; padding-top:5px;}
		.List01 li{list-style: square; margin-left: 25px; color:#333;}
		.List01 li a{color:#333;}
        

#alpha a {
	border:1px solid #25729a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:12px;
	font-family:arial, helvetica, sans-serif;
	padding: 5px 5px 5px 5px;
	text-decoration:none;
	display:inline-block;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
	font-weight:bold;
	color: #FFFFFF;
	background-color: rgba(183, 208, 52, 0.901961);
	    margin-bottom: 5px;
    width: 30px;
    text-align: center;
    height: 30px;
    background-image: linear-gradient(to bottom, #3093c7, #1c5a85);
}
#alpha a:hover {
	border:1px solid #1c5675;
	background-color: #26759e;
	    margin-bottom: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    background-image: linear-gradient(to bottom, #26759e, #133d5b);
}