@charset "utf-8";
/* CSS Document */
/* 
avocado:     #acce18
vermillion:  #e97d47
bkg grey:    #eeeeee
border grey: #999999
text grey:   #666666
*/


* {
	margin:0px; 
	padding:0px;
	}
	
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #666666;
	background:url(../images/side_bkg_shop.gif) repeat-y;
	min-width:700px;
	}
	
body#normal {
	background:url(../images/side_bkg.gif) repeat-y;
	}
	
p {
	line-height:18px;
	margin-bottom:20px;
	max-width:600px;
	}
	
h1 {
	margin-bottom:20px;
	font-size:11px;
	color:#acce18;
	font-weight:bold;
	max-width:600px;
	}

h2 {
	margin-bottom:20px;
	font-size:11px;
	font-weight:bold;
	max-width:600px;
	}
	
a {
	color: #666666;
	}
a:hover, a:active {
	color:#acce18;
	}

/*header layout*/

#banner {
	float:left;
	width:100%;
	background:url(../images/top_bkg.gif) repeat-x;
	}
#bannerLeft {
	float:left;
	height:140px; 
	width:180px;
	}
#bannerRight {
	float:right;
	height:140px; 
	width:400px;
	}
	
#nav{
	float:left;
	width:100%;
	clear:both;
	background:#acce18;
	border-bottom:1px solid #999999;
	}
body#melbourne #nav{
	background:#e97d47;
	}
#topNav {
	margin-left:17px;
	overflow:hidden;
	background:#eeeeee;
	}
#melSyd{
	float:left;
	width:161px;
	margin-right:10px;
	background:#ffffff;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	}
#melSyd a {
	padding:2px 0 2px 12px;
	font-weight:bold;
	}
#melSyd a#selected {
	color:#acce18;
	}
body#melbourne #melSyd a#selected {
	color:#e97d47;
	}
	
#mainNav{
	background:#eeeeee;
	height:15px;
	}
#mainNav a {
	padding:2px 10px 2px 10px;
	}
#nav a {
	color: #666666;
	text-decoration:none;
	display : block;
	float : left;
	}
#nav a#selected {
	font-weight:bold;
	}
#nav a:hover, #nav a:active {
	color:#acce18;
	}
body#melbourne #nav a:hover, body#melbourne #nav a:active {
	color:#e97d47;
	}
#navDivider{
	margin-left:17px;
	overflow:hidden;
	clear:both;
	height:4px;
	border:1px solid #999999;
	border-right:none;
	background:#ffffff;
	}
body#normal #navDivider, body#contact #navDivider{
	display:none;
	}
#shopNav{
	margin-left:17px;
	padding-left:2px;
	height:22px;
	overflow:hidden;
	clear:both;
	border-left:1px solid #999999;
	background:#ffffff;
	}
body#normal #shopNav, body#contact #shopNav{
	display:none;
	}
#shopNav a {
	padding:5px 10px 5px 10px;
	}
#shopNav a#selected {
	font-weight:bold;
	}
	
/* content */

#main {
	clear:both;
	position:absolute;
	overflow:hidden;
	top:200px;
	left:32px;
	padding-right:30px;
	}
	
body#contact #main {
	left:32px;
	width:640px;
	padding-right:0;
	}
	
#logos {
	clear:both;
	position:absolute;
	top:196px;
	left:40px;
	}
	
#rightImage {
	float:right;
	padding-left:30px;
	}

.column {
	float:left;
	margin-right: 30px;
	}