﻿@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);

body{
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 11pt;
	line-height: 1.5em;
}

a{
	text-decoration:none;	
}

img{
	border:0;
}

h1{
	margin: 0;
	padding: 0;
	font-size: 20pt;
	color: #743b00;
	font-family: 'Oswald', sans-serif;
}

h2{
	margin: 0;
	padding: 0;
	font-size: 16pt;
	font-weight: normal;
	color: #4b92ac;
	font-family: 'Oswald', sans-serif;
}

h3{
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 12pt;
	font-family: 'Oswald', sans-serif;
	color: #4b92ac;
	font-weight: normal;
}

.clsBlue{
	color: #0000CC;
	
}

.clsWrapper{
	margin: 0 auto;
	width: 1000px;
	position: relative;
	padding: 0 40px;
}

#dvTop{
	font-size: 9pt;
	text-align: right;
	line-height: 1.5em;
}

#dvTop a{
	color:#000;
	padding:0 10px;
	font-family: 'Oswald', sans-serif;

}

#dvLogo{
	padding-bottom:5px;	
}

#dvMenu ul{
	color: #000;
	margin:0;
	padding:0;
	list-style:none;
	font-family: 'Oswald', sans-serif;
}

#dvMenu ul li a {
	color: #4c4b4b;
	padding: 0px 10px;
	line-height: 30px;
	display: block;
	float: left;
	border-bottom: 1px solid #FFF;

}


#dvMenu a:hover, #dvMenu a.selected {
	color: #0098da;
	border-bottom:1px solid #0098da;
	/*background:url(../Images/MenuHover.png) no-repeat bottom center;*/
}



#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{
	font-size: 8pt;
	color: #CCCCCC;
}

#dvBottom a{
	color: #CCCCCC;
}
#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;
	list-style: none;
	color: #FFF;
	display: block;
	padding: 0;
	text-align: center;
	
}


#ulQlinks li{
	padding:0 0;
}

#ulQlinks a{
	color: #000;
	display: block;
	border-bottom:1px solid #6a9fcb;
	line-height:20px;
	padding:10px 0;
}

#ulQlinks li a:hover, #ulQlinks li:hover{
	font-weight:bold;
}

.clsUL, .clsUL ul{

	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
	
}

.clsUL li:before { 
    content: "";
    border-color: transparent #000;
    border-style: solid;
    border-width: 0.45em 0 0.45em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 17px;
    position: relative;
}

.clsUL ul li:before { 
    content: "";
    border-color: transparent #000;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.35em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 11px;
    position: relative;
}	


.clsUL2, .clsUL2 ul{

	margin: 0;
	padding: 0 0 0 30px;
	list-style: none;
	
}

.clsUL2 li:before { 
    content: "";
    border-color: transparent #000;
    border-style: solid;
    border-width: 0.45em 0 0.45em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 15px;
    position: relative;
}

.clsUL2 ul li:before { 
    content: "";
    border-color: transparent #000;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.35em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 13px;
    position: relative;
}	



#dvProducts a
{
    color:White;    
}

.clsRed{
	color:#ff0000;	
}

.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;
}

.clsRortateText{
	filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=3);  /* IE6,IE7 */
	ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)"; /* IE8 */
	-moz-transform: rotate(-90deg);  /* FF3.5+ */
	-o-transform: rotate(-90deg);  /* Opera 10.5 */
	-webkit-transform: rotate(-90deg);
	position: absolute;
	top: 64px;
	left: -10px;
	font-weight: bold;
}

.mySlideshows{
	margin:20px;
	width:96%;	
}

.mySlideshows img{
	margin:0 16px;
	width:150px;
	height:112px;
}

.mySlideshows2{
	margin:0px;
	width:250px;	
}

.mySlideshows2 img{
	margin:0 0px;
	width:250px;
	height:200px;	
}

.mySlideshows3{
	margin:0px;
	width:144px;	
}

.mySlideshows3 img{
	margin:0 0px;
	width:144px;
	height:144px;	
}


