/* CSS Document */
/* ORIGINAL 
-----------------------------------*/

TABLE.top_yellow {
background: url("../images/lead_yellow_fade.gif"/*tpa=http://www.samy.com/images/lead_yellow_fade.gif*/) repeat-x;
margin:0px;
padding:0px;
}

TABLE.top_yellow TD.search {
padding:0px;
padding-left: 10px; 
margin:0px; 
background: url("../images/main_nav_fade6.gif"/*tpa=http://www.samy.com/images/main_nav_fade6.gif*/) repeat-x;
border-bottom: solid 5px #ff6600;
border-top: solid 1px #ccc;
}

TABLE.top_yellow td.search2 {
padding-left: 10px; 
padding-right: 0px;
padding-top: 0px;
margin:0px;
background: url("../images/main_nav_fade6.gif"/*tpa=http://www.samy.com/images/main_nav_fade6.gif*/) repeat-x;
border-bottom: solid 5px #ff6600;
border-top: solid 1px #ccc;
}

#mainnav{
margin-left: 0px;
margin-bottom:0px;
padding: 0px;
width: 734px;
voice-family: inherit;
border-top:solid 1px #ccc;
/* height:32px;*/
float:left;
}

.menu ul{
list-style-type:none;
padding:0;
margin:0;
border-bottom: solid 0px #ccc;
}

/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:1;
}

/* style all the links */
.menu a.gray, .menu a.gray:visited {
display:block;
font:8pt  Arial, Helvetica, San Serif;
width:103px;
padding-top:12px;
padding-bottom:6px;
padding-left:0px;
padding-right:0px;
color:#000;
background: url("../images/main_nav_fade5.gif"/*tpa=http://www.samy.com/images/main_nav_fade5.gif*/) no-repeat;
text-decoration:none;
text-transform:uppercase;
text-align:center;
border-bottom: solid 5px #ff6600;
margin:0px;
}

li#dest a.plus, li#dest a.plus:visited {
display:block;
font:8pt  Arial, Helvetica, San Serif;
width:115px;
padding-top:12px;
padding-bottom:6px;
padding-left:0px;
padding-right:0px;
color:#000;
background:url("../images/dest_plus2.gif"/*tpa=http://www.samy.com/images/dest_plus2.gif*/) no-repeat;
text-decoration:none;
text-transform:uppercase;
text-align:left;
border-bottom: solid 5px #ff6600;
margin:0px;
}

li#dest a.plus:hover{
color:#ff6600;
background:#ffffff url("../images/dest_minus1.gif"/*tpa=http://www.samy.com/images/dest_minus1.gif*/) no-repeat;
}

#selected {
color:#ff6600;
font-weight:bold;
border-bottom: solid 5px #ffffff;
}
li#dest a#selected {
color:#ff6600;
background:url("../images/dest_plus1.gif"/*tpa=http://www.samy.com/images/dest_plus1.gif*/) no-repeat;
border-bottom: solid 5px #ffffff;
}

li#dest a#selected:hover {
background:url("../images/dest_minus1.gif"/*tpa=http://www.samy.com/images/dest_minus1.gif*/) no-repeat;
}

#traveldeals a {
	font-weight:bold;
	color:#f60;
	width:104px;

}

/*no background for submenu*/
.menu a.nobg, .menu :visited {
display:block;
font: 8pt  Arial, Helvetica, San Serif;
width:111px;
_width:113px; /* show to IE */
padding:7px 1px;
color:#000;
background:#ffffff;
text-decoration:none;
text-transform:uppercase;
margin-right:1px;
text-align:center;
}

.menu a.nobg:hover {
color:#ff6600;
}

/* style the links hover */
.menu a.gray:hover{
color:#ff6600;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:115px;
height:0;
}

.menu ul li ul#submenu {
margin:0;
}
/* make the sub level visible on hover list or link */
.menu ul li ul#submenu li {
padding:0px;
border-right: solid 1px #ccc;
border-left: solid 1px #ccc;
border-bottom: solid 1px #ccc;
background: #ffffff;
}

