/* -----------------------------------------------------------------------------------------------------------------------
File Author:	Ryan Marincovich
Date Created:	2008.03.19
File Purpose:	Borton Overseas - Trollstigen Resort - Base Style sheet
REVISIONS:
-------------------------------------------------------------------------------------------------------- */


#header {
	width: 780px;
	height: 75px;
	margin: 0px auto;
	padding: 0px;
	background-position: top left;
	background-repeat: no-repeat;
}

@media screen {
.header_bg {
	width: 760px;
	height: 45px;
	margin: 30px 0px 0px 10px;
	padding: 0px;
	float: left;
	display: inline;
	background: url(/_images/framework/bg_header_bar.gif) top left no-repeat;
}
.header_bg_print {
	display: none;
}
}

@media print {
.header_bg {
	display: none;
}
.header_bg_print {
	width: 760px;
	height: 45px;
	margin: 30px 0px 0px 10px;
	padding: 0px;
	float: left;
	display: inline;
}
}

.navigation_container {
	width: 320px;
	height: 39px;
	margin: 6px 17px 0px 0px;
	padding: 0px;
	float: right;
	display: inline;
	position: relative;
}

.site_header {
	width: 760px;
	height: 165px;
	margin: 0px;
	padding: 0px;
	float: left;
	background: url(/_images/framework/bg_headers.gif) top left no-repeat;
}
.site_logo_images {
	width: 730px;
	height: 90px;
	margin: 5px 0px 0px 15px;
	padding: 0px;
	float: left;
	display: inline;
	position: relative;
}
.section_header_bar {
	width: 730px;
	height: 40px;
	margin: 20px 0px 0px 15px;
	padding: 0px;
	float: left;
	display: inline;
	background: url(/_images/headers/header_bg.gif) top left no-repeat;
	position: relative;
}
