@charset "UTF-8";
/* CSS Document */

*
{
	background-color:#ffffff;
	color:#b5b5b5;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

a
{
	text-decoration:none;	
}

p
{
	line-height:14px;
}

h1
{
	color:#333333;
	
	font-size:13px;
	font-weight:normal;
	
	text-decoration:none;
	text-transform:uppercase;
}

h2
{	
	font-size:13px;
	font-weight:normal;
	
	text-decoration:none;
	text-transform:uppercase;
}

h3
{

}

img
{
	border:0px;
}


#mainNav a
{
	color:#333333;
	
	font-size:13px;
	font-weight:normal;
	
	text-decoration:none;
	text-transform:uppercase;
}

#mainNav a:hover
{
	color:#b5b5b5;
}

#mainNav li
{
	list-style:none;
}


#mainNav .active
{
	color:#b5b5b5;
}

#subNav a
{
	color:#333333;
	
	font-size:11px;
	font-weight:normal;
	
	text-decoration:none;
	text-transform:none;
}

#subNav a:hover
{
	color:#b5b5b5;
}

#subNav li
{
	list-style:none;
}

#subNav .active
{
	color:#b5b5b5;
}

.gallery_button
{
	color:#333333;
	text-decoration:none;
}

.gallery_button:hover
{
	color:#b5b5b5;
	text-decoration:none;
}

.gallery_button_active
{
	color:#b5b5b5;
	text-decoration:none;
}
