/**
 * Hereward Teamwear & Trophies
 * Primary stylesheet: hereward.css
 *
 * Version 2.0
 * 
 * Author: Matthew Pennell
 * Created: 08/02/09
 * Modified: 06/03/10
 * 
 * Grid:	10 columns of 54px separated by gutters of 18px
 * 			Internal width = (10 * 54) + (9 * 18) = 540 + 162 = 702px
 * 			External width = 702 + (18 * 2) = 702 + 36 = 738px
 */

/* @group Global Reset (YUI reset.css) */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}

/* @end */

/* @group Basic Elements */

body {
	background: #fff url(../i/body.png) repeat-x 0 0;
	color: #000;
	font: 12px/1.5 Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

body.ie {
	font-size: 80%;
}

a:link, a:visited {
	color: #000;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #ea352f;
	text-decoration: none;
}

/* @end */

/* @group Layout */

#wrapper {
	background: #fff url(../i/wrapper.png) no-repeat 50% 0;
	width: 738px;
	padding: 0 16px; /* for drop-shadow */
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

#content {
	margin: 17px;
}

.ie #content {
	overflow: hidden;
}

#about, #news, #clients {
	float: left;
	width: 198px;
	margin-bottom: 18px;
}

.ie #about, .ie #news {
	width: 197px;
}

#clients {
	width: 306px;
}

#footer {
	clear: left;
	background: #728441 url(../i/grass.jpg) 0 0;
	padding: 18px 0;
}

* html #collage {
	width: 720px;
}

#gmap {
	width: 450px;
	height: 450px;
	float: right;
	display: inline;
	border: 1px solid #ccc;
	margin: 0 0 1.5em 18px;
}

/* @end */

/* @group Header */

#branding {
	padding: 16px 0 10px 18px;
}

#telephone {
	position: absolute;
	right: 16px;
	top: 0;
	height: 124px;
	width: 270px;
	background: url(../i/telephone.png);
}

#telephone h1 {
	text-indent: -999em;
}

#telephone p {
	position: absolute;
	right: 6px;
	text-align: right;
	top: 102px;
	white-space: nowrap;
	font-size: 0.833em;
}

/* @end */

/* @group Navigation */

#navigation {
	background: url(../i/navigation.png) repeat-x 0 0;
	overflow: hidden;
	padding-left: 8px;
	height: 26px;
}

#navigation li {
	float: left;
	display: inline;
}

#navigation a {
	color: #616161;
	display: block;
	text-decoration: none;
	padding: 0 10px;
	margin-top: 1px;
	line-height: 18px;
}

#navigation a:hover, #navigation a:focus {
	background: #f7f7f7;
}

/* @end */

/* @group Typography */

#content h1, #content h2, #content h3, #footer h3 {
	font-family: Tahoma;
	font-weight: bold;
}

#content h1 {
	font-size: 2em;
	line-height: 1.5;
	margin: 0 0 0.75em;
}

#content h2 {
	font-size: 1.5em;
	line-height: 1;
	margin: 1em 0 0.5em;
}

#content h3, #footer h3 {
	font-size: 1.167em;
	line-height: 1.286;
	margin: 1em 0 0.286em;
}

#content p {
	margin: 0 0 1.5em;
}

#content img {
	float: right;
	display: inline;
	margin: 0 0 1.5em 1.5em;
}

#content ol, #content ul {
	list-style: disc;
	margin: 0 0 1.5em;
	padding-left: 1.5em;
}

#content strong {
	font-weight: bold;
}

.sidebar-feature {
	float: left;
	background: #eee;
	margin: 0 18px 18px 0;
	padding: 12px;
	width: 250px;
}

#content .sidebar-feature img {
	border: 12px solid #fff;
	float: none;
	display: block;
	margin: 12px auto;
}

.sidebar-feature h2 {
	font-size: 1em;
}

.sidebar-feature strong {
	text-transform: uppercase;
	font-size: 1em;
	color: #666;
	display: block;
	margin-bottom: 0.5em;
}

/* @end */

/* @group Forms */

form {
	margin: 18px;
}

legend {
	display: none;
}

label {
	float: left;
	width: 198px;
	margin-right: 18px;
}

input, textarea {
	width: 336px;
	padding: 2px;
	border: 1px solid #666;
}

