*, body {margin:0;padding:0}

body {
	font-size:  62.5%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: url(../img/bg_repeat.gif) repeat-x top #dee258;
}

img { 
	border-style: none;
}


div#container_all {
	width: 900px;
	margin: auto;
	position: relative;
}

ul#top_bar {
	width: 900px;
	height: 65px;
	background: url(../img/top_bar.png) no-repeat;
	list-style: none;
}

li#anthaus {
	width: 780px;
	font-size: 1.9em;
	margin: 13px 10px 0 110px;
	color: #4C3E23;
	font-weight: bold;
	float: left;
}

li#contemporary {
	width: 290px;
	float: left;
	clear: both;
	font-size: 1.3em;
	color: white;
	margin: 9px 0 0 110px;
}

li#handcrafted {
	float: left;
	font-size: 1.3em;
	color: white;
	margin: 10px 0 0 0px;
}

div#flower{
	background: url(../img/flower.png) no-repeat;
	width: 900px;
	height: 890px;	
}

div#logo {
	background: url(../img/logo.png) no-repeat;
	width: 320px;
	height: 72px;
	float: right;
	margin-left: 580px;
	
}
	
#etsy {
	float: left;
	margin: 25px -35px 0 140px ;
	clear: both;
}


/* Rectangle behind images */
#horizontal_carousel {
  margin: 30px 0 0 200px;
  width: 470px; /*width of outer container*/
  height: 290px;  /*height of outer container*/
  padding:0px;
  background:#EFF0AC;
  border:solid 1px #e9e9e9;
  float: left;
}


#horizontal_carousel ul {
  margin: 0 10px 0 10px;
  padding:0;
  position: relative;
  top: 15px;
  left: 1px; /*left-rigth pos of img*/
  height: 90px;
}                      

#horizontal_carousel ul li {
  width: 90px; /*space between img*/
  height: 90px; /*space between img*/
  text-align: center; 
  list-style:none;   
  float:left;
}


/* NAV */
	
#handles8 { 
	font-size: 2em;
	font-family: arial;
} 


/* sliding body copy */
p {
	font-size:1.3em;
	color: #4C3E23;
	} 

p a:link, p a:visited, p a:active {
	color: #4C3E23;
}

 p a:hover {
	color: #000000;
}


.description{
	padding:16px;
	margin:10px 0;
	background:#eee
}


 /* NAV */
.sample{
	padding:20px 30px;
	float: left;
	margin-top: 10px;
}

.buttons{
	padding: 0 0 7px 0;
}

.buttons span{
	color:#fff;
	padding:1px 3px;
	cursor:pointer;
} 

/* button text colour */
.buttons span.active, .buttons span:hover{
	padding: 1px 3px;
	color:#4C3E23
} 


/* n00bSlider*/
#box8{
	position:relative;
}
#box8 div{
	width:360px;
	float:left;
	margin: 5px 0 0 0;
}


.sample8 .buttons{
	text-align:left;
	clear:both;
}

.mask1{ /* width of window*/
	position:relative;
	margin: 0 0 0 5px; /* position of window*/
	width:360px;
	height:200px;
	overflow:hidden;
}


