@charset "utf-8";
/* Welsh Speciality Foods */



* { margin:0; padding:0; }

.r { float:right; }
.l { float:left; }
.clear { clear:both; }
.cleaner { clear: both; width: 100%; height: 0px; }

@font-face {
    font-family: 'albertus_mtregular';
    src: url('../includes/albertus_mt.eot');
    src: url('../includes/albertus_mt.eot?#iefix') format('embedded-opentype'),
         url('../includes/albertus_mt.woff') format('woff'),
         url('../includes/albertus_mt.ttf') format('truetype'),
         url('../includes/albertus_mt.svg#albertus_mtregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body { background-image:url(../images/layout/bg.jpg); background-repeat:repeat-x; height:100%; }

.spacer12 { height: 12px; clear: both; }

#container { width:960px; margin:0 auto; min-height: 100%; }

#main { padding-bottom: 125px;}  /* must be same height as the footer */

#content { float:left; margin-bottom:20px; }

#footer { background-color:#e3e3e3; position:relative; margin-top: -125px; /* negative value of footer height */ height: 125px; clear:both;}

#footer-content { margin:0 auto; width:960px; height:100px; background-image:url(../images/layout/footer-bg.jpg); background-repeat:no-repeat; }

#footer a { color:#726a65; text-decoration:none; padding-left:5px; }
#footer a:hover { color:#000; text-decoration:underline; }

#footer-left { float:left; margin-left:90px;}
#footer-left p { margin-top:35px; }

#footer-right { float:right; text-align:right; }
#footer-right { margin-top: 38px; }


#logo { margin-top:15px; float:left; z-index:100; position:absolute; }
#top-message { float:right; margin-top:10px; }

ul#navigation { list-style-type:none; display:inline; float:left;  margin-top:22px; margin-left:132px; clear:right; }
ul#navigation li { display:inline; margin-left:20px;  }
ul#navigation li a { color:#fff; font-family:'albertus_mtregular'; font-size:16px; text-transform:uppercase; text-decoration:none; }

#social { float:right; margin-top:12px; }
#social img { margin-left:5px; }

#pagedrivers img { float:left; margin-right:4px; margin-top:7px; }

h1 { font-family:'albertus_mtregular'; font-weight:normal; font-size:22px; text-transform:uppercase; color:#000; margin-top:15px; }
h2 { font-family:'albertus_mtregular'; font-weight:normal; font-size:16px; text-transform:uppercase; color:#000; margin-top:15px; }

p { font-family:Verdana, Geneva, sans-serif; color:#98928e; font-size:12px; line-height:18px; padding-top:5px; padding-bottom:5px; }
li { font-family:Verdana, Geneva, sans-serif; color:#98928e; font-size:12px; line-height:18px; padding-top:5px; padding-bottom:5px; }

.product-description { float:left; margin-left:10px; width:470px;  }

.product-right { float:left; margin-left:10px; width:190px; }

ul#sitemap { margin-left:50px; }

ul#sitemap li { list-style-type:square; margin-top:10px; }
ul#sitemap li.sub-item { margin-left:30px; }

ul#sitemap li a { text-decoration:none; font-family:Verdana, Geneva, sans-serif; color:#98928e; font-size:12px; }
ul#sitemap li a:hover { text-decoration:underline; color:#000; font-size:12px; }

.col { float:left; width:300px; margin-left:10px; }

#whereToBuy table td { 	width: 300px; }





/* Slider Specific */

#slider ul, #slider li, #slider2 ul, #slider2 li { margin:0; padding:0; list-style:none; }

#slider { z-index:0; float:left; margin-top:5px; }

#slider li, #slider2 li{ width:960px; height:310px; overflow:hidden; }

#prevBtn, #nextBtn, #slider1next, #slider1prev {
	width: 30px;
	height: 77px;
	position: absolute;
	bottom: -30px;
	z-index: 5000;
}

#prevBtn, #slider1prev{
	left: 10px;
}

#nextBtn, #slider1next {
	right: 10px;
}

#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a {
	overflow:hidden;
	display:block;
	position:relative;
	width:29px;
	height:29px;
	background:url(../images/layout/btn_prev.png) no-repeat 0 0;
}

#nextBtn a, #slider1next a{
	background:url(../images/layout/btn_next.png) no-repeat 0 0;
}

#slider-wrapper{
	position:relative;
	clear:both;
}

.dock-holder {
	width: 1000px;
	position: relative;
	float: left;
	height: 295px;
	margin-bottom: 10px;
	margin-top: 10px;
}

label { display: block; }

.info {
	background-color: #E3E3E3;
	margin-top: 10px;
	padding: 9px 10px 5px 10px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	width: 940px;
}

.info label {
	float: left;
	margin-right: 10px;
	margin-left: 5px;
	padding-top: 5px;
	font-size: 14px;
}

