html, body {
	margin:0; padding:0;
	height:100%;
	font-family: helvetica, verdana;
	font-size: 13px;
}

body {background-color:#fcf6e5;	background: url(images/flowerbg2011.png);}

img {border:0; margin:0; padding:0;}
img, div { behavior: url(iepngfix.php); }

a:link {color:#ef4167; text-decoration:none;}
a:visited {color:#58499b;text-decoration:none;}
a:hover, a:active {color:#58499b; text-decoration:underline;}

#floater {
	position:relative; float:left;
	height:50%;	margin-bottom:-325px;
	width:1px;
}

#centered {
	position:relative; clear:left;
	height:600px; width:980px;
	margin:0 auto; border:0;
}

#navigation {
	position: absolute; left:12px; top:35px;
	border:0px black solid;
	width:840px; height:21px;
}

	#navigation ul {list-style: none; margin: 0px; padding: 0px; float: left;}
	#navigation li {float:left; position: relative;}
	#navigation ul ul li {display: block; width: 120px; border: 1px #f7a7aa solid; margin: 0px; padding: 0; font-size: 11pt; clear:both;}
	#navigation ul ul li a{display: block; border: 0px; margin: 0; padding: 1px 0px 1px 0px; width: 120px; color: #58499b; background-color: #f6fce3; text-decoration: none; height: auto; font-size: 11pt;text-align:center;}
	#navigation ul ul li a:hover {background: #FAF6BD;text-align:center;}
	#navigation ul ul {position: absolute; left: 335px; top: 20px; z-index: 500; display: none; border-top:3px #fff solid;}
	#navigation ul li:hover ul {display: block;}

	#home{position: absolute; left:30px; display:block; height:20px; width:147px; background:url(images/nav/home.png);}
	#about{position: absolute; left:179px; display:block; height:20px; width:147px; background:url(images/nav/about.png);}
	#collection{position: absolute; left:328px; display:block; height:20px; width:147px; background:url(images/nav/collection.png);}
	#catalogue{position: absolute; left:477px; display:block; height:20px; width:147px; background:url(images/nav/catalogue.png);}
	#login{position: absolute; left:626px; display:block; height:20px; width:147px; background:url(images/nav/login.png);}
	#contact{position: absolute; left:775px; display:block; height: 20px; width:147px; background:url(images/nav/contact.png);}
	
	#about:hover, 
	#collection:hover, 
	#catalogue:hover,
	#login:hover,
	#contact:hover,
	#home:hover {background-position: 147px;}
	
#logodiv {
	position: absolute; right:50px; top:40px;
	border:0px black solid;
	padding:0px; margin:0px;
	width:292px; height:95px;
	display:none;
}
 	#logodiv ul {list-style: none;}
	#logodiv li {float:left;}
	#logo{position: absolute; right:0px; top:0px; display:block; height:95px; width:292px; background:url(images/logo.png);}

#pagination, #pagination_o, #pagination_e {
	position:absolute; left: 90px; top: 97px;
	z-index:100;
	color: grey;
}

#content {
	position:absolute; left:55px; bottom:35px; 
	overflow:hidden; height:500px; width:570px;
	padding:0; margin:0;
	background:url(images/mainbg.png);
}

#logintext {
	position:absolute; left:100px; top:120px;
	overflow:hidden; height:350px; width:370px;
	padding:0; margin:0;
	text-align:center;
}

#logintable {
	font-family:helvetica, verdana;
	size:12px;
}

#contacttext {
	position: absolute; left:286px; top:100px;
	height:300px; width:200px;
	padding:0; margin:0;
	border:0px black solid;
}

#sidebar {
	position:absolute; right:50px; bottom:35px;
	overflow:hidden; height:500px; width:295px;
	padding:0; margin: 0;
	background: url(images/mainbg.png);
}

#highlights {
	position:absolute; left:3px; bottom:0px;
	height:320px; width:285px;
	padding:0px; margin:0px;
	border:0;
	background:url(images/highlightsbg.png);
}

#sidetext_c, #sidetext_o, #sidetext_e {
	position:absolute; left:48px; top:120px;
	width:200px;
	padding:0px; margin:0px;
	text-align:center; 
}

#sidetext_c{color:#009bda;}
#sidetext_o {color:#50196b;}
#sidetext_e {color:#7cc8a0;}

#pagination_o a:link {color:#58499b; text-decoration:none;}
#pagination_o a:visited {color:#ef4167;text-decoration:none;}
#pagination_o a:hover, a:active {color:#ef4167; text-decoration:underline;}

#pagination_e a:link {color::#58499b; text-decoration:none;}
#pagination_e a:visited {color:#ef4167;text-decoration:none;}
#pagination_e a:hover, a:active {color:#ef4167; text-decoration:underline;}

#footer{position:absolute;bottom:13px;font-size:11px;left:40px;color:#333;}
