/* Cream style sheet for Eastern Fire Ltd. */
/* URL: www.eastern-fire.co.uk */
/* Created: 10-02-2010 */
/* Last edited: 12-02-2010 *

/* page structure and styling */

	html, body {
		background-color: #FFF9D2;
	}

	#centeredcontent {
		background-color: #FFF9D2;
	}
	
	/* head section */
	
	#headWrapper {
		background-image: none;
	}
	
	#headWrapper #headLogo {
		/*background-image: url(../images/eastern-fire-logo-hc.png);
		background-repeat: no-repeat;
		background-position: left top;*/
	}
	
	#headWrapper h3 {
		color: #010066;
	}
	
	#headWrapper #dateBox {
		color: #010066; 
	}
	
	#headWrapper #headMenu {
		background-color: #010066;
		color: #FFF9D2;
		background-image: none;
	}
	
	#headWrapper #headMenu a {
		text-decoration: underline;
		color: red;
	}
	
	#headWrapper #headMenu a:hover {
		color: red;
		text-decoration: underline; 
	}
	
	/* content styles */
	
	#contentWrapper {
		background-color: #FFF9D2;
		background-image: none;
	}
	
	#contentWrapper #textWrapper h1 {
		color: #010066;
	}
	
	.leftText {
		color: #010066;
	}
	
	.rightText {
		color: #010066;
	}
	
	.rightText a {
		color: red;
		text-decoration: underline;
	}
	.rightText a:hover {
		color: red;
		text-decoration: underline;
	}
	
	.article h2 {
		color: #010066;
	}
	
	.article h3 {
		color: #010066;
	}
	
	.article p {
		color: #010066;
	}
	
	#contentWrapper #sideWrapper h1 {
		color: #010066;
	}
	#contentWrapper #sideWrapper h2 {
		color: #FFF9D2;
		background-image: none;
		background-color: #010066;
	}
	
	#contentWrapper #sideWrapper #productLink {
		list-style-type: none;
	}
	
	#contentWrapper #sideWrapper ul {
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	
	#contentWrapper #sideWrapper li {
		width: 350px;
		height: 30px;
		position: relative;
		list-style-type: none;
		line-height: 30px;
		text-align: right;
		padding-right: 5px;
		font-family: Arial, Helvetica, sans-serif; 
		font-size: 14px; 
		color: #010066;
		font-weight: normal;
		text-decoration: none;
		margin-left: 0px;
	}
	
	#contentWrapper #sideWrapper a {
		text-decoration: none;
		color: red;
	}
	#contentWrapper #sideWrapper a:hover {
		color: red;
		text-decoration: underline;
		background-image: none;
	}
	
	#contentWrapper #sideWrapper #fireLogo {
		color: #010066;
	}
	
	#contentWrapper #sideWrapper #fireLogo a {
		color: red;
		background-image: none;
	}
	
	/* end of content section */
	/* footer section */
	
	#footerWrapper {
		background-color: #FFF9D2;
	}
	
	#baseMenu {
		color: #FFF9D2;
		background-color: #010066;
	}
	
	#baseMenu strong {
		color: #010066;
	}
	
	#baseMenu a {
		color: red;
		text-decoration: none;
	}
	
	#baseMenu a:hover {
		color: red;
		text-decoration: underline;
	}
	
	#footerWrapper #burnbank {
		color: #FFFFFF;
		background-color: #FFF9D2;
	}
	
	#footerWrapper #burnbank a {
		color: red;
		text-decoration: none;
	}
	#footerWrapper #burnbank a:hover {
		color: red;
		text-decoration: underline;
	}
	
	.Normal {
		color: #010066;
	}
	
	/* accessibility styles */
	#accessBox {
		color: red; 
	}
	
	#accessBox a:link {
		color:red;
	}
	
	#accessBox a:visited {
		color: red;
	}
	
	#accessBox a:hover {
		color: red;
	}
	
	#accessFull {
		background-color: #FFF9D2;
		border-color: #010066;
	}
	
	a.closeLink:link {
		color: red;
		text-decoration: none;
	}
	
	a.closeLink:visited {
		color: red;
		text-decoration: none;
	}
	
	a.closeLink:hover {
		color: red;
		text-decoration: underline;
	}
	
	#accessFull p {
		color: #010066; 
	}
