/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 Arial, Helvetica, sans-serif;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}

/* =Headings
--------------------------------------------------------------------------------*/

h1 { font-size: 25px; }
h2 { font-size: 23px; }

h3
{
	font-size: 21px;
}

h4
{
	font-size: 19px;
}

h5
{
	font-size: 17px;
}

h6
{
	font-size: 15px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

ol
{
	list-style: decimal;
}

ul
{
	list-style: square;
}

li
{
	margin-left: 13px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset
{
	margin-bottom: 20px;
}

/* Links
--------------------------------------------------------------------------------*/

a.btn {
	background: url(../img/btn/btn.png) no-repeat 0 0;
	width: 140px;
	height: 40px;
	display: block;
	padding-top: 0.6em;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	text-align: center;
	}
a.btn:hover {
	background-position: 0 -100px;
	color: #000;
	}

.price,
.specialOffer {
	display: block;
	text-align: center;
	color: #000;
	text-transform: capitalize;
	font-weight: bold;
}
p.price {
	background: url(../img/icons/starburst_small-sprite.png) no-repeat 0 0px;
	width: 80px;
	height: 55px;
	font-size: 1.5em;
	padding-top: 1.35em;
	padding-bottom: 0em;
	line-height:1;
}
p.price small {
	font-size: 11px;
	margin-top: 0;
	padding: 0;
}
p.price.offer {
	background: url(../img/icons/starburst_small-sprite.png) no-repeat 0 -200px;
	color: #fff;
}
p.specialOffer {
	background: url(../img/icons/starburst_large-sprite.png) no-repeat 0 0;
	width: 84px;
	height: 60px;
	position: relative;
	z-index: 100;
	margin: 0 auto;
	float:left;
	margin-top:-90px;
	padding-top:2em;
	position:absolute;
	z-index:100;
	color: #fff;
	}
p.left.price {
	clear: left;
	}
a.more {
	display:block;
	margin-top:0.6em;
}
.special-holiday {
	background:  #C00;
	padding: 15px;
	color: #fff;
	font-weight: bold;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	}

.colour {
	margin-left: 10px;
	text-align: left;
	}
.colour img {
	margin-bottom: 5px;
	}

/* CAP DETAILS
------------------------*/
.capHolder h2 {
	float: left;
}

.capDetails {
	margin-top:-35px;
	width:135px;
	min-height: 325px;
}
