body {
	font: 12px arial, verdana, tahoma;
	color: #222;
	background-color: #fff;
	background-image: url('jackbg.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}

img {
	vertical-align: text-top;
	border: 0;
}

.productPrice {
	color: #5b1900;
}

.offers {
	height: 120px;
	width: 120px;
	background-image: url(images/offers.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.grey {
	text-decoration: none;
	color: Gray;
}

.grey:hover {
	text-decoration: underline;
	color: Gray;
}

.title a {
	color: #000;
	font-family: Tahoma;
	text-decoration: none;
	font-size: 12px;
	font-weight: 400;
}

.ddList {
	font-family: Tahoma;
	font-size: 11px;
	width: 100px;
}

.largeSplitter {
	position: relative;
	top: 0;
	left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
}

.featuredProduct {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 166px;
	height: 200px;
	margin-top: 5px;
	margin-right: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-family: Tahoma;
	font-size: 10px;
	background-color: #FFF;
	border: 1px solid #edbbbb;
	cursor: pointer;
}

.featuredProduct .productImage {
	position: relative;
	left: 1px;
	top: 1px;
	border: none;
}

.featuredProduct .imageSpace {
	width: 166px;
	background-color: #FFF;
	height: 142px;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
}
.featuredProduct .imageSpace .imageLinkContainer {
	display:table-cell;
	height:132px;
	padding: 5px 0;
	width:166px;
	vertical-align:middle;
	text-align:center;
}
.featuredProduct .brand {
	display:table-cell;
	font-size:12px;
	height:40px;
	padding:0 5px;
	text-align:center;
	vertical-align:middle;
	width:166px;
}

b {
	color: #db0006;
}

.featuredProduct a {
	text-decoration: none;
	color:#555;
}

.featuredProduct .description a {
	text-decoration: none;
	font-weight: 400;
	color: #000;
}

.featuredProduct .price {
	font-size: 11px;
	color: #db0006;
	font-weight:bold;
	display:block;
	text-align:center;
}

#shoppingBag {
	position: absolute;
	top: 12px;
	left: 9px;
	z-index: 0;
}

#basket {
	position: relative;
	top: 0;
	left: 0;
	margin-top: 25px;
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
	margin-bottom: 10px;
}

#basketTable {
	width: 95px;
	margin: 0;
	padding: 0;
}

.bask {
	width: 30px;
	padding-bottom: 3px;
}

.baskVal {
	width: 100px;
	text-align: right;
	font-weight: 700;
	color: #efd000;
	padding-bottom: 3px;
}

.splitter {
	position: relative;
	top: 0;
	left: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -2px;
}

.splitterleft {
	position: relative;
	top: 0;
	left: 0;
	margin-top: 2px;
	margin-left: 0;
	width: 100px;
}

#search {
	background-image: url(images/search.jpg);
	margin-left: -11px;
	margin-top: 37px;
	width: 156px;
	height: 66px;
	line-height: 15px;
}

#search p {
	padding-left: 13px;
	width: 130px;
}

#product {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	clear: both;
	padding-top: 10px;
}

#product .image {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	clear: both;
}

#product .productInfo {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 190px;
	font-family: Tahoma;
	font-size: 11px;
	color: #adaeb0;
	padding-left: 23px;
}

#product .productInfo .brand {
	position: relative;
	left: 0;
	top: 0;
	font-weight: 700;
	color: #5b1900;
}

#product .productInfo p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0;
}

#product .productInfo .price {
	font-size: 12px;
	color: #FFF;
	font-weight: 700;
}

#product .productInfo #lstSizes {
	position: relative;
	top: 0;
	left: 0;
	width: 132px;
	height: 20px;
	margin-top: 5px;
}

#product .productInfo #lstColours {
	position: relative;
	top: 0;
	left: 0;
	width: 132px;
	height: 20px;
	margin-top: 10px;
}

#product .productInfo #btnAddBag {
	position: absolute;
	bottom: 0;
	right: 0;
}

.checkoutInputComment {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	margin-left: 10px;
	width: 200px;
}

.checkoutList {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	margin-left: 10px;
	width: 205px;
	height: 20px;
}

