/* IMPORT STYLES */

@import url(content.css);

/* STANDARD STYLES */

/*html {overflow-y: scroll;} */

html { height: 101%; }

body {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	background-color: #ffffff;
	text-align: left;
}

table, tr, td, p, h1, h2, h3, h4, ul, li, a, form {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
	
}

img {
	border: 0px;
}

a {
	text-decoration: underline;
	color: #1967b1;
}

a:hover {
	text-decoration: underline;
	color: #3593c9;
}

address {
	font-style: normal;
}

.none {
	display: none;
}

.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

hr {
	display: none;
}


/* SITE */

#container {
	width: 950px;
	margin: 0 auto;
}

.divheight {
	height: 14px;
}

/* HEADER & SEARCH */

.header {
	width: 950px;
	height: 114px;
}

#atlantic {
	float: left;
}

.headerright {
	float: right;
	width: 800px;
}

.searchbox {
	padding-top: 16px;
	height: 30px;
}

.searchbox form {
	float: right;
}

.searchbox input {
	border: 1px solid #1967b1;
	font-size: 70%;
	margin: 0;
	padding: 2px 8px;
}

#searchbutton {
	background-color: #1967b1;
	color: #ffffff;
}

.storelink {
	float: right;
	padding-right: 24px;
	padding-top: 6px;
}

.storelink a {
	display: block;
	height: 16px;
	width: 54px;
	background-image: url(../images/navigation/store-button.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

.storelink a:hover {
	background-position: 0 -19px;
}

/* NAVIGATION */

.primary {
	float: right;
	margin-top: 46px;
	padding-right: 10px;
	font-size: 20%;
}

.primary ul{
	list-style: none;
	position: relative;
}

.primary li{
	float: left;
	margin: 0 4px;
	height: 24px;
}

.primary li a {
	display: block;
	float: left;
	height: 24px;
	width: 104px;
	background-color: #ffffff;
}

.btabout a {
	background-image: url(../images/navigation/about-bt.jpg);
	background-repeat: no-repeat;
}

.btabouton a {
	background-image: url(../images/navigation/about-bt.jpg);
	background-position: 0 -34px;
	background-repeat: no-repeat;
}

.btabout a:hover {
	background-position: 0 -34px;
	background-repeat: no-repeat;
}

.btbrands a {
	background-image: url(../images/navigation/brands-bt.jpg);
	background-repeat: no-repeat;
}

.btbrandson a {
	background-image: url(../images/navigation/brands-bt.jpg);
	background-position: 0 -34px;
	background-repeat: no-repeat;
}

.btbrands a:hover {
	background-position: 0 -34px;
	background-repeat: no-repeat;
}

.btpartner a {
	background-image: url(../images/navigation/partnerships-bt.jpg);
	background-repeat: no-repeat;
}

.btpartneron a {
	background-image: url(../images/navigation/partnerships-bt.jpg);
	background-position: 0 -34px;
	background-repeat: no-repeat;
}

.btpartner a:hover {
	background-position: 0 -34px;
	background-repeat: no-repeat;
}

.btdev a {
	background-image: url(../images/navigation/fooddev-bt.jpg);
	background-repeat: no-repeat;
}

.btdevon a {
	background-image: url(../images/navigation/fooddev-bt.jpg);
	background-position: 0 -34px;
	background-repeat: no-repeat;
}

.btdev a:hover {
	background-position: 0 -34px;
	background-repeat: no-repeat;
}

.btnews a {
	background-image: url(../images/navigation/news-bt.jpg);
	background-repeat: no-repeat;
}

.btnewson a {
	background-image: url(../images/navigation/news-bt.jpg);
	background-position: 0 -34px;
	background-repeat: no-repeat;
}

.btnews a:hover {
	background-position: 0 -34px;
	background-repeat: no-repeat;
}

.btcontact a {
	background-image: url(../images/navigation/contact-bt.jpg);
	background-repeat: no-repeat;
}

.btcontacton a {
	background-image: url(../images/navigation/contact-bt.jpg);
	background-position: 0 -34px;
	background-repeat: no-repeat;
}

.btcontact a:hover {
	background-position: 0 -34px;
	background-repeat: no-repeat;
}


/* SUB NAVIGATION */

.subnav {
	clear: both;
	width: 950px;
	background-color:#219be8;
	height: 30px;
	font-size: 60%;
	color: #ffffff;
	font-weight: bold;
	background-image: url(../images/navigation/sub-nav-bar.jpg);
	background-repeat: no-repeat;
}

.subnav p {
	padding: 9px 14px 0 14px;
}

.subnav a {
	color: #ffffff;
	text-decoration: none;
	padding: 0 10px;
}

.subon {
	color: #000000;
}

.subnav a:hover {
	color: #1967b1;
}

/* FOOTER */

.copyright {
	float: left;
	font-size: 60%;
	margin-top: 32px; 
}

.copyright a {
	margin-left: 10px;
	text-decoration: none;
}

.footlogos {
	float: right;
}
.footlogos img {
	margin-left: 14px;
}

.coverageImage { width:244px; border:1px solid #C7E5F1; }

.pressImage { width:186px; height:158px; border:1px solid #C7E5F1; }























