body {
	margin:0px;
	padding:0px;
	color:#646464;
	font-family:sans-serif, Arial, Helvetica;
	font-size:12px;
	line-height:18px;
	text-decoration:none;
	}

img {
	border:none;
	}

#wrap {
	width:930px;
/*	background-image:url('../images/wrap.png'); */
	margin:0px auto;
	padding:0px;
	}

/************************************************
*	Text									*
************************************************/

h1 {
	color:#77548e;
	font-size:20px;
	line-height:1.3em;
	font-weight:normal;
	}

h2 {
	color:#77548e;
	text-transform:uppercase;
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	}

h3 {
	color:#77548e;
	font-size:18px;
	line-height:21px;
	font-weight:normal;
	}

h4 {
	color:#77548e;
	text-transform:uppercase;
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	}

th, td {
	color:#646464;
	font-size:12px;
	line-height:16px;
	text-decoration:none;
	}

p {
	color:#646464;
	font-size:13px;
	line-height:1.5em;
	text-decoration:none;
	}

a {
	color:#646464;
	font-size:12px;
	text-decoration:underline;
	line-height:16px;
	}

a:hover {
	color:#000000;
	}
	
ol li {
	margin-left:30px;
	}
	
ol ol li {
	list-style-type:upper-alpha;
	margin-left:20px;
	}

.highlight {
	border-top:thin dashed #CCCCCC;
	border-bottom:thin dashed #CCCCCC;
	background-color:#F2F2F2;
	}

.price {
	color:#77548e;
	text-transform:uppercase;
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	}

.promo {
	color:#77548e;
	text-transform:uppercase;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	}
	
.disclaimer {
	font-size:9px;
	line-height:12px;
	}

/************************************************
*	Header									*
************************************************/

#header {
	margin:o;
	width:900px;
	height:113px;
	z-index:1000;
	position: relative;
	}

#plus1 {
	position: absolute;
	left: 210px;
	top: 45px;
}

#header_bg{
	width:900px;
	height:189px;
	margin:0px;
	position:relative;
}

#header_left{
	position:absolute;
	left:20px;
	top:70px;
	padding: 11px 30px;
	font-size:55px;
	letter-spacing:-2px;
	color:#5a595a;
}
#header_content{
	position:absolute;
	left:369px;
	top:30px;
	padding: 11px 30px;
	font-size:15px;
	letter-spacing:1px;
	color:#fff;
	border-left:1px solid #fff;
}
#header_content a{
	color:#fff;
	text-decoration:none;
}

#header_right{
	position:absolute;
	left:760px;
	top:70px;
}

#header_bg_default{
	width:900px;
	background-color:#fff;
	height:150px;
	margin:0px;
	position:relative;
}

#header_left_default{
	position:absolute;
	left:20px;
	top:42px;
	width:450px;
	padding: 15px 20px;
	font-size:49px;
	letter-spacing:-2px;
	color:#5a595a;
}

#header_content_default{
	position:absolute;
	left:440px;
	top:20px;
	padding: 11px 30px;
	font-size:15px;
	letter-spacing:1px;
	color:#5a595a;
	background-color:#fff;
	border-left:1px solid #5a595a;
}

#header_content_default a{
	color:#5a595a;
	text-decoration:none;
}

#header_right_default{
	position:absolute;
	left:760px;
	top:50px;
}


/************************************************
*	Nav									*
************************************************/

#nav {
	width:900px;
	margin:0px auto;
	padding:0px;
	z-index:10;
	}

.nav{
	width:900px;
	height: 40px;
	margin:0px auto;
	}

.nav:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

.nav ul{
	width:900px;
	background-image: none;
background:  #BD0707;
	padding: 8px 0px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	}

.nav ul li{
	display: inline;
	}

.nav a{
	font-size:16px;
	line-height:1.5;
	text-decoration:none;
	}

.nav a:hover{
	text-decoration:none;
	}

.nav ul li a{
	color: #fff;
	padding: 10px 10px;
	margin: 0;
	text-decoration: none;
	}

.nav ul li a:hover{
	background:#ffffff url('../images/navbg_over.png') repeat-x; /*THEME CHANGE HERE*/
	color: #430000;
	border-top:1px #c5c5c5 solid;
	text-shadow: none;
	}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #c5c5c5; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-size:16px;
	line-height:16px;
	z-index:100;
	background-color: white;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	opacity: 0.9;
	width: 200px;
	visibility: hidden;
	}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid #c5c5c5; /*THEME CHANGE HERE*/
	padding: 5px 4px;
	text-decoration: none;
	color: #333333;
	}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #333333;
	color:#fff;
	text-decoration:none;
	}

