body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #CCCCCC;
	background-image: url(images/grid_small2.gif)
}
h1 {
	font-size:130%; 
	font-weight:bold; 
	border-bottom:1px; 
	border-bottom-color:#000000; 
	border-bottom-style:dashed; 
	margin-top:5px; 
	width:90%;
}
h2 {
	font-size:130%; 
	font-weight:bold; 
	border-bottom:1px; 
	border-bottom-color:#000000; 
	border-bottom-style:dashed; 
	margin-top:5px; 
	width:90%;
}
h3 {
	font-size:130%; 
	font-weight:bold; 
	border-bottom:1px; 
	border-bottom-color:#000000; 
	border-bottom-style:dashed; 
	margin-top:5px; 
	width:90%;
}
.inputbtn {
	color:#FFFFFF;
	background-color:#000000;
	border:1px;
	border-color:#CCCCCC;
	border-style: double;
}
input {
	background-color: #A1827F;
	border:1px;
	border-color:#000000;
	border-style: dotted;
}
a {
	font-size:90%;
	color: #000000;
	font-weight: bold;
}
a:visited {
	font-size:90%;
	text-decoration: none;
	color: #000000;
}
a:hover {
	font-size:90%;
	text-decoration: underline;
	color: #666666;
}
a.gobacklink {
	font-size:130%;
	font-weight:bold;
	padding:5px 0px;
}

