/********************************/
/* Deanie's Seafood				*/
/* Colors Stylesheet			*/

/********************************/
/* General Formatting			*/
body#home {
	background: #EDEEDA;
}
body#store {
	background: #D3D4D7;
}
body#rest {
	background: #ECE8EA;
}


/********************************/
/* Header						*/

	/* User Nav */
	p#navmin, p#navmin a {
		color: #495985;
	}
	ul#navsec , ul#navsec a {
		color: #333;
	}
	ul#navpri li {
		border-right: dotted 2px #495985;
	}
	
	/* Menu */
#menu a, .cat-item a {
		color: #FFF;
	}
#menu #sub-nav a:hover, .cat-item a:hover {
		color: #D0CFA5;
	}
	
	/* Image / Article Display */
	#header #images img {
		border: solid 2px #3F507F;
	}
	#header #images h2, #header #images h2 a {
		font-weight: bold;
		text-decoration: none;
		color: #3f507f;
					font-family:AGaramond;	}
	
	/* Info Section */
	#info img {
		border: solid 0px #3F507F;
	}
	/* OTHER Section */
	#other img {
		border: solid 0px #3F507F;
	}

/********************************/
/* Page Content					*/
	
	/* Products Gallery */
	.LPBox.odd {
		border-bottom: dotted 2px #495985;
		border-right: dotted 2px #495985;
	}
	.LPBox.even {
		border-bottom: dotted 2px #495985;
	}
	.LPBox.last {
		border-bottom: none;
	}
	.LPImage img {
		border: solid 2px #3F507F;
	}
	.LPName, .LPName a {
		color: #B4555D;
	}
	.LPPrice {
		color: #B4555D;
	}
	
	
/********************************/
/* Footer						*/
#btm p {
	color: #495485;
}

.block h3{
	color: #D0CFA5;
	text-align:center;
	font-size: 10pt;
	text-transform: uppercase;
	letter-spacing: 2px;
}