/************************************************
*	Content									*
************************************************/

#content {
	text-align:left;
	width:900px;
	padding:0px;
	margin:0px auto;
	}

/************************************************
*	Content Left							*
************************************************/

#contentleft {
	float:left;
	text-align:left;
	width:685px;
	padding:0px 0px 20px 0px;
	margin:0px;
	}

#contentleft h1 {
	padding:10px 30px 0px 30px;
	}

#contentleft h2 {
	padding:10px 30px 0px 30px;
	color:#77548e;
	text-transform:uppercase;
	font-size:18px;
	line-height:18px;
	font-weight:normal;
	}

#contentleft h4 {
	padding:10px 30px 0px 30px;
	}

#contentleft h3 {
	padding:10px 30px 0px 30px;
	}

#contentleft table {
	margin:10px 30px 30px 30px;
	padding:15px;
	border:1px #c5c5c5 solid;
	background-color:#f4f4f4;
	}

#contentleft th {
	padding:10px 15px;
	border-bottom:1px #c5c5c5 solid;
	}

#contentleft td {
	padding:10px 15px;
	}

#contentleft p {
	padding:0px 30px 5px 30px;
	}
	
#contentleft .oddrow {
	background-color:#ececec;
	}

#contentleft_header {
	height:265px;
	padding:0px 310px 0px 30px;
	}

#contentleft_header h1 {
	font-size:32px;
	line-height:34px;
	padding:55px 0px 20px 0px;
	margin:0px;
	letter-spacing:-1px;
	font-weight:normal;
	color:#ffffff;
	}

#contentleft_header p {
	font-size:16px;
	line-height:22px;
	padding:0px 0px 20px 0px;
	margin:0px;
	color:#ffffff;
	}
	
#contentleft_header small {
	font-size:9px;
	line-height:12px;
	color:#ffffff;
	margin:0px;
	}
	
/************************************************
*	Hotlist										*
************************************************/

.hotlist1{
	float:left;
	text-align:left;
	width:228px;
	padding:0px;
	border-right:1px solid #dadada;
	}

.hotlist2{
	float:left;
	text-align:left;
	width:227px;
	padding:0px;
	border-right:1px solid #dadada;
	}

.hotlist3{
	float:left;
	text-align:left;
	width:228px;
	padding:0px;
	}

#hotlist h3{
	font-size:13px;
	line-height:14px;
	font-weight:bold;
	background:url('../images/navbg_over.png') repeat-x;
	margin:0px;
	}

#hotlist a{
	text-decoration:none;
	}

#hotlist a:hover{
	text-decoration:underline;
	}

/************************************************
*	Content Wide							*
************************************************/

#contentwide {
	float:left;
	text-align:left;
	width:900px;
	padding:0px;
	}

#contentwide h1 {
	padding:10px 30px 0px 30px;
	}

#contentwide h2 {
	padding:10px 30px 0px 30px;
	}

#contentwide h3 {
	padding:0px;
	}

#contentwide table {
	margin:10px 30px;
	padding:10px 20px;
	border:1px #c5c5c5 solid;
	background-color:#f4f4f4;
	}

#contentwide th {
	padding:10px 15px;
	border-bottom:1px #c5c5c5 solid;
	}

#contentwide td {
	padding:10px 15px;
	}

#contentwide p {
	padding:0px 30px;
	}

#contentwide ul {
	margin-left:20px;
	}

#contentwide li {
	color:#646464;
	padding:0px 30px 0px 5px;
	}

/************************************************
*	Tour Listings							*
************************************************/

#tourlistings {
	float:left;
	text-align:left;
	width:900px;
	padding:0px 0px 20px 0px;
	}

#tourlistings h1 {
	padding:10px 30px 0px 30px;
	}

#tourlistings h2 {
	padding:10px 30px 0px 30px;
	}

#tourlistings h3 {
	padding:0px;
	}

#tourlistings table {
	margin:0 0 0 20px;
	padding:0;
	border:none;
	background-color:#fff;
	}

#tourlistings table table {
	margin:0;
	padding:0;
	border:1px #c5c5c5 solid;
	background-color:#f4f4f4;
	}

#tourlistings th {
	padding:15px;
	border-bottom:1px #c5c5c5 solid;
	}

#tourlistings img {
	border:1px #c5c5c5 solid;
	}

#tourlistings td {
	padding:10px 10px;
	}

#tourlistings table table td {
	width:150px;
	height:200px;
	}

#tourlistings p {
	padding:0px 30px;
	}

