@charset "utf-8";
/* CSS Document */
#sub-nav {
	height: 38px;
	width: 960px;
	margin-left:auto;
	margin-right:auto;

}
#sub-nav ul{	
		margin:0;
		padding:0;
		float:right;
		padding-right:50px;
		
	

		
		}

#sub-nav li
{
display: inline-block;
float:left;
text-align:right;



}


#sub-nav a.last
{
 border-right: none !important;



}

#sub-nav a{
	color: #1d1d1d ;
 display:block;
	height:27px;
 text-decoration: none; 
	font-family:"Century Gothic";
	font-size:14px;
	font-weight:bold;
	padding-right:15px;
	padding-left:15px;
	padding-top:11px;



	
 }
#sub-nav a:hover{

	color: #fff;
	text-decoration: none;
	background-image:url(images/hover.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	
	}
	
	
/* gallery nav*/

#gallery-nav {
	height: 38px;
	width: 960px;
	margin-left:auto;
	margin-right:auto;
		padding-left:5px;

}
#gallery-nav ul{	
		margin:0;
		padding:0;
		float:left;
		padding-left:15px;
  padding-top:11px;
		
	

		
		}

#gallery-nav li
{
display: inline-block;
float:left;
text-align:right;


}


#gallery-nav a.last
{
 border-right: none !important;



}

#gallery-nav a{
	color: #1d1d1d ;
 display:block;
	height:42px;
 text-decoration: none; 
	font-family:"Century Gothic";
	font-size:13px;
	font-weight:bold;
	padding-right:10px;
	padding-left:10px;


	
 }
#gallery-nav a:hover{

	color: #fff;
	text-decoration: none;
	background-image:url(images/hover.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	
	}
	