.chckoutTemsChk {
	position: relative;
	top: 0;
	left: 0;
	float: left;
}

.checkoutTermsLink {
	position: relative;
	top: 3px;
	left: 0;
	float: left;
	margin-left: 5px;
}

#btnPurchase {
	position: relative;
	top: 3px;
	left: 0;
	float: left;
	margin-left: 150px;
}

#btnCheckout {
	position: relative;
	top: 3px;
	left: 0;
	float: left;
	margin-left: 475px;
}

.contactMessage {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	margin-left: 10px;
	width: 200px;
	height: 150px;
}

.contactField #btnSubmit {
	position: relative;
	top: 0;
	left: 0;
	margin-left: 250px;
}

.messageField {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	float: left;
	clear: both;
	height: 170px;
}

#altForm {
	display: none;
}

.basketItem2 {
	position: relative;
	top: 0;
	left: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	clear: both;
	width: 550px;
}

.basketItem {
	position: relative;
	top: 0;
	left: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
	clear: both;
	width: 715px;
}

.basketItem .productImage {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 50px;
}

.basketItem .productName {
	position: relative;
	top: 0;
	left: 0;
	width: 290px;
	float: left;
	font-weight: 700;
	color: #db0006;
	text-decoration: none;
	margin-left: 20px;
}

.basketItem .productSize {
	position: relative;
	top: 0;
	left: 0;
	width: 30px;
	float: left;
	margin-left: 20px;
}

.basketItem .productColour {
	position: relative;
	top: 0;
	left: 0;
	width: 105px;
	float: left;
	margin-left: 20px;
}

.basketItem .itemPrice {
	position: relative;
	top: 0;
	left: 0;
	color: #db0006;
	width: 50px;
	float: left;
	margin-left: 20px;
}

.itemQty {
	position: relative;
	top: 0;
	left: 0;
	color: #000;
	width: 20px;
}

.basketItem .itemQty {
	position: relative;
	top: 0;
	left: 0;
	color: #000;
	width: 20px;
	float: left;
	margin-left: 20px;
}

.basketItem .removeItem {
	position: relative;
	top: 0;
	left: 0;
	color: #db0006;
	float: left;
	margin-left: 20px;
}

.backetTotal {
	position: relative;
	top: 0;
	left: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	font-weight: 700;
	color: #db0006;
	text-align: right;
}

#extraImages {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	clear: both;
	width: 190px;
}

.extraImageBox {
	position: relative;
	top: 0;
	left: 0;
	margin-right: 5px;
	margin-top: 10px;
	float: left;
	width: 50px;
	border: solid 1px #66656a;
	text-align: center;
	cursor: pointer;
}

.sizeGuide {
	border: solid 1px #FFF;
}

.SpecialProduct {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 274px;
	height: 363px;
	margin-top: 5px;
	margin-right: 2px;
	font-family: Tahoma;
	font-size: 11px;
	background-color: #cfcfcf;
	border: 2px solid #cfcfcf;
	cursor: pointer;
}

.SpecialProduct:hover {
	background-color: #FFF;
	border: 1px solid #000;
	padding: 1px;
}

.SpecialProduct .productImage {
	position: relative;
	left: 1px;
	top: 1px;
	border: none;
	width: 233px;
}

.SpecialProduct .imageSpace {
	padding-top: 15px;
	width: 274px;
	height: 234px;
	background-color: #FFF;
	vertical-align: middle;
	text-align: center;
}

.SpecialProduct .brand {
	position: relative;
	left: 0;
	top: 0;
	font-weight: 700;
	color: #5b1900;
	padding-left: 10px;
	padding-top: 10px;
	height: 30px;
}

.SpecialProduct a {
	position: relative;
	left: 0;
	top: 0;
	font-weight: 700;
	color: #5b1900;
	text-decoration: none;
}

.SpecialProduct .description a {
	text-decoration: none;
	color: #000;
}

.SpecialProduct .price {
	position: relative;
	left: 0;
	top: 0;
	font-size: 12px;
	font-weight: 700;
	color: #5b1900;
	padding-left: 10px;
}

