html {
	height: 100%;
}

*
{	margin: 0px;
	padding: 0px;
}

body
{	
	min-height : 101%;
	background-color: #ffffff;
	font-size: 10pt;
	font-family: Verdana, Arial;
	background-image: url('../images/strip.jpg');
	background-position: top left;
	background-repeat: repeat-x;
}

#Page
{	width: 770px;
   	text-align: left;
}

/*---------------------------   Top Bar   -----------------------------*/

#Nav
{	width: 770px;
	height: 40px;
	float: left;
}

#Search
{	width: 160px;
	float: left;
}

#Search input
{	width: 123px;
	height: 17px;
	float: left;
	border: 0px;
	margin: 4px 0px 0px 0px;
	font-size: 8pt;
}

#Search button
{	width: 22px;
	height: 17px;
	float: left;
	border: 0px;
	margin: 4px 0px 0px 5px;
	background-image: url('../images/go.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

#Nav1
{	width: 590px;
	float: right;
	list-style-type:none;
}

#Nav1 li
{	float: left;
	padding: 3px 15px 0px 10px;
}

#Nav1 a:link, #Nav1 a:visited
{	color:#ffffff;
	text-decoration:none;
	font-size: 75%;
	font-weight: bold;
}

#Nav1 a:hover
{	color: #E0750B;
}

/*-------------------------   End of Top Bar   ------------------------*/

#Main
{	width: 770px;
	float: left;
}

/*--------------------------   Left Column   --------------------------*/

#Left
{	width:150px;
	float: left;
}

#Nav2
{	list-style-type:none;
	border-top: 1px solid #F3D6B6;
	margin: 0px 0px 15px 0px;
}

#Nav2 li
{	border-bottom: 1px solid #F3D6B6;
	background-color: #FEF5EE;
}

#Nav2 a:link, #Nav2 a:visited
{	color:#000000;
	text-decoration:none;
	font-size: 75%;
	padding: 5px 0px 5px 10px;
	display: block;
}

#Nav2 a:hover
{	color: #E0770C;
	background-color: #FBEBDC;
}
#Nav2 img {border:none;}
/*-------   Mini Basket and Login   -------*/


#Basket
{	background-color: #F8F2F2;
	border-top: 1px solid #E2BEC0;
	border-bottom: 1px solid #E2BEC0;
	margin: 0px 0px 15px 0px;
	float: left;
	width: 150px;
}

#Basket a:link, #Basket a:visited
{	text-decoration: none;
	color:#9C232C;
}

#Basket a:hover
{	color: #000000;
}

.Line
{	width: 150px;
	height: 1px;
	border-bottom: 1px solid #E2BEC0;
	float: left;
	font-size: 0pt;
}

#Basket h2
{	
	font-size: 75%;
	padding: 5px 0px 5px 10px;
	font-weight: normal;
	float: left;
	width: 140px;
}

#Basket h3
{	color:#000000;
	font-size: 75%;
	padding: 5px 0px 5px 10px;
	font-weight: normal;
	float: left;
	width: 140px;
}

#ItemName
{	font-size: 7.5pt;
	width: 145px;
	float: left;
	padding: 0px 0px 0px 10px;
	margin: 3px 0px 3px 0px;
}

#ItemQty
{	font-size: 7.5pt;
	width: 20px;
	float: right;
	margin: 3px 0px 3px 0px;
}

#ItemNameH
{	font-size: 7.5pt;
	font-weight: normal;
	width: 115px;
	float: left;
	padding: 3px 0px 3px 10px;
}

#ItemQtyH
{	font-size: 7.5pt;
	font-weight: normal;
	width: 25px;
	float: right;
	padding: 3px 0px 3px 0px;
}

#Login
{	background-color: #F8F2F2;
	border-top: 1px solid #E2BEC0;
	border-bottom: 1px solid #E2BEC0;
	float: left;
	width: 150px;
	margin-bottom:10px;
}

#Login h2
{	color:#9C232C;
	font-size: 75%;
	padding: 5px 0px 5px 10px;
	font-weight: normal;
	border-bottom: 1px solid #E2BEC0;
}

#Login input
{	border: 1px solid #E6C8CA;
	width: 123px;
	height: 16px;
	color: #5F5F5F;
	margin: 10px 0px 0px 10px;
	font-size: 8pt;
	padding: 2px 0px 0px 2px;
}

#Login button
{	border: 1px solid #E6C8CA;
	width: 50px;
	height: 17px;
	margin: 10px 0px 10px 10px;
	font-size: 7pt;
	color: #5F5F5F;
	background-color: #ffffff;
}

/*--   End of Mini Basket and Login   --*/

/*----------------------   End of Left Column   ----------------------*/

/*----------------------  Body styling   ----------------------*/

#Mid
{	float: right;
	width: 595px;
}

#MidLeft
{	width: 330px;
	float: left;
}

#MidFull
{	width: 590px;
	float: left;
	text-align:justify;
}

#MidGal
{	width: 590px;
	float: left;
}

#Welcome
{	margin: 30px 0px 0px 0px;
	border: 0px;
}

#flashcontent {
	width: 582px;
	height: 113px;
	margin-left:auto;
	margin-right:auto;
}

#MidLeft p
{	font-size: 7.5pt;
	margin: 0px 0px 10px 25px;
	line-height: 140%;
}

#MidLeft a:link, #MidLeft a:visited
{	font-size: 7.5pt;
	color: #ffffff;
	font-weight: bold;
	margin: 0px 0px 10px 25px;
	padding: 7px 0px 8px 10px;
	background-color: #9F232D;
	text-decoration: none;
	width: 290px;
	float: left;
}

#MidLeft a:hover
{	background-color: #6F0D16;
}

#MidFull p
{	font-size: 7.5pt;
	margin: 0px 0px 10px 25px;
	line-height: 140%;
}

#MidFull a:link, #MidFull a:visited
{	font-size: 7.5pt;
	color: #b8291b;
	font-weight: bold;
	text-decoration: none;
	width: 290px;
	float: left;
}

#MidFull a:hover
{	color: #6F0D16;
}

#MidGal p
{	font-size: 7.5pt;
	margin: 0px 0px 10px 25px;
	line-height: 140%;
}

#MidGal a:link, #MidGal a:visited
{	font-size: 7.5pt;
	color: #b8291b;
	font-weight: bold;
	text-decoration: none;
}

#MidGal a:hover
{	color: #6F0D16;
}

#MidRight
{	width: 250px;
	float: left;
}

.newspad {
	margin-bottom: 3px;
}

.featuredProduct {
	width: 249px;
	height: 295px;
	border: 2px solid #cd8e9f;
	margin-top:10px;
	margin-left:12px;
}

/*----------------------------   Footer   ----------------------------*/

#Footer
{	float:left;
	width:770px;
	font-size: 70%;
	border-top: 1px dashed #dfdfdf;
	color: #9C232C;
	margin: 10px 0px 0px 0px;
}

#Footer a
{	color: #9C232C;
	text-decoration: none;
}

#Footer a:hover
{	color: #000000;
}

#Footerleft
{	float:left;
	margin: 5px 0px 2px 0px;;
	text-align: left;
	width: 470px;
}

#Footerright
{	float:left;
	text-align: right;
	width: 300px;
}

/*------------------------   End of Footer   -----------------------*/

tr { vertical-align: top; }
em { font-weight: bold; font-style: normal; }

.normal { font-size: 10pt; }
.small { font-size: 7.5pt; }
.large { font-size: 14pt; }
.tiny { font-size: 7pt; }
.bold { font-size: 7.5pt;font-weight: bold; }

br.all
{	clear: both;
}

/*h1 {
	margin: 2px 0px 5px 25px;
	padding-bottom: 8px;
	font-weight: bold;
	font-size: 7.5pt;
	color: #B70000;
	border-bottom: 1px solid #B70000;
}
*/
h1 {
	margin-top:25px;
	background-image:url(/images/heading.jpg);
	background-repeat:no-repeat;
	color:#990000;
	font-size:19px;
	height:64px;
	line-height:58px;
	padding-left:20px;
}

h2 {
	font-weight: bold;
	font-size: 9pt;
	color: #000000;
}

/*-------------------------------- FORMS -------------------------------------*/
#fluidform {
	font-size: 7.5pt;
	margin-left: 25px;
}
#fluidform label {float: left;display: block;width:175px;font-weight: bold;margin-right:10px;}
#fluidform input, #fluidform select, #fluidform textarea {
	font-family: Verdana, Arial;
	font-size: 7.5pt;
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	margin-bottom: 5px;
}
#fluidform .req, .checkout .req {color:#ff0000;font-weight:bold;}
#fluidform button {font-size: 7.5pt;background-color:#B70000;border: 1px solid black;margin-top:10px;color:#FFFFFF;}
#fluidform .panel {display:block;float:left;margin-bottom:5px;}
#fluidform .radio {margin:-2px;border:0px;}
#fluidform .cb, .checkout .cb {margin:0px;border:0px;}
div.err {color:#ff0000;border:1px dashed #ff0000;padding: 3px;font-size:7.5pt;margin-left: 25px;}
ul.err {color:#ff0000;list-style-type: none;list-style-image: url(/images/x.gif);margin-left: 35px;}
.mandatory {
margin-bottom: 8px;
display: block;
}

/*----------------------------------- GALLERY --------------------------------------*/

.galBlock {
	border: 1px solid #cd8e9f;
	margin: 0px 0px 20px 25px;
	float: left;
	display: inline;
	width: 565px;
}

.galTit {
	background: #9f232d;
	color: #ffffff;
	font-weight: bold;
	padding: 4px 0px 4px 0px;
	float: left;
	width: 565px;
}

.galDes {
	font-size: 7.5pt;
	padding: 10px;	
	float: left;
	display: inline;
	width: 260px;
}

.galTbl {
	font-size: 7.5pt;
	float:right;
}

.galImg {
	margin: 5px 7px 3px 0px;
	display:inline;
}

/*-------------------------------------- PRODUCTS ----------------------------------------*/

#prodHolder {
	margin-left:23px;
}

#formHolder {
	margin-left:23px;
}