.Slideshows4{
	margin:10px auto 30px;
	width:630px;
	border: 3px solid #FFF;
	-webkit-box-shadow: #333 0 0 20px;
	-moz-box-shadow: #333 0 0 20px;
	box-shadow: #333 0 0 20px;	
}

.Slideshows4 img{
	margin:0 0px;
	width:630px;
}



.clsImageShadow{
	-webkit-box-shadow: #B3B3B3 10px 10px 10px;
	-moz-box-shadow: #B3B3B3 10px 10px 10px;
	box-shadow: 0px 0px 10px #333333;
	border: 2px solid #FFF;
}


.clsShadow{
	-webkit-box-shadow: #333333 10px 10px 10px;
	-moz-box-shadow: #333333 10px 10px 10px;
	box-shadow: 0px 0px 20px #CCCCCC;
}


#tblBanner a{
	font-size: 9pt;
	width: 167px;
	color: #FFF;
	display: block;
	height: 315px;
}

#tblBanner a h3{
	font-size:11pt;	
}

#tblBanner a:hover{
background:#FFF;
	color:#666;
}

#tblBanner a:hover h3{
	color:#0077c0;
}

#tdBreadCrum a{
	font-size:90%;
	color:#fff;
}





input[type=text], input[type=email], textarea{
	border: 1px solid #598dbd;
	width: 300px;
	line-height: 25px;
	padding: 0 5px;
	margin-bottom:5px;
}

input[type=submit], input[type=reset]{
	border: 1px solid #598dbd;
	width: 140px;
	background: #598dbd;
	line-height: 25px;
	color: #FFF;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#tblSMap a{
color:#000;	
	}


.clsWidth170{
	width:170px;	
		font-family: 'Ubuntu', sans-serif, Verdana;

}

.clsColorGolden{
	color: #5D3F2A;
	font-size: 120%;
}


.clsSmallText{
	font-size:90%;
	text-align:justify;	
}

.clsSmallText a{
color:#000
}

.clsGray{
	color: #6a6a6a;
	width: 159px;
	display: block;
	margin: 0 auto;
	border-bottom: 1px solid #dfdfdf;
	line-height: 40px;
}

.slideshow2{
	background:#d6ece0;	
	height:220px;
	width:400px;
	margin:0 auto;
}
.slideshow2 a{	
	padding:20px 20px;	
	text-align:center;
	color:#666;
	font-weight:bold;
	line-height:30px;
	font-size:100%;
}
.slideshow2 img {
	height:160px;
	width:360px;
	border:2px solid #FFF;
}

.slideshow3{
	background:#d6ece0;	
	height:220px;
	width:245px;
	margin:0 auto;
}
.slideshow3 a{	
	padding:20px 20px;	
	text-align:center;
	color:#666;
	font-weight:bold;
	line-height:30px;
	font-size:100%;
}
.slideshow3 img {
	height:160px;
	width:200px;
	border:2px solid #FFF;
}

.slideshow11{
	background:#d6ece0;	
	height:150px;
	width:245px;
	margin:0 auto;
}
.slideshow11 a{	
	padding:10px 10px;	
	text-align:center;
	color:#666;
	font-weight:bold;
	line-height:30px;
	font-size:100%;
}
.slideshow11 img {
	height:120px;
	width:200px;
	border:2px solid #FFF;
}


.TFtable td{
	border:1px solid #FFF; 	
}

.TFtable tr:first-child{
	background:#598dbd !important;
	color:#FFF;
	font-weight:bold;
	text-align:center;
}
/*  Define the background color for all the ODD background rows  */
	.TFtable tr:nth-child(odd){ 
		background: #b8d1f3;
	}
	/*  Define the background color for all the EVEN background rows  */
	.TFtable tr:nth-child(even){
		background: #dae5f4;
	}

.at-share-tbx-element .at-share-btn{
	margin:0 5px !important;	
}

#dvBMenu ul{
	color: #fff;
	margin:0;
	padding:10px 0 0 0;
	list-style:none;
	font-family: 'Oswald', sans-serif;
	text-align:center;
}

#dvBMenu ul li{
	display:inline;

}

#dvBMenu ul li a {
	padding: 0px 21px;

}
