/* General style
-------------------------------------------------*/

/* Reset browser */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 11px;
}

/* Link */
a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #F26522;
	text-decoration: underline;
}

/* Heading */
h1 { font-size: 180%; }
h2 { font-size: 150%; }
h3 { font-size: 120%; }
h4 { font-size: 110%; text-transform: uppercase; }

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}

/* Order list and Unorder list*/
ul {
	list-style: none;
}

ul li {
	line-height: 180%;
	padding-left: 20px;
	background: url(../images/bullet-list.gif) no-repeat 10px 10px;
}

ol li {
	line-height: 180%;
	margin-left: 35px;
}

th {
	font-weight: bold;
	padding: 5px;
	text-align: left;
}

fieldset {
	border: none;
	padding: 10px 5px;
}

fieldset a {
	font-weight: bold;
}

fieldset.input {
	padding: 0;
}

hr {
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	border-top: 1px solid #cccccc;
	height: 1px;
}

td, div {
}

img {
	border: none;
}

/* FORM
--------------------------------------------------------- */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	font-size: 100%;
}

.inputbox {
	padding: 0px;
}

.button {
	padding: 0;
}

td, p, div {
	font-size: 11px;
}

/* Layout style
-------------------------------------------------*/
#wrapper {	
	text-align: center;
}

#header,
#subnav,
#container,
#botsl,
#footer {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#mainbody {
	width: 825px;
	float: right;
}

#body {
	width: 494px;
	float: left;
	margin: 0;
	padding: 0;
}

div.body-innerpad {
	padding: 10px 15px;
}

/* Header
-------------------------------------------------*/
#headerwrap {
	height: 152px;
	background: url(../images/header-bg.gif) repeat-x top left;
}

#header {
	position: relative;
	height: 152px;
}

/* Logo */
h1.logo {
	width: 247px;
	height: 81px;
	position: absolute;
	left: 0;
	top: 10px;
}

h1.logo a {
	display: block;
	width: 247px;
	height: 81px;
	background: url(../images/logo.png) no-repeat top left;
	text-indent: -2000;
}

/* Top navigation */
#topnav {
	position: absolute;
	top: 5px;
	right: 70px;
}

#topnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#topnav ul li {
	display: inline;
	border-right: 1px solid #333333;
	margin: 0;
	padding: 0 10px;
	line-height: 100%;
}

/* Language */
#language {
	position: absolute;
	top: 5px;
	right: 0;
}

#language ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#language ul li {
	display: inline;
	margin: 0;
	padding: 0 2px;
}

/* Search form */
#fsearch {
	position: absolute;
	right: 0px;
	top: 50px;
}

#fsearch .bigtext {
	font-size: 150%;
	font-weight: bold;
	text-transform: uppercase;
	color: #F26522;
}

#fsearch .inputbox {
	border: 1px solid #48525A;
	padding: 3px 0;
}

#fsearch .btsearch {
	background: url(../images/but-bg.gif) no-repeat top left;
	padding: 3px 12px;
	color: #FFFFFF;
	border: none;
}

/* Main navigation
-------------------------------------------------*/
#mainnav {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 2px;
	left: 0;
}

#mainnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#mainnav ul li {
	margin: 0 4px;
	padding: 0;
	display: block;
	float: left;
}

#mainnav a {
	margin: 0 ;
	display: block;
	float: left;
	font-size: 120%;
	font-weight: bold;
	text-decoration: none;
	background: url(../images/tab-right.gif) no-repeat top right;
	cursor: pointer;
}

#mainnav a:hover,
#mainnav a:active,
#mainnav a:focus {
	text-decoration: none;
}

#mainnav li span {
	display: block;
	float: left;
	padding: 5px 12px 6px;
	background: url(../images/tab-left.gif) no-repeat top left;
}

/* Active */
#mainnav a.active {
	background: url(../images/tab-active-right.gif) no-repeat top right;
	color: #FFFFFF;
}

#mainnav a.active span {
	background: url(../images/tab-active-left.gif) no-repeat top left;
}

/* Sub navigation
-------------------------------------------------*/
#subnavwrap {
	background: url(../images/subnav-bg.gif) repeat-x top left;
}

#subnav {
}

#subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}

#subnav ul li {
	margin: 0;
	padding: 0 10px;
	display: block;
	float: left;
}

#subnav li a {
	display: block;
	float: left;
	padding: 5px 0;
}

#subnav li a.active {
	background: url(../images/sn-active.gif) no-repeat center bottom;
}

/* Content
-------------------------------------------------*/
div.sliderwrap {
	background: url(../images/slide-bg.gif) no-repeat top left;
	height: 128px;
	padding: 10px 20px;
}

div.slider-content div {
	float: left;
	width: 33%;
	text-align: center;
}

div.slider-content span {
	display: block;
	text-align: center;
	padding: 3px 0 2px 0;
}

