 /* CSS RESET */
html{
	color:#000;
	background-color: #79B9E9;
}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
	margin:0;
	padding:0;
}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

body {font:13px/1.231 arial,helvetica,clean,sans-serif;}table{font-size:inherit;font-size:100%;}pre,code,kbd,samp,tt{font-family:monospace;line-height:100%;}
/* CSS RESET */


body {
	text-align:center;
	color:#fff;
}

a {
	text-decoration:none;
		color:#fff
}
a:hover {
	text-decoration: underline;
		color:#A1E062
}
#wrap {
	width:1000px;
	text-align:left;
	margin:0 auto;
	background-image: url(../images/wrapback.jpg);
	background-repeat: repeat-y;
}

.fl{ float:left}
.fr{ float:right}
.clearfix{ clear:both}

img
{  border-style: none;
}


/* header */
#header {
	height:320px;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	
 }
#headerleft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 385px;
	height:320px;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
}
#headerbanner {
	position:absolute;
	background-color: #8AC7F3;
	height: 20px;
	width: 600px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	color: #000000;
}
#headerright {
	padding:0px;
	width:600px;
	height:310px;
	float:right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 3px solid #FFFFFF;
}
#flashbanner {
	margin: 0px;
	padding: 0px;
	height: 260px;
	width: 600px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#logo {
	width:250px;
	margin-top: 240px;
	margin-left: 20px;
}
#logo h1 {
	font-size:40px;
	color:#fff
}
#logo div {
	padding-left:100px
}
#nav {
	width:600px;
	height:46px;
	line-height:46px;
	background-image: url(../images/menu_02.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#nav li {
	float:left;
	font-weight:bold;
	width:98px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.80em;
}
#nav a {
	text-decoration:none;
	display:block;
	text-align:center;
}
#nav a:hover {
	color: #FF0099;
	
}
/* content */
#main {
	margin: 0px;
	padding: 0px;
	width: 1000px;
}

#leftside {
	margin: 0px;
	padding: 0px;
	width: 250px;
	float:left;
}
#leftmenu {
	padding: 0px;
	width: 210px;
	margin-left: 20px;
	border: 1px solid #D9FFFF;
}

#leftmenu ul {
	margin-top: 4px;
	margin-left: 5px;
	list-style-type: none;
}

#leftmenu li {
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-align: left;
}
#leftmenu h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #000000;
	margin-bottom: 3px;
}

#leftdown {
	width: 210px;
	margin-left: 20px;
	border: 1px solid #D9FFFF;
	padding-bottom: 10px;
}
#leftdown ul{
	margin-top: 4px;
	margin-left: 5px;
	

}
#leftdown li{
	width: 180px;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
	padding-top: 2px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 2px;
	font-weight: bold;
}
#leftdown li a{
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
#leftdown li a:hover,#leftdown a.active {
	color: #26FFF2;
	text-decoration: none;
}
#menuhead {
	width: 210px;
	height:46px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/menuback_02.jpg);
	background-repeat: repeat-x;
	margin-left: 20px;
	line-height:46px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D9FFFF;
	border-right-color: #D9FFFF;
	border-bottom-color: #D9FFFF;
	border-left-color: #D9FFFF;
	margin-top: 5px;
}
#rightside {
	margin: 0px;
	padding: 0px;
	width: 740px;
	float:right;
}
#maintext {
	width: 480px;
	margin-top: 10px;
	float: left;
}
#maintext h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
	margin-bottom: 5px;
}
#maintext p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-align: justify;
	color: #000000;
	line-height: 200%;
}
#maintext h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	font-weight: bold;
	padding-top: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
}
#maintext ul {
	
}
#maintext ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-align: justify;
	color: #000000;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 20px;
	padding-top: 3px;
}
#mainphoto {
	height: 190px;
	width: 480px;
	margin-bottom: 10px;
}

#Book {
	height: 203px;
	width: 420px;
	margin-top: 10px;
	margin-left: 30px;	
}
#rightmenu {
	margin: 0px;
	padding: 0px;
	width: 230px;
	float:right;
}
#rightbut {
	padding: 0px;
	width: 210px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	margin-top: 40px;
}
#rightbox {
	width: 200px;
	background-image: url(../images/right_menu.jpg);
	background-repeat: no-repeat;
	height: 86px;
	margin-left: 5px;
	margin-top: 10px;
}