#formHolder button{
	background-image: url('../images/updatebutton.jpg');
	border: 0px;
	width: 50px;
	height: 18px;
}

#prodView {
	margin: 0px 23px 0px 0px;
	border: 1px solid #cd8e9f;
	float: left;
}

#prodHead {
	background: #9f232d;
	color: #ffffff;
	font-size: 7.5pt;
	font-weight: bold;
}

.prodList {
	padding-bottom:5px;
}

.prodName{
	text-align:left;
	width:260px;
}

.prodCode {
	text-align:right;
	float: right;
}

#prodBodyLeft {
	padding: 5px;
	width: 331px;
	float: left;
	font-size: 7.5pt;
	display: block;
}	

#prodBodyLeft ul {
	list-style:url('../images/sq_bul.gif');
	padding-left: 22px;
}

#prodBodyLeft li {
	padding-bottom: 4px;
}

#prodBodyLeft p {
	padding: 0px;
	margin-left: 5px;
}

#prodBodyRight {
	width: 180px;
	float: left;
	display: block;
}	

#prodBodyRight p{
	margin: 0px;
}

#prodBodyRight img {
	border: 1px solid #000000;
	margin-top: 10px;
}

#prodShort p{
	margin: 5px 0px 5px 5px;	
	font-style: italic;
}

