/* CSS Document */
/*******************************************************************************/
/* Presentation CSS File                                                       */
/*   Text and colour formatting for all media types                            */
/*                                                                             */
/* Developed by Matthew Harris, DBS, www.dbs-uk.co.uk                          */
/*******************************************************************************/

/* code tag for linking to a site */
/*******************************************************************************/
code.linkcode
{
	margin: 1em 2em;
	padding: 0.5em;
	background: #ccc;
	border: 1px solid #999;
	color: #000;
	display: block;
	overflow: auto;
}

h1
{
	color: #d62d5a;
	font-size: 1.333em;
	margin-bottom: 20px;
}

h2
{
	color: #888888;
	font-size: 1em;
	margin-bottom: 20px;
}

h3,h4,h5,h6
{
	color: #d62d5a;
	font-size: 1.333em;
	margin-bottom: 0;
}

p
{
	color: #888888;
}

div#special_offers p
{
	font-size: 0.8333em;
	padding: 0 4px 4px;
	margin: 0;
}

div#special_offers a
{
	color: #7f7f7f;
	text-decoration: underline;
}


div#footer_container p
{
	color: #ae1b41;
}

div#footer_container a
{
	color: #ae1b41;
	font-weight: normal;
}
