
/* The big navigation boxes */

#bignavigation	{
	height: 125px;
	background-color: #bdbcab;
	width : 1000px;
	cursor : pointer;
	position: relative;	
}

#bignavigation	.item	{
	width : 250px;
	height : 125px;
	float : left;
	position: relative;	
}

#bignavigation		.item	a:hover{
}


#bignavigation	img	{
	width : 125px;
	height : 125px;
	margin-right : 10px;
}

/*
#bignavigation	p	{
	display: inline;
	color : #fff;
	width : 125px;
	height : 125px;
	padding: 30px 0 0 6px;
}

#bignavigation	p	{
	margin : 0;
}

*/

#bignavigation	h3	{
	padding-top : 30px;
	font-size : .8em;
	color : #fff;
	text-transform: capitalize;
	font-weight: bold;
}

#bignavigation	strong	{
	color : #6c100e;
	font-size : .8em;
	font-weight: bold;
	
}


#bignavigation	.item.last	{
	clear: both;
}
