/* 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, h3, h4, h5, h6
{
	color: #d2232a;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom:1em;
}

h1
{
	font-size: 1.5em;
	margin-bottom: 1em;	
	font-style:italic;
}

h2
{
	font-size: 1.16em;
	color: #000;
	font-weight: normal;
	margin-bottom: 1em;
	font-family:Arial, Helvetica, sans-serif;
}

h3, h4, h5, h6
{
	font-size:1.16em;
	font-style:italic;
}

div#category_container h3,
div#category_container h4
{
	padding:10px 0 0 15px;
}

a
{
	font-weight: normal;
	color: #91070d;
	outline:none;
}

a:hover
{
	color:#CC0000;
}

table.openhours
{
	margin-bottom: 1em;
}

img.product
{
	margin-right: 10px;
	margin-bottom: 12px;
}

img.product2
{
	margin-bottom: 12px;
}


