@charset "UTF-8";

/* CSS Document */

#header_line_top {
	float:left;
	height:3px;
	width:100%;
	margin-top:2px;
	background: url(https://411travelbuys.ca/images/header_bg.jpg) repeat-x top;
}


#header_line_down {
	float:left;
	height:22px;  
	width:100%;
	margin-top:2px;
	margin-bottom:0px;
	background: url(https://411travelbuys.ca/images/header_bgDown.jpg) repeat-x top;
}

.header_wrapper {
	margin:0 auto;
	width:960px;
}

#header_wrapper_in {
	float:left;
	width:960px;
	padding:10px 0;
}

#header_div * {
	float:left;
	line-height:100%;
}

#header_logo {
	float: left;
	height: 65px;
	padding:10px;
	width: 520px;
}

#header_middle_div {
	float:left;
	height:70px;
	width:160px;
}

#header_phones {
	float: left;
	height: 60px;
	width: 420px;
	padding:0 0 10px 0;
}

#header_phone_yellow {
	text-transform: uppercase;
	color: #eed00c;
	width: 360px;
	padding:5px 10px;
	font-size: 22px;
	font-weight: bold;
	text-indent:40px;
}

#header_phone_white {
	text-transform: uppercase;
	color: #FFFFFF;
	float: left;
	width: 400px;
	padding:5px 10px;
	font-size: 18px;
	font-weight: bold;
	text-indent:40px;
}

#header_navigations_wrapper {
	float:left;
	width: 100%;
	height: 32px;
	margin: 0px;
	padding: 0px;
	background-color:#4c86ac;
}

#header_navigations {
	margin:0 auto;
	width:960px;
	height:22px;
	padding:5px 0px;
}

.header_navigation {
	float:left;
	height:22px;
	margin:0px 7px 0px 0px;
	padding:0px 0px 0px 10px;
	background: url(https://411travelbuys.ca/images/nav_active_l.png) no-repeat left;
}

.header_navigation:hover { background: url(https://411travelbuys.ca/images/nav_hover_l.png) no-repeat left; }

.header_navigation_link {
	display:block;
	line-height:22px;
	font-size:12px;
	padding:0px 10px 0px 0px;
	margin:0;
	background:#4c86ac url(https://411travelbuys.ca/images/nav_active_r.png) no-repeat right;
	color:#FFFFFF;
}

.header_navigation a:hover {
	color:#335973;
	background:#FFFFFF url(https://411travelbuys.ca/images/nav_hover_r.png) no-repeat center right;
	text-decoration:none;
}

#header_business_hours {
	float:left;
	width:960px;
	min-height: 20px;
	padding:4px 0 0 0;
	margin: 2px 0;
	border-bottom: 0px solid #CCCCCC;
}

#header_business_hours li {
	display:inline;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	padding: 0 2px;
}

.booking_step_span {
	padding:10px 20px;
	font-weight:bold;
	font-size:14px;
	color:#FFFBF0;
}

