/*
 * WING OF ST MAWES LTD 2009
 *
 * Subject to copyright.
 *
 * Web Development by LOOKsystems Limited
 * mailto:info@looksystems.ltd.uk
 * http://www.looksystems.ltd.uk
 *
 */

/* GLOBAL STYLES */

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: center;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: smaller;
	color: #565857;
}

img {
	border: 0;
	background: white;
}
object {
	outline:none;
}
a {
	color: #29818C;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #29818c;
}
a.plain {
	color: #565857;
}

ol, ul, li, dl {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
}
td h3 {
	font-size: 100%;
}
td, th {
	text-align: left;
}
.wai, .no-display {
	display: none;
}

/* PAGE LAYOUT */

.page {
	position: relative;
	text-align: left;
	margin: 0 auto;
	width: 1072px;
}
.page-wrapped {
	position: relative;
	margin: 0 77px 0 50px;
	width: 945px;
	padding: 0;
}
.half-column, .column, .wide-column, .blank-column {
	float: left;
	margin-right: 15px;
	margin-bottom: 17px;
	background-color: #ccc;
}
div.last {
	margin-right: 0 !important;
}
div.clear {
	clear: both;
}
.half-column {
	width: 225px;
}
.column {
	width: 465px;
}
.wide-column {
	width: 705px;
}
.super-column {
	width: 100%;
	margin-bottom: 20px;
}
.full-column {
	width: 945px;
}
.blank-column {
	background-color: #fff !important;
	padding-bottom: 0 !important;
}

/* HEADER */

#header {
	background-color: #fff;
	z-index: 100;
}

#header ul a {
	color: #565857;
}
#header ul li a.select,
#header ul a:hover {
	color: #29818C;
}

/* LOGO */
#header h3 a {
	position: absolute;
	background:transparent url(../img/logo.gif) no-repeat;
	height:177px;
	top:0px;
	left: 50px;
	width:276px;
	overflow:hidden;
	text-indent:-9000px;
	z-index: 1001;
}

/* SEARCH */

#search-container {
	padding: 23px 77px 10px 0;
	float: right;
}
#search-container img {
	display: block;
}
#search-container img, #search-container input, #search-container span {
	float: left;
	margin: 0;
}
#search-container label {
	display: table;
	float: left;
	margin-top: 0 !important;
}
#form-validate fieldset {
	width: 685px;
	float: left;
}

/* TOP NAVIGATION */
#top-nav-container {
	width: 100%;
	background-color: #eceded;
	float: left;
	height: 50px;
}
#top-nav-container ul.links {
	margin: 15px 77px;
	text-align: right;
}
#top-nav-container ul.links li {
	display: inline;
}
#top-nav-container ul.links li.last {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
html>body #top-nav-container ul.links li {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
html>body #top-nav-container ul.links li:after {
	content: " | ";
}
html>body #top-nav-container ul.links li.last:after {
	content: "";
}
.top-link-cart, .basket-link {
	background: transparent url(../shop/skin/frontend/mawes/default/images/mawes/icons/basket.gif) 0 3px no-repeat;
	background-position: right;
	padding-right: 25px;
}
#fresh-fish-link, #cookingmethod-link, #cut-link, #first-order-link, #gifts-link, #catch-link, #best-sellers-link, #oils-link {
	width: 180px;
	padding-top: 100px;
}
#fresh-fish-link {
	background: transparent url(../shop/skin/frontend/mawes/default/images/mawes/icons/fresh-fish.jpg) no-repeat scroll 24px 0;
}
#cookingmethod-link {
	background: transparent url(../shop/skin/frontend/mawes/default/images/mawes/icons/cookingmethod.jpg) no-repeat scroll 24px 0;
}
#cut-link {
	background: transparent url(../shop/skin/frontend/mawes/default/images/mawes/icons/cut.jpg) no-repeat scroll 24px 0;
}
#first-order-link {
	background: transparent url(../shop/skin/frontend/mawes/default/images/mawes/icons/first-order.jpg) no-repeat scroll 115px 0;
}
#smoked-salmon-link {
        background: transparent url(../shop/skin/frontend/mawes/default/images/mawes/icons/smoked-salmon.jpg) no-repeat scroll 115px 0;
}
#store-categories-list li.nav-first-order, #first-order-link {
	width: 360px;
}
#gifts-link {
	background: transparent url(../shop/skin/frontend/mawes/default/images/mawes/icons/gifts.jpg) no-repeat scroll 24px 0;
}
#catch-link {
	background: transparent url(../shop/skin/frontend/mawes/default/images/mawes/icons/catch.jpg) no-repeat scroll 24px 0;
}
#best-sellers-link {
	background: transparent url(../shop/skin/frontend/mawes/default/images/mawes/icons/best-sellers.jpg) no-repeat scroll 24px 0;
}
#oils-link {
	background: transparent url(../shop/skin/frontend/mawes/default/images/mawes/icons/oils.jpg) no-repeat scroll 24px 0;
}
#main-nav-list li a#shop-online  {
	background:transparent url(../shop/skin/frontend/mawes/default/images/mawes/shop-online-off.png) no-repeat;
	width: 110px;
	height: 20px;
	overflow: hidden;
	text-indent: -9000px;
	float: left;
	margin-right: 15px;
	position: absolute;
	top: 0;
	left: -125px;
}
#main-nav-list li:hover a#shop-online  {
	background:transparent url(../shop/skin/frontend/mawes/default/images/mawes/shop-online-on.png) no-repeat;
}