div.slider-bar {
	margin-top: 5px;
	background: url(../images/scroll-bg.gif) no-repeat top center;
	height: 6px;
}

/* Hot news */
div.hot-news {
	background: url(../images/hotnews-bg.gif) no-repeat center left;
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
	margin-bottom: 20px;
}

/* Left column
-------------------------------------------------*/
#leftcol {
	width: 155px;
	float: left;
	margin: 0;
	padding: 10px 0 0;
}

/* Right column
-------------------------------------------------*/
#rightcol {
	width: 330px;
	margin: 0;
	padding: 10px 0 0;
	float: right;
}

/* All modules style
-------------------------------------------------*/
/* Mass column */
#masscol {
	margin: 0;
	padding: 0;
}

div.mass-left {
	float: left;
	width: 158px;
	background: url(../images/s1-bot1.jpg) no-repeat left bottom;
}

div.mass-left .mass-left-innerpad {
	background: url(../images/h3-bg11.gif) no-repeat left top;
	padding: 0 8px;
}

div.mass-right {
	float: right;
	width: 158px;
	background: url(../images/s1-bot1.jpg) no-repeat left bottom;
}

div.mass-right .mass-right-innerpad {
	background: url(../images/h3-bg11.gif) no-repeat left top;
	padding: 0 8px 10px 8px;
}

div.mass-left h3,
div.mass-right h3 {
	margin: 0 0 10px 0;
	padding: 7px 0;
	color: #F26522;
}

div.inner-div img {
	margin-right: 5px;
	clear: both;
}

/* Module style 1 */
div.module-s1 {
	margin: 0 0 20px 0;
	padding: 0;
	background: url(../images/s1-bot.jpg) no-repeat left bottom;
} 

div.s1-innerpad {
	background: url(../images/h3-bg1.gif) no-repeat left top;
	padding: 0 5px 10px 5px;
}

div.module-s1 h3 {
	padding: 4px 0 4px 5px;
	margin: 0;
}

/* Module menu */
div.module-menu {
	margin: 0 0 20px 0;
	padding: 0;
}

div.module-menu h3 {
	background: url(../images/h3-bg2.gif) no-repeat top left;
	margin: 0;
	padding: 7px 0 7px 10px;
	color: #FFFFFF;
}

div.module-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.module-menu ul li {
	margin: 0;
	padding: 3px 0 3px 10px;
	background: url(../images/arrow.gif) no-repeat left center;
	border-bottom: 1px solid #CCCCCC;
}

div.module-menu li a {
	color: #F26522;
	text-decoration: none;
}

/* Module style 2 */
div.module-s2 {
	margin: 0 0 20px 0;
	padding: 0;
	background: url(../images/cur-bot.gif) no-repeat left bottom;
}

div.s2-innerpad {
	background: url(../images/cur-top.gif) no-repeat left top;
	padding: 0 1px;
}

div.module-s2 h3 {
	color: #F26522;
	padding: 5px 0 5px 10px;
}

div.module-s2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.module-s2 ul li {
	margin: 0;
	padding: 0;
}

div.module-s2 li.row0,
div.module-s2 li.row1 {
	padding: 2px 0 2px 10px;
}

div.module-s2 li.row1 {
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	background: #ECECEC;
}

/* Module stle 3 */
div.module-s3 {
	margin: 0 0 20px 0;
	padding: 0;
	background: url(../images/hilite-bot.gif) no-repeat left bottom;
}

div.s3-innerpad {
	background: url(../images/hilite-top.gif) no-repeat left top;
	padding: 0 10px 10px;
}

div.module-s3 h3 {
	color: #F26522;
	padding: 5px 0;
}

div.module-s3 p {
	font-style: italic;
	font-weight: bold;
	padding: 0 80px 10px 0;
	background: url(../images/icon-user.gif) no-repeat right top;
	border: 1px solid #FFFFFF;
}

div.module-s3 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.module-s3 ul li {
	display: inline;
	margin: 0;
	padding: 0 2px 0 1px;
}

/* Module style 4 */
div.module-s4 {
	margin: 0 0 20px 0;
	padding: 0;
	background: url(../images/hilite-bot2.gif) no-repeat left bottom;
}

div.s4-innerpad {
	background: url(../images/h3-bg4.gif) no-repeat left top;
	padding: 0 10px 10px;
}

div.module-s4 h3 {
	color: #FFFFFF;
	padding: 3px 0;
}

div.module-s4 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.module-s4 ul li {
	margin: 0;
	padding-left: 10px;
	background: url(../images/arrow2.gif) no-repeat 0px 8px;
}

div.module-s4 a {
	color: #0072BC;
	text-decoration: none;
}

div.module-s4 a:hover,
div.module-s4 a:active,
div.module-s4 a:focus {
	text-decoration: underline;
}

/* Botton module spotlight */
div.mod-bot {
	float: left;
	width: 184px;
	height: 144px;
	overflow: hidden;
	margin-right: 15px;
	background: url(../images/mod-bot-bg.gif) no-repeat top left;
}

