/* standard elements */
html {min-height: 100%;}

* {margin: 0px; padding: 0px;}

/* Fix up IE6 PNG Support */
img, #logo { behavior: url(../js/iepngfix.htc); }

a {color: #CB190B; text-decoration: none;}
a:hover {color: #444; text-decoration: underline;}

body {
	background: #e5e5e5 url(../img/pattern_bg.png) repeat left top fixed;
	color: #444;
	font: normal 62.5% Tahoma,sans-serif;
	font-family: Trebuchet MS, Helvetica, sans-serif;
}

::selection {color:#ffffff;background:#cf1b0d;}
::-moz-selection {color:#ffffff;background:#cf1b0d;}

img.start {
position: absolute;
left: 0;
top: 0;
z-index: 10;
}

img.end {
position: absolute;
left: 0;
top: 0;
}

p,code,ul {padding-bottom: 0em;}

li {list-style: none;}

h1 {
	font-family: 'Courgette', cursive;
	font-size: 22px;
	border-bottom: 1px dotted #aeaeae;
	margin-bottom: 20px;
	display: block;
	color: #c41013;
	-webkit-margin-before: 0.67em;
	-webkit-margin-after: 0.67em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #666;
	display: block;
	font: normal 1em Tahoma,sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(../img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h3,h4 {padding-top: 6px;}

h2 {
	padding-top: 6px; 
	cursor:pointer; 
	color: white;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 4px 0 4px 10px; /*header text is indented 10px*/
	cursor: hand;
}	

h2 a {
	text-decoration: none;
	color: #5A5A43;
}	

h2 a:hover {
	text-decoration: none;
	color: #5A5A43;
}	
/* misc */
.clearer {clear: both;}
.left {float: left;}
.right {float: right;}

/* structure */
.container {
	font-size: 1.2em;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 965px;
	background: #fff;
	display: block; 
	overflow: hidden; 
	box-shadow: 0 0 8px #888888;
    -moz-box-shadow: 0 0 8px #888888;
    -webkit-box-shadow: 0 0 8px #888888;
}
.container2 {
	margin: 0 auto;
	padding: 0px 10px 7px 10px;
	width: 965px;
	background: #fff;
	position: relative;
}

.header_link {
	margin: auto;
	width: 965px;
}


/* header */
.top {
	padding: 40px 10px 0;
}

/* title */
.header {
	background: #fff;
	font-size: 1.2em;
	height: 225px;
	margin: 0 auto;
	padding: 10px 10px 0px;
	width: 965px;
	 box-shadow: 0 0 8px #888888;
    -moz-box-shadow: 0 0 8px #888888;
    -webkit-box-shadow: 0 0 8px #888888;
}
.header .left, .header .right {
	background: #A4A4A0;
	color: #FFF;
	height: 225px;	
}
.header .left {
	background: #B3C2C7 url(../img/header.jpg) no-repeat;
	font: normal 2.8em "Trebuchet MS",sans-serif;
	line-height: 225px;
	text-align: center;	
	width: 750px;
}
.header .right {
	overflow: auto;
	width: 212px;
}
.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

.call {
	background:url(../img/telephone_48.png) left no-repeat; 
	height:40px; 
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font: normal 4em "Trebuchet MS",sans-serif;
	overflow:hidden; 
	font-size:14px; 
	color:#cf1b0d; 
	padding-left:41px; 
	padding-right:10px; 
	padding-bottom:5px; 
	padding-top:5px; 
	line-height:18px;
	text-shadow: 1px 1px 3px #fff;
}
.call-text{ padding-left:2px; font-size:12px;}

/* navigation height: 41px;
.navigation {	
	background: #fff url(../img/nav.gif);
	border: 0px solid #D11B0D; 
	height: 30px;
}
.navigation a {
	background: #fff url(../img/nav.gif);
	border-right: 0px solid #9d0d04;
	color: #ffffff;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 30px; 
	padding: 0 20px;
	text-decoration: none;
}
*/
.navigation a:hover {background-position: left bottom; color: #ffffff;}
.navigation .current{background-position: left bottom; color: #ffffff;}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: url(../img/bgmain.gif) repeat-y;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* Accordian Menu */
.arrowlistmenu{
width: 210px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font-size: 1em;
color: #ffffff;
background: black url(../img/titlebar.png) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../img/titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

/*.arrowlistmenu ul li .opensubheader{ 
background: url(../img/nav.gif) repeat center left;
color: #f3f3f3;
}*/

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: url(../img/nav.gif) repeat center left;
color: #ffffff;
}

.subcategoryitems li a{
	background: url(../img/arrow2.gif) no-repeat center left;
	font-size: 12px;
	padding: 5px 0px 5px 5%;
	text-decoration: none;
	width: 95%;
	margin-left: 20px;
}

.subcategoryitems li a:hover{
	color: #b01306;
	background: url(../img/bullet.gif) no-repeat center left;
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 710px;
}
.content .descr {
	color: #664;
	font-size: 0.9em;
	margin-bottom: 6px;
}
.content p {font-family: "Lucida Sans Unicode",sans-serif;}

/* footer */
.footer {
	color: #5b5b5b;
	font: 11px Lucida Sans Unicode,sans-serif;
	text-decoration: none;
	margin: 0 auto;
	height: 59px;
	text-align: center;
	width: 965px;
}
.footer a {
color: #5b5b5b;
text-decoration: none;
}

.footer a:hover {
color: #5b5b5b;
text-decoration: underline;
}

.footer_links a {
color: #5b5b5b;
/*text-decoration: none;*/
padding: 1px 5px;
   display: inline-block;
   transition: background .4s ease-in-out;
   -moz-transition: background .4s ease-in-out;
   -webkit-transition: background .4s ease-in-out;
}

.footer_links a:hover {
color: #fff;
text-decoration: none;
background: #CB190B;
}

img{
border: 0px;
}

/* breadcrumbs - Simple scalable breadcrumb by Veerle Pieters*/
.crumbs {
	height:28px;
	*height:27px;
	width: 100%;
	border:1px solid #dedede;
	background: #fafafa;
	}
.crumbs ul, li {
	list-style-type:none;
	padding:0;
	margin:0;
	}
.crumbs li {
	float:left;
	line-height:2.3em;
	color:#777;
	padding-left:.75em;
	}		
.crumbs li a {
	background:url(../img/crumbs.gif) no-repeat right center;
	display:block;
	padding:0 15px 0 0;
	}							
.crumbs li a:link,
.crumbs li a:visited {
	color:#777;
	text-decoration:none;
	}	
.crumbs li a:hover,
.crumbs li a:focus {
	color:#dd2c0d;
	}		

/*--------------------------*/


/* LiveValidation */
.LV_valid {
    color:#00CC00;
	font-size:10px;
}
	
.LV_invalid {
	color:#CC0000;
	font-size:10px;
}
	
.LV_validation_message{
    margin:0 0 0 5px;
	font-size:10px;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active,
.fieldWithErrors input.LV_valid_field,
.fieldWithErrors textarea.LV_valid_field {
    border: 1px solid #00CC00;
	font-size:10px;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active,
.fieldWithErrors input.LV_invalid_field,
.fieldWithErrors textarea.LV_invalid_field {
    border: 1px solid #CC0000;
	font-size:10px;
}


/* Forms */

label { font-weight: bold; }

input, select {
  width:310px;
  font-size: 10px;
  font-family: "Lucida Sans Unicode",sans-serif;
}

input[type=text], textarea, select {
	font-family: "Lucida Sans Unicode",sans-serif;
	background: #fdfdfd;
    border: 1px solid #DDD;
    border-radius: 0px;
    box-shadow: 0 0 5px #DDD inset;
	-moz-transition: all .2s linear;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
    color: #666;
    padding: 5px 5px;
    outline: none;
}
input[type=text]:focus, textarea:focus
{
  border-color: #888888;
  background: #ffffff;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1),0 0 5px rgba(128,128, 128,0.5);
  outline: none;
}

input.checkbox {
  width:15px;
  background:none;
  border:0;
  
}

input.chk{width:15px;}

input.radio_button {
  width:15px;
  background-color:none;
  border:0;
}

input.mini{
  width:26px; border:none;
  background:#fafafa;
}
input.mini:hover{
  border:0px solid #888888;
}
input.small, select.small { width:41px; }
input.medium, select.medium { width:50px; }
input.big, select.big { width:58px; }
input.half, select.half { width:150px; }
input.large, select.large { width:170px; }
input.xlarge, select.xlarge { width:220px; }
input.extra_large, select.extra_large { width:300px; }

input:hover, textarea:hover, select:hover {
  border:1px solid #888888;
  font-size: 10px;
}

input:active, textarea:active, select:active {
  border:1px solid #888888;
  font-size: 10px;
}

input.submit {
  background:#ffffff url(../images/generic/submitBg.png) -20px 0 no-repeat;
  color:#ffffff;

}
input.submit:hover {
  cursor: pointer;
}

input.iput {
width:50px; height:20px; font-size: 11px; font-family: "Lucida Sans Unicode",sans-serif;
}

input.send{
width:80px;
height:25px;
border:1px solid #df0909; -webkit-border-radius: 0px; -moz-border-radius: 0px;border-radius: 0px;
font-size:12px;
font-family:arial, helvetica, sans-serif; 
padding: 3px 3px 3px 3px; 
text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:bold; color: #FFFFFF;
 background-color: #f62b2b; background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
 background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
 background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
 background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
 background-image: -o-linear-gradient(top, #f62b2b, #d20202);
 background-image: linear-gradient(to bottom, #f62b2b, #d20202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202);
cursor: pointer;
}

input.send:hover{
 border:1px solid #b30808;
 background-color: #e40a0a; background-image: -webkit-gradient(linear, left top, left bottom, from(#e40a0a), to(#9f0202));
 background-image: -webkit-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -moz-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -ms-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -o-linear-gradient(top, #e40a0a, #9f0202);
 background-image: linear-gradient(to bottom, #e40a0a, #9f0202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e40a0a, endColorstr=#9f0202);
}

input.search{
background: url("../img/btn-orange-90-off.gif"); 
width:69px; 
height:24px;
border-style:solid; 
border-width:0px; 
font-weight: bold;
color:#FFFFFF; 
cursor: pointer;
margin-top: 4px;
border-radius: 0px;
}
input.search:hover{
background: url("../img/btn-orange-90-on.gif");  
}

textarea {
  width:310px;
  height: 100px;
  font-size: 10px;
}

textarea.address {
  height: 40px;
}

fieldset {
  background:none;
  padding:2%;
  border:none;
  margin:0;
}

legend {
  font-weight:bold;
  font-size: 120%; 
  letter-spacing: -1px;
  color:#666666;
}


.button
{        
	display: inline-block;
	white-space: nowrap;
	width:110px;
	font-family: "Lucida Sans Unicode",sans-serif;
	font-size: 10px;
	background-color: #ccc;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	background-image: -webkit-linear-gradient(top, #eee, #ccc);
	background-image: -moz-linear-gradient(top, #eee, #ccc);
	background-image: -ms-linear-gradient(top, #eee, #ccc);
	background-image: -o-linear-gradient(top, #eee, #ccc);
	background-image: linear-gradient(top, #eee, #ccc);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
	border: 1px solid #777;
	padding: 0 1.5em;
	margin: 0.5em;
	font: bold 1em/2em Arial, Helvetica;
	text-decoration: none;
	color: #333;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	-moz-border-radius: .2em;
	-webkit-border-radius: .2em;
	border-radius: .2em;
	-moz-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
}

.button:hover
{
	background-color: #ddd;        
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#ddd));
	background-image: -webkit-linear-gradient(top, #fafafa, #ddd);
	background-image: -moz-linear-gradient(top, #fafafa, #ddd);
	background-image: -ms-linear-gradient(top, #fafafa, #ddd);
	background-image: -o-linear-gradient(top, #fafafa, #ddd);
	background-image: linear-gradient(top, #fafafa, #ddd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');        
}

.button:active
{
	-moz-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	-webkit-box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
	position: relative;
	top: 0px;
}

.button:focus
{
	outline: 0;
	background: #fafafa;
}    

.button:before
{
	background: #ccc;
	background: rgba(0,0,0,.1);
	float: left;        
	width: 1em;
	text-align: center;
	font-size: 1.5em;
	margin: 0 1em 0 -1em;
	padding: 0 .2em;
	-moz-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-webkit-box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
	-moz-border-radius: .15em 0 0 .15em;
	-webkit-border-radius: .15em 0 0 .15em;
	border-radius: .15em 0 0 .15em;
        pointer-events: none;        
}

/* Hexadecimal entities for the icons */

.add:before
{
	content: "\271A";
}

.edit:before
{
	content: "\270E";        
}

.delete:before
{
	content: "\2718";        
}

.save:before
{
	content: "\2714";        
}

.email:before
{
	content: "\2709";        
}

.like:before
{
	content: "\2764";        
}

.next:before
{
	content: "\279C";
}

.star:before
{
	content: "\2605";
}

.spark:before
{
	content: "\2737";
}

.play:before
{
	content: "\25B6";
} 

/* images */
img.cities {
	float:left; 
	margin-left:-2px;
	background: #ffffff;
	padding:6px;
	border: 1px solid #dfdfdf;
}

img.latest_img {
	float:left; 
	margin-left:-2px;
	background: #ffffff;
	padding:6px;
	border: 1px solid #dfdfdf;
}
img.ads {
	border: 0px solid #dfdfdf;
	width: 228px;
	height: 157px;
	padding: 7px 5px 7px 5px;
}

.adcontainer {
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 5px 10px 4px;
	width: 965px;
	text-align:center;
   box-shadow:0 0 8px #888888;
   -moz-box-shadow:0 0 8px #888888;
   -webkit-box-shadow:0 0 8px #888888;

}


hr {
background: transparent;
color: transparent;
border-left: none;
border-right: none;
border-top: none;
border-bottom: 1px dotted #9f9f9f;
}

hr.post {
background: transparent;
color: transparent;
border-left: none;
border-right: none;
border-top: 1px solid #a3a09e;
border-bottom: 1px solid #fff;
margin-top:5px;
}

/*===============Package CSS===================*/
.packages {
	width: 100%;
	border-bottom: 1px solid #dedede;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-top: 5px solid #3eb702;
	text-align: left;
	padding: 8px 5px;
}

.package_title {
	font-family: Lucida Sans Unicode,sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.price_txt {
	font-family: Lucida Sans Unicode,sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #CB190B;
}

.days_nights {
	font-family: Lucida Sans Unicode,sans-serif;
	font-size: 12px;
	color: #CB190B;
}

.desc_heading {
	font-family: Lucida Sans Unicode,sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CB190B;
}

.package_text {
	font-family: Lucida Sans Unicode,sans-serif;
	font-size: 11px;
	text-align: left;
	padding:0px 4px 0px 0px;
}
.package_text_price {
	font-family: Lucida Sans Unicode,sans-serif;
	font-size: 11px;
	text-align: left;
	padding:0px 4px 0px 12px;
	border-left: 1px dashed #aeaeae;
}

.price_box {
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #EBEBEB;
	text-align: center;
	padding:10px;
	background: #fbfbfb;
	width:150px;
}

.package_cost {
	font: 16px "Lucida Sans Unicode",sans-serif;
	text-decoration: none;
	color: #CB190B;
	font-weight: bold;
}

.reqular_cost {
	font: 14px "Lucida Sans Unicode",sans-serif;
	color: #aeaeae;
	text-decoration: line-through;
}


.package_id {
	font-family: Lucida Sans Unicode,sans-serif;
	font-size: 11px;	
	color: #8f8f8f;
}

ul.bigbull li{
	background: url(../img/arrow-right.gif) no-repeat top left;
	margin: 0px; 
	padding:0px 0px 0px 15px;	
}

ul.includebull li{
	background: url(../img/arrow-right.gif) no-repeat top left;
	padding:0px 0px 0px 16px;	
}
ul.includebull li{
	padding-bottom: 2px;
}

/*===============Home Page items CSS===================*/
.home_items {
	background: #fafafa 0 0 repeat-x; 
	width: 200px;
	border-left: 1px solid #AFAFAF;
	border-top: 5px solid #CB190B;
	border-right: 1px solid #AFAFAF;
	border-bottom: 1px solid #AFAFAF;
	text-align: left;
	padding: 8px 5px;
}

.home_item_title {
	font-family: Trebuchet MS,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color:#444;
}

.news {
	font-family: Lucida Sans Unicode,sans-serif;
	font-size: 12px;
	color:#ffffff;
}

.blue_back {
	background: url(../img/blue_back.gif) no-repeat;
	padding: 10px;
	width: 340px;
	height: 180px;

}

.green_back {
	background: url(../img/green_back.gif) no-repeat;
	padding: 10px;
	width: 340px;
	height: 180px;
}

.purple_back {
	background: url(../img/purple_back.gif) no-repeat;
	padding: 10px;
	width: 340px;
	height: 233px;
}

.brown_back {
	background: url(../img/brown_back.gif) no-repeat;
	padding: 10px;
	width: 340px;
	height: 233px;
}

.orange_back {
	background: url(../img/orange_back.gif) no-repeat;
	padding: 10px;
	width: 340px;
	height: 180px;

}

.red_back {
	background: url(../img/red_back_large.gif) no-repeat;
	padding: 10px;
	width: 695px;
	height: 180px;

}

.image_slider {
	padding: 0px 5px 0px 0px;
	width: 355px;
	height: 200px;
}

.required {
	font: 12px "Lucida Sans Unicode",sans-serif;
	text-decoration: none;
	color: #cb190b;
}

/*** postarea ***/
#postarea {
  width: 350px;
  float: left;
  padding: 0px;
}
.postcontent {
  border: 1px solid #a3a09e;
  background: #FFF;
  margin: 0px 0px 0px 0px;
  position:relative;
}
.postcontent:hover {
  box-shadow: 0px 0px 5px 0px #aeaeae;
    -moz-box-shadow: 0px 0px 5px 0px #aeaeae;
    -webkit-box-shadow: 0px 0px 5px 0px #aeaeae;
}

.ribbon {
	position:absolute;
	top:-7px;
	right:10px;
}
.ribbon_recommended {
	position:absolute;
	top:160px;
	left:0px;
}
.discount_tag {
	position:absolute;
	top:-5px;
	right:62px;
}
.discount_text {
	position:absolute;
	top:1px;
	right:75px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	width: 50px;
	text-align: center;
	font-family:Arial, Helvetica,sans-serif;
}
.postcontent_in {
  padding: 10px;
  border:1px solid #FFF;
  background: #FFF url(../img/body_bg.jpg) top repeat-x;
  overflow: hidden;
  min-height: 100%;
}
.post {
  line-height: 20px;
 }

/*ID tabs.. */
.usual p, .usual li, .usual ul { width:auto; margin:0; padding:0;}
.usual div { text-align:left; }

.usual {
  background:#ffffff;
  color:#444444;
  padding:15px 20px;
  width:670px;
  margin:8px auto;
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.25);
  -moz-box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 2px 2px rgba(50, 50, 50, 0.25);
}

.usual li { list-style:none; float:left; }
.usual ul a {
  display:block;
  padding:6px 10px;
  text-decoration:none!important;
  margin:1px;
  margin-left:0;
  font: 10px "Lucida Sans Unicode",sans-serif;
  color:#ffffff;
  background:#444;
}
.usual ul a:hover {
  color:#FFF;
  background:#111;
  }
.usual ul a.selected {
  margin-bottom:0;
  color:#444444;
  background:#f5f5f5;
  border-bottom:1px solid #f5f5f5;
  cursor:default;
  }
.usual div {
  padding:10px 10px 8px 10px;
  *padding-top:3px;
  *margin-top:-15px;
  clear:left;
  background:#f5f5f5;
  font:12px "Lucida Sans Unicode",sans-serif;
  text-align: justify;
}

.usual div a {
	font: 12px "Lucida Sans Unicode",sans-serif;
	text-decoration: none;
	color: #cb190b;
}
.usual div a:hover {
	text-decoration: underline;
}

/*States/Cities Navigation */
.state_cities_nav {
  color:#444444;
  padding:15px 20px;
  width:670px;
  border:1px solid #dedede;
  margin:8px auto;
}


/*Google Translator CSS */
#google_translate_element select { 
width:180px;
font-size: 10px;
} 

#google_translate_element select:hover {
  font-size: 10px;
 }

.combo4{ 
width:180px;
font-size: 10px;
} 

optgroup.red {background-color: #aeaeae; color: white;}
option.red {background-color: red; color: white;}
option.pink {background-color: #ffcccc;}


/*Random Text on Homepage*/
.gallerycontroller{
width: 'auto';
}

.gallerycontent{
width: 'auto';
height: 'auto';
padding: 0px;
display: block;
}

/*Pagination*/
#tnt_pagination {
	display:block;
	text-align:center;
	height:22px;
	line-height:21px;
	clear:both;
	padding-top:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

#tnt_pagination a:link, #tnt_pagination a:visited{
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#cf1b0d;
	width:22px;
	font-weight:normal;
}

#tnt_pagination a:hover {
	background-color:#ffdbd8;
	border:1px solid #cf1b0d;
	color:#cf1b0d;
}

#tnt_pagination .active_tnt_link {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #890e05;
	margin-left:10px;
	text-decoration:none;
	background-color:#cf1b0d;
	color:#fff;
	cursor:default;
}

#tnt_pagination .disabled_tnt_pagination {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color:#F5F5F5;
	color:#D7D7D7;
	cursor:default;
}

/*Star rating*/
.classification { 
	position: relative;
	width: 91px;
	height: 17px;
}
.classification .cover {
	position: absolute;
	background: transparent url(../img/stars.png) top left no-repeat;
	top: 0px;
	left: 0px;
	width: 91px;
	height: 17px;
	z-index: 101;
}
.classification .progress {
	position: absolute;
	background: transparent url(../img/stars_full.png) top left no-repeat;
	top: 0px;
	left: 0px;
	height: 17px;
	z-index: 102;
}

/*#########  Top Navigation #########  */
.ddtop{
background: #e5e5e5; 
position: absolute;
font: 11px "Trebuchet MS", Helvetica, sans-serif;
color: #7f7f7f;
z-index:1000;
width: 100%;
height: 30.5px;
margin: 0px; padding: 0px;
box-shadow: 0 0 8px #888888;
-moz-box-shadow: 0 0 8px #888888;
-webkit-box-shadow: 0 0 8px #888888;
}

.ddtop ul{
background: #e5e5e5; /*background of menu items (default state)*/
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
padding: 6px 10px;
}

/*Top level list items*/
.ddtop ul li{
background: #e5e5e5; /*background of menu items (default state)*/
display: inline;
padding: 6px 10px;
}

.ddtop ul li a{
background: #e5e5e5; /*background of menu items (default state)*/
border-right: 0px solid #aeaeae;
color: #cf1b0d;
text-decoration: none;
}

.ddtop ul li a:hover{
text-decoration: underline;
}

*html .ddtop ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

/* Holly Hack for IE \*/
*html .ddtop{height: 1%;} /*Holly Hack for IE7 and below*/


/*######### Google Custom Search Button ######### */ 
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
border-color: #D9D9D9 !important;
font-size: 10px !important;
}
input.gsc-search-button, input.gsc-search-button:focus {
border-color: #cf1b0d !important;
width: 10px;
background: #cf1b0d url('http://thetourplanners.com/img/nav.gif') repeat scroll 0% 0%  !important;
}
input.gsc-search-button:hover {
border-color: #aa1e14 !important;
background: none repeat scroll 0% 0% #aa1e14 !important;
}
.gsc-input input.gsc-input {
background: none repeat scroll 0% 0% white !important;
font-size: 12px !important;
}


/*######### Testimonials ######### */ 

/*next button*/
.bx-next {
	position:absolute;
	top:5%;
	right: -40px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(../img/gray_next.png) no-repeat 0 -30px;
}

/*previous button*/
.bx-prev {
	position:absolute;
	top:5%;
	left: -40px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(../img/gray_prev.png) no-repeat 0 -30px;
}

/*pager links*/
.bx-pager a {
	margin-right: 5px;
	color: #fff;
	padding: 3px 8px 3px 6px;
	font-size: 12px;
	zoom:1;
	background: url(../img/gray_pager.png) no-repeat 0 -20px;
}

/*auto start button*/
.bx-auto .start {
	background: url(../img/gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
.bx-auto .stop {
	background: url(../img/gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}


/*
 * End color scheme styles
 */


/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
}

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
}

/*pager wrapper*/
.bx-pager {
	text-align:center;
	padding-top: 7px;
	font-size:12px;
	color:#666;
}

/*captions*/
.bx-captions {
	text-align:center;
	font-size: 12px;
	padding: 7px 0;
	color: #666;
}

/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}

.bx-auto a {
	color: #666;
	font-size: 12px;
}

#slider1 em
{
	font-style: normal; 
	color:#808080;
    padding-top:10px;
    display:block;
	font-weight: bold;
}



/* Basic jQuery Slider essential styles */

ul.bjqs{position:relative; list-style:none;padding:0;margin:0;overflow:hidden; display:none;}
li.bjqs-slide{display:none;position:absolute;}

ul.bjqs-controls{list-style:none;margin:0;padding:0;z-index:9999;}

ol.bjqs-markers{list-style:none;margin:0;padding:0;z-index:9999;}
ol.bjqs-markers li{float:left;}

p.bjqs-caption{display:block;width:96%;margin:0;padding:2%;position:absolute;bottom:0;}

/* demo styles */
#banner {
  height:225px;
  width:700px;
  margin:0 auto;
  position:relative;
}

#banner em
{
	font-style: normal; 
	color:#808080;
    padding-top:10px;
    display:block;
	font-weight: bold;
}

 ul.bjqs-controls li a{
  display:block;
  position:absolute;
  color:#fd0100;
  text-decoration:none;
  text-transform:uppercase;
}

a.bjqs-next {
	position:absolute;
	top:0%;
	right: -40px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(../img/gray_next.png) no-repeat 0 -30px;
}

/*previous button*/
a.bjqs-prev {
	position:absolute;
	top:0%;
	left: -40px;
	z-index:999;
	width: 30px;
	height: 30px;
	text-indent: -999999px;
	background: url(../img/gray_prev.png) no-repeat 0 -30px;
}

.bjqs-next:hover,
.bjqs-prev:hover {
	background-position: 0 0;
}


 p.bjqs-caption{
  background:rgba(0,0,0,0.7);
  color:#fff;
  text-align:center;
}

 ol.bjqs-markers{
  position:absolute;
  bottom:-50px;
}

 ol.bjqs-markers li{
  float:left;
  margin:0 3px;
}

 ol.bjqs-markers li a{
  display:block;
  height:10px;
  width:10px;
  border:4px solid #fff;
  overflow:hidden;
  text-indent:-9999px;
  background:#000;
  border-radius:10px;
  box-shadow:0 0 50px rgba(0,0,0,0.5);
}

ol.bjqs-markers li.active-marker a{
  background:#fd0100;
}

/* Scroll to top */
.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 50px;
    right: 80px;
    display: none;
    text-indent: -9999px;
    background: url('../img/scroll-top.png') no-repeat;
    background-color: transparent;
	opacity: 0.4;
    filter: alpha(opacity=40);
}
.scrollup:hover{
	opacity: 0.7;
    filter: alpha(opacity=70);
}

/* Mascot */
.mascot {
	width:154px; 
	height:345px;
	bottom: 0px;
	left: 0px;
	position: fixed;
    background: url('../img/toby_mascot.png') no-repeat;
	cursor: default;
}

/*.xmas {
	width:183px; 
	height:225px;
	bottom: 0px;
	right: 0px;
	position: fixed;
    background: url('../img/snow_man.png') no-repeat;
	cursor: default;
}*/

/*Pace - Page Loading Bar */
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #cb190b;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}