/*
Client: 	DBC Foodservice
Created:	17/08/2006
By:		L Hughes gencon.co.uk
*/

@import "form.css";

/* default */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000;
}

h1,h2,h3,h4,h5,h6 {
	color: #EC1B2E;
	font-weight: normal;
	text-align: left;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
}
/*  */

/* generic */
div.clear {
	clear: both;
}

h1 em {
	float: right;
	font-size: 0.7em;
}

img.left {
	margin: 0 10px 10px 10px;
	padding: 3px;
	float: left;
	
	border: #C8C8C8 1px solid;
}

img.right {
	margin: 0 10px 10px 10px;
	padding: 3px;
	float: right;
	
	border: #C8C8C8 1px solid;
}
/*  */

/* structure */
div#frame {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
}

div#header {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
	height: 129px;

	background: #fff url(../images/bg_header.jpg) no-repeat top;
}

div#primary {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
	height: 58px;

	background: #fff url(../images/bg_primary.jpg) no-repeat top;
}

div#content {
	margin: 0 0 0 24px;
	padding: 5px;
	width: 390px;
	float: left;

	font-size: 0.9em;
	text-align: justify;
}

* html div#content {
	margin-left: 11px;
}


div.column {
	margin: 0;
	padding: 0;
}

div#foot {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 800px;
	height: 107px;

	background: #fff url(../images/bg_foot.jpg) no-repeat top;
}
/*  */

/* header */
div#header img {
	margin-right: 19px;
	float: right;
	border: none;
}
/*  */

/* primary */
div#primary ul {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 760px;
	height: 46px;

	list-style: none;
}

* html div#primary ul li {
	float: left;
}

div#primary ul li a {
	margin: 1px 0 0 0;
	padding: 19px 17px 0 17px;
	line-height: 25px;
	display: block;
	float: left;

	text-align: center;
	text-decoration: none;
	color: #696969;
	font-size: 0.9em;
	border-left: #C8C8C8 1px solid;
}

div#primary ul li a.first {
	padding-left: 19px;
	border-left: none;
}

div#primary ul li a:hover {
	border-bottom: #EC1B2E 1px solid;
}
/*  */

/* content */
img.mainimg {
	padding: 3px;
	border: #C8C8C8 1px solid;
}

div#content a {
	color: #EC1B2E;
}

div#content p,
div#content h1,h2,h3,h4 {
	padding-left: 10px;
	padding-right: 20px;
}

div#content ul {
	margin-right: 20px;	
	list-style: circle;
}

div.synopsis {
	margin: 0 10px 1em 10px;
	padding: 0 0 15px 0;

	border-bottom: #C8C8C8 1px solid;
}

div.synopsis img {
	margin: 8px 0 0 10px;
	float: right;

	border: none;
}

	/* contact map */
	div#address {
		margin: 0 0 10px 0;
		padding: 3px;
		
		border: #C8C8C8 1px solid;
	}
	
	div#address div {
		background: #fff url(../images/img_title_dbc.jpg) no-repeat bottom right;
		border: #C8C8C8 1px solid;
	}
	
	div#address img {
		margin: 0 0 0 0;
		padding: 8px 0 5px 0;
		
		border: none;
	}
	
	div#address address {
		margin: 20px 0 0 20px;
		padding: 0;
		float: left;
		line-height: 1.6em;
		width: 210px;
		
		font-size: 1.2em;
		font-style: normal;
	}
	/*  */
/*  */

/* column */
div.column h2 {
	margin: 0;
	padding: 6px 0 0 6px;
	height: 31px;
	width: 176px;

	font-size: 1.1em;
	color: #000;
	background: url(../images/bg_col_head.jpg) no-repeat top;
}

div.column p {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	line-height: 18px;
	font-size: 0.9em;
}

div.column .gobutton {
	float: right;
	border: none;
}

div.column a {
	color: #EC1B2E;
}
	/* one */
	#one {
		margin: 5px 0 0 0;
		padding: 0;
		float: left;
		width: 179px;
	}

	#one em.postdate {
		font-size: 0.8em;
		color: #696969;
	}

	/* cta */
	div.cta {
		margin-bottom: 1.3em;
		padding-left: 5px;
		padding-right: 5px;
	}

	div.cta p {
		line-height: 30px;
	}

	div.article_cta p a,
	div.promo_cta p a {
		text-decoration: underline;
	}

	div.article_cta p a:hover,
	div.promo_cta p a:hover {
		text-decoration: none;
	}
	/*  */

	/* promo cta */
	div.promo_cta {
		margin-bottom: 1.3em;
		padding-left: 5px;
		padding-right: 5px;
	}
	/*  */

	/* article */
	div.article_cta {
		margin-bottom: 0.8em;
		padding-bottom: 10px;
		padding-left: 5px;
		padding-right: 5px;
		border-bottom: #C1C1C1 1px solid;
	}
	/*  */
	/*  */

	/* two */
	#two {
		margin: 5px 0 0 10px;
		padding: 0;
		float: left;
		width: 160px;
	}
	
	div.flaborder {
		margin-bottom: 5px;
		height: 164px;
	}
	
	#swf1 img {
		position: absolute;
		top: -167px;
	}
	
	* html #swf1 img {
		top: -164px;
	}
	
	#swf2 img {
		position: absolute;
		top: -167px;
	}
	
	* html #swf2 img {
		top: -164px;
	}
	
	#swf3 img {
		position: absolute;
		top: -167px;
	}
	
	* html #swf3 img {
		top: -164px;
	}

	/* secondary */
	ul#secondary {
		margin: 0;
		padding: 0;

		list-style: none;
		font-size: 0.9em;
	}

	ul#secondary li {
		margin-bottom: 3px;
		line-height: 23px;
		background: url(../images/bg_secondary.jpg)
	}

	ul#secondary li a {
		padding: 0 0 0 5px;
		line-height: 23px;
		height: 23px;
		display: block;

		border-bottom: #fff 1px solid;
		text-decoration: none;
	}

	ul#secondary li a:hover {
		border-bottom: #EC1B2E 1px solid;
	}

	ul#archive {
		margin: 0;
		padding: 0;

		list-style: none;
		font-size: 0.9em;
	}

	ul#archive li {
		margin-bottom: 3px;
		line-height: 23px;

		background-color: #F1F1F1;
	}

	ul#archive li a {
		padding: 0 0 0 5px;
		line-height: 23px;
		height: 23px;
		display: block;

		border-bottom: #fff 1px solid;
		text-decoration: none;
	}

	ul#archive li a:hover {
		border-bottom: #EC1B2E 1px solid;
	}
	
	ul#branches {
		margin: 0;
		padding: 0;

		list-style: none;
		font-size: 0.9em;
	}

	ul#branches li {
		margin-bottom: 3px;
		line-height: 23px;

		background-color: #F1F1F1;
	}

	ul#branches li a {
		padding: 0 0 0 5px;
		line-height: 23px;
		height: 23px;
		display: block;

		border-bottom: #fff 1px solid;
		text-decoration: none;
	}

	ul#branches li a:hover {
		border-bottom: #EC1B2E 1px solid;
	}
	/*  */
	/*  */
/*  */

/* foot */
div#foot ul {
	margin: 0 auto 0 auto;
	padding: 60px 0 0 0;
	width: 700px;

	list-style: none;
	font-size: 0.8em;
	text-align: right;
	color: #fc6b77;
}

div#foot li {
	margin-left: 20px;
	display: inline;
}

div#foot a {
	color: #fc6b77;
}

div#foot ul li.copy {
	margin-left: 0;
	float: left;
}
/*  */