/* file(core.css) */

/* import */
@import url("/sites/seapowercomau/assets/css/styles.css");
@import url("/sites/seapowercomau/assets/css/nav.css");
@import url("/sites/seapowercomau/assets/css/forms.css");

/* components */
@import url("/sites/seapowercomau/assets/css/components/search.css");
@import url("/sites/seapowercomau/assets/css/components/dynamic-signup.css");
@import url("/sites/seapowercomau/assets/css/components/form-builder.css");
@import url("/sites/seapowercomau/assets/css/components/members.css");
@import url("/sites/seapowercomau/assets/css/components/news.css");
@import url("/sites/seapowercomau/assets/css/components/product-nav.css");
@import url("/sites/seapowercomau/assets/css/components/shop.css");

*, body { padding:0; margin:0; outline:none; }
img, a img { border:none; }
body {
	background:#062644 url(/sites/seapowercomau/assets/images/core/body_bg.gif) repeat-x 0 0;
	font-size:62.5%;
	font-family:Arial, Helvetica, sans-serif;
}

@media screen {

	#head {
		background:url(/sites/seapowercomau/assets/images/core/head_bg.jpg) no-repeat 50% 0;
		position:relative;
		width:960px;
		height:150px;
		margin:10px auto 0;
		z-index:9;
	}
	#logo a {
		background:url(/sites/seapowercomau/assets/images/core/logo_seapower_australia.png) no-repeat 0 0;
		position:absolute; left:0; top:40px; overflow:hidden;
		text-indent:-999em;
		width:365px; height:35px;
	}
	#global {
		background:url(/sites/seapowercomau/assets/images/core/toolbar_bg.gif) repeat-x 0 0;
		position:absolute; top:-10px; right:0;
		width:auto; height:41px;
		line-height:38px;
		font-size:1.1em;
		color:#96b0c9;
	}
	#global .leftblock, #global .rightblock {width:40px; height:41px; position:absolute;}
	#global .leftblock {background:url(/sites/seapowercomau/assets/images/core/toolbar_left.png) no-repeat 0 0; left:-40px;}
	#global .rightblock {background:url(/sites/seapowercomau/assets/images/core/toolbar_right.png) no-repeat 0 0; right:-40px;}
	#global .links, #global .cart-preview {float:left;}
	#global .links a {
		background:url(/sites/seapowercomau/assets/images/core/toolbar_seperator.gif) no-repeat right center;
		margin-right:4px; padding-right:7px;
		white-space:nowrap;
		color:#96b0c9; text-decoration:none;
	}
	#global .links p {margin:0;}
	#global .links .members-panel p,
	#global .links .members-panel ul,
	#global .links .members-panel li {display:inline; margin:0; padding:0;}
	#global .links .members-panel li {
		background:url(/sites/seapowercomau/assets/images/core/toolbar_seperator.gif) no-repeat left center;
		padding-left:7px;
		margin-left:4px;
	}
	#global .cart-preview {
		background:url(/sites/seapowercomau/assets/images/core/icon_cart.png) no-repeat 0 center;
		padding-left:30px;
	}
	#global .cart-preview a {color:#fff; text-decoration:none;}
	#global a:hover {text-decoration:underline; color:#96b0c9;}
	#ccards {
		background:url(/sites/seapowercomau/assets/images/core/head_seperator.gif) no-repeat 0 center;
		width:71px; height:32px;
		position:absolute; top:59px; left:870px;
		padding-left:15px;
		line-height:22px; height:22px; overflow:hidden;
	}

	#nav {
		background:#12436e url(/sites/seapowercomau/assets/images/core/nav_bg.gif) repeat-x 0 0;
		width:960px; height:40px;
		position:absolute;
		left:0; top:110px;
	}
	#nav .leftblock, #nav .rightblock {width:5px; height:40px; position:absolute;}
	#nav .leftblock {background:url(/sites/seapowercomau/assets/images/core/nav_left.png) no-repeat 0 0; left:0;}
	#nav .rightblock {background:url(/sites/seapowercomau/assets/images/core/nav_right.png) no-repeat 0 0; right:0;}



	/* billboard */
	#billboard {}

	/* breadcrumbs */
	.breadcrumbs {color:#7998b4; font-size:.9em; margin:1em 0;}
	.breadcrumbs a {color:#fff;}
	.breadcrumbs a:hover {color:#fff; text-decoration:none; border-bottom:1px dotted #fff;}

	/* content */
	#page {
		margin:0 auto;
		padding:1em 0 3em;
		width:970px;
		overflow:hidden;
		}
	#column1, #column2 {
		float:left;
	}
	#column1 {width:211px;}
	#column2 {width:759px;}

	#column1 .panel {
		background:url(/sites/seapowercomau/assets/images/core/column_panel_bg.png) no-repeat 0 0;
		position:relative;
		color:#b6c3cd;
		font-size:1.1em; line-height:16px;
		padding:4px; margin:0 1px 1em;
		width:195px;
		z-index:1;
	}
	#column1 .padded {padding:1px 19px; width:165px;}
	#column1 .panel .bottomblock {
		background:url(/sites/seapowercomau/assets/images/core/column_panel_bg.png) no-repeat 0 bottom;
		width:203px; height:10px;
		position:absolute; left:0; bottom:-10px;
	}
	#column1 .newsarea {padding:0 15px;}
	#column1 .shop-online, #column1 .submenu {
		background:url(/sites/seapowercomau/assets/images/core/column_h2_bg.png) repeat-x 0 0;		
	}
	#column1 .submenu ul, #column1 .submenu li {
		list-style-type:none;
		margin:0; padding:0;
	}
	#column1 .submenu ul {border-bottom:1px solid #2f607e;}
	#column1 .submenu li a {
		background:#184565 url(/sites/seapowercomau/assets/images/core/nav_list_bg.gif) repeat-x 0 0;
		border-top:1px solid #2f607e;
		border-bottom:1px solid #113552;
		display:block;
		color:#fff;
		padding:5px 15px;
	}
	#column1 .submenu li.subPageSelected a, #column1 .submenu li.subPageSelected a:hover {
		background:#05192e url(/sites/seapowercomau/assets/images/core/nav_current.gif) repeat-x 0 -1px;
		border-top:none;
		padding-top:6px;
	}
	#column1 .submenu li a:hover {
		background:#225371 url(/sites/seapowercomau/assets/images/core/nav_list_bg_hover.gif) repeat-x 0 0;
		text-decoration:none;
	}
	#column1 .panel h2 {
		background:url(/sites/seapowercomau/assets/images/core/icon_h2_arrow.png) no-repeat 15px center;
		margin:0;
		padding:0 0 0 45px;
		color:#fff;
		text-shadow:1px 1px 0 #0d273b;
		font-size:20px; line-height:50px;
		white-space:nowrap; overflow:hidden;
	}
	#column1 .panel .shop-online h2 {padding:18px 0 13px 45px;}
	#column1 .panel .shop-online h3 {
		background:none;
		font-size:13px;
		margin:0; padding:3px 15px;
		font-weight:bold;
	}
	#column1 .panel h2 a {
		display:block;
		color:#fff;
	}
	#column1 .panel h3 {
		background:url(/sites/seapowercomau/assets/images/core/icon_request.png) no-repeat right top;
		color:#4684a0;
		text-shadow:1px 1px 0 #153e5b;
		font-size:18px; line-height:24px;
	}
	#column1 .panel h3 em {
		color:#fff;
		font-size:25px;
		font-style:normal;
		font-weight:normal;
	}
	a.button {
		background:url(/Sites/seapowercomau/assets/images/core/button_165x30.png) no-repeat 0 0;
		width:145px; height:30px; line-height:30px;
		padding:0 10px;
		display:block;
		font-size:15px;
		font-weight:bold;
		text-decoration:none;
		color:#fff;
	}
	a.button:hover {background-position:0 -30px;}
	a.button:active {background-position:0 -60px;}

	#content {
		width:740px;
		padding:0 8px;
		color:#7998b4;
		font-size:1.2em; line-height:18px;
	}
	.newsarea {
		color:#7998b4;
		font-size:1.1em; line-height:18px;
	}
	#home #content, #home .newsarea {float:left; width:355px;}
	#home .newsarea {padding-left:22px;}

	/* foot */
	#footbg {
		background:#03162c url(/sites/seapowercomau/assets/images/core/foot_bg.gif) repeat-x 0 0;
	}
	#foot {
		background:url(/sites/seapowercomau/assets/images/core/foot_texture_bg.jpg) no-repeat 50% 0;
		width:970px; margin:0 auto;
		padding:1em 0;
	}
	#details {
		background:url(/sites/seapowercomau/assets/images/core/foot_panel_bg.png) no-repeat 50% 0;
		width:940px;
		margin:0 1px 2em; padding:14px;
		position:relative;
		color:#7998b4;
		font-size:1.1em; line-height:22px;
	}
	#details a {color:#fff;}
	#details a:hover {color:#fff; text-decoration:none; border-bottom:1px dotted #fff;}
	#details .bottomblock {
		background:url(/sites/seapowercomau/assets/images/core/foot_panel_bg.png) no-repeat 50% bottom;
		position:absolute; left:0; bottom:-10px;
		width:968px; height:10px;
	}
	#details .group {overflow:hidden;}
	#details .links {
		float:left;
		width:180px;
		padding:4px;
	}
	#details .links h2 {margin:0; color:#506b87; font-size:18px; font-weight:bold;}
	#details .links ul, #details .links ul li {list-style-type:none; padding:0; margin-bottom:0;}
	#details .links ul li {background:url(/sites/seapowercomau/assets/images/core/list_arrow.gif) no-repeat 0 center; padding-left:1.2em;}

	#footer {
		background:url(/sites/seapowercomau/assets/images/core/foot_logo_seapower.gif) no-repeat 4px 0;
		overflow:hidden; line-height:20px;
		padding:0 20px 1em 200px;
		font-size:1.1em;
		color:#7998b4;
	}
	#footer a {color:#346e95;}
	#footer a:hover {color:#346e95; text-decoration:none; border-bottom:1px dotted #346e95;}
	#footer .copyright p {float:left; margin:0;}
	#footer .author {float:right; margin:0;}
	#footer .dot {
		background:url(/sites/seapowercomau/assets/images/core/dot_seperator.gif) no-repeat 0 center;
		width:1px;
		margin:0 0 0 .2em;
		padding:0 .1em;
	}
}

@media print {
	body {font-size:11px;}
	#billboard, #nav, #column1, #head, #details, .group {display:none;}
}