body
{ 
	background: #2F496A;
	color: #2F496A;
}

#header {
	background: #2F496A;
}

#menu {
	background: #2F496A;
}

.products {
	margin-top: 10px;
	background: #FFFFFF;
	width: 656px;
	height: 180px;
}

#left {
	background: #D5D9E2;
}

#footer {
	background: #2F496A;
}

/***Typography***/

#text .dropcap {
  	color: #2F496A;
}

h3 {
	background: #2F496A;
}

#left p a {
	color: #2F496A;
}

/***Lists***/

#menu li a:hover {
	color: #D5D9E2;
}

#menu li .current {
	color: #D5D9E2;
}

#left li a{
	color: #2F496A;
}

#content li {
	padding: 10px;
	font-size: 1.2em;
}

#content li a:link, #content li a:visited {
	color: #2F496A;
	text-decoration: none;
}

/***Catalogue***/

#content p.prodnavigation {
	margin: 0;
	padding: 0;
	display: none;	
}

#content p.prodnavigation a{
	color: #2F496A;
	text-decoration: none;
	display: none;
}

.catnavigation {
	display: none;
}

.catimage{
	padding: 10px; 
}

td.catname{
	padding: 10px;
	text-align: center;
}

#content p.catname {
	color: #2F496A;
	text-align: center; 
}

#content p.catname a{
	color: #2F496A;
	text-decoration: none;
}

.products td{
	text-align: center;
	padding: 4px;
}

.prodname{
	color: #2F496A;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}


.prodname a{
	color: #2F496A;
	font-size: 14px;
	line-height: 20px;
	text-decoration: none;
}

.proddescription a {
	margin: 10px 0;
	color: #2F496A;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
	text-align: centre;
}

.prodseparator {
	display: none;
}

.detailname{
	font-size: 14px;
	line-height: 36px;
	text-align: center;
}

.detaildescription {
	text-align: center;
}

.detaildescription a {
	margin: 10px 0;
	color: #2F496A;
	font-size: 12px;
	line-height: 20px;
	text-decoration: none;
}

#content p.pagenums {
	text-align: center;
}

#content p.pagenums a{
	color: #2F496A;
	text-decoration: none;
}

/***Form***/

#left input, #left select, #left #submit {
	color: #2F496A;
	border: 1px #2F496A solid; 
}
