body {
	margin: 0px;
	padding: 0px;
	background-color:#f3f3f4;
	line-height: 20px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	/*color: #5698A3;*/
}


h1, h2, h3 {
	font-weight: normal;
	color: #d94559;
	font-family:Georgia, "Times New Roman", Times, serif;
}

h1 { font-size: 24px; }

h2 { font-size: 17px; margin-bottom:-10px; margin-top:16px}

h3 { font-size: 13px; }


p, ul, ol {
	text-align: justify;
}



/* Header */
#header {
	width: 886px;
	height: 84px;
	background: url(images/img_navigation-background.jpg) no-repeat left top;
	margin: 0px auto;
}


/* Menu */

#menu {
	margin-left:-21px;
	padding-top: 40px;
	height: 44px;
}

#menu ul {
	list-style: none;
}

#menu li {
	float: left;
	width: 106px;
}

#menu a {
	/*display: block;
	padding: 0px 0px 0px 0px;*/
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
	color: #6d6f71;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .first a {
	background: none;
	padding-left: 0px;
}


/*===========================================*/
#homeButt {
	display: block;
	width: 106px;
	height: 44px;
	background: url(images/img_home-butt.jpg) no-repeat 0 0;
}

#homeButt:hover { 
	background-position: 0 -44px;
}

#homeButt span {
	display: none;
}
/****************/
#about-usButt {
	display: block;
	width: 106px;
	height: 44px;
	background: url(images/img_about-us-butt.jpg) no-repeat 0 0;
}

#about-usButt:hover { 
	background-position: 0 -44px;
}

#about-usButt span {
	display: none;
}
/****************/
#originalButt {
	display: block;
	width: 106px;
	height: 44px;
	background: url(images/img_original-butt.jpg) no-repeat 0 0;
}

#originalButt:hover { 
	background-position: 0 -44px;
}

#originalButt span {
	display: none;
}
/****************/
#printsButt {
	display: block;
	width: 106px;
	height: 44px;
	background: url(images/img_prints-butt.jpg) no-repeat 0 0;
}

#printsButt:hover { 
	background-position: 0 -44px;
}

#printsButt span {
	display: none;
}
/****************/
#limitedprintsButt {
	display: block;
	width: 106px;
	height: 44px;
	background: url(images/img_limited-prints-butt.jpg) no-repeat 0 0;
}

#limitedprintsButt:hover { 
	background-position: 0 -44px;
}

#limitedprintsButt span {
	display: none;
}
/****************/
#printscanvasButt {
	display: block;
	width: 106px;
	height: 44px;
	background: url(images/img_prints-canvas-butt.jpg) no-repeat 0 0;
}

#printscanvasButt:hover { 
	background-position: 0 -44px;
}

#printscanvasButt span {
	display: none;
}
/****************/
#termsButt {
	display: block;
	width: 106px;
	height: 44px;
	background: url(images/img_terms-butt.jpg) no-repeat 0 0;
}

#termsButt:hover { 
	background-position: 0 -44px;
}

#termsButt span {
	display: none;
}
/****************/
#contact-usButt {
	display: block;
	width: 106px;
	height: 44px;
	background: url(images/img_contact-us-butt.jpg) no-repeat 0 0;
}

#contact-usButt:hover { 
	background-position: 0 -44px;
}

#contact-usButt span {
	display: none;
}
/*===========================================*/



#page {
	margin: 0px auto;
	background: url(images/img_content-background.jpg) no-repeat center top;
	background-color:#FFFFFF;
	width: 886px;
	height: auto;
}

#left-shadow {
	background: url(images/img_left-shadow.gif) repeat-y;
}

#right-shadow {
	background: url(images/img_right-shadow.gif) repeat-y right;
}

#logo-container {
	background: url(images/img_logo.png) no-repeat right;
	padding-top: 30px;
	height: 76px;
	width: 848px;
}


/* 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/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; }


/* Footer */

#footer {
	width: 886px;
	height: 50px;
	margin: 0px auto;
	padding: 0px;
	background: url(images/img_footer-background.jpg) no-repeat center top;
}

#footer p {
	width: 400px;
	float: left;
	margin: 0;
	padding: 40px 0 0 22px;
	text-align: left;
	text-transform: none;
	line-height: normal;
	font-size: 11px;
	color: #4d4d4d;
}

#footer a {
	color: #4d4d4d;
}