h1, h2, h3, h4, h6, pre, code {
	line-height: 1em;
	font-size: 100%;
	font-weight: 400;
	font-style: normal;
	margin: 0;
	padding: 0;
}

h5 {
	font-size: 12px;
	line-height: 1em;
	font-weight: 700;
	color: #DB0006;
	font-style: normal;
	margin: 0 0 10px;
	padding: 0;
}

h1, h2, h3, .title {
	position: relative;
	top: 0;
	left: 0;
	font-size: 14px;
	font-weight: 700;
	color: #DB0006;
	margin: 1em 0 0.5em;
}

img, fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

.left {
	float: left;
}

.right {
	float: right;
}

.middle {
	display: block;
	margin: 0 auto;
}

.clear {
	clear: both;
}

#outercontainer {
	width: 1075px;
	margin: 0 auto;
}

.logo {
	display: block;
	margin: 0 auto;
}

.header {
	width: 969px;
	height: 101px;
	background-image: url(header-background.png);
	background-repeat: repeat-x;
	position: relative;
	margin: 0 auto 3px;
}

.header .MainLogo {
	position: relative;
	margin-top: 27px;
	margin-left: 27px;
}

.headerright {
	position: absolute;
	width: 348px;
	right: 17px;
	top: 0;
}

.headerright .search {
	width: 348px;
	height: 35px;
	background-image: url(search-background.png);
}

.header .calltoday {
	position: absolute;
	left: 668px;
	top: 73px;
	display: block;
}

.headerright .Navlinks {
	width: 348px;
	text-align: right;
	margin-top: 13px;
	color:#FFF;
}

.headerright .Shoplinks {
	width: 348px;
	text-align: right;
	margin-top: 15px;
	color: #1b67de;
}

.headerright .Shoplinks a {
	color: #1b67de;
}

.links {
	background-color: #030303;
	background-image: url(button-background.png);
	background-repeat: repeat-x;
	margin-bottom: 1px;
	padding: 0 16px;
}

.rightbanner {
	width: 750px;
	float: right;
}

.links a {
	color: #FFF;
	display: block;
	font-size: 12px;
	font-weight: 700;
	float: left;
	padding: 10px 16px;
}

.widget {
	height: 297px;
	border: 1px solid #ededec;
	margin-bottom: 3px;
}

.widget .basket {
	position: relative;
	width: 214px;
	border: 1px solid #FFF;
}

.btext {
	color: #FFF;
	float: right;
	padding-top: 17px;
	padding-right: 10px;
}

.widget .basket .title {
	display: block;
	background-image: url(shopping-background.png);
	background-color: Red;
	height: 26px;
	width: 214px;
	margin: 0;
	padding: 0;
}

.widget .basket .items {
	display: block;
	background-image: url(basket-background.png);
	height: 81px;
	width: 214px;
	margin: 0;
	padding: 0;
}

.widget .special {
	position: relative;
	display: block;
	background-image: url(specialoffers.png);
	padding-top: 91px;
	padding-left: 214px;
	height: 0;
	width: 0;
	overflow: hidden;
	border: 1px solid #FFF;
}

.widget .freeshipping {
	position: relative;
	display: block;
	background-image: url(freeshipping.png);
	padding-top: 91px;
	padding-left: 214px;
	height: 0;
	width: 0;
	overflow: hidden;
	border: 1px solid #FFF;
}

.widget .rightpanel img {
	border: 1px solid #FFF;
	display: block;
}

.seperator {
	width: 216px;
	border-bottom: 1px solid #ededec;
	border-right: 1px solid #ededec;
}

.bar {
	width: 957px;
	background-color: #db0006;
	background-image: url('cardlogos.png');
	background-repeat: no-repeat;
	background-position: left center;
	color: #FFF;
	text-align: right;
	margin-bottom: 4px;
	padding: 8px 4px 8px 8px;
}

.bodycontent .leftbar {
	width: 218px;
	float: left;
}

.bodycontent .leftbar #productlist {
	width: 185px;
	background-color: #FFF;
	float: left;
	border: 1px solid #edbbbb;
	margin-bottom: 5px;
	padding: 15px;
}

