/* CSS Document */

body
{
	font-family:verdana, arial;
	font-size:11px;
	color:#000;
	margin:0;
	padding:0;
	text-align:center;
}


/********************************************
	GENERIC TAGS
********************************************/
img
{
	border:0;
}

a
{
	color:#000;
	text-decoration:underline;
}

a:hover
{
	text-decoration:none;
}



/********************************************
	COMMON
********************************************/

.clear
{
	clear:both; display:block; visibility:hidden; height:1px; 
	font-size:0; overflow:hidden;
}

.hide
{
	display:none;
}

/********************************************
	MAIN LAYOUT
********************************************/

div#container
{
	margin:0px auto 0px auto;
	width:900px;
	text-align:left;
}

div#header
{
	height:105px;
	border-bottom:8px solid #E26E25;
	background-image:url(../images/banners/home_banner.jpg);
	background-repeat:no-repeat;
	background-position:top left;
}

	div#header img.logo
	{
		float:right;
	}
	
div#footer
{
	text-align:right;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:20px;
}


/********************************************
	NAVIGATION
********************************************/

div#nav-holder
{
	text-align:right;
	padding-top:10px;
}

	div#nav-holder a
	{
		display:inline-block;
		height:12px;
		margin-right:30px;
		background-repeat:no-repeat;
		background-position:0px 0px;
		background-image:url(../images/nav/nav.gif);
	}
	
		div#nav-holder a span
		{
			display:none;
		}
		
		div#nav-holder a.home
		{
			width:37px;
			background-position:0px 0px;			
		}

			div#nav-holder a.home:hover
			{
				background-position:0px -15px;
			}
		
		div#nav-holder a.current-exhibitions
		{
			width:148px;
			background-position:0px -30px;
		}
			div#nav-holder a.current-exhibitions:hover
			{
				background-position:0px -45px;
			}
	
		div#nav-holder a.prints-for-sale
		{
			width:115px;
			background-position:0px -60px;
		}
			div#nav-holder a.prints-for-sale:hover
			{
				background-position:0px -75px;
			}	

		div#nav-holder a.contact
		{
			width:58px;
			background-position:0px -90px;
		}
			div#nav-holder a.contact:hover
			{
				background-position:0px -105px;
			}	





/********************************************
	TITLES
********************************************/

h1 span
{
	display:none;
}

h1
{
	display:block;
	height:15px;
	margin-left:18px;
	background-repeat:no-repeat;
	background-position:0px 0px;
}

	h1.home
	{
		background-image:url(../images/titles/home_title.gif);
	}

	h1.current-exhibitions
	{
		background-image:url(../images/titles/current_exhibitions_title.gif);
	}

	h1.prints-for-sale
	{
		background-image:url(../images/titles/prints_for_sale_title.gif);
	}
	
	h1.contact
	{
		background-image:url(../images/titles/contact_title.gif);
	}






