 /******* GENERAL RESET *******/  
html {
  height: 100%;
font-family: Trebuchet MS, Helvetica sans-serif ;
font-size: 13px ;
color: #666 ;
}


body {
color:#444;
 background-color:#FFFFFF;
 background-image:url(../images/tiles/blue-flowers.gif);
 

}


#container{ 

position: absolute;
border: solid 0px black;
left: 50%; 
 top: 50%;
 width: 1024px;
 height:755px;
 margin-top: -377px; 
 margin-left:-512px;
 background-image:url(../images/frame.png);
background-repeat:no-repeat;
visibility: visible }



#main{ 
position: absolute;
border: solid 0px blue;
left: 50%; 
 top: 50%;
 width: 800px;
 height:520px;
 margin-top: -260px; 
 margin-left:-400px;
 background:#ffffff;
 z-index:20;

visibility: visible }

#top{ 
position: absolute;
width:413px;
height:50px;
 margin-left:200px;
 margin-top:20px;
 background-image:url(../images/logo.gif);
background-repeat:no-repeat;

visibility: visible }

#menuplace{  
position: absolute;
border: solid 0px black;
width:800px;
height:48px;
 margin-left:20px;
 margin-top:85px;

visibility: visible }

/**************** MENU CSS CODE ***********************/
#menu {
	list-style: none;
	padding: 0;
	margin-left: 70px;
	margin-top: 1px;
	width: 624px;
	height: 48px;
	position: relative;
	
	
}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#menu a:hover {
	background-position: left bottom;
	z-index:99;
}
#menu #current a {
	background-position: left bottom;
	z-index:99;
}
#menu a:hover span{
	display: block;
}
#menu .gal2009 {
	width: 138px;
	height: 36px;
	background: url(../images/gal2009.gif) no-repeat;
	left: 13px;
	top: 5px;
}

#menu .gal2008 {
	width: 75px;
	height: 13px;
	background: url(../images/gal2008.gif) no-repeat;
	left: 138px;
	top: 15px;
}

#menu .About {
	width: 86px;
	height: 12px;
	background: url(../images/about.gif) no-repeat;
	left: 200px;
	top: 17px;
}

#menu .Media {
	width: 86px;
	height: 13px;
	background: url(../images/media.gif) no-repeat;
	left: 273px;
	top: 16px;
}

#menu .Contact {
	width: 104px;
	height: 14px;
	background: url(../images/contact.gif) no-repeat;
	left: 348px;
	top: 15px;
}

#menu .Stockists {
	width: 109px;
	height: 14px;
	background: url(../images/stockist.gif) no-repeat;
	left: 439px;
	top: 15px;
}

#menu .Shop {
	width: 79px;
	height: 16px;
	background: url(../images/shop.gif) no-repeat;
	left: 535px;
	top: 15px;
}
/**************** FIN MENU ***********************/

#content{ 
position: absolute;
border: solid 0px black;
width:800px;
height:300px;
 margin-top:150px;

visibility: visible }


#aboutcontent{ 
position: absolute;
border: solid 0px black;
width:450px;
height:300px;
 margin-top:-15px;
 margin-left:60px;

visibility: visible }


#picturecontent{ 
position: absolute;
border: solid 0px black;
width:250px;
height:280px;
 margin-top:-35px;
  margin-left:500px;

visibility: visible }


#contactcontent{ 
position: absolute;
text-align : center; 
border: solid 0px black;
width:205px;
height:300px;
  margin-left:300px;

visibility: visible }

#etsycontent{ 
position: absolute;
text-align : center; 
border: solid 0px black;
width:300px;
height:300px;
  margin-left:250px;

visibility: visible }


#stockistscontent{ 
position: absolute; 
border: solid 0px black;
width:800px;
height:200px;
  margin-left:55px;

visibility: visible }


#s1{ 
position: absolute; 
border: solid 0px black;
text-align :left; 
width:150px;
height:100px;


visibility: visible }


#s2{ 
position: absolute; 
border: solid 0px black;
text-align : left; 
width:150px;
height:105px;
  margin-left:180px;

visibility: visible }


#s3{ 
position: absolute; 
border: solid 0px black;
text-align :left; 
width:160px;
height:100px;
  margin-left:350px;

visibility: visible }

#s4{ 
position: absolute; 
border: solid 0px black;
text-align : left; 
width:170px;
height:100px;
  margin-left:530px;

visibility: visible }




#galleries{ 
position: absolute;
border: solid 0px black;
width:600px;
height:200px;
 padding-left:50px;
  padding-right:200px;

visibility: visible }

#texts{ 
position: absolute;
border: solid 0px red;
width:800px;
height:95px;
 margin-top:210px;

visibility: visible }

#copyrights{ 
position: absolute;
border: solid 0px yellow;
width:800px;
height:15px;
 margin-top:495px;
 text-align : center; 

visibility: visible }

