* {
	margin:0;
	padding:0;
	font-family: Arial, Verdana;
}
html {
	overflow-y:scroll; /* always show scroll so pages dont jump in FF */
	height:100%;
}
body {
	background:url(/images/mainBgRightSide.jpg) left top repeat-x;
	font-size:0.8em;
	height:100%;
}
form {
	height:100%;
}

img {
	border:none;
}
p {
	margin-bottom:1em;
	line-height: 1.6em;
	text-align:justify;
}
a:link, a:visited { text-decoration:none;
	color:#FF0000;

	}
a:hover { text-decoration:underline;
	}
#pageContent ul {
	list-style:none;
	margin:0;
	padding:0;
	padding-bottom:.8em;
}
#pageContent ol {
	list-style:inside;
	margin:0;
	padding:0;
	padding-bottom:.8em;
	margin-left:10px;
}

#pageContent li {
	margin:0;
	padding:0;
	background: url(/images/interface/listItemBullet.gif) top left no-repeat;
	padding-left:20px;
	padding-bottom: 8px;
}
#homepageContent #top {
	background: url(/images/homePage-backround.gif) no-repeat scroll 0 0 #FFFFFF;
	height:270px;
	padding:8px;
	vertical-align:middle;
}

#homepageContent #top h2{
	font-size:18px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
}
/*#homepageContent #top p{
	font-size:17px;
	font-family:Verdana, Geneva, sans-serif;
	color:#000;
}*/
#homepageContent ul {
	list-style:none;
	margin:0;
	padding:0;
	padding-bottom:.8em;
}

#homepageContent li {
	margin:0;
	padding:0;
	background: url(/images/interface/listItemBullet.gif) top left no-repeat;
	padding: 0 0 8px 20px;
	font-size:14px;
}
#homepageContent {
	margin-top: 12px;
	width: 780px;
	min-height:356px;
	color:#555;
} 
* html #homepageContent { height:356px; }
#homepageContent h1 {
	font-weight: bold;
	font-family:Verdana, Geneva, sans-serif;
	color: #ff0000;
	font-size:22px;
	margin:0;
/*	padding-bottom:1em;*/
	text-transform:uppercase;
}
#pageContent ol li {
	background:none;
	padding-left:0px;
}


h4 {
	font-weight:bold;
	font-size: 1.1em;
	padding-bottom:.8em;
}
h3 {
	margin:15px 0 10px 0;
	padding-bottom:3px;
	border-bottom-color:#ff0000;
	border-bottom-style:solid;
	border-bottom-width:thin;
	text-transform:uppercase;
	color:#ff0000;
	}
dt {
	font-weight:bold;
	color: #FF0000;
}
dd {
	padding-bottom: 10px;
}

/* CONTENT */
#container {
	width:780px;
	margin:0px auto 50px auto;
	/*
	background-color:#E1E2DC;
	background:url(/images/interface/topRightPic.jpg) right top no-repeat;
	*/
	min-height:580px;

} * html #container { height:580px; }
#outerContainer {
	position:absolute;
	z-index:50;
	width:100%;
	background:url(/images/interface/topBg.gif) center top repeat-x;
}
#mastHead {
	height:132px;
	padding-left:15px;
	padding-top:10px;
}
#mastHead h1 a {
	display: block;
	height: 87px;
	width: 288px;
	background: url(/images/interface/logo.gif) top left no-repeat;
	text-decoration: none;
	text-indent: -2000em;
	margin-top:20px;
	font-size: 0.1em;
}
#mastHead h2 {
	display: block;
	height: 30px;
	width: 370px;
	/*margin-left: 125px;*/
	float:right;

	margin-top:60px;
	background: url(/images/interface/callNowStrapline.gif) top left no-repeat;
	text-decoration: none;
	text-indent: -2000em;
	margin-bottom:0px;
	font-size: 0.1em;
}
#navBar {
}
#navBar a {
	margin: 0px;
	padding: 0px;
}



