/* // Layout // */

*, body { padding: 0; margin: 0; }
.hidden { display: none; }
img, a img { border:none; }
body {
	background: #000 url(http://www.simplylush.com.au/css/bg.jpg) no-repeat 50% 0;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color:#f1f6f8;
}


_____wrappers {}
#page {
	margin: 0 auto;
	padding: 0;
	width: 880px;
	font-size:1.1em;
}
#navigation {
	margin:0 10px;
	padding:0 20px;
	width:820px;
}
#container {
	border-top:1px solid #7394a9;
	margin:0 10px;
	padding:0 20px 20px;
	width:820px;
	line-height:18px;
}


_____head {}
#head {
	width:880px; height:132px;
	position:relative;
}
#logo a {
	background:url(http://www.simplylush.com.au/css/logo.jpg) no-repeat 0 0;
	position:absolute;
	left:23px; top:30px;
	width:220px; height:90px;
	text-indent:-9999px;
	overflow:hidden;
}
#global {
	background:url(http://www.simplylush.com.au/css/tagline.jpg) no-repeat 0 0;
	position:absolute;
	right:15px; top:80px;
	width:260px; height:40px;
	text-indent:-9999px;
	margin:0; padding:0;
}
#search {
}


_____billboard {}
#billboard {
	background:url(http://www.simplylush.com.au/css/banner_bg.gif) no-repeat 0 0;
	width:860px; height:313px;
	padding:10px;
}
#swf {
}
#alt {
	padding:0 20px;
}




_____content {}
#left {
}
#content {
	float:left;
	width:520px;
	font-size:1.1em;
}

#right {
	float:left;
	width:250px;
	padding-left:50px;
}
#content .img-r {
	float:right;
	margin:1em 10px;
}
#content .img-l {
	float:left;
	margin:1em 10px;
}


_____foot {}

#foot {
	background:url(http://www.simplylush.com.au/css/footer_logo999.gif) no-repeat right 35px;
	border-top:1px solid #7394a9;
	margin:0 10px;
	padding:7px 7px;
	width:820px;
}

#footer a {
	color:#87b5cf;
	margin-right:5px;
}
#copyright, #copyright a {
	color:#567183;
}


.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 */

