* {
	margin:0;
	padding:0;
	font-weight:normal;
	font-style:normal;
	border:none;
}
strong {
	font-weight:bold;
}
a {
	outline:none;
}

body, html {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	background:#3a88c6 url(../images/bg.gif) repeat-x 0 0;
	line-height:17px;
}
#wrapper {
	width:770px;
	margin:0 auto;
	text-align:left;
	background:url(../images/clouds.gif) no-repeat;
	padding-top:48px;
	position:relative;
	overflow:hidden;
	padding-bottom:30px;
}
#branding {
	width:770px;
	height:252px;
	background:#fff url(../images/branding_bg.gif) repeat-x 0 0;
}
#logo {
	margin:7px 0 0 14px;
	z-index:1000;
	position:relative;
}
#branding h1 .slogan {
	position:absolute;
	background:url(../images/slogan.gif) no-repeat;
	width:235px;
	height:33px;
	text-indent:-9999px;
	top:91px;
	left:210px;
}
#branding h1 .home_welcome {
	text-indent:-9999px;
	position:absolute;
	top:359px;
	left:22px;
	background:url(../images/home_welcome.gif) no-repeat;
	width:256px;
	height:24px;
}
#branding h1 .tour_in_srilanka {
	text-indent:-9999px;
	position:absolute;
	top:359px;
	left:22px;
	background:url(../images/tour_in_srilanka.gif) no-repeat;
	width:256px;
	height:24px;
}
#branding h1 .travel_overseas {
	text-indent:-9999px;
	position:absolute;
	top:359px;
	left:22px;
	background:url(../images/travel_overseas_title.gif) no-repeat;
	width:256px;
	height:24px;
}
#branding h1 .about_srilanka {
	text-indent:-9999px;
	position:absolute;
	top:359px;
	left:22px;
	background:url(../images/about_srilanka_title.gif) no-repeat;
	width:256px;
	height:24px;
}
#branding h1 .services {
	text-indent:-9999px;
	position:absolute;
	top:359px;
	left:22px;
	background:url(../images/services_title.gif) no-repeat;
	width:256px;
	height:24px;
}
#branding h1 .tour_planning {
	text-indent:-9999px;
	position:absolute;
	top:359px;
	left:22px;
	background:url(../images/tour_planning_title.gif) no-repeat;
	width:256px;
	height:24px;
}
#branding h1 .about {
	text-indent:-9999px;
	position:absolute;
	top:359px;
	left:22px;
	background:url(../images/about_us_title.gif) no-repeat;
	width:256px;
	height:24px;
}
#branding h1 .contact {
	text-indent:-9999px;
	position:absolute;
	top:359px;
	left:22px;
	background:url(../images/contact_us_title.gif) no-repeat;
	width:256px;
	height:24px;
}
#navigation, #navigation ul {
	height:41px;
	text-align:center;
}
#navigation ul {
	background:#0f87ce url(../images/nav_bg.gif) repeat-x 0 0;
	border:1px solid #fff;
	border-top:none;
	padding-left:8px;
}
#navigation ul li {
	float:left;
	list-style-type:none;
}
#navigation ul li a {
	display:block;
	height:41px;
	text-indent:-9999px;
}
#navigation ul li.home a {
	width:64px;
	background:url(../images/home.gif) no-repeat;
}
#navigation ul li.home a:hover {
	background:url(../images/home_h.gif) no-repeat;
}
#navigation ul li.about_srilanka a {
	width:135px;
	background:url(../images/about_srilanka.gif) no-repeat;
}
#navigation ul li.about_srilanka a:hover {
	background:url(../images/about_srilanka_h.gif) no-repeat;
}
#navigation ul li.about a {
	width:86px;
	background:url(../images/about.gif) no-repeat;
}
#navigation ul li.about a:hover {
	background:url(../images/about_h.gif) no-repeat;
}
#navigation ul li.services a {
	width:81px;
	background:url(../images/services.gif) no-repeat;
}
#navigation ul li.services a:hover {
	background:url(../images/services_h.gif) no-repeat;
}
#navigation ul li.srilanka a {
	width:142px;
	background:url(../images/srilanka.gif) no-repeat;
}
#navigation ul li.srilanka a:hover {
	background:url(../images/srilanka_h.gif) no-repeat;
}
#navigation ul li.overseas a {
	width:138px;
	background:url(../images/overseas.gif) no-repeat;
}
#navigation ul li.overseas a:hover {
	background:url(../images/overseas_h.gif) no-repeat;
}
#navigation ul li.contact a {
	width:105px;
	background:url(../images/contact.gif) no-repeat;
}
#navigation ul li.contact a:hover {
	background:url(../images/contact_h.gif) no-repeat;
}