#sideNavWrap {
	margin-top:10px;
	background: transparent url(/images/interface/rightHandMenuBg.gif) left top no-repeat;
	float:right;
} * html #sideNavWrap {	margin:0 -3px 0 0; }
#signupNavWrap {
	margin-top:10px;
	background: transparent url(/images/interface/rightHandMenuBg.gif) left top no-repeat;
	float:right;
} * html #signupNavWrap {	margin:0 -3px 0 0; }
ul#sideNav {
	width:190px;
	margin:0;
	padding:0;
	list-style:none;
	margin: 10px 10px 0 10px;
}
ul#sideNav li {
	display:block;
	background-color:#fff;
	border-bottom:1px solid #f00;
	background-position:95% 1px;
	background-repeat:no-repeat;
	padding:2px 10px;
}
ul#sideNav li.alt {
	background-color:#f00;
	color:#fff;
	border-bottom:1px solid #fff;
	padding:4px 10px;
}
ul#signupNav {
	width:190px;
	margin:0;
	padding:0;
	list-style:none;
	margin: 10px 10px 0 10px;
}
ul#signupNav li {
	display:block;
	background-color:#fff;
	border-bottom:1px solid #C9CC9F;
	background-position:95% 1px;
	background-repeat:no-repeat;
	padding:2px 10px;
}
.newsletter { 
	font-size:1.1em;
	color:#555555;
 	font-weight:bold;
	}
ul#signupNav li.alt {
	background-color:#C9CC9F;
	color:#000;
	border-bottom:1px solid #C9CC9F;
	padding:4px 10px;
}


ul#sideNav li a {
	padding:2px 0;
	display:block;
	text-decoration:none;
	font-size:1.3em;
	color:#000;
}
ul#sideNav li.alt a {
	color:#fff;
	font-size:1.1em;
	font-weight:bold;
}
ul#sideNav li.last {
	border-bottom:none;
}
ul#sideNav li.address {
/*	background: url(/images/interface/menuAddress.gif) right top  no-repeat;
*/	padding:0;
	height: 84px;
}
.emailListTextBox {
	width: 120px;
	height: 14px;
	font-size:0.8em;
}
.emailListTextBoxWatermarked {
	width: 120px;
	height: 14px;
	font-size:0.8em;
}
#sideNavWrap div#sideNavBase {
	background:transparent url(/images/interface/rightHandMenuBottom.gif) left bottom  no-repeat;
	height:22px;
	overflow:hidden;
	width:210px;
}
#signupNavWrap div#signupNavBase {
	background:transparent url(/images/interface/rightHandMenuBottomGold.gif) left bottom  no-repeat;
	height:22px;
	overflow:hidden;
	width:210px;
}
#pageContent {
	margin-top: 12px;
	width: 550px;
	min-height:356px;
	color:#555;
} * html #pageContent { height:356px; }

#pageContent h1, #pageContent h2 {
	font-weight: bold;
	font-size:1.8em;
	margin:0;
	padding:0;
	padding-bottom:1.2em;
}

#pageContent h2.h2WithMiniBasket {
	padding-bottom:0px;
}
#outerFooter {
	clear:both;
	background: url(/images/interface/yellowFooter.gif) top repeat-x;
}
#footer {
	width:780px;
	height: 63px;
	margin:0px auto 0px auto;
	padding-left: 100px;
	background: url(/images/interface/footerLeft.gif) left top no-repeat;
}
#footerMenu {
	width:780px;
	margin:0px auto 0px auto;
	text-align:right;
	font-size:0.8em;
}
#footerMenu a {
	color: #000000;
	text-decoration: none;
}
#banner{ 
	background-color:#FFD600;
	border: 1px solid #999;
	color:#000;
	}
#banner h1 {
	color:#FF0000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	text-transform:none;
	margin:0;
	padding:0;
	padding-top:5px;
	}
