/* ---------------------------
Author: Pixel8 Ltd from orginal by Barry G. White
Version: 1
------------------------------ */

/* Eric Meyer's CSS Reset */
/* (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	}
ol, ul {list-style: none; margin-bottom: 1em;}
/* tables still need 'cellspacing="0"' in the markup */
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}


/* Global Styles
------------------------------ */
body {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 75%;
	color: #000;
	background-color:#000;
	text-align: center;
	}
p {
	line-height: 1.5em;
}
a {
	color: #ef4723;
	text-decoration: none;
}

#holder {
	height: auto;
	width: 950px;
	background-color: #FFF;
	text-align: left;
	margin: 0 auto;
	position: relative;
	border-right: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	border-left: 10px solid #FFF;
}
#header {
	float: left;
	height: 219px;
	width: 950px;
	background-image: url(/images/top.jpg);
	background-repeat: no-repeat;
}
#topNav {
	height: 32px;
	width: 950px;
	background-image: url(../images/bg1.gif);
	background-repeat: repeat-x;
	position: relative;
}
#left {
	float: left;
	position: relative;
	width: 164px;
	height: auto;
	margin-top: 10px;
}
#main {
	float: left;
	position: relative;
	width: 776px;
	margin-top: 10px;
	left: 10px;
	height: auto;
}
#specials {
	width: 950px;
	position: relative;
	float: left;
	background-color: #c2c2c2;
	margin-top: 10px;
	height: auto;
}
#specials h2, #mainBox h2 {
	text-transform: uppercase;
	margin: 10px;
	font-weight: bold;
}
#footer {
	width: 950px;
	float: left;
	position: relative;
	height: auto;
	margin-top: 10px;
	text-transform: uppercase;
	font-size: 90%;
	color: #FFFFFF;
}
#footer a {
	color: #FFFFFF;
	margin-right: 7px;
	
}
#footer a:hover {
	text-decoration: underline;
}
#mainBox {
	width: 776px;
	position: relative;
	float: left;
	background-color: #c2c2c2;
	margin-top: 10px;
	height: auto;
}
#left h4 {
	background-color: #000000;
	text-transform: uppercase;
	color: #FFFFFF;
	font-weight: normal;
	padding: 5px 5px 5px 10px;
}
#left h5, #latest h3, #launch h3, #links h3 {
	background-color: #c2c2c2;
	text-transform: uppercase;
	color: #000000;
	font-weight: bold;
	padding: 5px 5px 5px 10px;
}
#mainBox h3 {
	font-size: 110%;
	margin: 5px;
	font-weight: bold;
	border-bottom: 1px solid #C2C2C2;
	padding-bottom: 5px;
}
#mainBox h4 {
	font-size: 110%;
	font-weight: bold;
	margin: 10px;
}
.margin1 {
	margin: 10px;
}
.margin2 {
	margin: 5px;
}
.text1 {
	font-size: 175%;
}
.text2 {
	font-size: 120%;
	font-weight: bold;
	color: #EF4723;
}
.text3 {
	font-style: italic;
}
.news {
	margin-bottom: 10px;
	border-bottom: solid 1px #CCCCCC;
}
.grey {
	background-color: #EDEDED;
	padding: 10px;
}
.white {
	background-color: #fff;
	padding: 10px;
}
.white2 {
	background-color: #FFFFFF;
	padding: 5px;
}
.border1 {
	border: 3px solid #fff;
}
.border2 {
	border: 1px solid #C2C2C2;
}
.red {
	background-color:#ef4723;
	padding:10px;
}
.redText {
	color: #F04725;
}
#topNav ul {
	position: relative;
	width: 660px;
	margin: 0px;
	height: auto;
	left: 10px;
	top: 10px;
	float: left;
}
#topNav li {
	display: inline;
	border-right: 1px solid #FFF;
	margin-right: 7px;
	padding-right: 7px;
	text-transform: uppercase;
	font-weight: bold;
}
#topNav a {
	color: #000000;
	font-size: 95%;
}
#topNav a:hover {
	color: #EF4723;
}
#holder #header #topNav .last {
	border:none 0;
}	
#menu ul {
	background-color: #ededed;
}
#menu li {
	background-color: #ededed;
	margin-top: 1px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 5px;
}
#menu a {
	text-decoration: none;
	text-transform: uppercase;
	color: #000000;
	font-size: 95%;
}
#menu a:hover {
	color: #B20A01;
}
#newsletter {
	width: 130px;
	border: 1px solid #999999;
}
#subscribe {
	width: 130px;
	font-size: 10px;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
	border: none 0px;
}
#go {
	width: 30px;
	font-size: 10px;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
	border: none 0px;
}
#latest {
	float: left;
	margin-top: 10px;
	position: relative;
	width: 279px;
	height: auto;
}
#launch {
	float: left;
	margin-top: 10px;
	position: relative;
	width: 229px;
	height: auto;
	left: 10px;
}
#links {
	float: left;
	margin-top: 10px;
	position: relative;
	width: 248px;
	height: auto;
	left: 0px;
	background-color: #c2c2c2;
}
#links img {
	margin-right: 15px;
}
#latest img, #launch img {
	margin: 5px 0 5px 0;
}
#vidScroll {
	float: left;
	position: relative;
	overflow: auto;
	height: 69px;
	width: 100%;
}
#vidScroll a {
	background-color: #EDEDED;
	display: block;
	border-bottom: 1px solid #FFF;
	width: 216px;
	font-size: 90%;
	background-image: url(../images/bg3.gif);
	background-repeat: repeat-x;
	padding: 5px 4px 5px 10px;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
	border-top: 1px solid #CCCCCC;
}
#vidScroll a:hover {
	background-color: #c4c4c4;
}
#vidScroll ul {
	margin: 0px;
}
.col1 {
	float: left;
	width: 248px;
	position: relative;
	height: auto;
	left: 20px;
}
.sp {
	width: 155px;
}
.spImage {
	background-color: #FFFFFF;
	height: 150px;
	text-align: center;
	vertical-align: middle;
}
.nImage {
	background-color: #FFFFFF;
	height: 175px;
	text-align: center;
	vertical-align: middle;
}
.spTitle {
	font-weight: bold;
	padding: 10px 5px 0px 5px;
	height: 35px;
}
.nPrice {
	font-weight: bold;
	padding: 0px 0px 5px 0px;
}
.nTitle {
	font-weight: bold;
	height: 25px;
	padding: 5px 0px 5px 0px;
}
.spPrice {
	color: #ef4723;
	padding: 5px;
	font-weight: bold;
}
.spDate {
	font-style: italic;
	color: #EF4723;
	padding: 5px;
}
.spDesc {
	height: 60px;
	font-size: 95%;
	padding: 5px 0px 5px 0px;
}
.spLarge {
	width: 220px;
	margin-bottom: 10px;
	margin-right: 12px;
	margin-left: 12px;
}
.services {
	list-style-image: url(../images/arrow.png);
	list-style-type: square;
	margin: 10px 0px 0px 10px;
	padding-left: 10px;
}
input {
	border: 1px solid #C2C2C2;
}
textarea {
	border: 1px solid #C2C2C2;
}
input#sendEnquiry {
	width: 130px;
	font-size: 10px;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
	border: none 0px;
}
#gmap {
	float: right;
	width: 425px;
	height: 140px;
	position: relative;
}
#topNav #login {
	float: right;
	margin-top: 5px;
}
#topNav #login input {
	font-size: 90%;
	color: #FD5B20;
	font-weight: bold;
	padding:2px;
}	
#topNav #login input#go {
	width: 30px;
	font-size: 10px;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	color: #FFFFFF;
	padding: 2px;
	border: none 0px;
}
.view {
	font-size: 90%;
	float: right;
	font-weight: bold;
	padding-top: 2px;
}
.comment {
	margin-bottom: 15px;
}
.testimonial {
	border: 1px solid #CCCCCC;
	margin-bottom: 15px;
}
.productTitle {
	background-color: #EDEDED;
}
.testiTitle {
	font-size: 110%;
	font-weight: bold;
	background-color: #EDEDED;
}
.basket {
clear:left
}.border2 #submit {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#bCheckout {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.galleryThumb {
	background-image: url(/images/gallery_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 15px;
	margin-bottom: 15px;
}
.productSizes {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
