@charset "utf-8";
/* CSS Document */
body
{
	margin:0;
	padding:0;
}
p
{
	margin:0;
	padding:0;
}
#wrapper
{
	width:1004px;
	margin:0 auto;
}
#wrapper1
{
	width:1004px;
	float:left;
}

#header
{
	float:left;
	width:1004px;
	height:80px;
	background:#FFFFFF repeat;

}
#header img
{

position:relative;
display:inline;

}
#container
{
float:left;
position:relative;
display:inline;


}
#banner
{
float:left;
position:relative;
}
#banner img
{
float:left;
}
#main_links
{
float:left;
width:1004px;
margin-top:1px;
background:#274990 repeat;
}

#main_links ul
{
margin:0;
padding:0;
list-style:none;
}

#main_links li
{
display:inline;
float:left;
}

#main_links a
{
display:block;
float:left;
}

a#home_link
{
background:url(../images/home.jpg) top no-repeat;
}
a#home_link:hover
{
background:url(../images/home.jpg) bottom no-repeat;
}

a#home_link.active
{
background:url(../images/home.jpg) bottom no-repeat;
}
a#aboutus_link
{
background:url(../images/aboutus.jpg) top no-repeat;
}
a#aboutus_link:hover
{
background:url(../images/aboutus.jpg) bottom no-repeat;
}
a#aboutus_link.active
{
background:url(../images/aboutus.jpg) bottom no-repeat;
}
a#business_link
{
background:url(../images/business.jpg) top no-repeat;
}
a#business_link:hover
{
background:url(../images/business.jpg) bottom no-repeat;
}
a#business_link.active
{
background:url(../images/business.jpg) bottom no-repeat;
}
a#corporate_link
{
background:url(../images/corporate.jpg) top no-repeat;
}
a#corporate_link:hover
{
background:url(../images/corporate.jpg) bottom no-repeat;
}
a#corporate_link.active
{
background:url(../images/corporate.jpg) bottom no-repeat;
}
a#tour_link
{
background:url(../images/tour.jpg) top no-repeat;
}
a#tour_link:hover
{
background:url(../images/tour.jpg) bottom no-repeat;
}
a#tour_link.active
{
background:url(../images/tour.jpg) bottom no-repeat;
}
a#holiday_link
{
background:url(../images/holiday.jpg) top no-repeat;
}
a#holiday_link:hover
{
background:url(../images/holiday.jpg) bottom no-repeat;
}
a#contact_link.active
{
background:url(../images/career_link.jpg)  bottom no-repeat;
}
a#accomadation_link
{
background:url(../images/accomadation.jpg) top no-repeat;
}

a#accomadation_link:hover
{
background:url(../images/accomadation.jpg) bottom no-repeat;
}

a#accomadation_link.active
{
background:url(../images/accomadation.jpg) bottom no-repeat;
}
a#contact_link
{
background:url(../images/contact.jpg) top no-repeat;
}
a#contact_link:hover
{
background:url(../images/contact.jpg) bottom no-repeat;
}
a#contact_link.active
{
background:url(../images/contact.jpg) bottom no-repeat;
}

#text_content
{
float:left;
width:1004px;
border-bottom:#274990 solid 2px;
}
p.main_title
{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
color:#27498f;
margin-top:20px;
margin-left:15px;
margin-right:15px;
position:relative;


}


p.content
{
margin-left:15px;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:lighter;
color:#5c5c5c;
margin-right:15px;
text-align:justify;
margin-bottom:20px;
position:relative;

}
#footer
{
float:left;
margin-top:1px;
width:1004px;
height:20px;
background:#274990 repeat;
position:relative;
text-align:center;
}
#footer p
	{
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:9px;
		font-weight:bold;
		height:20px;
		top:4px;
		color:#fff;
		position:relative;
		display:inline;
		
}