#banner h1 img {
	float:left;
	padding: 0 25px 0 15px;
}
#yellowBox h4, #popup1 h4 {
	font-size: 18px;
	font-style:italic;
	line-height:7px;
	font-weight: bold;
	padding-top:15px;
}
#yellowBox p, #banner p { font-size:14px;
}
#yellowBox p a, #banner p a { font-size:14px;
	text-decoration:underline;} 
#homepageContent #top #smalltext {
	margin:0px auto 0px auto;
	color: #555;
	font-size:10px;
	line-height:8px;
}
#shopSubHeader {
	overflow:visible;
	float:left;
	width:100%;
	margin-bottom:1em;
/*	overflow:hidden;
	margin-bottom:1em;
} * html #shopSubHeader {
	overflow:visible;
	height:1%;*/
}

#shopSubHeader h3 {
	font-size:1.4em;
	color: #FF0000;
	padding-left:10px;
}
#miniBasket {
	float:right;
	position:relative;
	top: -12px;
	font-weight: bold;
	font-size: 0.9em;
}
#miniBasket .basketIcon {
	vertical-align: middle;
	padding-left: 8px;
	padding-right: 5px;
	padding-bottom: 3px;
}
#categorySelectorContainer {
	text-align:right;
	clear:both;
	float:right;
	white-space:nowrap;
	margin-top: 6px;
}
#categorySelectorContainer img {
	display:block;
}
#categorySelectorContainer a{
	width: 70px;
	text-align:center;
	float:left;
	font-size:1.0em;
	color:#FF0000;
	text-decoration:none;
}
.categorySelectorImageContainer {
	width: 70px;
	text-align:center;
	float:left;
	font-size:1.2em;
	color:#FF0000;
	text-decoration:none;
	font-weight:bold;
}
#categoryDescription {
	padding-top: 10px;
	padding-bottom: 20px;
	font-size:1.2em;
}
#productListContainer {
	clear:left;
}
.productContainer {
	position:relative;
	width: 550px;
	padding-bottom: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
	background: transparent url(/images/interface/productBox2.gif) no-repeat bottom right; 
}
.productInnerContainer {
	background: transparent url(/images/interface/productBox2.gif) no-repeat top right; 
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}
.productInnerContainer h4 {
	display:block;
	color:#FF0000;
	font-size: 1.4em;
	font-weight: normal;
}
.productListPrice {
	font-weight: bold;
	font-size: 2.2em;
	color:#FF0000;
}
.productListSize {
	font-weight: bold;
	font-size: 1em;
}
.productListDescription {
	width: 310px;
	float:right;
	clear:right;
}
.productListButtonContainer {
	margin-top:8px;
}
.productQuantityContainer {
	width: 65px;
	height: 46px;
	float:left;
	background-image: url(/images/interface/quantityBg.gif);
}
.productQuantityTextBox {
	width: 45px;
	height: 15px;
	font-size: 0.9em;
	margin: 20px 0px 0px 9px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}
.productAddToBasketContainer {
	width: 126px;
	height: 46px;
	float:left;
	background-image: url(/images/interface/productAddToBasketButton.gif);
	cursor: pointer;
}
.productAddToBasketError {
	clear:both;
	color: #CC3300;
	font-weight:bold;
}
.prominentLink {
	margin:0;
	padding:0;
	background: url(/images/interface/listItemBullet.gif) top left no-repeat;
	padding-left:20px;
	padding-bottom: 8px;
	text-decoration:none;
	font-weight: bold;
	color:#000000;
}
.standardLink {
	margin:0;
	padding:0;
	padding-left:20px;
	padding-bottom: 3px;
	text-decoration:none;
	text-align:center;
	background-color:#C9CC9F;
}
.error {
	color:#CC0000;
	font-weight: bold;
}
.tiny {
	font-size: 0.7em;
}

/*------------------POPUPS------------------------*/
/*--#fade { 
	display: none; 
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}--*/
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 10px;
	border: 10px solid #FF0000;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -35px -35px 0 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}
#popup1 p { font-size:12px;}