.bodycontent .leftbar #newsletter {
	width: 185px;
	float: left;
	background-color: #FFF;
	color: #838383;
	border: 1px solid #edbbbb;
	line-height: 140%;
	padding: 15px;
}

.bodycontent .leftbar #newsletter h2 {
	color: #ee1e24;
}

.bodycontent .leftbar #newsletter input {
	width: 175px;
	margin-bottom: 3px;
	font-size: 11px;
	border: 1px solid #4c403a;
	background-color: #FFF;
	padding: 5px;
}

.bodycontent .leftbar #newsletter input:focus {
	border: 1px solid #b3bfc5;
	background-color: #f2fbff;
}

.bodycontent .leftbar #newsletter a#privacypolicy {
	display: block;
	float: left;
	margin-top: 9px;
}

.bodycontent .leftbar #newsletter a#LeftBar_newslettersubmit {
	display: block;
	float: right;
	font-weight: 700;
	color: #db0006;
	margin-top: 9px;
}

.bodycontent #content #homepage {
	background-image: url('contentbg.jpg');
	height: 800px;
}

.bodycontent #content {
	margin-left: 5px;
	margin-bottom: 5px;
	width: 714px;
	float: right;
	background-color: #FFF;
	border: 1px solid #edbbbb;
	padding: 15px;
}

.bodycontent #content .title {
	border-top: 1px solid #DB0006;
	clear: both;
	margin-top: 15px;
	padding-top: 15px;
}

.bodycontent #content p {
	margin: 0 0 1em;
}

.footer {
	display: block;
	margin-top: 10px;
	clear: both;
	border-top: 1px solid #ebebeb;
	margin-bottom: 10px;
	color: #838383;
	padding: 13px;
}

.footer .badge {
	padding-top: 15px;
}

.search-input {
	float: left;
	padding: 5px 5px 5px 10px;
}

.button {
	float: left;
	padding: 6px 6px 6px 12px;
}

.search-input input {
	width: 242px;
	height: 19px;
	border-top: 1px solid #7f7f7f;
	border-left: 1px solid #7f7f7f;
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}

.toplinks a {
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
	float: left;
	padding-top: 27px;
	background-image: url('buttons.png');
}

.toplink-home {
	padding-left: 86px;
	background-position: 0 0;
	margin-right: 3px;
}

.toplink-home:hover {
	background-position: 0 -27px;
}

.toplink-about {
	padding-right: 103px;
	background-position: -89px 0;
	margin-right: 3px;
}

.toplink-about:hover {
	background-position: -89px -27px;
}

.toplink-news {
	padding-right: 103px;
	background-position: -196px 0;
	margin-right: 4px;
}

.toplink-news:hover {
	background-position: -196px -27px;
}

.toplink-contact {
	padding-right: 112px;
	background-position: -303px 0;
	margin-right: 4px;
}

.toplink-contact:hover {
	background-position: -303px -27px;
}

.toplink-brochure {
	padding-right: 160px;
	background-position: -419px 0;
}

.toplink-brochure:hover {
	background-position: -419px -27px;
}

.leftnav {
	width: 158px;
	padding-left: 18px;
	background-image: url('leftnav-background.png');
	background-repeat: no-repeat;
	font-size: 11px;
	float: left;
}

.container {
	width: 969px;
	margin: -1px auto 0;
	background-color:#FFF;
}

.productnav a {
	display: block;
	padding: 0;
}

strong {
	font-weight: 700;
}

.leftnav strong {
	display: block;
	color: #97f0ff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 17px 0 5px;
}

.leftnav img {
	margin-top: 22px;
	display: block;
}

.right-top {
	width: 690px;
	float: right;
	background-image: url('leftnav-background.png');
	background-repeat: no-repeat;
	background-position: top right;
	padding-top: 17px;
}

.maincontent {
	width: 525px;
	float: left;
	color: #FFF;
	font-size: 11px;
}

.maincontent h1 {
	color: #2359a8;
	font-size: 16px;
	text-transform: uppercase;
	margin: 15px 0;
}

