@charset "utf-8";
/* CSS Document */

#Banner {
	display: block;
	height: 290px;
	padding-top: 20px;
	padding-bottom: 20px;
	clear: both;
	width: 1000px;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #A6C400;
}
#BannerButton {
	display: block;
	float: left;
	height: 145px;
	width: 48px;
	padding-top: 100px;
}


#IndexContent {
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#IndexContent #Main {
	display: block;
}
#IndexContent #Main h2 {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #99CC00;
}

#IndexContent #Main #Left {
	display: block;
	float: right;
	width: 200px;
	padding-top: 3px;
	margin-right: 10px;
}
#IndexContent #Main #Right {
	display: block;
	float: right;
	width: 265px;
	border: 1px solid #9ED200;
	padding: 10px;
	border-radius: 5px;
	
}




#IndexContent #Highlights {
	display: block;
	height: auto;
	margin-top: 15px;
	clear: both;
}
#EnquiryBox #Heading {
	display: block;
	height: 40px;
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	background-image: url(../designs/BoxHeading%202.jpg);
	color: #FFF;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	padding-top: 10px;
}

#IndexContent #Main #Middle {
	display: block;
	float: left;
	width: 450px;
	padding-right: 5px;
	padding-left: 15px;
}
#IndexContent #Main #Middle h2{
	font-size: 16px;
}

#Main #NewsBox{
	display: block;
	height: 130px;
	border: 1px solid #C5D56A;
	border-radius: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#Main #NewsBox .slide {
	padding: 10px;
	display: block;
}
#Main #NewsBox .slide h2{
	display: block;
	height: 20px;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
	margin: 0px;
	padding-bottom: 0px;
}
#Main #NewsBox .slide h3{
	color: #000;
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
}
#Main #NewsBox .slide .NewsImage{
	display: block;
	height: 80px;
	width: 100px;
	background-image: url(file:///D|/Works/Kerala%20Tour%20Experts/web/temp/img1.jpg);
	border: 2px solid #CCC;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
#Main #NewsBox .slide .NewsImage img {
	height: 80px;
	width: 100px;
}
#Main #NewsBox .slide .NewsContent {
	display: block;
	float: right;
	width: 315px;
}
#Main #NewsBox .slide .NewsContent p{
	display: block;
	text-align: justify;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 5px;
}
#WelcomeText {
	height: 230px;
}

#Highlights ul {
	display: block;
	height: auto;
	list-style-type: none;
}
#Highlights ul li {
	display: block;
	float: left;
	height: 350px;
	width: 220px;
	background-color: #FCFCFC;
	margin-right: 2px;
	padding: 9px;
	border-radius: 5px;
	border: 1px solid #E7FCE0;
}
#Highlights ul li h2 {
	font-size: 13px;
	font-weight: bold;
	color: #339933;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 0px;
}
#Highlights ul li img {
	display: block;
	height: 100px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	padding: 4px;
	background-color: #FFF;
	border: 1px solid #E7FCE0;
}
#Highlights ul li p {
	display: block;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
	height: 150px;
}
#Highlights ul li .more {
	display: block;
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #E7FCE0;
	border: 1px solid #CACACA;
	border-radius: 5px;
	color: #666;
}
#Highlights ul li .more:hover {
	background-color: #FCFCFC;
	color: #333;
}
#SideLinksTitle {
	text-align: center;
	height: 26px;
	background-color: #98CB00;
	font-size: 14px;
	font-weight: bold;
	padding-top: 4px;
	letter-spacing: 0px;
	color: #FFF;
}



#SideLinks    {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	background-color: #E7FCE0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #90BE8D;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #90BE8D;
}

#SideLinks li {
	display: block;
	height: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #84B975;
	text-decoration: none;
	font-size: 11px;
}
#SideLinks li a {
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	height: 20px;
	padding-left: 25px;
	background-image: url(../designs/sideLinksArrow.jpg);
	background-repeat: no-repeat;
	background-position: 5px 12px;
	color: #485500;
}
#SideLinks li a:hover {
	color: #660;
	background-position: 7px 12px;
	background-color: #F3FCE0;
}
#SideLinks .active a {
	color: #660;
	background-position: 7px 12px;
	background-color: #F3FCE0;
}

#Attractions {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#Attractions li {
	display: block;
	height: 80px;
	width: 100px;
	float: left;
	margin-bottom: 5px;
}
#Attractions li a {
	display: block;
	height: 80px;
	width: 100px;
}
#Attractions li a img {
	display: block;
	height: 70px;
	width: 90px;
	border: 1px solid #F5F5F5;
	padding: 2px;
}
#Attractions li a:hover img{
	background-color: #DFEFFF;
	opacity:0.8;
	filter:alpha(opacity=80);
}
