/* PAGE STRUCTURE */



#main { 
	margin: 0;
	padding: 0;
	width: 100%;
}


#container { 
	margin: 0 auto;
	padding: 0;
	width: 1013px !important;
}
#Navcontainer {

	position: relative;

	margin:auto;

	text-align:center;

	width: 1013px;

	height: 287px;

	background-image: url('../images/header-images/rrd_header.png');

	}

	

#Navlist a {

	position: absolute;

	height: 75px;

	top: 154px; 

	left: 0px;

	text-decoration: none;

	}



#Navlist a i { 

	visibility: hidden; 

	}



a#shopNav, a#blogNav, a#teamNav, a#galleryNav,  a#forumNav, a#contactNav,  { 

	top: 154px; 

	}



a#shopNav { 

	left: 147px; 

	width: 64px;

	}

a#blogNav { 

	left: 279px; 

	width: 55px;

		}

	

a#teamNav {

	left: 408px;

	width: 62px;

    }



a#galleryNav { 

	left: 669px; 

	 width: 72px;

	}

a#forumNav { 

	left: 540px; 

	 width: 69px;

	}	

a#contactNav { 

	left: 787px; 

	width: 85px;

	}





a#shopNav:hover { 

	background-image: url('../images/header-images/shop.png'); 

	}

	

a#blogNav:hover { 

	background-image: url('../images/header-images/blog.png'); 

	}

	

a#teamNav:hover {

	background-image: url('../images/header-images/team.png');

    }



a#galleryNav:hover { 

	background-image: url('../images/header-images/gallery.png'); 

	}

	

a#forumNav:hover { 

	background-image: url('../images/header-images/forum.png'); 

	}

	

a#contactNav:hover { 

	background-image: url('../images/header-images/contact.png'); 

	}

	



 

a#shopNav:hover, a#blogNav:hover, a#teamNav:hover, a#galleryNav:hover, a#forumNav:hover, a#contactNav:hover { 

	border:none; 

	}



a:focus { 

	outline: none;