.productcontent {
	width: 686px;
	float: left;
	color: #FFF;
	font-size: 11px;
}

.productcontent h1 {
	color: #FFF;
	font-size: 16px;
	text-transform: uppercase;
	margin: 15px 0;
}

.rightcolumn {
	float: right;
	width: 143px;
	padding-right: 12px;
}

.rightcolumn strong {
	text-transform: uppercase;
	color: #FFF;
	font-weight: 700;
	display: block;
	margin-bottom: 15px;
}

.rightcolumn select {
	width: 154px;
	display: block;
	margin-bottom: 7px;
	padding: 3px;
}

.rightcolumn .slimfield {
	height: 17px;
	width: 123px;
	font-size: 10px;
	float: left;
	border: 1px solid #FFF;
	padding: 0;
}

.rightcolumn input.searchgo {
	display: block;
	float: left;
	width: 29px;
	height: 19px;
}

.line {
	padding-top: 25px;
	border-bottom: 1px solid #666669;
	margin-bottom: 25px;
	width: 157px;
}

.bigline {
	width: 660px;
	border-bottom: 1px solid #75e0f2;
}

.rightcolumn p {
	color: #FFF;
	font-size: 10px;
	width: 157px;
}

.enquiryform input {
	margin-bottom: 10px;
	width: 149px;
}

.specialoffers, .latestproducts {
	color: #FFF;
	font-size: 11px;
	padding-bottom: 15px;
	margin: 10px 30px 0 0;
}

.specialoffers {
	min-height: 260px;
}

.latestproducts {
	clear: both;
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #75e0f2;
}

.specialoffers .right, .latestproducts .right {
	width: 300px;
	text-align: right;
}

.specialoffers .right img, .latestproducts .right img {
	float: right;
	margin-right: 10px;
}

.specialoffers .right span, .latestproducts .right span {
	float: right;
	display: block;
}

.specialoffers .boxheader, .latestproducts .boxheader {
	margin-bottom: 10px;
}

.productbox {
	width: 157px;
	min-height: 233px;
	border: 1px solid #666669;
	float: left;
	margin-left: 8px;
}

.first {
	margin-left: 0;
}

.productbox img {
	display: block;
	border: 1px solid #000;
}

.productbox .productdetails {
	padding: 8px;
}

.productbox h4 a {
	color: #97f0ff;
	font-weight: 700;
}

.productbox p {
	margin: 5px 0 0;
}

.pagefooter {
	display: block;
	background-image: url('footer.png');
	height: 9px;
	width: 880px;
	margin: 0 auto 20px;
}

#menu ul {
	list-style: none;
	width: 188px;
	border: 0;
	display: block;
	z-index: 1000;
	margin: 0;
	padding: 0;
}

#menu ul li ul {
	list-style: none;
	width: 158px;
	border-bottom: 1px solid #403f40;
	display: block;
	z-index: 1000;
	margin: 0;
	padding: 0;
}

#menu li ul {
	position: absolute;
	left: 185px;
	top: 0;
	width: 158px;
	display: block;
	z-index: 1000;
}

#menu li ul li ul {
	position: absolute;
	left: 157px;
	top: 0;
	width: 158px;
	visibility: hidden;
	display: none;
	z-index: 1000;
}

#menu li:hover ul {
	display: block;
	z-index: 1000;
}

#menu li:hover > ul {
	visibility: visible;
	display: block;
	z-index: 1000;
}

#menu ul ul {
	visibility: hidden;
	display: none;
	z-index: 1000;
}

* html #menu ul li {
	float: left;
	height: 1%;
	z-index: 1000;
}

* html #menu ul li a {
	height: 1%;
	z-index: 1000;
}

#menu ul, li {
	z-index: 1000;
	margin: 0;
}

#menu ul a {
	display: block;
	text-decoration: none;
	color: #000;
	background: #FFF;
	z-index: 1000;
	font-size:14px;
	padding: 5px;
}

#menu ul a:hover {
	color: #FFF;
	background: #7c93b5;
	z-index: 1000;
}