form li {
	margin-bottom: 0.5em;
}

form .check {
	width: auto;
	margin: 0 0 1.5em 216px;
}

form .check input {
	width: auto;
	margin-right: 0.5em;
	vertical-align: top;
	border: 0;
}

form .check label {
	float: none;
	width: auto;
	margin: 0;
}

form h2 {
	clear: left;
	font-weight: bold;
	font-size: 1.167em;
	float: left;
	width: 198px;
}

form button {
	margin: 1.5em 216px;
}

/* @end */

/* @group Products List and Page */

#products li {
	list-style: none;
	width: 106px;
	float: left;
	border: 1px solid #ccc;
	padding: 10px;
	height: 150px;
	margin: 0 18px 18px 0;
	text-align: center;
}

#products li img {
	display: block;
	float: none;
	margin: 0;
}

#products a {
	text-decoration: none;
	color: #666;
}

#content.product img {
	float: left;
	margin: 0 18px 18px 0;
	border: 1px solid #ccc;
	padding: 1px;
}

.product p strong {
	font-size: 1.5em;
	line-height: 1;
}

.review {
	clear: left;
	background: url(/i/review.gif) no-repeat scroll 0 1em;
	border-top: 1px dashed #D7D7D7;
	margin: 1em 0;
	min-height: 75px;
	padding-top: 1em;
}

#content .review p {
	font-size: 1.2em;
	margin: 0 0 1em 75px;
}

#informational {
	width:  249px;
	background: #F1F1F1 url(/i/informational-bg.gif) repeat-x 0 0;
	border: 1px solid #ccc;
	clear: both;
	margin-bottom: 1em;
	padding: 10px 18px 0 75px;
}

#teamwear li {
	list-style: none;
	height: 105px;
	margin-bottom: 1.5em;
	background: no-repeat 0 0;
}

#teamwear li img {
	width: 198px;
	position: absolute;
	left: 18px;
}

#teamwear #nike {
	background-image: url(/i/nike.gif);
}

#teamwear #errea {
	/*background-image: url(/i/errea.gif)*/;
}

#teamwear #stanno {
	background-image: url(/i/stanno.gif);
}

#teamwear #mitre {
	background-image: url(/i/mitre.gif);
}

#teamwear #prostar {
	background-image: url(/i/prostar.gif);
}

#teamwear a {
	text-decoration: none;
	color: #666;
	padding: 0 1em 1em 216px;
	display: block;
}

#teamwear a:hover {
	color: #000;
}

/* @end */

/* @group Special Offers */

#content #special-offers {
	list-style: none;
}

#special-offers li {
	clear: left;
	overflow: hidden;
	margin-bottom: 1em;
}

#special-offers a {
	text-decoration: none;
}

#special-offers h2 {
	margin-top: 0;
}

#special-offers img {
	float: left;
	margin: 0 18px 1.5em 0;
}

#content #main_image, #content .main_image {
	float: left;
	margin: 0 18px 1.5em 0;
}

.special-offer {
	width: 100%;
	padding: 0;
	border-collapse: collapse;
	margin: 20px 0;
	clear:  left;
}

.special-offer th, .special-offer td {
	text-align: center;
	padding: 5px;
}

.special-offer th {
	font-weight: bold;
	background: #eee;
}

.special-offer .l {
	text-align: left;
}

.special-offer thead .l {
	text-transform: uppercase;
	color: #999;
	font-size: 1.2em;
}

.special-offer .r {
	text-align: right;
}

.special-offer .col {
	width: 62px;
}

#content .special-offer img {
	float: none;
	margin: 0;
}

.qty {
	width: 20px;
	text-align: center;
	padding: 2px;
}

.vat_rate {
	display: none;
}

#colours {
	clear: left;
}

#colours h2 {
	color: #666;
	text-transform: uppercase;
	font-size: 1em;
}

.colour-bar {
	clear: left;
	float: left;
	width: 100%;
	text-transform: uppercase;
	color: #666;
	border-top: 1px solid #eee;
	padding-top: 12px;
}

#content .colour-bar h3 {
	font-size: 0.916em;
	font-weight: normal;
	line-height: 24px;
	float: left;
	width: 198px;
	margin: 0;
}