#prodFooterLeft {
	float: left;
	display: block;
	width: 331px;
}

#prodFooterLeft p{
	margin-left: 10px;
}

#prodFooterRight {
	float: left;
	display: block;
	width: 180px;
}

.prodPrice {
	margin-top: 10px;
}

.prodQty {
	margin: 10px 0px 10px 0px;
}

.qtyInput {
	font-size: 7.5pt;
	display: inline;
	width: 25px;
}

/*-------------------------------------- BASKET/CHECKOUT ----------------------------------------*/

#baskBox {
	border: 1px solid #cd8e9f;
	margin: 0px;
	margin-left: 25px;
}

#baskBox td {
	font-size: 7.5pt;
	padding: 5px 3px 5px 3px;

}

#baskHead td{
	background: #9f232d;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
	height: 18px;
}

.baskCode {
	width: 70px;
	border-bottom: 1px dashed #cd8e9f;
}

.baskProd {
	width: 110px;
	border-bottom: 1px dashed #cd8e9f;
}

.baskPrice {
	width: 70px;
	border-bottom: 1px dashed #cd8e9f;
}

.baskQty {
	width: 70px;
	border-bottom: 1px dashed #cd8e9f;
}

.baskSub {
	width: 70px;
	border-bottom: 1px dashed #cd8e9f;
}

.baskAction {

	border-bottom: 1px dashed #cd8e9f;
	display: inline;
	float: left;
}