#menu li ul a {
	z-index: 1000;
	text-decoration: none;
	color: #000;
	background: #fff;
	border: 1px solid #403f40;
	border-bottom: 0;
	width: 146px;
	padding: 5px;
}

#menu li ul a:hover {
	color: #000;
	background: #d9d9d9;
	z-index: 1000;
}

#menu ul a.submenu {
	background: #444 url("r_arrow.gif") no-repeat right;
	background-position: right 5px;
}

#menu ul a.submenu:hover {
	background: #d9d9d9 url("r_arrow.gif") no-repeat right;
	background-position: right 5px;
}

.brand {
	position: relative;
	left: 0;
	top: 0;
	color: #EE1E24;
}

#product .productInfo .DDList {
	position: relative;
	top: 0;
	left: 0;
	width: 160px;
	height: 20px;
	margin-top: 10px;
}

.featuredProduct:hover {
	background-color: #EEE;
	border: 1px solid #CCC;
}

.productSizes {
	width: 480px;
	border-collapse: collapse;
}

.productSizes .alt {
	background-color: Red;
}

#sidebarlinks-right {
	position: absolute;
	display: block;
	padding-top: 140px;
	margin-left: 969px;
}

.sidelink1 {
	margin-bottom: 2px;
}

.sidelink2 {
	margin-bottom: 3px;
}

#sidebarlinks-left {
	position: absolute;
	display: block;
	padding-top: 140px;
	margin-left: -52px;
}

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	outline: none;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#contacttable tr td {
	width: 45%;
	vertical-align: top;
}

#TextBox1, #TextBox2, #TextBox3, #TextBox4 {
	font-size: 10px;
	width: 130px;
	font-family: tahoma,verdana,sans-serif;
	margin: 0 0 5px;
	padding: 3px;
}

#companylinks {
	margin-top: 30px;
}

#companylinks a {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	padding-left: 183px;
}

#companylinks a:hover {
	background-position: 183px 0;
}

#link-balmoral {
	background-image: url('companylinks_01.png');
	padding-top: 48px;
}

#link-warwick {
	background-image: url('companylinks_02.png');
	padding-top: 48px;
}

#link-crowson {
	background-image: url('companylinks_03.png');
	padding-top: 53px;
}

#link-moon {
	background-image: url('companylinks_04.png');
	padding-top: 91px;
}

#link-romo {
	background-image: url('companylinks_05.png');
	padding-top: 53px;
}

#link-jbrown {
	background-image: url('companylinks_06.png');
	padding-top: 69px;
}

#link-ross {
	background-image: url('companylinks_07.png');
	padding-top: 98px;
}

.block, .seperator a, #sidebarlinks-right img, #sidebarlinks-left img {
	display: block;
}

.title a:hover, a:hover {
	text-decoration: underline;
}

.featuredProduct .description, .SpecialProduct .description {
	position: relative;
	left: 0;
	top: 0;
	padding-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
}

.checkoutField, .contactField {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	float: left;
	clear: both;
	height: 30px;
}

.checkoutField a, .contactField a {
	text-decoration: none;
	color: #5b1900;
}

.checkoutLabel, .contactLabel {
	position: relative;
	top: 3px;
	left: 0;
	width: 100px;
	text-align: right;
	float: left;
}

.checkoutInput, .contactInput {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	margin-left: 10px;
	width: 200px;
	height: 15px;
}

.checkoutWarrning, .contactWarrning {
	position: relative;
	top: 3px;
	left: 0;
	float: left;
	margin-left: 5px;
	font-weight: 700;
	color: #5b1900;
}

#contactDetails, #contactForm {
	position: relative;
	top: 0;
	left: 0;
	margin-top: 20px;
}

.headerright .Navlinks a, .boxheader a {
	color: #FFF;
}

.maincontent h1 span, .productcontent h1 span {
	color: #f10101;
}

.maincontent p, .productcontent p {
	line-height: 150%;
}

#menu, #menu ul li {
	position: relative;
	z-index: 1000;
}

.productSizes .th, #lbCaption {
	font-weight: 700;
}

#homepagecontent {
	width: 100%;
	float: left;
}

#homepageblog {
	width: 300px;
	float: right;
}