.home_selected #navigation ul li.home a, .home_selected #navigation ul li.home a:hover {
	background:url(../images/home_s.gif) no-repeat;
}
.srilanka_selected #navigation ul li.srilanka a, .srilanka_selected #navigation ul li.srilanka a:hover {
	background:url(../images/srilanka_s.gif) no-repeat;
}
.overseas_selected #navigation ul li.overseas a, .overseas_selected #navigation ul li.overseas a:hover {
	background:url(../images/overseas_s.gif) no-repeat;
}
.about_srilanka_selected #navigation ul li.about_srilanka a, .about_srilanka_selected #navigation ul li.about_srilanka a:hover {
	background:url(../images/about_srilanka_s.gif) no-repeat;
}
.services_selected #navigation ul li.services a, .services_selected #navigation ul li.services a:hover {
	background:url(../images/services_s.gif) no-repeat;
}
.about_selected #navigation ul li.about a, .about_selected #navigation ul li.about a:hover {
	background:url(../images/about_s.gif) no-repeat;
}
.contact_selected #navigation ul li.contact a, .contact_selected #navigation ul li.contact a:hover {
	background:url(../images/contact_s.gif) no-repeat;
}
#content {
	width:720px;
	background:#fff url(../images/content_bg.gif) no-repeat 0 0;
	margin-left:10px;
	margin-top:1px;
	padding:15px;
	overflow:hidden;
	color:#666;
}
* html #content {
	margin-top:0px;
	padding-bottom:0px;
}
#content p {
	margin-bottom:10px;
}
#content a {
	color:#ce171f;
}
#content a:hover {
	text-decoration:none;
}
#content dt {
	font-weight:bold;
	display:block;
	background-color:#eee;
	padding:2px 5px;
}
#content dd {
	padding:2px 5px;
	margin-bottom:15px;
}
#content .booking {
	z-index:1000;
}
#content .booking a {
	background:url(../images/booking.png) no-repeat;
	width:181px;
	height:64px;
	display:block;
	position:absolute;
	top:115px;
	right:26px;
	text-indent:-9999px;
	cursor:pointer;
}
#content #welcome {
	width:277px;
	background:url(../images/welcome_bg.gif) no-repeat top right;
	padding-top:30px;
	float:left;
	padding-right:15px;
}
#content #inner {
	padding-top:30px;
}
#content #inner img {
	margin:10px;
	border:5px solid #ccc;
}
#content #inner ul {
	margin-left:40px;
	margin-bottom:15px;
}
#content #inner h2 {
	font-size:16px;
	font-weight:normal;
	color:#006699;
	margin-top:20px;
	margin-bottom:6px;
}
#content #news {
	margin-top:15px;
	border-top:1px solid #eee;
	padding-top:13px;
}
#content #news h2 {
	background:url(../images/news.gif) no-repeat 0 0;
	width:223px;
	height:22px;
	text-indent:-9999px;
}
#content #news li {
	list-style-type:none;
	float:left;
	padding:10px 0 0 15px;
}
#content #news li.facebook a {
	display:block;
	width:82px;
	height:31px;
	background:url(../images/facebook.gif) no-repeat;
	text-indent:-9999px;
}
#content #news li.facebook a:hover {
	background:url(../images/facebook_h.gif) no-repeat;
}
#content #news li.twitter a {
	display:block;
	width:100px;
	height:31px;
	background:url(../images/twitter.gif) no-repeat;
	text-indent:-9999px;
}
#content #news li.twitter a:hover {
	background:url(../images/twitter_h.gif) no-repeat;
}
#content #tour_srilanka {
	width:192px;
	float:left;
	padding:3px 15px 0 15px;
	background:url(../images/srilanka_bg.gif) no-repeat right top;
}
#content #tour_srilanka h2 a {
	background:url(../images/tour_srilanka_h.gif);
	width:165px;
	height:18px;
	display:block;
	text-indent:-9999px;
	margin-bottom:16px;
}
#content #tour_srilanka h2 a:hover {
	background:url(../images/tour_srilanka.gif);
}
#content #travel_overseas {
	width:176px;
	float:left;
	padding:3px 15px 0 15px;
}
#content #travel_overseas h2 {
	background:url(../images/travel_overseas.gif);
	width:167px;
	height:18px;
	text-indent:-9999px;
	margin-bottom:16px;
}
#content #tour_srilanka img, #content #travel_overseas img {
	border:5px solid #bddbf4;
	margin-bottom:13px;
	margin-left:3px;
}
#search {
	position:absolute;
	top:77px;
	right:49px;
	z-index:9999;
}
#search .cse-branding-bottom {
	height:24px;
	position:relative;
}
#search .cse-branding-bottom .text_box {
	padding:5px;
	width:143px;
	border:1px solid #236ea8;
	position:absolute;
	right:30px;
	top:0;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
}
#search .cse-branding-bottom .button {
	background-color:#236ea8;
	color:#fff;
	width:30px;
	height:26px;
	border:1px solid #236ea8;
	position:absolute;
	right:0;
	top:0;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
}
#content .booking {
	position:absolute;
	top:0;
	right:0;
}
#content .currency_converter a {
	position:absolute;
	top:77px;
	right:45px;
	background:#fff url(../images/currency.gif) no-repeat 4px 4px;
	display:block;
	float:left;
	width:25px;
	height:25px;
	text-indent:-9999px;
	border:1px solid #b3d7ec;
}
#content .currency_converter a:hover {
	border:1px solid #004f96;
	background:#fff url(../images/currency_h.gif) no-repeat 4px 4px;
}
#content .weather_update a {
	position:absolute;
	top:77px;
	right:12px;
	background:#fff url(../images/weather.gif) no-repeat 4px 4px;
	display:block;
	float:left;
	width:25px;
	height:25px;
	text-indent:-9999px;
	border:1px solid #b3d7ec;
}
#content .weather_update a:hover {
	border:1px solid #004f96;
	background:#fff url(../images/weather_h.gif) no-repeat 4px 4px;
}
#footer {
	background:#fff url(../images/footer_bg.gif) no-repeat 0 0;
	width:735px;
	margin-left:10px;
	padding:15px 0 35px 15px;
	overflow:hidden;
}
#footer a {
	color:#0f87ce;
}
#footer a:hover {
	text-decoration:none;
	color:#ec7527;
}
#footer .vcard {
	width:196px;
	font-size:11px;
	color:#999;
	line-height:15px;
	float:left;
}
#footer .vcard p {
	margin-bottom:10px;
}
#footer .vcard strong {
	font-weight:normal;
}
#footer .vcard span.align {
	margin-left:50px;
}
#footer .sitemap {
	float:left;
	text-align:right;
	font-size:11px;
	width:111px;
	background:url(../images/sitemap_bg.gif) no-repeat 0 10px;
	padding-right:13px;
	padding-left:10px;
}
#footer .sitemap h5 {
	font-size:14px;
	color:#808080;
	margin-bottom:12px;
}
#footer .sitemap ul {
	margin-bottom:15px;
}
#footer .sitemap li {
	list-style-type:none;
	text-transform:capitalize;
	color:#999;
}
#bottom {
	clear:both;
	text-align:center;
	font-size:11px;
	color:#94c3ed;
	padding-top:10px;
}
#bottom a {
	color:#dbcca1;
}
#bottom a:hover {
	color:#fff;
	text-decoration:none;
}
#bottom #user {
	position:absolute;
	top:0;
	right:0;
	display:none;
}
#huts {
	background:url(../images/huts.png) no-repeat 0 0;
	position:absolute;
	bottom:0;
	right:0;
	width:258px;
	height:122px;
}
* html #huts {
	margin-bottom:-1px;
}
#content_left {
	background:url(../images/content_left.gif) no-repeat;
	width:10px;
	height:372px;
	position:absolute;
	top:343px;
	left:0;
}
#content_right {
	background:url(../images/content_right.gif) no-repeat;
	width:10px;
	height:380px;
	position:absolute;
	top:343px;
	right:0;
}
#plane {
	background:url(../images/plane.gif) no-repeat;
	width:246px;
	height:103px;
	position:absolute;
	top:0;
	left:85px;
	z-index:1001;
}
#slideshow {
	width:770px;
	height:166px;
	position:absolute;
	top:134px;
	left:0;
	border-bottom:1px solid #fff;
	z-index:100;
}
#slideshow #s1 {
	background:url(../images/slide1.gif) no-repeat;
	width:770px;
	height:166px;
	z-index:100;
}