.addProduct {
	background-image: url('../images/button_add.jpg');
	background-repeat: no-repeat;
	border: 0px;
	width: 117px;
	height: 30px;
	float: left;
	margin-bottom: 5px;
}

.changeProduct {
	background: transparent url('../images/button_change.jpg') no-repeat center top;
	border: 0px;
	width: 61px;
	height: 25px;
	padding-top: 25px;
}

.removeProduct {
	background: transparent url('../images/button_remove.jpg') no-repeat center top;
	border: 0px;
	width: 61px;
	height: 25px;
	padding-top: 25px;
}

.changeDel {
	background: transparent url('../images/button_delivery.jpg') no-repeat center top;
	border: 0px;
	width: 113px;
	height: 29px;
	padding-top: 25px;
}

.proceedPayment {
	background: transparent url('../images/button_proceed.jpg') no-repeat center top;
	border: 0px;
	width: 111px;
	height: 29px;
	padding-top: 29px;
}

.confirmDetails {
	background: transparent url('../images/button_confirm.jpg') no-repeat center top;
	border: 0px;
	width: 111px;
	height: 29px;
	padding-top: 29px;
}

.basketFooter {
	padding: 10px 0px 7px 0px;
}

#miniBasket {
	font-size: 7.5pt;
}

.catThumbHead {
	text-align: center;
	height: 15px;
}

.catThumbImg {
	border: 1px solid #cd8e9f;
	margin-bottom: 10px;
}

/*------------------------------------------------------SEARCH----------------------------------------------*/
.searchButton
{	width: 22px;
	height: 17px;
	border: 0px;
	margin: 0px 0px 1px 5px;
	background-image: url('../images/go.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

/*--------------------------------------------------LOGIN AND ACCOUNT--------------------------------------------------*/

.loginFail {
	color: #BF2615;
	font-weight: bold;
}

.loginPass {
	color: #009900;
	font-weight: bold;
}

.accountField {
	font-size: 8.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 150px;
	border: 1px solid black;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}	

.accountPass {
	font-size: 8.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 85px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}	

.accountAddress {
	font-size: 8.5pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 50px;
	width: 150px;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid grey;
	border-bottom: 1px solid grey;
}

.accountBenefits ul{
	margin-left: 40px;
	font-size: 7.5pt;
}

.accountBenefits li {
	list-style:url('../images/sq_bul.gif');
	padding-bottom:5px;
}

.regButton1 {
	width: 115px;
	height: 17px;
	border: 0px;
	background-image: url('../images/sign_check_button.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

.regButton2 {
	width: 120px;
	height: 17px;
	border: 0px;
	background-image: url('../images/reg_check_button.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}

.restricted {
	border: 1px solid #990000;
	background-color:#daff47;
	width: 531px;
	text-align:left;
	padding: 8px;
}

.restrictedBasket {
	border: 1px solid #990000;
	background-color:#daff47;
	width: 520px;
	text-align:left;
	padding: 8px;
}

.error {
	color: #ff0000;
	font-weight: bold;
}

#dateHolder {
	font-size:10px;
	color: #942434;
	margin-left:10px;
}

.checkButt a:link, .checkButt a:visited
{	font-size: 7.5pt;
	color: #ffffff;
	font-weight: bold;
	margin: 0px 0px 10px 25px;
	padding: 7px 0px 8px 10px;
	background-color: #9F232D;
	text-decoration: none;
	width: 290px;
	float: left;
}

.checkButt a:hover
{	background-color: #6F0D16;
}
ul.sitemap {
	list-style:square;
	list-style-position:inside;
	padding-left:25px;
}
ul.sitemap li a {float:none !important;}
a.g {
	font-size: 7.5pt;
	color: #b8291b;
	font-weight: bold;
	text-decoration: none;
	float: none !important;
}

#credits
{
	background-color:#FFFFFF;
	color:#000000;
	font-size:10px;
	padding-bottom:10px;
	padding-top:5px
}

#credits a:link
{
	background-color:#FFFFFF;
	color:#000000;
	text-decoration:underline
}

#credits a:hover
{
	background-color:#FFFFFF;
	color:#000000;
	text-decoration:underline
}

#credits a:visited
{
	background-color:#FFFFFF;
	color:#000000;
	text-decoration:underline
}

#credits span
{
	background-color:#FFFFFF;
	color:#81202A
}