@charset "utf-8";
/* CSS Document */

/*------------*/
#containerDiv{
	position:relative;
	width:1000px;
	height:auto;
	padding:0px;
	margin:auto;
	background-color:#FFFFFF;
	/*border:none;*/
	border:#FFFFFF 2px solid; /*white border*/
}
#DivTopHeader{
	width:auto;
	padding:0px;
	margin:0px;
	border:none;
	height:25px;
	background-color:#788E91;
	text-align:center;
}
#DivHeader{
	position:relative; /*to allow tel and text to float inside*/
	padding:0px;
	margin:0px;
	border:none;
	height:90px;
	background-color:#77081D;
	border-top:#FFFFFF 2px solid;
	border-bottom:#FFFFFF 2px solid;
}
#DivSpacerRight{
	padding-top:20px;
	padding-bottom:20px;
	padding-left:0px;
	padding-right:0px;
	margin:0px;
	border:none;
	height:auto;
	text-align:right;
	/*border:thin #333333 solid;*/
}
#menuDiv{
float:left;
width:155px;
height:auto; 
padding:0px;
margin:0px;
padding-top:3px;
background-color:#788E91;
/*border-top:#FFFFFF 3px solid;*/
}
#bodyDiv{
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;
	border:none;
	background:url(../graphics/colour_selections/788E91.gif) repeat-y;
/*border:3px solid #ff0000;*/
}
#detailsDiv{
width:820px; /*have width auto to allow colour to flow to right edge*/
height:auto;
padding:0px;
padding-top:0px;
margin:0px 0px 0px 165px;
border:none;
background-color:#ffffff;
}
#footerDiv{
	width:100%;
	height:auto;
	padding-top:2px;
	padding-right:0px;
	padding-left:0px;
	padding-bottom:2px;
	margin:0px;
	background-color:#77081D;
	text-align:center;
	border-top:#FFFFFF 2px solid;
}
.clearDiv{
clear:left;
}
.lineDiv{
border-bottom:#666666 1px solid;
}
.rowSmall{
float:left;
width:100%;
height:auto;
padding:0px;
margin: 0px 0px 0px 0px;
/*border:#666666 solid 1px;*/
}
.row{
float:left;
width:820px;
height:auto;
padding:0px;
margin: 0px 0px 0px 0px;
/*border:#666666 solid 1px;*/
}
.cell{
float:left;
width:auto;
height:auto;
padding:4px;
margin: 0px 0px 0px 0px;
min-width:140px;
/*border:#00ff00 solid 1px;*/
} 
.cell a{
display:block;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:70%;
color:#666666;
text-decoration:none;
text-align:left;
/*border:#666666 solid 1px;*/
}
.cell a:hover{
color:#cc0000;
}
.cell2{ /*actual width*/
float:left;
width:170px;
height:auto;
padding:4px;
margin: 0px 0px 0px 0px;
min-width:170px;
/*border:#00ff00 solid 1px;*/
} 
.cell2 a{
display:block;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:70%;
color:#666666;
text-decoration:none;
text-align:left;
/*border:#666666 solid 1px;*/
}
.cell2 a:hover{
color:#cc0000;
}

.image
{
border: 1px solid #666666;
margin:0px;
padding:0px;

}
/* DIVIDES USED ON THE FAQ PAGE TO HAVE 2 COLUMS */
#divLeftFAQ{
float:left;
width:5%;
height:auto; 
padding:0px;
margin:0px;
padding-top:0px;
/*border:1px solid #154632;*/
}
#divRightFAQ{
width:80%;
height:auto;
padding:0px;
padding-top:0px;
margin:0px 0px 0px 40px;
border:none;
}
/*----------------------*/
/*DIVIDES TO HOLD THE PAGE NUMBERS*/
#divRightPageNo{
width:750px;
height:30px;
padding-top:2px;
padding-bottom:2px;
margin:5px 30px 0px 0px;
text-align:right;
border:none;
}
/*----------------------*/
/*COLOURED BORDER BOX FOR COLLECTION DESCRIPTION*/
#divDescription{
width:800px;
height:auto;
padding:3px;
margin:10px 0px 0px 5px; /*top bottom right left*/
text-align:left;
border:1px solid #77081d;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:70%;
color:#666666;
}
/*----------------------*/
/*TABLE ROW AND CELL FOR PRODUCT RANGE AND COLLECTION PAGES*/
.tableMultipleProducts{
width:810px;
height:auto;
padding:0px;
margin: 0px 0px 0px 0px;  /*top bottom right left*/
/*border-bottom:1px solid #cccccc;*/
}
.rowMultipleProducts{
float:left;
width:150px;
height:auto;
padding:0px;
margin: 0px 0px 5px 10px;  
text-align:center;
border:none;
} 
/*----collection decription */ 
.collectionDescriptionBox{
width:800px;
height:155px;
padding:2px;
margin: 5px 0px 5px 5px;  /*top bottom right left*/
border:2px solid #77081d;
}
.collectionDescriptionPic{
width:205px;
height:auto;
padding:5px;
margin: 0px 0px 0px 0px;  /*top bottom right left*/
}
.collectionDescriptionText{
width:590px;
height:auto;
padding:5px;
margin: 0px 0px 0px 210px;  /*top bottom right left*/
}
/*-------press page ------*/
#siteLinkDiv{
width:205px;
margin:auto;
padding:5px;
background-color:#77081D;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
}


