@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #666
}
#container {
	width: 900px;
	background: #FFFFFF;
	margin: 0 auto;
	display:block;
}
#header {
	background: #FFFFFF; 
	padding: 0 ;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
#mainContent p{
	font-size:13px;
}
#mainContent p a{
	color:#006599;
	text-decoration: none;
}
#footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFF;
	margin-top:5px;
	padding-bottom:20px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background:#fff;
	text-align: center;
	font-size:12px;
	border-top: 1px solid #666 ;
}
#footer p a{
	color:#666;
    text-decoration: none;
}
#footer p a:hover{
	color:#006599;
    text-decoration: none;
}

	
	
	/* =========== Navigation =========== */

#nav {
	position: relative;
	padding-top: 20px;
	padding-bottom:20px;
	height:20px;
	width:900px;
}
#nav ul {
	display: inline;
	margin: 0;
}
#nav li {
	display: block;
    float: left;
    list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
	font-size: 14px;
	line-height: normal;
}
#nav a {
	color: #666;
	background: #FFFFFF;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	margin: 0 1px 0 0;
	display: block;
}
#nav a:hover, #nav li.selected a {
	background: #FFF;
	color: #006599;
	
}
#search-block {
	height:20px;
	left:400px;
	position:absolute;
	top:20px;
}
	
#navcart {
	height:20px;
	left:620px;
	position:absolute;
	top:30px;
}

/* =========== End navigation =========== */


.product-hb {
	display:block;
	width:194px;
	margin-right:40px;
	float:left;
	height:185px;
	margin-top:15px;
}
.product-hb img{
	  border:1px solid #CCC;
}
.last{
	margin-right:0px !important;
	margin-top:15px;
}
.clear {
	clear:both;
}
h4 {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #666;
	text-align:center;
	font-size: 12px;
}
h4 a {
	color:#666;
	text-decoration: none;
}
h4 a:hover {
	background: #FFF;
	color: #006599;
	}
h4 a:selected {
	background: #FFF;
	color: #006599;
}
#productblocks {
	width:900px;
	border-top: 1px solid #666 ;
}
#breadcrumbs {
	background-color:#CCC;
	height:20px;
	width:900px;
	margin-top:0px;
	margin-bottom:15px;
	font-size:12px;
}
.wrapper {
	width:900px;
	margin: 0, auto;
}
.left {
	float:left;
	width:710px;
	border-right: 1px solid #666;
}
.right {
	float:right;
	width:180px;
}
.catalogueitemdump {
	font:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:13px;
}
.catalogueitemdump li {
	margin: 0;
	padding: 0;
	width: auto;
	font-size: 12px;
}
.catalogueitemdump a {
	color: #666;
	background: #FFFFFF;
	text-decoration: none;
}
.catalogueitemdump a:hover {
	background: #FFF;
	color: #006599;
}
.productitemcell {
	height:120px;
}