/* Info Box WITHOUT Headings */
.CPbox1            {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #BBC3D3}
.CPbox1 A:link     {COLOR: #333333; FONT-SIZE: 90%; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:visited  {COLOR: #333333; FONT-SIZE: 90%; FONT-WEIGHT: bold; TEXT-DECORATION: none}
.CPbox1 A:hover    {COLOR: #996666; FONT-SIZE: 90%; FONT-WEIGHT: bold; TEXT-DECORATION: underline}

/* Info Box WITH Headings ( H = Heading cell ; B = Body cell ) */
.CPbox2            {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #BBC3D3}
.CPbox2H           {COLOR: #333333; BACKGROUND-COLOR: #DDDDDD; PADDING: 1px}
.CPbox2H B         {COLOR: #333333;}
.CPbox2B           {COLOR: #333333; BACKGROUND-COLOR: #F5F5F5}
.CPbox2B A:link    {COLOR: #333333; FONT-SIZE: 100%; TEXT-DECORATION: none}
.CPbox2B A:visited {COLOR: #333333; FONT-SIZE: 100%; TEXT-DECORATION: none}
.CPbox2B A:hover   {COLOR: #996666; FONT-SIZE: 100%; TEXT-DECORATION: underline}

/* Box - Page Headings */
.CPpageHead {BORDER-BOTTOM: 2px solid #CCCCCC; PADDING-BOTTOM: 4px}

/* Box - Page Navigation */
.CPpageNav {BACKGROUND-COLOR: #EEEEEE}

/* Box - General Headings */
.CPgenHeadings {BACKGROUND-COLOR: #EEEEEE}

/* Box - Product Image (Home page) */
.CPhomeImg {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #CCCCCC}

/* Box - Product Description (Home page) */
.CPhomeDesc {BORDER-BOTTOM: 1px solid #CCCCCC}

/* Horizontal and Vertical lines */
.CPlines {BACKGROUND-COLOR: #CCCCCC}

/* Product Short Description (Except Detail page) */
.CPprodDesc {FONT-SIZE: 90%}

/* Product Short Description (Detail page only) */
.CPprodDescDet {FONT-SIZE: 100%}

/* Product Long Description */
.CPprodDescLong {}

/* Product Detail */
.CPprodDet {}

/* Product SKU */
.CPprodSKU {}

/* Product Price - Text Label */
.CPprodPriceT {COLOR: #800000}

/* Product Price - Price Value */
.CPprodPriceV {COLOR: #800000}

/* Product List Price - Text Label */
.CPprodLPriceT {}

/* Product List Price - Price Value */
.CPprodLPriceV {TEXT-DECORATION: line-through}

/* Product Sale Price - Text Label */
.CPprodSPriceT {}

/* Product Sale Price - Price Value */
.CPprodSPriceV {COLOR: red}

/* Free Shipping text */
.CPfreeShipMsg {COLOR: #888888}

/* In Stock text */
.CPinStock {COLOR: #888888}

/* Out of Stock text */
.CPoutStock {COLOR: red}

/* No Image text */
.CPnoImgT {COLOR: #800000}

/* Category List */
.CPcatDescList {
	list-style:none;
}
/* Category List */
.CPcatDescList li {
	color:#FFFFFF;
	float:left;
	margin-right:7px;
	background-color:#A1827F;
	padding:8px;
	text-align:center;
	/* min height */
	min-height:340px;
    height:auto !important;
    height:340px;
	font-size:0.9em;
}
.CPcatDescList li a{
	color:#FFFFFF;
	font-size:120%;
	FONT-WEIGHT: bold
}
.CPcatDescList li a:visited{
	color:#FFFFFF;
	font-size:120%;
	FONT-WEIGHT: bold
}
.CPcatDescList li a:hover{
	color:#FFFFFF;
	font-size:120%;
	FONT-WEIGHT: bold
}
.CPcatDescList li p {
	width:170px;
}
/* Category Description - No products linked to it */
.CPcatDesc {}

/* Category Description - Has products linked to it */
.CPcatDescProd a{
	font-size:200%;
}

/* Option Description for "Optional" options */
.CPoptDesc {FONT-STYLE: italic}

/* Option Select box */
.CPoptSel {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 80%;}

/* Option Text box */
.CPoptTxt {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 80%;}

/* ------------------- */
/* ADDED - Version 2.3 */
/* ------------------- */

/* Box - 2, 3 and 4 Column Layout for product list page */
.CPcolsView {BACKGROUND-COLOR: #F5F5F5; BORDER: 1px solid #CCCCCC}
.CPcolsView A:link    {COLOR: #000099; TEXT-DECORATION: none}
.CPcolsView A:visited {COLOR: #000099; TEXT-DECORATION: none}
.CPcolsView A:hover   {COLOR: #996666; TEXT-DECORATION: underline}

/* System Messages */
.CPsysMsg    {FONT-SIZE: 100%;}
.CPsysMsgErr {COLOR: red; FONT-SIZE: 100%;}
.CPsysMsgURL {FONT-SIZE: 100%;}

/* ------------------- */
/* ADDED - Version 2.4 */
/* ------------------- */

/* Highlights used in search results */
.CPhighlight {COLOR: #000000; BACKGROUND-COLOR: #ffff66}

/* ------------------- */
/* ADDED - Version 2.5 */
/* ------------------- */

/* Radio Button options */
.CPoptRadio {FONT-FAMILY: Verdana, Arial, helvetica; FONT-SIZE: 80%;}

/* Option Description for "Mandatory" options*/
.CPoptDescM {FONT-STYLE: italic; color: Red}


/* ---------------------*/
/* ADDED -- Version 3.0 */
/* ---------------------*/
.CPcloseWindow {FONT-SIZE: 60%;; TEXT-DECORATION: none;}
.install { 
	BORDER: 1px solid #BBC3D3
}

.installcomment {
	PADDING-LEFT: 30px;
}

.textBlock {
	BACKGROUND-COLOR: #EEEEEE;
	BORDER: 1px solid #CCCCCC;
}

.maintClosed {
	color: red;
	font-size: 130%;
	text-align: center;
}


/* ##################################  STYLES LEE ##############################*/


#main_holder {
	width:900px; 
	height:auto; 
	margin:auto;
	margin-top:20px; 
	background-color:#FFFFFF;
}
#footer {
	height:25px; 
	text-align:right;
	padding-top:7px;
	font-size:75%;
	width:900px;
}
#top_nav {
	margin:5px; 
	background-color:#E0E0DB;
	width:890px; 
	text-align:left;
	margin-top:4px;
	line-height:22px;
}
#left_banner {
	background-image:url(images/side_bar.gif); 
	width:32px; 
	height:617px; 
	float:left; 
	margin-left:5px; 
	margin-right:5px;
}
#logo {
	background-image:url(images/logo.gif);
	background-position:center;
	background-repeat:no-repeat;
	width:215px; 
	height:157px; 
	float:left;
}
#image_holder {
	width:620px; 
	height:157px; 
	margin-right:5px; 
	float:right; 
	clear:right;
	border:1px #CCCCCC solid;
}
#download_holder {
	width:297px; 
	height:40px; 
	float:left;  
	margin-top:4px;
	background-color:#A1827F;
}
#stockist_holder {
	width:297px; 
	height:40px; 
	float:right; 
	margin-top:4px; 
	clear:right;
}
#holder_nav {
	width:600px;
	float:right;
	margin-right:5px;
}
#main_content {
	width:635px;
	height:auto;
	float:left;
	margin:9px;
}
#side_nav {
	width:185px; 
	/*height:20em; */
	margin-right:5px; 
	margin-top:5px; 
	float:left;
	clear:right;
}
#searchbox {
	height:135px;
	background-color:#E0E0DB;
	border:1px #D1D1C9 solid;
	text-align:center; 
	padding-top:25px;
}
#navigation {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
#navigation ul {
	list-style:none;
	margin:0;
	padding:0;
}
#navigation li {
	display:inline;
	width:auto;
}
#navigation a:link, #navigation a:visited {
	font-size:85%;
	padding:2px 16px;
	color: #000000;
	background-color:#E0E0DB;
	text-decoration:none;
}
#navigation a:hover {
	font-size:85%;
	color:#FFFFFF; 
	background-color:#666666;
}
#sitemap_holder {
	text-align:left;
	float:left;
	width:600px;
}
.clearer {
	clear:both;
	height:1px;
	line-height:0;
	font-size:1px;
}
/* LARGE SIDE NAV BUTTONS */
.nav_buttons {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin-bottom:5px;
}
.nav_buttons a {
	color:#FFFFFF;
	display:block;
	font-size:100%;
	width:185px;
	height:32px;
	background-color:#A1827F;
	border:1px #94706B solid;
	text-align:left;
	padding-left:10px;
	line-height:30px;
	text-decoration:none;
}
.nav_buttons a:visited {
	color:#FFFFFF;
	display:block;
	font-size:100%;
	width:185px;
	height:32px;
	background-color:#A1827F;
	border:1px #94706B solid;
	text-align:left;
	padding-left:10px;
	line-height:30px;
	text-decoration:none;
}
.nav_buttons a:hover {
	color:#000000;
	display:block;
	font-size:100%;
	width:185px;
	height:32px;
	background-color:#E0E0DB;
	border:1px #D1D1C9 solid;
	text-align:left;
	padding-left:10px;
	line-height:30px;
	text-decoration:none;
}

/* HOME PAGE ROLL OVERS */
.main_boxes_holder {
	text-align:center;
	clear:both;
}
.main_boxes {
	width:260px;
	height:18em;
	padding:1em;
	float:left;
	margin:8px;
	background-color:#A1827F;
	color:#FFFFFF;
}
.main_boxes h2 {
	color:#FFFFFF;
	font-size:110%; 
	font-weight:bold; 
	border-bottom:1px; 
	border-bottom-color:#ffffff; 
	border-bottom-style:dashed; 
	margin-top:5px; 
	width:100%;
}
.main_boxes h2 a{
	color:#FFFFFF;
	font-size:110%; 
	font-weight:bold; 
	border-bottom:1px; 
	border-bottom-color:#ffffff; 
	border-bottom-style:dashed; 
	margin-top:5px; 
	width:100%;
	text-decoration:none;
}
.main_boxes h2 a:visited{
	color:#FFFFFF;
	font-size:110%; 
	font-weight:bold; 
	border-bottom:1px; 
	border-bottom-color:#ffffff; 
	border-bottom-style:dashed; 
	margin-top:5px; 
	width:100%;
	text-decoration:none;
}
.main_boxes h2 a:hover {
	color:#cccccc;
	font-size:110%; 
	font-weight:bold; 
	border-bottom:1px; 
	border-bottom-color:#cccccc; 
	border-bottom-style:dashed; 
	margin-top:5px; 
	width:100%;
	text-decoration:none;
}
.main_boxes img{
	padding:3px;
	border:3px #FFFFFF double;
	text-align:center;
}
.align_center {
	text-align:center;
	margin:auto;
}
/*  CATEGORY HEADINGS  */
.oakland {
	clear:right;
	margin:0;
}
/* HOME PAGE MAP HOLDER */
#hp_mapholder {
	height:26em;
	background-color:#E0E0DB;
	border:1px #D1D1C9 solid;
	text-align:center; 
	padding:5px;
}
.img_center {
	text-align:center;
}
.bold_text {
	font-weight:bold;
}
.bold_italic_text {
	font-weight:bold;
	font-style:italic;
}
.state_col {
	background-color:#E0E0DB;
}
.state_col_mid {
	background-color:#ECECEA;
}

.stockiststable {
	font-size:0.75em;
}
.stockiststable td {
	padding:5px;
}
.stockiststable th {
	padding:6px;
	color:#FFFFFF;
	background-color:#A1827F;
	font-weight:bold;
	font-size:110%;
}
.stockiststable th a, .stockiststable th a:visited {
	color:#FFFFFF;
}
.altrow {
	background-color:#F3F3F1;
}

#stockist-list {
	list-style:none;
	padding:0px 0px 0px 30px;
}
#stockist-list li {
	padding:3px 0px;
}
#stockist-list li span {
	display:block;
	padding:2px 0px 12px 15px;
	color:#999999;
	font-size:90%;
}

#thesearchholder {
	clear:both;
	padding:10px;
	background-color:#E0E0DB;
}
#thesearchholder span {
	display:block;
	font-size:80%;
}
.bigsearch {
	padding:6px;
	width:50%;
}
.bigfind {
	width:95px;
	padding:6px 12px;
	cursor:pointer;
}
#stockistssection {
	padding:15px;
	background-color:#FFFFFF;
}