fieldset {
	margin-top:20px;
}
fieldset ol {
	list-style-type:none;
}
legend {
	font-size:16px;
	font-weight:normal;
	color:#006699;
}
fieldset ol {
	border-top:1px solid #003366;
	margin-top:5px;
}
fieldset ol li {
	padding:5px 8px;
}
fieldset ol#interest {
	padding-top:5px;
}
fieldset ol#interest li {
	float:left;
	width:150px;
	margin-bottom:5px;
}
fieldset ol.transport li {
	float:left;
	width:120px;
	margin-bottom:5px;
}
fieldset ol.accommodation {
	float:left;
	padding-top:5px;
	border-top:1px solid #ccc;
	margin-bottom:5px;
	width:100%;
}
fieldset ol.accommodation li {
	float:left;
	width:200px;
	margin-bottom:5px;
}
fieldset ol li input {
	vertical-align:middle;
}
fieldset ol li.special {
	background-color:#cde6f6;
}
fieldset ol label {
	float:left;
	display:block;
	width:120px;
}
fieldset ol li.special label {
	float:none;
	display:inline;
	width:auto;
}
fieldset input, fieldset select, fieldset textarea {
	border:1px solid #ccc;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
fieldset li.special input {
	width:35px;
}
fieldset ol#interest li.other, fieldset ol.accommodation li.other {
	width:auto;
}
fieldset ol#interest li.other label, fieldset ol.accommodation li.other label {
	float:left;
	width:40px;
}
fieldset ol.accommodation li label {
	width:200px;
}
form h3 {
	background-color:#006699;
	color:#fff;
	padding:5px 8px;
	margin-top:15px;
}
form h4 {
	font-size:14px;
	margin-top:5px;
	padding-top:15px;
	color:#003366;
	border-top:1px solid #003366;
}
button {
	padding:5px 10px;
	background-color:#006699;
	color:#fff;
	margin-right:10px;
	margin-top:10px;
}
form p {
	border-top:1px solid #ccc;
	padding-left:130px;
	margin-top:5px;
}