/*
 * WING OF ST MAWES LTD
 *
 * 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;
}

a {
	color: #29818c;	
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #29818c;
}
a.plain {
	color: #565857;	
}

ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, form {
	margin: 0;
	padding: 0;
} 

.wai {
	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, .full-column, .wide-column, .blank-column {
	float: left;
	margin-right: 15px;
	margin-bottom: 17px;
	display: table;
	background-color: #ccc;
	padding-bottom: 3px;
}
div.last {
	margin-right: 0 !important;
}
div.clear {
	clear: both;
}
.half-column {
	width: 225px;
}
.column {
	width: 465px;
}
.wide-column {
	width: 705px;
}
.full-column {
	width: 945px;
}
.blank-column {
	background-color: #fff !important;
	padding-bottom: 0 !important;
}

/* HEADER */
#header {
	background-color: #fff;	
	z-index: 100;
}

/* LOGO */
#header h3 a, #header h3 span {
	position: absolute;
	overflow:hidden;
	text-indent:-9000px;
	z-index: 1001;
}
#header h3 a {
	background:transparent url(../img/logo.gif) no-repeat;
	height:177px;
	top:0px;
	left: 50px;
	width:276px;
}
#header h3 span {
	background:transparent url(../img/strap.gif) no-repeat;
	height: 22px;
	top: 72px;
	left: 748px;
	width: 247px;
}

/* TOP NAVIGATION */
#top-nav-container {
	width: 100%;
	background-color: #eef0f0;
	float: left;
	height: 50px;
	margin-top: 58px;
}

/* MAIN NAVIGATION */
#main-nav-container {
	display: table;
	clear: both;
	border-bottom: 1px solid #303640;
	margin-bottom: 25px;
	position: relative;
	z-index: 1000;	
}
#main-nav-list {
	margin: 15px 0 10px 0;
	float: right;
	position: relative;
	z-index: 1005;
}
#main-nav-list li {
	display: inline;
	margin-right: 1em;
	padding-bottom: 15px;
	position: relative;
}
#main-nav-list li.last {
	margin-right: 0;
}
#main-nav-list a {
	color: #565857;	
	padding-bottom: 15px;
}
#main-nav-list ul a {
	padding-bottom: 0;
}
#main-nav-container ul ul {
	left: 0;
	width: 130px;
	position: absolute;	
	margin: 11px 0 0 0;
	z-index: 1001;
}
#main-nav-container .level1 {
	*margin-top: 29px !important; /* ie hack */
	*margin-left: -74px !important; /* ie hack */
}
#main-nav-list ul.level1 li {
	width: 100%;
	float: left;
	background-color: #eceded;	
	padding: 5px;
	border-bottom: 2px solid #fff;
}
#main-nav-list ul.level1 li.last {
	border-bottom: none;
}

#main-nav-list li ul {
	display: none;
}
#main-nav-list li:hover ul {
	display: block;
}

#main-nav-list a:hover,
#main-nav-list a.select {
	color: #29818c;
}


/* BREADCRUMBS */
#breadcrumbs-container {
	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;
	zoom: 1;
}
.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;
}
.grayed {
	background-color: #ccc;
	padding-bottom: 2px !important;
	float: left;
}
.light-grid {
	width: 460px;
	border: 0;
	background-color: #fff;
	border-spacing: 0;
	padding: 0;
	border-collapse: collapse;
	margin: 0 -2px -3px -2px; /* tasty pixels */
	display: table;
}
.light-grid td {
	width: 33.3%;
	padding: 6px 7px;
	border: 1px solid #c3c5c8;
}
.light-grid {
	border: 2px solid #fff !important;
}
.light-grid td .view-link {
	margin-top: -2px;
}

.data-grid {
	margin: 10px 0;
	border: 0;
	background-color: #fff;
	border-spacing: 0;
	padding: 0;
	border-collapse: collapse;
	display: table;
}
.data-grid thead {
	background-color: #5d8cab;
	color: #fff;
}
.data-grid td {
	border-bottom: 1px solid #c3c5c8;
}
.data-grid td, .data-grid th {
	padding: 3px 3em 3px 3px;
}
.data-grid .c1 {
	width: 180px;
}
html>body .data-grid .c1 {
	min-width: 180px;
	width: auto;
}

#catalog-categories-list {
	width: 100%;
	float: left;
}
#catalog-categories-list a.title {
	text-decoration: none;
	padding-top: .2em;
	padding-bottom: .5em;
}
#catalog-categories-list li a {
	display: block;
	border-bottom: 1px solid #c3c5c8;
	margin-bottom: 1.2em;
	color: #565857;
}
#catalog-categories-list li a:hover,
#catalog-categories-list li a.select {
	color: #29818c;
}
#catalog-categories-list ul {
	margin-bottom: 15px !important;
	float: left;
}
#catalog-categories-list li ul li a {
	border-bottom: none;
	margin-bottom: 3px;
}
#catalog-categories-list li ul li {
	zoom: 1;
	*margin-bottom: 0px;
}

/* BLOCKS */

.block, .light-block {
	float: left;
	border: 1px solid #303640;
	border-collapse: collapse;
	padding: 10px;
	width: 203px;
	background-color: #fff;
}
.light-block {
	border: 1px solid #989ca1 !important;
}
.block-header, .block-footer {
	width: 100%;
	float: left;
	height: 16px;
}
.block-header {
	float: left;
	margin-bottom: 1em;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #c3c5c8;
}
.block-content {	
	height: 60px;
	float: left;
}
.block-footer {
	float: left;
	margin-top: 1em;
	padding-top: 5px;
	border-top: 1px solid #c3c5c8;
}
.block h4 {
	font-size: 120%;
	font-weight: bold;
}
p#intro {
	display: block;
	width: 465px;
	height: 220px;
	background: url(../assets/images/home/intro.gif) no-repeat;
	margin-bottom: 15px;
	overflow:hidden;
	text-indent:-9000px;	
}

/* FOOTER */
#footer {
	font-size: 85%;
	color: #fff;
	background-color: #a1bdd0;
	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;
}

/* FORMS */

input, select, textarea {
	border: 1px solid #303640;
}

fieldset {
	border: none;
	width: 100%;
	float: left;
	padding: 0;
	margin: 10px 0;
}

label {
	cursor: pointer;
	float: left;
	width: 30%;
}
.formfield {
	width: 300px;
}
.form-button {
	float: left;
	background-color: #d2e0e6;
	border: 1px solid #303640;
	padding: 8px;
	cursor: pointer;
	font-weight: bold;
	color: #fff;
	font-size: 120%;
	font-family: "Trebuchet MS",arial,helvetica,sans-serif;
	margin: 0 !important;
	height: 40px;
}
.add-to-basket-container {
	margin: 30px 0;
	float: left;
}
.add-to-basket-container .form-button {
	width: 170px;
} 

.invalid {
	background-color: #fdd;
	color: #800;
}