/* ccs style sheet */

/* --------------general-------------------- */
strong {font-weight:bold;}
.bold {font-weight:bold;}
em {font-style:italic;}

abbr,acronym {border-bottom:1px dotted #000; cursor:help;} /*indicating to users that more info is available */
p, fieldset {margin-bottom:0.8em;line-height:1.4em;}

.left {float:left;}
.right {float:right;}
.clear {clear:both;	padding:0px; margin:0px;}

.noUnderline {text-decoration:none;}

.blackLine {border-bottom:1px solid #29373f;margin-top:10px;}
#ft a {text-decoration:none;}

/* --------------headings------------------- */
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:2.2em;  
}
h2 {
	font-size:1.4em;
	font-weight:normal; 
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:0.6em 0 0.4em 0;
}


/* ----------------text--------------------- */
.intro {font-size:0.9em;line-height:1.2;}
.small {font-size:0.9em;}
.medium {font-size:1.0em;}
.large {font-size:1.2em;}

.blue-title {font-size:1.0em;color:#2b5287;font-weight:normal;margin-bottom:0.2em;}
.blue-title-bold {font-size:1.0em;color:#2b5287;font-weight:bold;margin-bottom:0.2em;}
.small-blue-title-bold {font-size:0.9em;color:#2b5287;font-weight:bold;margin-bottom:0.2em;}
.large-blue-title-bold {font-size:1.2em;color:#2b5287;font-weight:bold;margin-bottom:0.2em;}
.testimonials {font-size:1.0em;color:#2b5287;font-weight:normal;line-height:1.3;}

.breadcrumb a {font-size:0.85em;text-decoration:none;}
.breadcrumb .on {color:#2b5287;text-decoration:underline;}

/* -----------------lists------------------- */
blockquote,ul,ol,dl {margin:1em;}
ol,ul,dl {margin-left:1em;}
ol li {list-style: decimal outside;}
ul li {list-style: none;}
.standardlist {list-style:disc;margin-left:10px;}
.standardlist li {list-style:disc;margin-left:10px;}

/* ----------------------------forms------------------------------- */

input {width:18em;border:solid 1px #cccccc;height:18px;color:#5b5a5b;}
textarea {width:18em;border:solid 1px #cccccc;color:#5b5a5b;}
label {width:7.5em;float:left;}

.login {width:10em;}
.searchInput {width:12em;height:1.2em;border:solid 1px #1b83b7;color:#5b5a5b;}

.resetInput {
	width:auto;
	height:auto;
	/*border:none;*/
	padding:0;
	margin:0;
}

.form {
	margin:4px 0 2px 0;
	padding:0px;
}
.form li {padding: 2px 0;margin: 2px 0 0 0px;}

/* -------------set heights--------------- */

.height-100 {
	height:100px;
}
.height-250 {
	height:250px;
}

/* -----------set padding and margins------------- */
.padding-30 {padding-top:30px;}	
.padding-20 {padding-top:20px;}
.padding-10 {padding-top:10px;}
.padding-5 {padding-top:5px;}
.padding-2 {padding-top:2px;}
.padding-right-30 {padding-right:30px;}
.padding-bottom-10 {padding-bottom:10px;}
.padding-bottom-0 {padding-bottom:0px;}
.padding-left-10 {padding-left:10px;}
.padding-left-25 {padding-left:25px;}
.margin-bottom-0 {margin-bottom:0px;}
.margin-bottom-15 {margin-bottom:15px;}
.margin-top-30 {margin-top:30px;}
	

/* -------------------set widths------------------- */
.width-20 {width:20px;}
.width-80 {width:80px;}
.width-90 {width:90px;}
.width-430 {width:430px;}
.width-520 {width:520px;}


/* ---------------------colours-------------------- */
.red {color:#FF0000;}
.black {color:#000000;}
.grey {color:#a1a2a4;}
.white {color:#ffffff;}
.turquoise {color:#0697c9;}

 /* --------------------search--------------------- */
 #search
{
	float: right;
	padding: 0px;
	margin: 60px 20px 0 0;
}


/* ----------------------nav----------------------- */
#navcontainer
{
	position: absolute;
	top: 145px;
	height: 26px;
	padding: 0 0 0 8px;
	margin: 0px;
	/*overflow: hidden;*/
	border:none;
}

#navlist li {	

	float: left;
	margin: 0px;
	padding: 0px;
	display: block;
	text-align: center;
	border:none;
	width:125px;
	height: 26px;		
	border-left:solid #d9dadb 1px;
}
#navlist li a {
	margin:0 5px;
	display:block;
	text-decoration:none;
	padding: 5px 0 0 0;
	height: 21px;
}
#navlist li a:hover{
	background-color:#e1f1f9;
	margin:0 5px;
	display:block;
	text-decoration:none;
	padding: 5px 0 0 0;
	height: 21px;	
}


/* ---------------------subnav--------------------- */
#subnav {
	padding:0px 0 0 10px;
	margin:0 0 15px 3px;
	width:11.5em;
	}
#subnav li  {
	padding:2px 0 2px 0px;
	border-top:solid #d9dadb 1px;

}
#subnav li a {
	text-decoration:none;
	display:block;
	height:auto;	
	padding:3px 0 3px 10px;
}
#subnav li a:hover {
	background-color:#d4ecf3;	
}

.subActive {
	background-color:#d4ecf3;
}
.subActive:hover {
	background-color:#d4ecf3;
}



#imgButtons
{
	display: block;
	height: 169px;
	padding: 0px;
	margin: 20px 0 0 0px;
	overflow: hidden;
	border:none;
}

#imgButtons a
{
	float: left;
	margin: 0 8px 0 0;
	padding:145px 0 0 8px;
	text-align: left;
	text-decoration:none;
	font-size:1.25em;
	line-height:1.2em;
	color:#ffffff;
	width:93px;
	height:169px;
}
.retail-button {background:url(images/home-RETAIL-img.jpg) top left no-repeat;}
.catering-button {background:url(images/home-CAT-img.jpg) top left no-repeat;}
.hospitality-button{background:url(images/home-HOSP-img.jpg) top left no-repeat;}
.menumark-button {background:url(images/home-HOSP-CAT-img.jpg) top left no-repeat;}
.bespoke-button{background:url(images/home-BESPOKE-img.jpg) top left no-repeat;}

/* ------------------------boxes---------------------- */
.grey-box {
	float:left;
	background:url(images/box-top.jpg) bottom left no-repeat;
	padding-bottom:10px;
	margin-bottom:10px;
	border-left:solid #f4f4f5 1px;
	border-right:solid #f4f4f5 1px;	

}
.grey-box-top {
	float:left;
	background:url(images/box-top.jpg) top left no-repeat;
	padding-top: 6px;
	height:20px;
}
.grey-box-padding {
	padding:0px 10px 0px 10px;
}

.plain-box {
	background:url(images/plain-box-bottom.gif) no-repeat bottom left;
	padding-bottom:0px;
	/*margin-right:20px;*/
	width:195px;
}
.plain-box-top {
	background:url(images/box-top.jpg) no-repeat top left;
	padding-top: 6px;
}
.plain-box-padding {
	padding:0px 10px 20px 10px;
	border-left:solid #f4f4f5 1px;
	border-right:solid #f4f4f5 1px;		
}

.testimonials-padding {
	padding:10px 15px 0 25px;
	margin-top:10px;
}

			
/* --------- news slider ---------------- */
#scrollable3 {
	float: left;
	width: 160px;
	height: 200px;
	padding: 10px 0px 0px 10px;
	overflow: hidden;
	border-left:solid #d0d0d2 1px;
	/*border-right:solid #f4f4f5 1px;	*/	
	/*white-space: nowrap;*/
}
#scrollable3 p {
	line-height:1.2em;font-size:0.95em;
}
#wrap3 {float:right;width:11px;height:210px;margin-right:20px;}
#wrap3b {float:right;width:11px;height:210px;margin-right:2px;}
#track3 {position:absolute;width:13px;height:208px; background-color:#f2f3f4;} /* vertical track */
#handle3 {width:11px;height:19px;} /* vertical track handle */


/* --------- news slider test ---------------- */
#scrollable {
	float: left;
	width: 160px;
	height: 200px;
	padding: 10px 0px 0px 10px;
	overflow:scroll;
	
	/*border-left:solid #d0d0d2 1px;
	border-right:solid #f4f4f5 1px;	
	/*white-space: nowrap;*/
}
td p {
	line-height:1.2em;font-size:8pt;
}
#wrap {float:right;width:11px;height:210px;}
#track {position:absolute;width:13px;height:208px; background-color:#f2f3f4;} /* vertical track */
#handle {width:11px;height:19px;} /* vertical track handle */

/*-------------------partner logos------------------------------*/
.partner { position:relative; width:135px; float:left; margin:0px 10px 5px 0px; }
.partnerImage { width:130px; height:130px; border:solid 1px #c6dfea; position:relative; float:left; }
/*.partnerText { background-color:#0091d0; width:128px; margin:1px 0px 0px 0px; padding:2px; text-align:center; display:inline; position:relative; float:left; color:#FFFFFF; }*/
.partnerText { width:135px; height:20px; margin:1px 0px 0px 0px; padding:2px 0px; text-align:center; display:inline; position:relative; float:left; color:#58585a;font-size:0.95em; line-height:0.95em; }
.partnerText a {text-decoration:none;}

/* Form button styles
---------------------------------------- */

input.button2 {
	font-weight: normal;
	padding: 3px 10px;
	font-size: 0.95em;
	font-family: Verdana, Helvetica, Arial, sans-serif;	
	background:url(images/button2-bg.jpg) repeat-x;
}



/* Alternative button */
a.button2, input.button2, input.button3 {
	border: 1px solid #2b5287;
}