#tourlistings ul {
	margin-left:20px;
	}

#tourlistings li {
	color:#646464;
	padding:0px 30px 0px 5px;
	}


/************************************************
*	Content Right								*
************************************************/

#contentright {
	float:left;
	text-align:left;
	border-left:1px #c5c5c5 solid;
	border-bottom:1px #c5c5c5 solid;
	background-color:#f4f4f4;
	width:214px;
	padding:0px 0px 15px 0px;
	}

#contentrightfvreb {
	float:left;
	text-align:left;
	border-bottom:1px #c5c5c5 solid;
	background-color:#f4f4f4;
	width:214px;
	padding:0px 0px 15px 0px;
	}

#contentrightfvreb h1 {
	color:#77548e;
	font-size:14px;
	padding:0px 10px 0px 10px;
	}

#contentright h1 {
	color:#77548e;
	font-size:14px;
	padding:0px 10px 0px 20px;
	}

#contentright h2 {
	padding:10px 10px 0px 20px;
	}

#contentright h3 {
	font-size:13px;
	line-height:14px;
	font-weight:bold;
	margin:0px;
	margin-bottom: -10px;
	padding: 10px 10px 0px 25px;
	}

#contentright th, td {
	padding:10px 10px;
	}

#contentright p {
	padding:0px 10px 0px 20px;
	}

#contentright img {
	border:1px #c5c5c5 solid;
	}

/************************************************
*	Footer									*
************************************************/

#footer {
	clear:both;
	width:870px;
	height:48px;
	margin:0px 15px;
	border-top:8px #CCCCCC solid;
	background-color:#a7a7a7;
	padding:8px 15px 0px 15px;
	}

#footer p {
	color:#FFFFFF;
	font-size:9px;
	line-height:13px;
	text-decoration:none;
	}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
	}

#footer a:hover {
	text-decoration:underline;
	}

.footerleft {
	width:740px;
	float:left;
	text-align:left;
	}

.footerright {
	width:102px;
	float:left;
	text-align:left;
	}

#bottom {
	width:930px;
	height:25px;
	margin:0px auto;
	background-image:url('../images/bottom.png');
	clear:both;
	}
	
#searchwrap iframe {
height: 500px;
	
zoom: 1;
	
	}
.home #hotlist h1 {
 padding-left: 80px;
}


#options {
float: left;

}

#clear {
clear: both;	
}

.home div#contentleft {
padding-bottom: 0px;	
}
#optionwrap > div  {
position: relative;
float: left;
	margin-top: 32px;
}
#optionwrap > div span {
position: absolute;
left: 70px;
	top: -15px;
	overflow: visible;
	width: 220px;
	z-index: 20;
}
#optionwrap > div {
cursor: pointer;	
}
#optionwrap > div img {

}
#spans {
width: 800px;	
}
#spans span {
float: left;
display: block;	
width: 200px;


}
#optionwrap .initialize {
font-size: 25px;
color: #77548e;	
}
#optionwrap .initialize img {
height: 180px;
width: 245px;	
}

.home {
	
}
#hotlist h1 {
text-transform: uppercase;	
}

#searchwrapper{
	position: relative;
	left: 380px;
}
.autosuggest
{
	
	padding: 5px;
	position:relative;
}
input#suggest {
	 width:299px;