div.mod-bot-right {
	float: left;
	width: 184px;
	height: 144px;
	overflow: hidden;
	margin: 0;
	background: url(../images/mod-bot-right-bg.gif) no-repeat top left;
}

div.mod-bot-innerpad {
	margin: 0;
	padding: 10px;
}

div.mod-bot h3,
div.mod-bot-right h3 {
	text-transform: uppercase;
	color: #F26522;
	margin: 0;
	padding: 0;
}

div.mod-bot ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

div.mod-bot ul li {
	padding-left: 5px;
}

div.mod-bot img {
	margin: 10px 0 0 5px;
}

/* Module hilite */
div.module-hilite {
	margin: 0 0 20px 0;
	padding: 0;
}

div.module-hilite h3 {
	background: url(../images/h3-bg3.gif) no-repeat top left;
	padding: 7px 0 7px 10px;
	color: #FFFFFF;
}

div.module-hilite a {
	color: #F26522;
}

/* Module style 5 */
div.nav-bar {
	text-transform: uppercase;
	font-size: 120%;
	font-weight: bold;
	padding: 4px 0;
}

div.nav-left {
	float: left;
	width: 30%;
}

div.nav-right {
	float: right;
	width: 69%;
	text-align: right;
}

div.module-s5 {
	margin: 0 0 20px 0;
	padding: 0;
	background: url(../images/vs-bot.gif) no-repeat left bottom;
}

div.s5-innerpad {
	padding: 10px 1px;
	background: url(../images/vs-top.gif) no-repeat left top;
}

div.module-s5 .inner-div {
	padding: 0 10px;
}

div.module-s5 a {
	color: #F26522;
}

div.control-nav {
	margin-top: 10px;
	height: 28px;
	line-height: 28px;
	background: url(../images/hilite.gif) repeat-x top left;
	color: #FFFFFF;
	padding-left: 10px;
}

div.control-nav p {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

div.control-nav span {
	display: block;
	padding: 5px;
	float: right;
}

/* Module style 6 */
div.module-s6 {
	margin: 0 0 20px 0;
	padding: 0;
	background: url(../images/tb-bot.gif) no-repeat left bottom;
}

div.s6-innerpad {
	padding: 10px;
	background: url(../images/tb-top.gif) no-repeat left top;
}

div.book-left,
div.book-right {
	width: 50%;
	padding: 5px 0;
	background: url(../images/vdot.gif) repeat-x left bottom;
}

div.book-left-innerpad,
div.book-right-innerpad {
	padding: 2px 5px;
}

div.book-left img,
div.book-right img {
	margin-right: 5px;
}

div.book-left {
	float: left;
}

div.book-right {
	float: right;
}

/* Module transport */
div.module-hbook,
div.module-trans {
	margin: 0 0 20px 0;
	padding: 0;
	background: url(../images/f-blue-bot.gif) no-repeat left bottom;
}

div.trans-innerpad,
div.hbook-innerpad {
	background: url(../images/f-blue-top.gif) no-repeat left top;
	padding: 10px;
}

div.module-trans table {
	border-collapse: collapse;
	border-spacing: 0;
}

div.module-trans td,
div.module-hbook td {
	padding: 4px 5px;
}

* html div.module-trans td {
	padding: 4px 3px;
}

div.module-trans label,
div.module-hbook label {
	font-weight: bold;
}

div.module-trans .trans-innerpad div {
	padding: 5px 0 5px 5px;
}

/* Module hotel booking*/
div.module-hbook {
	background: url(../images/f2-bot.gif) no-repeat left bottom;
}

div.hbook-innerpad {
	background: url(../images/f2-top.gif) no-repeat left top;
}

div.module-hbook table {
	width: 90%;
}

span.biglink {
	display: block;
	padding-left: 40px;
	background: url(../images/icon-search.gif) no-repeat top left;
}

span.biglink a {
	font-weight: bold;
	color: #F26522;
}

/* Module blank */
div.module-blank {
	margin: 0 0 20px 0;
	padding: 0;
}

/* Bottom spotlight
-------------------------------------------------*/
#botslwrap {
	margin: 0 0 10px 0;
}

/* Footer
-------------------------------------------------*/
#footerwrap {
	height: 71px;
	margin: 0;
	padding: 0;
	background: url(../images/footer-bg.gif) repeat-x top left;
}

#footer {
	padding: 0;
	position: relative;
}

/* Bot navigation */
#botnav {
	float: right;
	position: absolute;
	right: 0;
	top: 10px;
}

#botnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#botnav ul li {
	padding: 0;
	display: inline;
	padding: 0 5px;
}

.cert {
	width: 50%;
	float: left;
	position: absolute;
	top: 10px;
	left: 0;
}

/* Clearfix */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	display: block;
	width: 100%;
}

* html .clearfix {
	height: 1%;
}