* {margin:0;padding:0;} 

html, body {height: 100%;}

body {
background:url(images/background.jpg) repeat;
font-family:Arial, Helvetica, sans-serif;
padding:0;
margin:0;
height:100%;
}

#container {
	margin:auto;
	padding:0;
   position:relative;
   min-height:100%;
}

#main {
	overflow:auto;
	padding-bottom: 60px;  /* must be same height as the footer */
	margin:auto;
	width:960px;
	} 

#header {
width:100%;
margin:0;
padding:0;
background-color:#503839;
height:84px;
}

#headercontainer {
width:960px;
margin:auto;
padding:0;
background-image:url(images/headerback.png);
height:85px
}

#logo {
margin:19px 0 0 60px;
float:left;
}

#navcontainer {
margin:33px 0 0 135px;
width:410px;
float:left;
}

.navitem a, .navitem {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	color:#c5b358;
	text-decoration:none;
	float:left;
}

.home a:link , .home a:visited {
	padding:5px 27px 2px 13px;
	width:30px;
	color:#c5b358;
	text-decoration:none;
	height:25px;
}

.home a:hover {
	color:#503839;
	background:url(images/navback-home.png) no-repeat -3px 1px;
}

.home a:active {
	position:relative;
	top:1px;
}

.catalogue a:link , .catalogue a:visited {
	padding:5px 10px 5px 10px;
	width:77px;
	color:#c5b358;
	text-decoration:none;
}

.catalogue a:hover {
	color:#503839;
	background:url(images/navback-catalogue.png) no-repeat -3px 1px;
}

.catalogue a:active {
	position:relative;
	top:1px;
}

.wholesale a:link , .wholesale a:visited {
	padding:5px 10px 5px 8px;
	width:77px;
	color:#c5b358;
	text-decoration:none;
}

.wholesale a:hover {
	color:#503839;
	background:url(images/navback-wholesale.png) no-repeat -3px 1px;
}

.wholesale a:active {
	position:relative;
	top:1px;
}

.aboutus a:link , .aboutus a:visited {
	padding:5px 11px 5px 13px;
	width:106px;
	color:#c5b358;
	text-decoration:none;
}

.aboutus a:hover {
	color:#503839;
	background:url(images/navback-aboutus.png) no-repeat -3px 2px;
}

.aboutus a:active {
	position:relative;
	top:1px;
}


#floralcontainer {
background:url("images/backfloral.jpg") no-repeat scroll 0 0 transparent;
height:421px;
width:626px;
position:absolute;
top:84px;
z-index:-1;
float:left;
}

#body {
   padding:10px;
   padding-bottom:60px;   /* Height of the footer */
}

#footer {
	background-color:#503839;
	width:100%;
	position: relative;
	margin-top: -60px; /* negative value of footer height */
	height: 60px;
	clear:both;
}

#footercontainer {
width:960px;
margin:auto;
padding:29px 45px 0 45px;
background:url(images/footerback.png) no-repeat 0 -1px;
height:31px;
}

.footer {
	color:#c5b358;
	font-size:11px;
}

.footer a:link, .footer a:visited {
	color:#ebdd8d;
	text-decoration:none;
}

.footer a:hover {
	border-bottom:solid 1px #ebdd8d;
	color:#c5b358;
}

.footer a:active {
	position:relative;
	top:1px;
}
	

/** STICKY FOOTER **/ 

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

/* IMPORTANT

You also need to include this conditional style in the <head> of your HTML file to feed this style to IE 6 and lower and 8 and higher.

<!--[if !IE 7]>
	<style type="text/css">
		#wrap {display:table;height:100%}
	</style>
<![endif]-->

*/

/** LIGHTBOX **/ 

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
