/* CSS Document */

*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


.columnsContainer, /*footer, */ header { position: relative; margin: .5em; background-color:#ffffff;}

header {
	background:url(/gifs/nav.main.jpg) bottom left repeat-x #fff;
	padding: 0.50em;
	border-radius:10px 10px 0 0;
	margin-bottom:0px;
}
.leftColumn, .leftColumn1, .rightColumn, footer{/*border: 1px solid #ccc;*/ padding: 0.50em; }

.rightColumn {position: absolute; top: 0; right: 0; width:300px;}

.leftColumn { margin-bottom: .5em; min-height:1500px;}
.leftColumn1 { margin-bottom: .5em; }

.left-box {
	float:left;
	width:200px;
	margin:0px 10px 0px 5px;
	/*padding:10px;
	border:1px solid #ccc;*/
}

.right-box {
	float:right;
	margin:5px 0px 5px 5px;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}

.nav {
	list-style: none;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	font-family:'Bebas Neue', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
}

.nav > li,
.nav > li > a {
	display: inline-block;
	*display: inline;
}

.inline-items {
	margin-top: 0;
}

.inline-items li {
	margin-left: 0;
/*	border-left: 1px solid black;*/
	zoom: 1;
	margin-right:1px;
}
.inline-items li a {
	color:#000000;
	padding:4px 7px 4px;
	border-radius:5px;
}
.inline-items li a:hover {
	background-color:#ffcc00;
	border-radius:5px;
}
.inline-items li.selected > a {
	background-color:#ffcc00;
}
.inline-items li:first-child {
	margin-left: 0;
	border: none;
	padding-left: 0;
	padding-right: 10px;
}

.inline-items li:last-child {
	padding-right: 0;
}
#tour_type, #budget, #phone, #top_link, #top_links
{
	display: block;
}
#bot_link
{
	display: none;
}
#skipTo {
	display: none;
	width:100%;
	height:24px;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	background:#ff0000;
	vertical-align:middle;
	padding:4px;
}

#skipTo li {
	background: #000000;
	padding:2px;
}
/*img{width:100%;}*/
table{margin:0px;padding:0px; float:center;}
table { border-collapse: collapse; }
table tr td, table tr th { padding: 0; vertical-align:top;}

/* MEDIA QUERIES */
@media screen and (min-width: 47.5em ) {
	.leftColumn, .leftColumn1 { margin-right:310px; }

	/*.rightColumn {position: absolute; top: 0; right: 0; width:300px;} */
	.rightColumn { position: absolute; width:300px;}
}
@media screen and (max-width: 320px) {

	html {
		overflow-x:auto;
	}
}
@media screen and (max-width: 780px) {

	.right-tbl {width:100%; max-width:780px; }

	.leftColumn, .leftColumn1 {
		width:100%;
		min-height:300px;
	}
	/*.rmm {
		display:block;
	}*/
	.rightColumn { 
		width:100%;
		position:relative;
	}

	#skipTo {
		display: block;
		z-index: 1;
		position: fixed;
		left: 0px;
		/*top: 0px;*/
		bottom: 0;
	}
	#skipTo a {
		color:#ffffff;
	}

	#tour_img {
		display: none;
	}
	#bot_link {
		display: block;
	}
	#tour_type, #budget, #phone, #top_link, #top_links {
		display: none;
	}

	.sidebar .enquire form .lbl {
		display:block;
		width:25%;
		float:left;
		padding:6px 0;
	}
	.text2 {
		font-size:10px;
	}
	.popular-package-ribbon {
		padding-left:50px;
		padding-right:40px;
	}
	#payment_table, #partner_table, #book_now, #all_city_in_state{
		display:none;
	}
}