div.gray {
padding:0px;
margin:0px;
width:100%;
height:100%;
background: url("../images/main_nav_fade6.gif"/*tpa=http://www.samy.com/images/main_nav_fade6.gif*/) repeat-x;
border-bottom: solid 5px #ff6600;
border-top: solid 1px #ccc;
}


/* FOOTER - added 12/10/08 by btc before css cleanup begins */

/* li#traveldeals-footer a {
	color:#f60;
	font-weight:bold;
}

*/
/* comment out to here? */

#header-wrapper #menu ul li {
	position:relative;
	z-index:2000;
}

#top-nav-header {
	background: url("../images/lead_yellow_fade.gif"/*tpa=http://www.samy.com/images/lead_yellow_fade.gif*/) repeat-x left bottom;
	width:100%;
}

#header-wrapper #header-logo {
	float:left;
	width:239px;
	text-align:center;
}

#header-wrapper #header-logo img {
	display:block;
	margin:5px auto;
}

#header-wrapper #header-ad {
	float:left;
	margin:5px auto;
}

#header-wrapper #navigation {
	background: url("../images/main_nav_fade6.gif"/*tpa=http://www.samy.com/images/main_nav_fade6.gif*/) repeat-x;
	border-bottom: solid 1px #f60;
	width:100%;
	min-height:35px;
	_height:35px;
	z-index:1000;
}

#header-wrapper #menu {
	position:relative;
	float:left;
	width:800px; 
}
#header-wrapper #menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

#header-wrapper #menu ul li {
	position:relative;
	float:left;
	border-right:1px #ccc solid;
	margin:10px 0;
	padding:0;
	z-index:2000;
}
#header-wrapper #menu ul li#subnav-div a img {
	float:left;
	margin-left:8px;
	margin-right:-4px;
	margin-top:2px;
}

#header-wrapper #menu ul li a {
	padding:0 8px;
	color:#000;
	font-family: Arial, Helvetica, San Serif;
	font-size:11px;
	text-transform:uppercase;
}


#header-wrapper #menu ul li a:hover {
	color:#f60;
}
#header-wrapper #menu ul li a.gray {
}
#header-wrapper #menu ul li a#selected,
#header-wrapper #menu ul li a.selected {
	color:#ff6600;
	font-weight:bold;
	border-bottom:1px #fff solid;
}

#header-wrapper #menu a#traveldeals {
	font-weight:bold;
	color:#f60;
}

#header-wrapper #menu ul li ul.sub-nav {
	position:absolute;
	top:24px;
	left:0;
	background:#fff url("../images/main_nav_fade6.gif"/*tpa=http://www.samy.com/images/main_nav_fade6.gif*/) repeat-x 5px top;
	border-right:1px #ccc solid;
	border-bottom:1px #ccc solid;
	border-left:1px #ccc solid;
	padding-bottom:20px;
	width:200px;
	z-index:1000;
	
}
#header-wrapper #menu ul li ul.sub-nav li {
	float:none;
	background: #fff;
	border-right:0;
	margin:0;
	padding:5px 10px;
}
#header-wrapper #menu ul li ul.sub-nav a {
	margin:0;
	padding:0;
	text-transform:none;
}

#header-wrapper #menu ul li ul#subnav-trip-ideas {
}

#header-wrapper #header-search {
	float:right;
}

#header-wrapper #header-search form {
	width:170px; 
	margin:0;
	padding:0;
}

#header-wrapper #header-search input {
	float:left;
	display:inline;
	margin:5px 5px 0 0;

}
	
#header-wrapper #header-search input#search-q {
	font-size:11px;
	width:100px;
	margin:8px 0 0 0;
	padding:0;
	}

#header-wrapper #header-search  #search-input {
	margin:4px;
	padding:0;
}