.info input.textbox {
	float: left;
	border: none;
	vertical-align: top;
	height: 29px;
	padding-left: 5px;
	padding-right: 5px;
	width: 200px;
	background-color: #FFFFFF;
}

.info input.find {
	margin-left: 8px;
}

#whereToBuy #map-outer {
	margin-top: 10px;
	height: 523px;
	width: 100%;
}

#whereToBuy #map-canvas {
	height: 523px;
}

#whereToBuy #directionsOuter {
	height: 508px;
	background-color: #B2B2B2;
	display: none;
	padding-left: 15px;
	padding-top: 15px;
}

#directionsForm {
	padding-left: 20px;
}

#directionsForm label {
	display: block;
	float: left;
	width: 60px;
	padding-top: 5px;
}

#directionsForm input.textbox {
	border: none;
	vertical-align: top;
	height: 29px;
	padding-left: 5px;
	padding-right: 5px;
	width: 242px;
	background-color: #E3E3E3;
}

#directionsForm .row {
	clear: both;
	height: 34px;
}

#directionsForm .header {
	font-weight: bold;
	font-size: 20px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	margin-top: 3px;
}

.drivingButton {
	background-image: url(../images/layout/driving.png);
	background-repeat: no-repeat;
	width: 42px;
	height: 42px;
	display: block;
	float: left;
	margin-right: 8px;
}

.drivingButton.unselected {
	background-image: url(../images/layout/driving-grey.png);
}

.walkingButton {
	background-image: url(../images/layout/walking.png);
	background-repeat: no-repeat;
	width: 42px;
	height: 42px;
	display: block;
	float: left;
}

.walkingButton.unselected {
	background-image: url(../images/layout/walking-grey.png);
}

.getDirectionsButton {
	background-image: url(../images/layout/get-directions.png);
	background-repeat: no-repeat;
	width: 162px;
	height: 29px;
	display: block;
	float: left;
	margin-right: 8px;
}

.cancelButton {
	background-image: url(../images/layout/cancel.png);
	background-repeat: no-repeat;
	width: 82px;
	height: 29px;
	display: block;
	float: left;
}

#whereToBuy .left {
	width: 450px;
	float: left;
	padding-top: 12px;
	margin-right: 24px;
}

#whereToBuy .right {
	width: 485px;
	float: left;
	padding-top: 12px;
}

.location {
	width: 444px;
}

.locationTop {
	background-image: url(../images/layout/location_top.png);
	height: 12px;
}

.locationMiddle {
	background-image: url(../images/layout/location_middle.png);
	background-repeat: repeat-y;
	position: relative;
}

.locationBottom {
	background-image: url(../images/layout/location_bottom.png);
	height: 12px;
}

.locationMarker {
	background-image: url(../images/layout/marker.png);
	background-repeat: no-repeat;
	float: left;
	width: 35px;
	height: 45px;
	margin-left: 15px;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	line-height: 34px;
	font-family: Arial, Helvetica, sans-serif;
}

.locationText {
	float: left;
	padding-left: 15px;
	padding-top: 3px;
	color: #000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 16px;
}

.locationText p {
	font-weight: bold;
	font-size: 16px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

.directionsButton {
	background-image: url(../images/layout/directions.png);
	background-repeat: no-repeat;
	width: 135px;
	height: 29px;
	position: absolute;
	right: 15px;
	bottom: 0;
}

h1 a {
	text-decoration: none;
	color: #000;
}

h1 a:hover {
	text-decoration: underline;
}

#navigation li {
	position: relative;
}

#deli_submenu,
#catering_submenu {
	display: none;
	padding-top: 10px;
}

li:hover > #deli_submenu,
li:hover > #catering_submenu {
	display: block;
	position: absolute;
	z-index: 50;
	top: 21px;
	left: -28px
}

#deli_submenu li,
#catering_submenu li {
	display: block !important;
	border-bottom: 1px solid #fff;
	background: #2E2E2E;
	padding: 12px 12px;
	width: 200px;
	/*text-align: center;*/
	/*margin-left: -12px !important;*/
}

#deli_submenu li:last-child,
#catering_submenu li:last-child {
	border-bottom: none;
}

#deli_submenu li:first-child,
#catering_submenu li:first-child {
	padding-top: 16px;
}

#deli_submenu li ul,
#catering_submenu li ul {
	display: none;
}

#deli_submenu li:hover ul,
#catering_submenu li:hover ul {
	display: block;
	position: absolute;
	left: 204px;
	top: 0;
}

#deli_submenu li:hover ul li,
#catering_submenu li:hover ul li {
	/*border-left: 1px solid #fff;*/
	width: 300px;
	/*background: #414141;*/
	padding-top: 12px;

}

#deli_submenu li:first-child:hover ul li,
#catering_submenu li:first-child:hover ul li {
	/*border-left: 1px solid #fff;*/
	width: 300px;
	/*background: #414141;*/
	padding-top: 16px;
	color:red !important;

}
