/*

	Michael Hope
	http://www.michaelhope.co.uk/
	
	Designed by Systemagic
	http://www.systemagic.co.uk/

*/

* {
	border: none;
	margin: 0px;
	padding: 0px;
	outline: none;
	text-decoration: none;
	font-style: normal;
}

:focus {
	outline: 0;
}

html {
	overflow-y: scroll;
}

a {
	color: #4b8300;
	text-decoration: none;
}

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

body {
	background: url(images/background.jpg) repeat-x #FFF;
	color: #505050;
	font-family: "Segoe UI", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 14px;
	cursor: default;
	padding: 35px 0px 40px 0px;
}

button, a.button {
	padding: 5px 15px;
	*padding: 5px;
	cursor: pointer;
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background: url(images/button.jpg) top left repeat-x;
	border: 1px solid #397e28;
	color: #FFF;
	line-height: 20px;
	
	font-size: 14px;
}

button {
	*padding-bottom: 4px;
}

button:hover, a.button:hover {
	z-index: 25;
	background-position: center right;
	text-decoration: underline;
}

button:active, a.button:active, button.pressed, a.button.pressed {
	background-position: bottom right;
}

button:focus, a.button:focus {
	z-index: 50;
	text-decoration: underline;
}

ul, ol, dl {
	list-style: none;
}

.document {
	width: 980px;
	margin: 0px auto;
}

.header {
	height: 147px;
	width: 980px;
	position: relative;

}

.header .logo {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
}

.account {
	position: absolute;
	top: 0px;
	right: 0px;
}

.menu {
	background: url(images/bands.png) top left no-repeat;
	position: absolute;
	z-index: 1;
	top: 23px;
	right: 4px;
	width: 700px;
	padding-left: 13px;
	height: 65px;
}

.menu a {
	padding: 0px 15px;
	line-height: 50px;
	color: #FFF;
}

.account {
	margin-right: 20px;
}

.main {
	background: url(images/main-background.png) repeat-y;
	overflow: hidden;
	margin-top: -74px;
}

.side {
	float: left;
	width: 267px;
	margin-top: 80px;
}

.side ul {
	margin: 0px 10px 20px 35px;
}

.side li {
	position: relative;
}

.side li a {
	border-bottom: 1px solid #B8B8B8;
	padding: 3px;
	display: block;
	color: #505050;
	position: relative;
}

.side li a:hover {
	background: #EEE;
	text-decoration: none;
}

.side li span {
	padding: 3px;
	position: absolute;
	right: 0px;
	top: 0px;
	color: #777;
}

.content {
	float: right;
	width: 710px;
	padding-top: 20px;
	z-index: 9999;
	position: relative;
}

.rsk{

margin-left: 42px;
width: 900px;
position: relative;

}

.textcontent{
	width: 680px;
}

.textcontent p{

margin-top: 10px;

}

.product-box {
    
	background: url(images/bands.png) no-repeat;
	background-position: right -70px;
	height: 57px;
	width: 203px;
	padding: 13px 0px 0px 60px;
	position: relative;
}

.product-box .title {
	font-size: 16px;
	font-weight: bold;
	color: #505050;
	display: block;
	height: 20px;
	margin-bottom: -5px;
}

.product-box a {
	font-size: 12px;
	color: #757575;
}

.product-box .icon {
	position: absolute;
	height: 59px;
	width: 59px;
	background: url(images/bands.png) no-repeat;
	left: 0px;
	top: 0px;
}

.schoolnav h3{

margin-left: 30px;

}

.icon.school	{ background-position: -325px -65px; }
.icon.workwear	{ background-position: -245px -65px; }
.icon.photo		{ background-position: -165px -65px; }
.icon.sports	{ background-position: -80px -65px; }
.icon.stag		{ background-position: -8px -65px; }

.footer {
	clear:both;
	width: 900px;
	margin: 0px auto;
	background: url(images/footer.jpg) no-repeat;
	height: 64px;
	color: #b3b3b3;
	padding: 20px 40px 20px 40px;
	position: relative;
}

.footer a {
	color: #FFF;
}

.footer div {
	float: left;
	margin-right: 20px;
}

.footer p {
	float: right;
}

.navigation {
	overflow: hidden;
	margin: 0px 40px 20px 10px;
}

.breadcrumbs {
	color: #b8b8b8;
	width: 300px;
	float: left;
}

.breadcrumbs a {
	color: #505050;
}

.breadcrumbs a.selected {
	color: #4b8300;
}

.paging {
	width: 300px;
	float: right;
	text-align: right;
}

