/*---------------------------------------------
Name: global.css
Developed by: Ben Henschel
Copyright: Project Designs 2009
Website: www.projectdesigns.org
----------------------------------------------*/

body
{
	color:#727272;
	font-size:12px;
	font-family:helvetica, arial;
	margin:0px;
	padding:0px;
	background: url(/images/body_bg.png) #FFFFFF center bottom fixed no-repeat;
}

a img {border:none;}
.clearThis {clear:both;}

#mainContainer
{ 
	width:857px;
	margin:25px auto;
}

a
{
	color:#959595;
	text-decoration:none;
}

a:hover
{
	color:#343434;
}

/* Header
----------------------------------------------*/
#header
{
	width:857px;
	margin:0 auto;
}

#select
{
	background-color:#F5F5F5;
	height:39px;
	margin-top:7px;
}

	#select h5
	{
		float:left;
		width:193px;
		height:39px;
		margin:0px;
		background: url(/images/select.png) no-repeat;
		text-indent:-9999px;
	}
	
	#select h2
	{
		float:right;
		width:243px;
		height:39px;
		margin:0px;
		background: url(/images/ben.png) no-repeat;
		text-indent:-9999px;
	}
	

/* Nav
----------------------------------------------*/
#nav
{
	margin-top:50px;
}

#nav ul 
{
	list-style-type:none;
	margin-left:-40px;
}

#nav ul li {margin-top:15px;}

#nav ul li a
{
	color:#A2A2A2;
	font-size:6.4em;
	display:block;
	height:70px;
	padding:5px 20px 0px 20px;
	background: url(/images/collectionBg.png) repeat-x;
	text-decoration:none;
	text-transform:uppercase;
}

#nav ul li a:hover
{
	color:#343434;
	background-image: none;
	background-color:#F5F5F5;
}

/* Footer
----------------------------------------------*/

#footer
{
	margin-top:20px;
}

#footer p
{
	font-size:small;
	color:#959595;
}




