/* 	Tour East Holidays
	Created: June 27, 2008 */
	
/* Global Styles */
	
body { background:url(../images/bg-greylines.png) repeat; font-family:Arial, Helvetica, sans-serif; line-height:18px; margin:0; text-align:center; }
h1 { color:#2765a5; font-size:18px; display:inline; font-family:Arial, Helvetica, sans-serif; line-height:30px; font-weight:normal; padding:0 0 5px 0; }
h3 { display:inline; line-height:18px; padding-top:0; margin-top:0; }
p { padding:5px 0 5px 0; }
hr { display:block; background:#ccc; border:0; color:#ccc; border-collapse:collapse; height:1px; }
#hide { display:none; }

/* Layout */

#header {
	margin:0;
	width:835px;
	height:72px;
	}
	
#header-container {
	width:835px;
	height:72px;
	padding:0px;
	position:relative;
	margin:0 auto;
	top:0px;
	}
	
#white-container {
	BORDER-RIGHT: #adadad 2px solid; PADDING-RIGHT: 0px; BORDER-TOP: #dbdbdb 0px solid; PADDING-LEFT: 0px; BACKGROUND: #fff; PADDING-BOTTOM: 9px; MARGIN: 0px auto; OVERFLOW: hidden; BORDER-LEFT: #adadad 2px solid; WIDTH: 835px; PADDING-TOP: 9px; BORDER-BOTTOM: #adadad 2px solid
}
	
#container {	
	width:835px;
	background:#fff;
	border:1px solid #adadad;
	border-top:0;
	padding:0 0px 0px 0px;
	position:relative;
	margin:0 auto;
	
	overflow:hidden;
	}
	
#inner-container {
	background:#fff;
	margin:0 auto;
	overflow:hidden;
	}
	
#navigation {
	
	
	width:830px;
	height:41px;
	font-size:12px;
	border:1px solid #888;
	background:#99CC33;
	
	}
	
#navigation-mar {	
	float:left;
	width:709px;
	height:41px;
	font-size:12px;
	border:1px solid #888;
	background:#99CC33;
	
	}
	#mar {
	float:right;
	width:120px;
	height:38px;

border:1px solid #888;
	
	}

/* Buttons */

	
#navigation a {
	display:block;
	float:left;
	font-weight:bold;
	border-right:1px solid #888;
	color:#fff;
	text-decoration:none;
	padding:12px;
	height:17px;
	}
	
#navigation a:hover {
	background:#666;
	}
	
#navigation a.current {
	background:#666;
	}
	
#navigation-mar a {
	display:block;
	float:left;
	font-weight:bold;
	border-right:1px solid #888;
	color:#fff;
	text-decoration:none;
	padding:12px;
	height:17px;
	}
	
#navigation-mar a:hover {
	background:#666;
	}
	
#navigation-mar a.current {
	background:#666;
	}