@import url("../vendors/reset.css");
@import url("content.css");

/* Util */
.clear {
	clear: both;
}

/* Layout */
body {
	background: url(../img/bg_body.gif) repeat-x;
	text-align: center;
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#header {
	height: 80px;
}

h1#logo {
	text-indent: -999px;
	background: url(../img/zaditen.png) no-repeat;
	width: 201px;
	height: 131px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

/* Homepage */
.feature {
	background: no-repeat;
	height: 347px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
.feature .headline {
	position: relative;
	top: 80px;
	left: 495px;
}
.feature .readMore {
	position: relative;
	top: 90px;
	left: 495px;
}

.subfeature {
	background: url(../img/bg_subfeature.png) no-repeat;
	height: 215px;
}
.subfeature .col {
	background-position: right bottom;
	background-repeat: no-repeat;
	height: 214px; /* 1px left to show the keyline */
	position: relative;
}
.subfeature .col.middle {
	border: 1px solid #228281;
	border-top: none;
	border-bottom: none;
}
.subfeature .col p {
	padding-right: 105px;
	position: absolute;
	top: 61px;
}
.subfeature .col .readMore {
	position: aboslute;
	top: 175px;
}

/* Columns */
.col {
	float: left;
}
.col3 .col {
	width: 33%;
}
.col3 .col .padding, .page .col3 .col .padding {
	padding: 15px 15px 0 15px;
}
.col2 .col {
	width: 49%;
}

/* Pages */
.page {
   background: #ffffff;
   min-height:570px;
   height:auto !important;
   height:570px;
}
.page .padding {
	padding: 70px 60px 0 30px;
}
.page .padding .padding {
	padding: 0px;
}

/* Page Rounded Corner */
.page .hook.top {
   background: url(../img/corners/white_tr.png) no-repeat top right;
}
.page .hook.top div {
   background: url(../img/corners/white_tl.png) no-repeat top left;
}
.page .hook.top div, .page .hook.top, 
.page .hook.bottom div, .page .hook.bottom {
   width: 100%;
   height: 20px;
   font-size: 1px;
}

/* Feature inside a page */
.pageFeature {
	height: 302px;
	background: url(../img/bg_products.png) no-repeat;
	margin: 10px 0;
}
.pageFeature h2 {
	color: #fff;
	padding: 8px 16px;
	font-size: 16px;	
}
.pageFeature h3 {
	color: #FF6701;
	margin-bottom: 0;
	margin-top: 30px;
}

.pageFeature .col {
	position: relative;
	height: 255px;
}
.pageFeature p.readMore {
	position: absolute;
	bottom: 20px;
}

/* Product Page */
.alsoAvailable {
	background: url(../img/bg_also_available.png) no-repeat;
	width: 407px;
	height: 152px;
}
.page .col.first .alsoAvailable .padding {
	padding: 10px;
}
.page .alsoAvailable .col.first .padding {
	padding-left: 0;
}
.page .alsoAvailable .col.last .padding {
	padding-left: 15px;
}
.alsoAvailable h3 {
	color: #fff;
	margin-bottom: 5px;
}
.alsoAvailable h4 {
	color: #FF6701;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
.alsoAvailable a {
	color: #218181;
}
.legal {
	clear: both;
	padding-top: 40px;
	font-size: 11px;
}
.legal strong {
	font-size: 12px;
}
.productShot {
	text-align: center;
}

/* Map */
#map {
	width: 860px;
	height: 370px;
	margin: 10px 0;
}
.miniStoreFinder #map {
	width: 400px;
	height: 295px;
	margin: 10px 0;
}

#miniStoreFinder .submit {
	float: left;
}

.enterPostcode {
	float: left;
	font-size: 16px;
	margin-top: 1px;
}
.page .box.enterPostcode .padding {
	padding: 0 10px;
}
.enterPostcode label {
	margin-right: 10px;
}
.enterPostcode input {
	width: 150px;
}
#ContactAddForm .submit {
	float: left;
}
#loader {
	margin: 10px;
}

/* Boxes */
.box {
	background: #218181;
	color: #fff;
	margin-bottom: 15px;
}
.page .box .padding {
	padding: 10px 20px;
}
.box .hook.top {
   background: url(../img/corners/navy_tr.png) no-repeat top right;
}
.box .hook.top div {
   background: url(../img/corners/navy_tl.png) no-repeat top left;
}
.box .hook.bottom {
   background: url(../img/corners/navy_br.png) no-repeat bottom right;
}
.box .hook.bottom div {
   background: url(../img/corners/navy_bl.png) no-repeat bottom left;
}
.box .hook.top div, .box .hook.top, 
.box .hook.bottom div, .box .hook.bottom {
   width: 100%;
   height: 7px;
   font-size: 1px;
}

.box.grey {
	background-color: #ededed;
	color: #218181;
}
.box.grey .top {
	background-image: url(../img/corners/grey_tr.png);
}
.box.grey .top div {
	background-image: url(../img/corners/grey_tl.png);
}
.box.grey .bottom {
	background-image: url(../img/corners/grey_br.png);
}
.box.grey .bottom div {
	background-image: url(../img/corners/grey_bl.png);
}

/* Contact Page */
.contactMethod {
	margin-bottom: 15px;
}
.contactMethod .term {
	background: url(../img/bg_btn.png) no-repeat;
	width: 109px;
	height: 36px;
	float: left;
	margin-right: 10px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.contactMethod .term .padding {
	padding: 10px;
}
.contactMethod .value {
	float: left;
	background: url(../img/bg_value.gif) no-repeat;
	width: 745px;
	height: 35px;
}
.contactMethod .value .padding {
	padding: 10px 15px;
}

/* Footer */
#footer {
	padding: 10px 40px 20px 40px;
	font-size: 10px;
}
#footer .company {
	float: right;
}
#footer .company img {
	vertical-align: middle;
}
#footer a {
	text-decoration: none;
	color: #218181;
}
#footer .copy {
	width: 580px;
}

/* Nav */
#header .nav ul {
	position: relative;
	top: 31px;
	float: right;
	width: auto;
}
#header .nav ul li {
	display: inline;
}
#header .nav ul li a {
	color: #228181;
	font-weight: bold;
	display: block;
	float: left;
	text-decoration: none;
	font-size: 16px;
}
#header .nav ul li a span {
	display: block;
	padding: 8px 14px;
}
#header .nav ul li a:hover, #header .nav ul li a.current {
	background: #ff6701 url(../img/corners/orange_tl.png) no-repeat;
	color: #fff;
}
#header .nav ul li a:hover span, #header .nav ul li a.current span {
	background: url(../img/corners/orange_tr.png) no-repeat top right;
}