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

body {
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	background-color:#EDEDED;
}

.headlink{
	color:#666;
	font-family:"Century Gothic", Tahoma;
	font-size:13px;
	text-decoration:none;
}
.headlink:hover{
	text-decoration:underline;
}

.menu{
	font-family:"Century Gothic", Tahoma;
	font-size:13px;
	color:#FFF;
	padding-left:5px;
	text-decoration:none;
}
.menu:hover{
	padding-left:8px;
	color:#CCC;
}

.menuback{
	background-image:url(images/travel_tips/rect.jpg);
	background-repeat:no-repeat;
	background-position:right;
	width:171px;
	height:47px;
}

.Temprature{
	font-size:14px;
	color:#09F;
	text-decoration:none;
	font-family:"Century Gothic", Tahoma;
}
.Temprature:hover{
	color:#333;
}

.money{
	font-size:14px;
	color:#926303;
	text-decoration:none;
	font-family:"Century Gothic", Tahoma;
}
.money:hover{
	color:#333;
}

.faq{
	font-size:14px;
	color:#60A2B8;
	text-decoration:none;
	font-family:"Century Gothic", Tahoma;
}
.faq:hover{
	color:#333;
}

.travellink{
	font-size:14px;
	color:#F89552;
	text-decoration:none;
	font-family:"Century Gothic", Tahoma;
}
.travellink:hover{
	color:#333;
}

.traveltips{
	font-size:14px;
	color:#97C751;
	text-decoration:none;
	font-family:"Century Gothic", Tahoma;
}
.traveltips:hover{
	color:#333;
}

.post{
	font-size:14px;
	color:#60A2B8;
	text-decoration:none;
	font-family:"Century Gothic", Tahoma;
}
.post:hover{
	color:#333;
}

.blog{
	font-size:14px;
	color:#F89552;
	text-decoration:none;
	font-family:"Century Gothic", Tahoma;
}
.blog:hover{
	color:#333;
}

.text{
	font-family:"trebuchet MS", Tahoma, Geneva, sans-serif;
	color:#333;
	font-size:13px;
	line-height:19px;
}

.emailtitile{
	color:#FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:20px;
}

.formtext{
	color:#2A7FBF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
}

.tourname{
	color:#98C852;
	font-family:"Century Gothic", Tahoma;
	font-size:18px;
}

.redlink{
	font-size:14px;
	font-family:"Century Gothic", Tahoma;
	color:red;
	text-decoration:none;
}
.redlink:hover{
	text-decoration:underline;
}

.redlinks{
	font-size:12px;
	font-family:"Century Gothic", Tahoma;
	color:red;
	text-decoration:none;
}
.redlinks:hover{
	text-decoration:underline;
}


.bluelinks{
	font-size:12px;
	font-family:"Century Gothic", Tahoma;
	color:#06F;
	text-decoration:none;
}
.bluelinks:hover{
	text-decoration:underline;
}


.offer_name{
	font-size:22px;
	color:#09F;
	text-decoration:none;
	font-family:"Century Gothic", Tahoma;
	text-transform:uppercase;
}

/* page limit start*/
div.pagination {
	padding: 0px;
	margin: 3px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 0px solid  #443B2C;
	
	text-decoration: none; /* no underline */
	color: #fff;
}
div.pagination a:hover, div.pagination a:active {
	font-family:Tahoma, Geneva, sans-serif;
	color:#666;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	height:30px;
		
		font-weight: bold;
		background-color: #CBE3A7 ;
		color: #fff;
	}
	div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 0px solid #000;
	
		color: #DDD;
	}

.titles{
	color:#006699;
	font-family:"Times New Roman", Times, serif;
	font-size:20pt;
	text-shadow:1px 0px 1px #000;
}
	/* pages limit end*/
