@charset "UTF-8";
/* CSS Document */



/*Footer*/

.footer
	{
		width:678px;
		height:350px;
		position:relative;
		top:80px;
		margin-right: auto;
		margin-left: auto;
		border-top: 1px solid #eeeeee;
		background-image:url(../images/general/footerback.jpg);
		background-repeat:no-repeat;
		background-position:bottom;
		
		
	}
	
.footerlinkscon
	{
		
		width:450px;
		height:auto;
		position:absolute;
		right:0px;
		padding-bottom:30px;
		
		
	}


.footerlinks
	{
		
		width:150px;
		height:auto;
		float:left;
		margin-top:20px;
		
		
	}
	
.footerlinks ul
	{
		list-style:none;
		margin:0px;
		padding:0px;
	}
	
.footerlinks a
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:9px;
		color:#787878;
		text-decoration:none;
		font-weight:lighter;
		padding:0px;
	}
	
.footerlinks a:hover
	{
		
		color:#000000;
		
	}
	
.footerlinks h1
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#787878;
		text-decoration:none;
		font-weight:lighter;
	}
	
.cayenne
	{
		position:absolute;
		left:5px;
		top:70px;
	}
	
	
.cayenne2
	{
		position:absolute;
		left:570px;
		top:30px;
	}	
	
.footer p
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:9px;
		color:#cccccc;
		font-weight:lighter;
		margin:0px;
		padding:0px;
		position:absolute;
		left:10px;
		top:30px;
	}
	
	

