/* file(core.css) */

/* import */
@import url("/sites/mandurahferrycruisescomau/assets/css/styles.css");
@import url("/sites/mandurahferrycruisescomau/assets/css/nav.css");
@import url("/sites/mandurahferrycruisescomau/assets/css/forms.css");

/* components */

@import url("/sites/mandurahferrycruisescomau/assets/css/components/formbuilder.css");
@import url("/sites/mandurahferrycruisescomau/assets/css/components/news.css");
@import url("/sites/mandurahferrycruisescomau/assets/css/components/gallery.css");

*, body { padding:0; margin:0; }
img, a img { border:none; }
body {
	background:#fff url(/sites/mandurahferrycruisescomau/assets/images/interface/bg.gif) repeat-x 50% 0;
	font-size:62.5%;
	font-family:Calibri, 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

@media screen {
	/* wrappers */
	#wrap {
		background:url(/sites/mandurahferrycruisescomau/assets/images/interface/wrap_bg.png) repeat-y 50% 0;
		color:#4f4f4f;
	}
	#page {
		width:900px;
		margin:0 auto;
	}
	#nav {
		background:url(/sites/mandurahferrycruisescomau/assets/images/interface/nav_bg.gif) repeat-x 0 0;
		display:block;
		height:40px;
	}

	/* head */
	#head {
		position:relative;
		width:900px; height:300px;
	}
	#logo h1 {margin:0;}
	#logo h1 a {
		background:url(/sites/mandurahferrycruisescomau/assets/images/logo.png) no-repeat 0 0;
		text-indent:-999em;
		display:block;
		width:200px; height:130px;
		overflow:hidden;
	}
	#logo, #global, #billboard, #cover {
		position:absolute; left:0; bottom:0;
	}
	#global {
		background:url(/sites/mandurahferrycruisescomau/assets/images/interface/enquiries.gif) no-repeat 0 0;
		text-indent:-999em;
		display:block;
		width:194px; height:31px;
		left:auto; right:117px;
	}

	/* billboard */
	#swf {}

	/* breadcrumbs */
	#home #breadcrumbs {display:none;}
	#breadcrumbs {font-size:.8em; border-bottom:1px dotted #ccc;}
	#breadcrumbs a {color:#4f4f4f;}

	/* content */
	#container {
		background:#f3f3f3 url(/sites/mandurahferrycruisescomau/assets/images/interface/page_top.gif) no-repeat 50% 0;
	}
	#column1, #column2 {
		display:block;
		font-size:1.5em;
		padding:.1em 1em;
	}
	#column2 {
		background:#fff url(/sites/mandurahferrycruisescomau/assets/images/interface/page_btm.gif) no-repeat 50% 0;
		text-align:center;
		padding-top:100px;
	}
	#foot_logos img {margin:0 2em;}

	/* foot */
	#foot {
		background:#b90036;
		font-size:1.1em;
		padding:0 1em 2em;
		color:#efa8bd;
		line-height:18px;
	}
	#foot a {color:#efa8bd;}
	#footer {float:right; padding:.1em 0;}
	#footer a {margin:0 .5em;}
	#copyright {float:left; padding:.1em 0;}

}

	a.book-now {
		background:url(/sites/mandurahferrycruisescomau/assets/images/interface/book-now.gif) no-repeat 0 0;width:180px;
		height:37px;
		display:block;
		overflow:hidden;
		text-indent:-999px;
		margin:0 auto 20px auto;
	}
	
	a.book-now:hover {background-position:0 -37px;}
	
	

	#column1 table#contact {padding:0;}
	#column1 table#contact td {padding:20px 0;}

@media print {
	#billboard, #cover, #nav, #footer {display:none;}
}