@import 'reset.css';
@import 'base.css';


a, p, h1, h2 ,h3, ul, ul li, li, button, img, div, table, tr, td, th, embed, object{
	padding:0; 
	margin:0;
	border:none;
	outline:none;
	background-color:transparent;
	}
	
*{outline:none;
}
a{
	color:#c20521;
	text-decoration:none;
	}
	
a:hover{
	text-decoration:underline;
	}

p{
	margin-bottom:17px;
	}

h1{
	font-size:20px;
	color:#000;
	font-weight:normal;
	margin-bottom:22px;
	}
h2{
	font-size:16px;
	color:#000;
	font-weight:normal;
	}

html,  body,  div#wrapper {
   width: 100%;
   height: 100%;
   font-family:Arial, Helvetica, sans-serif;
   font-size:16px;
   color:#6d6d6d;
   text-transform:uppercase;
   line-height:16px;
  }
  
#wrapper {
   position:absolute;
  }
  
  body {
   padding: 0;
   margin: 0;
   background-color: #FFFFFF;
  }
#content{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:12;
	}

#people{
	width:100%;
	height:100%;
	position:absolute;
	z-index:10;
	}
  
  div#wrapper,  object#FlashID,  object#FlashID2, #content, #people {
   min-width: 975px;
   min-height: 650px;
   overflow:hidden;
  }
  
  div#wrapper,  object {
   overflow: hidden;
  }
  
#copyright{
	position:absolute;
	bottom:10px;
	left:10px;
	width:415px;
	height:15px;
	z-index:15;
	}

#coming-soon{
	position:absolute;
	right:25px;
	top:0;
	width:336px;
	height:107px;
	background:#FFF;
	color:#6d6d6d;
	font-size:16px;
	line-height:16px;
	text-align:right;
	padding:20px 28px;
	text-transform:capitalize;
	filter: alpha(opacity=90); /* internet explorer */
	-khtml-opacity: 0.9;      /* khtml, old safari */
	-moz-opacity: 0.9;       /* mozilla, netscape */
	opacity: 0.9;           /* fx, safari, opera */

	}
#coming-soon h1{
	color:#000;
	font-size:16px;
	margin-bottom:20px;
	}
.store-location{
	width:130px;
	float:left;
	}
.store-contacts{
	width:309px;
	padding-left:10px;
	float:left;
	font-size:13px;
	line-height:20px;
	}
	
.sizing-link{
	font-size:13px;
	margin-right:10px;
	}

#info-box-wrapper{
	position:absolute;
	width:420px;
	background:url(/sites/bonz.com.au/themes/default/images/transparent-white.png) repeat;
	right:50%;
	min-height:273px;
	top: 21%;
	padding:22px 25px 55px 22px;
	text-align:right;
	}
#info-box-wrapper input, #info-box-wrapper select{
	font-size:13px; margin-top:5px;
	}

#page-content-wrapper{
	position:absolute;
	width:490px;
	background:url(/sites/bonz.com.au/themes/default/images/transparent-white.png) repeat;
	right:45%;
	height:412px;
	top: 21%;
	padding:12px;
	text-align:right;
	line-height:22px;
	}
#page-content{
	overflow:auto;
	padding:12px;
	height:378px;
	}
#gallery-index-wrapper{
	max-width:1200px;
	height:300px;
	padding-top:17%;
	margin:auto;



	}
	
/**#page-content-wrapper{
	position:absolute;
	width:46%;
	background:url(/sites/bonz.com.au/themes/default/images/transparent-white.png) repeat;
	right:45%;
	height:50%;
	top: 21%;
	padding:22px 25px 55px 22px;
	text-align:right;
	}**/
	
#gallery-photo-wrapper{
	position:absolute;
	/*width:33%;*/
	height:47%;
	background:#fff;
	left:50%;
	min-height:306px;
	min-width:396px;
	top: 21%;
	margin-left:21px;
	padding:22px 25px;
	text-align:center;
}
	
#short-thumb-wrapper{
	position:absolute;
	width:505px;
	height:90px;
	right:50%;
	bottom:50px;
	margin-right:-21px;
}

#short-thumb{
	margin:5px -25px auto;
	width:550px;
}

#short-thumb ul li{
	list-style-type:none;
	display:inline;
	margin-right: 17px;
}

#short-thumb ul li a img{
	border:2px solid #FFF;
	
}	

#short-thumb ul li a:hover img, #short-thumb ul li a.selected img{
	border:2px solid #b90000;
}


#thumb-centre{position:absolute; width:100%; bottom:50px; margin: auto;}
#thumb-wrapper{ position:relative; margin:auto; padding-left:78px;}
#thumb{margin:auto; width:1030px; margin-top:5px; overflow:hidden;}
#thumb ul li{list-style-type:none;display:inline;margin-right: 17px;}
#thumb ul li a{	display:block; height:79px; width:79px; background:#fff;}	
#thumb ul li a{	border:2px solid #FFF;}	
#thumb ul li a:hover, #thumb ul li a.selected{border:2px solid #b90000;}

