/* // load // */

@import url("/sites/awwholesalerscomau/assets/css/styles.css");
@import url("/sites/awwholesalerscomau/assets/css/nav.css");


/* // Layout CSS // */

*, body { padding: 0; margin: 0; outline:none; }
.hidden { display: none; }
img, a img { border:none; }
body {
	background: #000;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // wrappers */
_____wrappers {}

#page {
	background:#fff url(/sites/awwholesalerscomau/assets/gfx/interface/page_bg.gif) repeat-x;
	color:#373535;
}

#head,
#navigation,
#container,
#foot {
	margin: 0 auto;
	padding: 0;
	width: 990px;
}


#navigation {height:30px;}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // head regions */
_____head {}
#head {
	background:url(/sites/awwholesalerscomau/assets/gfx/interface/bg_top.jpg) no-repeat 50% 0;
	height:173px;
	position:relative;

}
#logo a {
	background: url(/sites/awwholesalerscomau/assets/gfx/interface/logo_austwide.gif) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:598px; height:78px;
	position:absolute;
	padding:0;
	left:15px; bottom:0;
}
#global {
	position:absolute;
	padding:0;
	right:0;
	bottom:23px;
	width:300px; height:50px;
}
#search {
}








/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // billboard regions */
_____billboard {}
#billboard {
	background:url(/sites/awwholesalerscomau/assets/gfx/interface/flashbanner_placeholder.jpg) no-repeat;
	position:relative;
	border:1px solid #e5e5e5;
	width:778px; height:248px;
}
#swf {
}
#alt {
}
#billboard #login {
	position:absolute;
	left:480px; bottom:0;
	width:290px;
}


#billboard #salesguy {
	position:absolute;
	left:100px; top:-10px;
	width:300px;height:300px;
}

#billboard #speechbubble {
	position:absolute;
	left:185px; top:42px;
	width:215px; height:80px;
	text-align:center;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // breadcrumb region */
#home #breadcrumbs {
	display:none;
	visibility:hidden;
}

#breadcrumbs {
	background:#f4f4f4 url(/sites/awwholesalerscomau/assets/gfx/interface/product_btn_hover.gif) repeat-x;
	border:1px solid #e5e5e5;
	font-size:11px;
}
#breadcrumbs p {
	margin:0; padding:4px;
}
#breadcrumbs a {
	color:#373535;
	margin:3px;
}


/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // content regions */
_____content {}

#container {
	padding:1em 0 3em;
	font-size:1.3em;
	line-height:18px;
}
#left,
#right {
	float:left;
	display:block;
}
#left {width:200px;}
#right {width:780px; padding-left:10px;}

#content .cmspages {padding:0 15px 0 10px;}
#home .homepanel, 
#home .cmspages {
	float:left;
}
#home .homepanel {width:315px; font-size:11px;}
#home .cmspages {width:440px;}

#loggedin #MembersPanel {
	height:30px;
	width:968px;
	line-height:30px;
	padding:0 10px;
	font-size:11px;
	background: url(/sites/awwholesalerscomau/assets/gfx/interface/memberspanel_bg.gif) repeat-x;
	border:1px solid #5d5c5c;
	color:#d6d6d6;
	margin:0 0 .5em;
}
#loggedin #MembersPanel a {
	color:#d6d6d6;
}
#loggedin #MembersPanel p {
	margin:0; padding:0;
	float:left;
	display:block;
}
#loggedin #MembersPanel ul, #loggedin #MembersPanel ul li {
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
}
#loggedin #MembersPanel li {display:block;}
#loggedin #MembersPanel li a {margin:0 5px;}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // foot regions */
_____foot {}

#bottom {
	background:#000 url(/sites/awwholesalerscomau/assets/gfx/interface/foot_bg.gif) repeat-x;
}
#bottom a { color:#d6d6d6;}
#bottom .sml, #bottom .sml a {color:#6b6662;}

#foot {
	text-align:center;
	font-size:12px;
}

#footer {height:40px;}
#footer p {margin:0; padding:0;line-height:40px;}
#footer a {color:#1b1919; text-decoration:none; margin:0 8px;}
#footer a:hover {color:#1b1919; border-bottom:1px dotted #1b1919;}

#copyright {
	line-height:20px;
	color:#d6d6d6;
}



/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - // clearfix */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */


