/* ------------------------------------------------------------------------
Gallery Style Sheet - Jongor Hire

Author: Oliver Coningham
Website: http://www.aztec4design.com/
Email: oliver@aztec4design.com
-------------------------------------------------------------------------*/


/* =Subnav
-------------------------------------------------------------------------*/

#subnav
	{
	float: left;
	font-weight: bold;
	list-style: none;
	width: 175px;
	}
	
#subnav a
	{
	background: url('../images/subnav-item.gif') no-repeat 0 -27px; 
	color: #928E7F;
	display: block;
	height: 20px;
	padding: 7px 0 0 13px;
	text-decoration: none;
	width: 175px;
	}

#subnav-top a
	{
	background: url('../images/subnav-top.gif') no-repeat 0 -28px; 
	padding-top: 9px;
	height: 19px;
	}
				
#subnav-bottom a
	{
	background: url('../images/subnav-bottom.gif') no-repeat 0 -30px; 
	height: 23px;
	}
	
#subnav-item-1 a, #subnav-item-2 a, #subnav-item-3 a, #subnav-item-4 a, #subnav-item-5 a, #subnav-item-6 a, #subnav-item-7 a , #subnav-item-8 a  
	{
	background: url('../images/subnav-item.gif') no-repeat 0 -54px; 
	color: #636055;
	font-weight: normal;
	text-indent: 10px;
	}
	
#sub-subnav-item-1 a, #sub-subnav-item-2 a, #sub-subnav-item-3 a, #sub-subnav-item-4 a, #sub-subnav-item-5 a, #sub-subnav-item-6 a, #sub-subnav-item-7 a , #sub-subnav-item-8 a  
	{
	background: url('../images/subnav-item.gif') no-repeat 0 -54px; 
	color: #636055;
	font-weight: normal;
	text-indent: 23px;
	}
	
#subnav .selected
	{
	font-weight: bold;
	}
	
	
/* =Thumbnails
-------------------------------------------------------------------------*/

#gallery-area
	{
	float: right;
	width: 350px;
	}
	
#gallery-area a img
	{
	border: 3px solid #969281;
	margin: 0 5px 5px 0;
	}
	
#gallery-area a:hover img
	{
	border: 3px solid #47453c;
	margin: 0 5px 5px 0;
	}