/* MAIN NAVIGATION */
/*#viewport {
	float:left;
	height:300px;
	overflow:hidden;
	position:absolute;
	margin-top:0;
	left:0;
	width:600px;
}*/
#main-nav-container {
	display: table;
	clear: both;
	position: relative;
	border-bottom: 1px solid #303640;
	margin-bottom: 27px;
}
#main-nav-list {
	margin: 15px 0 10px;
	float: right;
	position: relative;
	z-index: 1002;
}
#main-nav-list a {
	color: #565857;
}
#main-nav-list a:hover {
	color: #29818C;
}
#main-nav-list li {
	display: inline;
	margin-right: 1em;
	padding-bottom: 15px;
	/*position: relative;*/
}
#main-nav-list li.last {
	margin-right: 0;
	line-height:20px;
}
#main-nav-list a {
	padding-bottom: 15px;
	position: relative;
}
#main-nav-list ul a {
	padding-bottom: 0;
}
.inflow {
	position: relative !important;
}
.inflow ul {
	text-align: left !important;
}

/* STORE CATEGORIES */
#store-categories-list {
	position: absolute;
	background-color: #CDE5E8;
	padding: 40px;
	/*width: 550px;*/
	width: 727px;
	/*left: -161px;*/
	right: 0;
	margin: 0;
	top: 31px;
	/*z-index: 1010;*/
}
#store-categories-list li {
	float: left;
	width: 180px;
	padding-bottom: 0 !important;
	margin-bottom: 20px;
	margin-right: 0;
}
#store-categories-list li a {
	font-weight: bold;
	display: block;
}
.store-subcategory-list {
	width: 100px;
	margin: 0 !important;
	float: left;
}
#store-categories-list li ul li {
	float: left;
	margin-bottom: 3px !important;
}
#store-categories-list li ul li a{
	font-weight: normal !important;
	margin-bottom: 0 !important;
}
#store-categories-list li ul.level0 {
	height: 110px;
	float: left;
	margin-top: 20px;
}
#main-nav-container ul ul.level1 {
	left: 0;
	position: absolute;
	width: 130px;
	margin: 0;
	margin-top: 11px;
	z-index: 1001;
}
#main-nav-list li ul.level1 li {
	width: 100%;
	float: left;
	background-color: #CDE5E8;
	padding: 5px;
    border-bottom: 2px solid #fff;
}
#main-nav-list li ul.level1 li.last {
	border-bottom: none;
}

#main-nav-list li ul {
	display: none;
	text-align: center;
}
#main-nav-list li:hover ul {
	display: block;
}


/* BREADCRUMBS */

#breadcrumbs-container {
        height: 18px; 
	margin-bottom: 1em;
	clear: both;
}
#breadcrumbs-list li a, #breadcrumbs-list li {
	color: #29818c;
}
#breadcrumbs-list li {
	display: inline;
}
html>body #breadcrumbs-list li:after {
	content: " > ";
}
html>body #breadcrumbs-list li.last:after {
	content: "";
}

/* CONTENT */

.pic {
	border: 1px solid #303640 !important;
}

.caption {
	float: left;
	margin-top: -15px;
	margin-bottom: 17px;
}

#content {
	margin-top: 10px;
}

#content h1 {
	font-size: 120%;
	font-weight: bold;
	color: #207a8f;
	border-bottom: 1px solid #c3c5c8;
	margin-bottom: 1em;
	padding-bottom: 0.4em;
}

#content h2 {
	font-size: 100%;
	font-weight: normal;
	color: #207a8f;
	margin-bottom: 1em;
}

/* FOOTER */

#footer {
	font-size: 85%;
	color: #fff;
	background-color: #88b6b8;
	padding-top: 15px;
	padding-bottom: 60px;
	z-index: 1;
	clear: both;
}
#footer ul {
	margin-bottom: 5px;
}
#footer li {
	display: inline;

}
#footer li.last {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
html>body #footer li {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}
html>body #footer li:after {
	content: " | ";
}
html>body #footer li.last:after {
	content: "";
}
#footer a {
	color: #fff;
}

/* FORM ELEMENTS */

input, select, button {
	vertical-align:middle;
}
input.input-text, select, textarea { border:1px solid #303640; font:12px arial, helvetica, sans-serif; }
option, optgroup { font:12px arial, helvetica, sans-serif; }
optgroup { font-weight:bold; }
textarea { overflow:auto; }
input.input-text, textarea { padding:2px; }
input.radio { margin-right:3px; margin-top: -1px; }
input.checkbox { margin-right:3px; }

label {
	cursor: pointer;
	font-weight: bold;
	margin-top: 5px;
}

.formfield {
	width: 300px;
}

.form-button, .button, .cancel {
	background-color: #d2e0e6;
	border: 1px solid #303640;
	cursor: pointer;
	font-weight: bold;
	color: #565857;
	font-size: 100%;
	font-family: "Trebuchet MS",arial,helvetica,sans-serif;
	padding: 2px 3px;
   	 outline: none;
}

.invalid {
	background-color: #fdd;
	color: #800;
}


/* Form Messages */
.validation-advice, .required { color:#EB340A; }
.validation-advice { clear:both; min-height:15px; margin-top:3px; background:url(../shop/skin/frontend/mawes/default/images/validation_advice_bg.gif) no-repeat 2px 1px; padding-left:17px; font-size:.95em; font-weight:bold; line-height:1.25em; }
.validation-failed { border:1px dashed #EB340A !important; background:#faebe7 !important; }
/* Expiration date and cvv number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { display:block; margin-right:-12em; width:12em; position:relative; }