#buttext {
	
	width:170px;
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 30px;
	text-align: center;	
}
#buttext a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}
#buttext a:hover,#buttext a.active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	color: #0066FF;
	text-decoration: none;
}
#rigthead {
	height: 10px;
	width: 210px;
}
#slide {
	width: 480px;
	height: 350px;
	list-style-type: none;
	margin-top: 10px;
}
#price {
	width: 200px;
	height: 131px;
	background-image: url(../images/LOWEST_PRICE.jpg);
	background-repeat: no-repeat;
	margin-left: 5px;
}
#cook {
	width: 210px;
	height:46px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/menuback_02.jpg);
	background-repeat: repeat-x;
	line-height:46px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D9FFFF;
	border-bottom-width: 1px;
	border-bottom-color: #D9FFFF;
	border-bottom-style: solid;
	margin-top: 20px;
}
#bannernuga {
	width: 210px;
	
	margin-bottom: 20px;
}
#cookphoto {
	width: 200px;
	margin-left: 5px;
	margin-bottom: 20px;
}
#cookphoto ul {
}
#cookphoto ul li {
	width: 180px;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
	padding-top: 5px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
	padding-bottom: 5px;
	font-weight: bold;
}

#srilanka {
	width: 200px;
	margin-left: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#bottom {
	width: 920px;
	margin-right: 40px;
	margin-left: 40px;
	height: 102px;
	margin-top: 5px;

}
#bottom ul{
		
}
#bottom ul li {
	height: 102px;
	width: 139px;
	margin-left: 11px;
	display: inline;
}
#bottomtext {
	height: 10px;
	width: 920px;
	margin-left: 40px;
	display: block;
}
.bottom {
	height: 10px;
	width: 139px;
	display: block;
	text-align: center;
	margin-left: 11px;
}
#tour {
	padding: 0px;
	width: 710px;
	float:left;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;	
}
#tour p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000000;
	padding-right: 15px;
	text-align: justify;
	vertical-align: top;
	
}
#tour h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #000000;
	margin-bottom: 3px;
	text-align: center;
	margin-right: 15px;
}
#tour h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	margin-bottom: 5px;
	text-align: center;
	margin-top: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
	margin-right: 15px;
}
#tour ul {
	margin-right: 15px;		
}
#tour ul li{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000000;
	list-style-type: disc;
	list-style-position: outside;
}
#tourright {
	width: 140px;
	border: 1px solid #D9FFFF;
	margin-top: 45px;
	float:right;
	margin-right: 40px;
	margin-bottom: 10px;
		
}
#tourtext {
	width: 480px;	
}
#tourtext p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	text-align: justify;
	color: #000000;
}
#tourtext h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
	font-weight: bold;
}
#tourtext h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #000000;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#tourtext p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.82em;
	color: #000000;
	text-align: justify;
	padding-bottom: 5px;
}
#mapmain {
	width: 675px;

}
#map {
	float: left;
	height: 660px;
	width: 429px;
	margin-top: 15px;
	margin-right: 20px;

}
#mapright {
	float: right;
	width: 210px;
	margin-top: 15px;
	display: block;
	margin-bottom: 10px;
}
#mapright h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: center;
	margin-top: 20px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
#mapright p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	text-align: justify;
	margin-bottom: 10px;
}
#mapmenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: bold;
	text-align: center;
	background-image: url(../images/menuback_02.jpg);
	background-repeat: repeat-x;
	line-height:46px;
	border: 2px solid #D9FFFF;
	margin-bottom: 10px;
}
#maptext {
	width: 675px;
	margin-top: 10px;
	float: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #000000;
	text-align: justify;
	margin-bottom: 10px;
}
.maptext {
	font-size: 14px; color: #FFFFFF; font-weight: bold;
}
.contact {
	background-color: #CCCCCC;
	border: 1px solid #3879B9;
	margin-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	height: 20px;	
}
.contactbox {
	background-color: #CCCCCC;
	border: 1px solid #3879B9;
	margin-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;

}
#gest {
	float: left;
	width: 130px;
	margin-left: 6px;
	margin-top: 10px;
	height: 173px;
	background-color: #FFFFFF;
	border: 2px solid #D9FFFF;
}
#form {
	width: 480px;
	margin-top: 20px;
	margin-bottom: 40px;
}
#formfooter {
	width: 700px;
	margin-top: 40px;
}
/* footer */
#footer { background:url(images/ft.jpg); height:133px; position:relative}
#ftinner{ position:absolute; bottom:20px; width:680px; margin-left:120px}
.ftlink {width:500px;}

     
.normal 
	{
	margin-top: 10px;
	}
.sel	
	{	margin-top: 10px;
		
	}
.photo {
	width: 160px;
}