.paging a {
	background: #c1e95a;
	padding: 0px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.paging a.selected {
	color: #505050;
	background: #FFF;
	padding: 0px 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.search {
	clear: both;
	background: url(images/bands.png) no-repeat;
	background-position: -7px -140px;
	height: 60px;
	padding: 14px 0px 0px 170px;
}

.search .primary, .search .secondary {
	padding: 2px;
	width: 165px;
	margin-left: 10px;
	*position: relative;
	*top: -5px;
}

.search button {
	width: 131px;
	height: 32px;
	background: url(images/search.jpg) no-repeat;
	cursor: pointer;
	margin: -8px 0px 0px 10px;
	*margin: -5px 0px 0px 10px;
	border: none;
}

.search button span {
	visibility: hidden;
}

.products {
	overflow: hidden;
	margin: -5px 15px 0px 15px;
	*margin-bottom: 25px;
}

.products .product {
	float: left;
	width: 145px;
	height: 175px;
	margin: 0px 25px 10px 0px;
	overflow: hidden;
	position: relative;
	
}

.products .product a:hover + a.title {
	text-decoration: underline;
}

.products .product .title {
	position: absolute;
	top: 120px;
	bottom: 30px;
	left: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #000;
}

.products .product .sub {
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 13px;
	color: #757575;
}

.products .product .basket {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(images/bands.png) no-repeat;
	background-position: -405px -87px;
	height: 18px;
	width: 25px;
	border: none;
}

.products .product .basket:hover {
	text-decoration: none;
}

.products .product .basket span {
	visibility: hidden;
}

.products .product strong {
	position: absolute;
	top: 160px;
	bottom: 0px;
	right: 60px;
	font-size: 14px;
	color: #69b006;
	font-weight: bold;
}

.view-product {
	overflow: hidden;
	margin: 10px 45px 25px 15px;
}

.upsales {
	margin: 10px 15px 25px 15px;
}

.view-product h1 {
	font-weight: normal;
	color: #000;
	margin: 0px 0px 10px 215px;
}

.products h1 {
	font-weight: normal;
	color: #000;
	margin-bottom: 10px;
	font-size: 25px;
}

.view-product h1 strong {
	color: #69b006;
}

.view-product .image {
	width: 200px;
	float: left;
	overflow: hidden;
	margin: 0px 15px 15px 0px;
	border: 1px solid #b8b8b8;
	margin-top: -35px;
	*margin-top: -42px;
}

.view-product strong {
	color: #000;
	font-weight: normal;
}

.view-product p {
	margin-bottom: 15px;
}

.view-product select {
	border: 1px solid #b8b8b8;
	padding: 2px;
	*position: relative;
	*top: 3px;
}

.view-product a.basket {
	background: url(images/add-to-basket.jpg) no-repeat;
	width: 129px;
	height: 24px;
	display: inline-block;
	position: relative;
	top: -2px;
	*top: 3px;
}

.view-product a.basket:hover {
	text-decoration: none;
}

.view-product a.basket span {
	visibility: hidden;
}

.home {
	overflow: hidden;
	margin: -5px 15px 0px 15px;
	*margin-bottom: 25px;
	clear: both;
}

.home a.tile {
	float: left;
	margin: 0px 20px 20px 0px;
}

.home a.tile img {
	height: 150px;
	width: 150px;
}

.home h1 {
	color: #5ba700;
	font-size: 18px;
	margin-bottom: 10px;
}

.home p {
	
	margin: 0px 20px 10px 0px;
}

table.basket{

width: 680px;
margin-top: 5px;
margin-bottom: 5px;
border-collapse:collapse;
/*background-color: #f4f4f4;*/

}

table.basket td, th{

padding: 5px;

}

table.basket th{

text-align: left;

}

table.basket th.item{

width: 300px;

}

table.basket tr.bordertop{
	
border-top: 1px solid #c8c7c7;

}

.borderitem{
	
margin-left:25px;
}


form.basketform input{

width: 25px;

}

form.basketform .submit{

width: 50px;
margin-left: 5px;
background-color: #f4f4f4;
color: #42576F;
border: none;
}

/*Sage pay css*/

.formTable
{
    width: 100%;
    border: 0px none;
	border-collapse: collapse;
}

.formTable input, input{

border: 1px solid #242f34;

}

input.school{

height: 20px;

}

.formTable textarea{

border: 1px solid #242f34;

}

.formTable td
{
    border:0;
    padding: 3px 10px 6px 3px;
	vertical-align: top;
}

.formFooter
{
    margin: 12px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.fieldLabel 
{
	font-family: Arial, Helvetica, sans-serif;
	color:#575C53;
	font-size:14px;
	font-weight:normal;
	text-align: right;
	width: 33%;
}	

.fieldData 
{
	width: 70%;
}

.inputBoxDisable
{
    background-color: #DDDDDD;
    border: 1px solid #999999;
}
.inputBoxEnable
{
    background-color: #FFFFFF;
    border: 1px solid #999999;
}

.errorheader
{
    background-image: url(images/redGrad.jpg);
    background-repeat: repeat-x;
    background-position: top left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    margin-left: 300px;
    padding: 12px;
    width: 600px;
    border: #daa7a6 1px solid;
}

form.contact{

margin-top: 15px;

}

form.contact label,.textbox{

float:left

}

form.contact label{

width:165px

}

.textbox,textarea{

margin-bottom:.75em;
border:1px solid #CCC;
padding:3px 5px;
width:400px;
color:#555

}

textarea{

overflow:auto;
height:175px;

}

.search input{

width: 370px;
height: 20px;

}

.cat{

float: left;
margin: 70px 0 0 21px;

}

.ourlink{

margin-left: 50px;

}

.errorbox{

padding: 10px 5px 10px 5px;
margin: 0 60px 4px 300px;
background-color: #a0b095;
font-weight: bold;
color: #ffffff;
border: solid #8c9a82 2px;

}

.correct{

background-color: #35e50c;

}

.label{

width: 500px;

}

#advert{

position: absolute;
top: 7px;
right: 10px;

}

.right{

_margin-top: 400px;

}

#info{

margin-left: 200px;
width: 300px;

}

#info input{

float: right;
clear: right;

}

span.error{

color: red;

}