height: 26px;
}
#suggestions
{
	position:absolute;
	list-style:none;
	margin:0;
	padding:0;
	width:322px;
	display:none;
	background-color:#fff;
	top:29px;
	left:-1px;
	border-top: 1px solid #f0f0f0;
}
#suggestions li
{
	cursor:pointer;
	padding:5px;
	border-right:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
	border-left:1px solid #f0f0f0;
	
}
.active
{
	background-image: url(submit.gif);
	background-repeat: repeat-x;
	color:#fff;
}
#suggestions li:hover {
	background-image: url(submit.gif);
	background-repeat: repeat-x;
	color:#fff;
}
#error
{
	top:25px;
	font-weight:bold;
	color:#ff0000;
}
#loader
{
	position:absolute;
	top:4px;
	right:55px;
	display:none;
}#submitagent {
		 border: medium none;
    color: #000000;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
     height: 21px;
    padding: 2px 2px 5px 4px;
	border-radius: 3px;
    position: absolute;
    right: 3px;
    top: 4px;
    background-repeat: none;
	font-size: 11px;
	background: rgb(242,242,242); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgb(242,242,242) 0%, rgb(204,204,204) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(242,242,242)), color-stop(100%,rgb(204,204,204))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(242,242,242) 0%,rgb(204,204,204) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(242,242,242) 0%,rgb(204,204,204) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(242,242,242) 0%,rgb(204,204,204) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgb(242,242,242) 0%,rgb(204,204,204) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
	 text-shadow: 0 1px rgba(255, 255, 255, 0.75);
	  color: #777;
	  text-transform:uppercase;
}
#submitall {
	   	 border: medium none;
    color: #000000;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
     height: 21px;
    padding: 2px 2px 5px 4px;
	border-radius: 3px;
    position: absolute;
    right: 3px;
    top: 4px;
    background-repeat: none;
	font-size: 11px;
	background: rgb(242,242,242); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgb(242,242,242) 0%, rgb(204,204,204) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(242,242,242)), color-stop(100%,rgb(204,204,204))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(242,242,242) 0%,rgb(204,204,204) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(242,242,242) 0%,rgb(204,204,204) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(242,242,242) 0%,rgb(204,204,204) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgb(242,242,242) 0%,rgb(204,204,204) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
	 text-shadow: 0 1px rgba(255, 255, 255, 0.75);
	  color: #777;
	  text-transform:uppercase;
	 
}
#submitcity {
		 border: medium none;
    color: #000000;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
     height: 21px;
    padding: 2px 2px 5px 4px;
	border-radius: 3px;
    position: absolute;
    right: 3px;
    top: 4px;
    background-repeat: none;
	font-size: 11px;
	background: rgb(242,242,242); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgb(242,242,242) 0%, rgb(204,204,204) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(242,242,242)), color-stop(100%,rgb(204,204,204))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(242,242,242) 0%,rgb(204,204,204) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(242,242,242) 0%,rgb(204,204,204) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(242,242,242) 0%,rgb(204,204,204) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgb(242,242,242) 0%,rgb(204,204,204) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
	 text-shadow: 0 1px rgba(255, 255, 255, 0.75);
	  color: #777;
	  text-transform:uppercase;
	
}
#submitaddress {
		 border: medium none;
    color: #000000;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
     height: 21px;
    padding: 2px 2px 5px 4px;
	border-radius: 3px;
    position: absolute;
    right: 3px;
    top: 4px;
    background-repeat: none;
	font-size: 11px;
	background: rgb(242,242,242); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2NjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgb(242,242,242) 0%, rgb(204,204,204) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(242,242,242)), color-stop(100%,rgb(204,204,204))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgb(242,242,242) 0%,rgb(204,204,204) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgb(242,242,242) 0%,rgb(204,204,204) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgb(242,242,242) 0%,rgb(204,204,204) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgb(242,242,242) 0%,rgb(204,204,204) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#cccccc',GradientType=0 ); /* IE6-8 */
	 text-shadow: 0 1px rgba(255, 255, 255, 0.75);
	  color: #777;
	  text-transform:uppercase;
	
}
input#suggest {
height: 20px;
	width: 300px;
	font-size: 15px;
border: 0px;
}
#search {
	width: 320px;
	margin-left: 160px;
		border: 1px solid #d2d2d2;
		border-radius: 3px;
}
#options {
float: left;
width: 75px;
}
#tabs {
	list-style: none;
	position: absolute;
	top: -25px;
	cursor: pointer;
	margin: 0;
	padding: 0;
	left: 160px;
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
}

#option {
	padding-left: 25px;
	padding-top: 4px;
	display: block;
	background-image:url(images/searchalltours.png);
	background-repeat: no-repeat;
	height: 21px;
	
	
}
.opened {
background-position: 0px -28px;	
}
#tabs li {
	float: left;
	padding: 0px 8px;
	height: 20px;

	color: #000;
	
	
}
#tabs li:hover {

	text-decoration: underline;

}
#tabs li.activelist {

color: #77548e;

}
input[type="submit"]:hover {
background-color: #E00;
color: #fff;	
} 
#submitaddress:hover, #submitagent:hover, #submitcity:hover, #submitall:hover {
	background-color: #f5f5f5;
}
#nojavascript {
background-image:url(../images/nojavascript.gif);	
position: fixed;
background-position: center center;
background-repeat: no-repeat;
background-color: #000;
width: 100%;
height: 100%;
z-index: 10000;

}

#overlay {
width: 100%;
position: fixed;
top: 0;
height: 48px;
padding-top: 20px;
color: #fff;
font-size: 18px;
z-index: 50000;
background-image:url(../images/notification.png);
text-align: center;	
}

#agentToolsHook {
	position: relative;
}
#agentToolsWrap {
  height: 150px;
  position: absolute;
  right: -30px;
  top: -104px;
  width: 30px;
  z-index: 1000;
}