body {
	margin: 0px;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-y;
	background-color: #cbcbcb;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/* Header */
div.header {
	width: 949px;
	height: 100px;
	background-color: #465971;
	border-right: 1px solid #4d99ce;
	background-image: url(../images/header_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
	}
	
/* Left - main nav */
div.left {
	width: 160px;
	overflow: hidden;
	background-color: #465971;
	padding: 20px 0px 0px 0px;
	float: left;
	}
	
div.left h4 {
	color: #ffffff;
	padding: 0px 0px 0px 20px;
	margin-bottom: 10px;
	}

/* Navigation */	
.navbar       { width:160px; font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 0.7em; }    
.navbar ul {
    
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px; /* Width of Menu Items */

	}

.navbar ul li {
	position: relative;
	}
	
.navbar li ul {
	position: absolute;
	left: 159px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
.navbar ul li a {
    width: 160px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #465971; /* IE6 Bug */
	padding: 8px 20px 8px 20px;
	border-top: 1px solid #FFFFFF;
	}

/* Fix IE. Hide from IE Mac */
html ul li { float: left; height: 1%; }
html ul li a { height: 1%; }
/* End */

.navbar ul li a:hover { color: #FFFFFF; background: #F89828; } /* Hover Styles */
		
.navbar li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
.navbar li:hover ul, li.over ul { display: block; } /* The magic */

/* CSS FOR NEW NAVIGATION */

.nav li ul {
	position: absolute;
	left: 159px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Fix IE. Hide from IE Mac */ 
html .nav ul li { float: left; height: 1%; }
/* html .nav ul li a { height: 1%; } */
/* End */
		
.nav li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
.nav li:hover ul, .nav li.over ul { display: block; } /* The magic */

/* Product Nav */	
.productbar       { width:160px; font-family: Verdana, Arial, Helvetica, sans-serif;  font-size: 0.7em; }    
.productbar ul {
    
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px; /* Width of Menu Items */

	}

.productbar ul li {
	position: relative;
	}
	
.productbar li ul {
	position: absolute;
	left: 159px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
.productbar ul li a {
    width: 120px;
	display: block;
	text-decoration: none;
	color: #ffffff;
        font-weight: bold;
	background: #7494bc; /* IE6 Bug */
    background-image: url(../images/middle_bg.png);
	padding: 8px 20px 8px 20px;
	border-top: 1px solid #9eb4d0;
	}

.categoryTitle {
        width: 120px;
        font-size:1.3em;
		font-weight:bold;
	display: block;
	text-decoration: none;
	color: #ffffff;
	background: #7494bc; /* IE6 Bug */
        background-image: url(../images/middle_bg.png);
	padding: 8px 20px 8px 20px;
	border-top: 1px solid #9eb4d0;
	}

/* Fix IE. Hide from IE Mac */ 
html .productbar ul li { float: left; height: 1%; }
/* html .productbar ul li a { height: 1%; } */
/* End */

.productbar ul li a:hover { color: #FFFFFF; background: #9eb4d0; } /* Hover Styles */
		
.productbar li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
.productbar li:hover ul, li.over ul { display: block; } /* The magic */

/* Middle - category nav */
div.middle {
	width: 160px;
	overflow: hidden;
	padding: 20px 0px 0px 0px;
	float: left;
	}
div.middle h4 {
	color: #ffffff;
	padding: 0px 0px 0px 20px;
	margin-bottom: 10px;
	}
	
/* Right - content */
div.right {
	width: 630px;
	overflow: hidden;
	float: left;
	}
	
/* Content */
div.content {
	width: 610px;
	overflow: hidden;
	padding: 20px 0px 10px 0px;
	margin-left: 10px;
	font-size: 0.7em;
	line-height: 1.4em;
	}
	
div.content h2 {
	color: #7494bc;
	}
	
div.content h4 {
	color: #7494bc;
	margin-bottom: 0px;
	}
	
div.content a {
	color: #7494bc;
	text-decoration: none;
	}
	
div.content a:hover {
	color: #999999;
	}
	
div.content hr {
	width: 610px;
	height: 1px;
	color: #ebebeb;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	}
	
div.onethird {
	width: 183px;
	overflow: hidden;
	padding-right: 20px;
	float: left;
	}
	
div.onethird p {
	margin-top: 5px;
	}
	
div.onethird img {
	border: 1px solid #7494bc;
	}
	
/* Product list */
div.productList {
	width: 550px;
	overflow: hidden;
	padding: 20px 0px 20px 0px;
	margin: 0px auto;
	border-bottom: 1px solid #dadee3;
	}

div.productListImg {
	width: 86px;
	overflow: hidden;
	border: 1px solid #000000;
	padding: 1px;
	float: left;
	}
	
div.productListTextNo {
	width: 180px;
	height: 25px;
	background-color: #e3ebf2;
	padding: 5px 10px 0px 10px;
    font-weight: bold;
    font-size: 0.8em;
	}
	
div.productListText {
	width: 400px;
	overflow: hidden;
	padding: 10px 30px 30px 30px;
	float: left;
	}

div.productListText h3 {
	color: #7d9bc0;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
    font-weight: normal;
	}
	
div.productListText a {
	color: #7d9bc0;
	text-decoration: none;
	}
	
div.productListText a:hover {
	color: #666666;
	}
	
div.page_links { 
       width: 100%; 
       text-align: center; 
       color: #8A7967;
       padding: 20px 0px 20px 0px;
       font-size: 0.9em;
       }
div.page_links a {
       color:FCB034;
       text-decoration:none;
       }
div.page_links a:visited {
       color: #FCB034;
       text-decoration:none;
       }
div.page_links a:hover {
       color: #C88A12;
       text-decoration:none;
       }

/* Product description */
div.productDescImg {
	width: 345px;
	overflow: hidden;
	border: 1px solid #759dc0;
	margin: 0px auto;
	padding: 20px;
	}

div.productDescText {
	width: 385px;
	overflow: hidden;
	margin: 0px auto;
	font-size: 95%;
	}
	
div.productDescText p {
	padding-top: 0px;
	margin: 0px 0px 15px 0px;
	}
	
div.productDescText h3 {
	color: #759dc0;
	padding: 20px 0px 20px 0px;
	margin: 0px;
	font-weight: normal;
	}
	
div.productDescText h4 {
	color: #759dc0;
	padding: 0px 0px 15px 0px;
	margin: 0px;
	font-weight: normal;
	}
	
div.productDescTextNo {
	width: 180px;
	height: 25px;
	background-color: #e3ebf2;
	padding: 5px 10px 0px 10px;
    font-weight: bold;
    font-size: 0.9em;
	}

div.productDescButtonWrap {
	width: 100%;
	height: 46px;
	padding-top: 20px;
	}	
div.productDescButton {
	width: 37px;
	height: 46px;
	float: left;
	}
div.productDescButtonBack {
	width: 45px;
	height: 41px;
	float: left;
	color: #637fa1;
	font-size: 1.2em;
	padding: 5px 0px 0px 5px;
	}
div.productDescButtonAdd {
	width: 75px;
	height: 41px;
	float: left;
	color: #637fa1;
	font-size: 1.2em;
	padding: 5px 0px 0px 5px;
	}
div.productDescButtonSpace {
	width: 280px;
	height: 46px;
	float: left;
	}
div.productDescButtonBasket {
	width: 65px;
	height: 41px;
	float: left;
	color: #637fa1;
	font-size: 1.2em;
	padding: 5px 0px 0px 5px;
	}
	
.qtyField {
        width: 30px;
        height: 15px;
        border: 1px solid #637fa1;
        color: #637fa1;
        padding: 2px;
        font-size: 12px;
        }

/* Shopping basket */
div.sb_item_title	{ width: 300px; font-weight: bold; float: left; padding-top: 2px; padding-bottom: 2px; color: #7494bc; }
div.sb_other_title	{ width: 70px; font-weight: bold; float: left; text-align: center; padding-top: 2px; padding-bottom: 2px; color: #7494bc;  }
div.sb_item	{ width: 300px; float: left; border-top: 1px solid #EFEFEF; padding-top: 5px; padding-bottom: 5px; }
div.sb_other		{ width: 70px; float: left; text-align: center; border-top: 1px solid #EFEFEF; padding-top: 5px; padding-bottom: 5px; 
}
div.sb_item_title_total	{ width: 300px; font-weight: bold; float: left; padding-top: 5px; padding-bottom: 5px; background-color: #F4F4F4; color: #7494bc; }
div.sb_other_title_total	{ width: 70px; font-weight: bold; float: left; text-align: center; padding-top: 5px; padding-bottom: 5px; background-color: #F4F4F4; color: #7494bc; }

.orderInputbox {
	border: 1px solid #7d9bc0;
	color: #7d9bc0;
	font-size: 11px;
	}
	
.orderButton {
	border: 1px solid #7d9bc0;
	color: #7d9bc0;
	background-color: #F5F5F5;
	}

div.footer {
	width: 610px;
	color: #a5a5a5;
	font-size: 0.7em;
	padding-top: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	border-top: 1px solid #ebebeb;
	}
div.footer a {
color: #cccccc;
text-decoration: none;
}

div.footer a:hover {
color: #666666;
}