#button-back{
	position:absolute;
	left:0;
	top:28px;
	background: url(/sites/bonz.com.au/themes/default/images/button-back.png) no-repeat;
	height:37px;
	width:18px;
	display:block;
	text-indent:-9000px;
	
	}
#button-next{
	position:absolute;
	right:0;
	top:28px;
	background: url(/sites/bonz.com.au/themes/default/images/button-next.png) no-repeat;
	height:37px;
	width:18px;
	display:block;
	text-indent:-9000px;
	
	}
.add-button{
	background:url(/sites/bonz.com.au/themes/default/images/button-add.png) no-repeat;
	width:114px;
	height:19px;
	display:block;
	text-indent:-9000px;
	text-align:left;
	position:absolute;
	bottom:20px;
	left:25px;
	}
	
a.add-button:hover{
	background-position:0 -19px;
	}
	
.view-button{
	background:url(/sites/bonz.com.au/themes/default/images/button-view.png) no-repeat;
	width:155px;
	height:20px;
	display:block;
	text-indent:-9000px;
	text-align:left;
	position:absolute;
	bottom:20px;
	right:25px;
	}
a.view-button:hover{
	background-position:0 -20px;
	}

.view-360{
	background:url(/sites/bonz.com.au/themes/default/images/button-360.png) no-repeat;
	width:87px;
	height:20px;
	display:block;
	text-indent:-9000px;
	text-align:left;
	position:absolute;
	bottom:20px;
	left:170px;
	}
a.view-360:hover{
	background-position:0 -20px;
	}
	
  
/** NAVIGATION **/

#cart-summary{
	float:right;
	cursor:pointer;
	}
	
a.cart-summary{
	background:url(/sites/bonz.com.au/themes/default/images/cart-summary.png) no-repeat right top; 
	width:27px;
	display:block;
	height:27px;
	float:right;
	font-size:15px;
	font-weight:bold;
	text-align:right;
	padding-right:38px;
	padding-top:9px;
	color:#000;
	text-decoration:none;
	cursor:pointer;
	}
a.cart-summary:hover{ background-position: 0 -38px;}

#navigation{
	position:absolute;
	right:0;
	width:580px;
	height:38px;
	z-index:11;
	}
#navigation ul{
	float:right;
	
	}
#navigation ul li{
	list-style-type:none;
	display:inline;
	height:38px;
	float:left;
	
	}
#navigation ul li a{
	display:block;
	height:38px;
	overflow:hidden;
	text-indent:-9000px;
	}


a.nav-home{background:url(/sites/bonz.com.au/themes/default/images/nav-home.png) no-repeat; width:72px;}
a.nav-home-on{background:url(/sites/bonz.com.au/themes/default/images/nav-our-story.png) no-repeat; width:72px; background-position: 0 -38px;}
a.nav-home:hover{ background-position: 0 -38px;}

a.nav-hand-knit{background:url(/sites/bonz.com.au/themes/default/images/nav-hand-knit.png) no-repeat; width:87px;}
a.nav-hand-knit-on{background:url(/sites/bonz.com.au/themes/default/images/nav-hand-knit.png) no-repeat; width:87px; background-position: 0 -38px;}
a.nav-hand-knit:hover{ background-position: 0 -38px;}

a.nav-leathers{background:url(/sites/bonz.com.au/themes/default/images/nav-leathers.png) no-repeat; width:86px;}
a.nav-leathers-on{background:url(/sites/bonz.com.au/themes/default/images/nav-leathers.png) no-repeat; width:86px; background-position: 0 -38px;}
a.nav-leathers:hover{ background-position: 0 -38px;}

a.nav-gallery{background:url(/sites/bonz.com.au/themes/default/images/nav-gallery.png) no-repeat; width:76px;}
a.nav-gallery-on{background:url(/sites/bonz.com.au/themes/default/images/nav-gallery.png) no-repeat; width:76px; background-position: 0 -38px;}
a.nav-gallery:hover{ background-position: 0 -38px;}

a.nav-about-us{background:url(/sites/bonz.com.au/themes/default/images/nav-about.png) no-repeat; width:87px;}
a.nav-about-us-on{background:url(/sites/bonz.com.au/themes/default/images/nav-about.png) no-repeat; width:87px; background-position: 0 -38px;}
a.nav-about-us:hover{ background-position: 0 -38px;}

a.nav-contact{background:url(/sites/bonz.com.au/themes/default/images/nav-contact.png) no-repeat; width:101px;}
a.nav-contact-on{background:url(/sites/bonz.com.au/themes/default/images/nav-contact.png) no-repeat; width:101px; background-position: 0 -38px;}
a.nav-contact:hover{ background-position: 0 -38px;}

/** TITLES **/

#h1-logo{
	background:url(/sites/bonz.com.au/themes/default/images/bonz-logo.png) no-repeat;
	height:104px;
	width:95px;
	text-indent:-9000px;
	display:block;
	margin-left:22px;
	position:absolute;
	}
div#sitemap ul {
	margin: 2px 12px;
}
div#sitemap li {
	margin: 2px 12px;
	list-style:inside;
}
div#sitemap font {
	font-size:18px;
}