.colour-bar .options {
	margin-left: 198px;
}

.options a {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	margin: 0 12px 12px 0;
	text-indent: -999em;
	outline: 0;
}

#special_offer_summary {
	background: #eee;
	float: right;
	width: 344px;
	margin-bottom: 20px;
}

#special_offer_summary th, #special_offer_summary td {
	text-align: right;
	padding: 5px;
}

#special_offer_summary td {
	width: 62px;
}

#total {
	border: 2px solid #000;
	padding: 0 5px;
}

#special_offer_order_form {
	clear: both;
}

#so_form {
	margin: 1.5em 0;
}

#so_form h2 {
	float: none;
	width: auto;
}

#special_offer_order_form ol {
	list-style: none;
	margin: 0;
}

#special_offer_order_form label, #special_offer_order_form input {
	display: block;
}

#special_offer_order_form label {
	float: left;
	width: 216px;
	margin: 0;
}

#special_offer_order_form input {
	margin: 0 0 0.5em 216px;
}

#special_offer_order_form .error {
	border-color: #d00;
	background: #fcc;
}

/* @end */

/* @group Homepage */

#categories h1 {
	color: #ea352f;
	text-align: center;
}

#categories ul {
	padding: 0;
}

#categories li {
	float: left;
	width: 198px;
	margin-right: 18px;
	list-style: none;
}

#categories #teamwear {
	width: 270px;
}

#categories #trophies {
	margin-right: 0;
}

#categories li a {
	display: block;
	padding: 162px 0 0;
	height: 62px;
	text-align: center;
	text-decoration: underline;
	color: #000;
	font: bold 2em/1.5 Tahoma;
	background: url(/i/trophies.jpg) no-repeat 0 0;
}

#categories li a:hover {
	color: #ea352f;
}

#categories #clothing a {
	background-image: url(/i/clothing.jpg);
}

#categories #teamwear a {
	background-image: url(/i/teamwear.jpg);
}

#errea-home {
	display: block;
	margin-top: 1.25em;
	text-align: center;
}

#errea-home img {
	float: none;
	margin: 0;
}

#about h2, #news h2, #clients h2 {
	font-size: 1.167em;
	line-height: 1.286;
	background: no-repeat 0;
	height: 36px;
	line-height: 36px;
	padding-left: 36px;
}

#about h2 {
	background-image: url(../i/icon-about.gif);
}

#news h2 {
	background-image: url(../i/icon-news.gif);
}

#news img {
	display: block;
	float: none;
	margin: 0;
	border: 4px solid #ccc;
}

#news h3 {
	font-size: 1em;
	line-height: 1.5;
}

#news p {
	margin: 0 0 1.5em;
}

#clients h2 {
	padding-left: 18px;
}

#clients img {
	float: none;
	display: block;
	margin: 0 18px;
}

#testimonial {
	color: #666;
}

#testimonial p {
	font: italic 1.167em/1.286 Georgia, serif;
	margin-bottom: 0;
}

#testimonial cite {
	font-size: 0.833em;
	font-weight: bold;
	background: #eee url(/i/cite.gif) no-repeat 0 0;
	padding: 0.5em 0.5em 0.5em 30px;
	margin-left: 20px;
	display: block;
	text-align: right;
}

#exclusive, .special-offer-banner {
	clear: left;
}

#exclusive img, #content .special-offer-banner img {
	float: none;
	display: block;
	margin: 0;
}

.special-offer-banner {
	margin: 12px 0;
}

/* @end */

/* @group Footer */

#footer #sole {
	width: 702px;
	background: #fff;
	opacity: 0.8;
	padding: 18px;
	margin: 0 auto;
	overflow: hidden;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
}

#footer h3 {
	margin: 0 0 6px;
}

#footer .list {
	width: 126px;
	float: left;
	margin-right: 18px;
}

#footer .twocol {
	width: 288px;
	margin-right: 0;
}

#footer .twocol li {
	float: left;
	width: 126px;
	margin-right: 18px;
}

#footer .colophon {
	width: 198px;
	float: right;
	margin-right: 0;
}

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

#footer a:hover, #footer a:focus {
	text-decoration: underline;
}

#errea-footer {
	display: block;
	width: 270px;
	margin: 1.5em auto;
}

/* @end */