@charset "utf-8";
/* CSS Document */

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */

body {
background:#D9EDE7 url(/images/bg.jpg) no-repeat center top;
color:#666666;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 14px;
margin: 0 0 0 0; /
padding: 0 0 0 0; 
text-align: center; /* Centers the page content container in IE 5 browsers. */
}

/* Commonly used to style page titles. */

p{
	font-size:12px;
	text-align:justify;
	line-height: 18px;
	color: #7C7560;
}
h1 {
  color:#298798;
  font-size: 16px;
  font-weight: normal;
  line-height: 21px;
  padding:0px 0px 6px 0px;
  margin:0px 0px 10px 0px;
  letter-spacing:1px;
  }
/* Commonly used to style section titles. */
h2 {
  color:#9C8F45;
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
   padding:0px 0px 6px 0px;
  margin:10px 0px 0px 0px;
  letter-spacing: 1px;
  }
  
  h3 {
  color: #4AA29D;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-style:italic;
  font-size: 14px;
  font-weight: normal;
  line-height: 21px;
   padding:0px 0px 6px 0px;
  margin:20px 0px 0px 0px;
  
  }
  
  h4{
  color: #C4B845;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-style:italic;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
   padding:0px 0px 6px 0px;
  margin:20px 0px 0px 0px;
  letter-spacing: 1px;
  }
/* Sets the style for unvisited links. */
a,  a:link, a:visited {
  color:#6C9BB5;
  font-weight: normal;
  text-decoration: none;
}

/* Sets the style for links on mouseover. */
a:hover, a:focus, a:active {
  color: #C4B845;
  text-decoration: underline;
}


/* This is a container for the page content. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
   margin: 80px auto 0px auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  min-width: 800px;
  padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 998px;
 
  position:relative;
}
#header {
  background-image:url(/images/leftcorner.jpg);
  background-repeat:no-repeat;
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 998px;
  height:40px;
  position:relative;
}

#logo{
	position:absolute;
	top:-83px;
	left:50px;	
}
#topNavigation {
 float:right;
  background-color: #74B5B1;
  height: 31px;
  margin: 0px 0px 0px 0px;/* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 10px 0px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 678px;
}
#contentWrapper {
  overflow: hidden;
  position:relative;
  clear:both;
  background-color:#ffffff;
  padding:0px;
  margin:0px;
  
}
#rightColumn1 {
  background-color: #ffffff;
  border-left: solid 1px #C4B877; /* Sets the left border properties for an element using shorthand notation */
  float: right;
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 250px;
}


#rightColumn1  h3{
  color:#ffffff;
  font-size: 11px;
  line-height:normal;
  font-weight: normal;
  padding:5px 0px 5px 10px;
  margin:20px 0px 0px 0px;
  font-family:Verdana, Geneva, sans-serif;
  font-style:normal;
   background:#74B5B1 none repeat scroll 0 0;
}

#rightColumn1  .cart{
 
  padding:3px 0px 3px 10px;
  margin:10px 0px 30px 0px;
  
}

	
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
 #content {
	
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 20px 20px 20px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:680px;
  background-image:url(../images/leftcorner.jpg);
  background-repeat:no-repeat;
}

 #contentwide {
	
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 20px 20px 20px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:958px;
  background-image:url(../images/leftcorner.jpg);
  background-repeat:no-repeat;
}


#footer {
	background:#D9EDE7;
	
   margin: 0px auto 0px auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
   width: 998px;
}

/*footer styles*/

#footer ul {padding:0; margin:10px 10px 0px 10px; list-style:none; }
#footer li {padding:0; margin:0; display:inline; color:#A8A58F; font-size:11px;}
#footer li.copyright { float:left; }
#footer li.doodlefish { float:right;}
#footer li a, #footer li a:visited{padding:0; margin:0; text-decoration:none; color:#A8A58F;}
#footer li a:hover{color:#2E5B1E;}

#breadcrumb{
	text-align:right;
	margin-bottom:20px;
	
	}
	
	#breadcrumb2{
	text-align:left;
	margin-bottom:20px;
	
	}
-->

.leftimage{
	margin:10px 20px 20px 0px;
	padding: 5px 5px 5px 5px;
	float:left;
	border: 1px solid #DCDCB8;
}

.rightimage{
	margin:10px 0px 20px 20px;
	padding: 5px 5px 5px 5px;
	float:right;
	border: 1px solid #DCDCB8;
}

.small{
	font-size:10px;
	color:#036;
	margin:0px;
	padding:0px;
}


.productfeaturelist{
	list-style-type:none;
	padding:0px;
	margin:0px;
}

.shop-product-small .image {
	margin:0px;
	padding:0px;
	height: 120px;
	margin: 0 auto 9px;
	overflow: hidden;
	width: 120px;
	text-align: center;
}

.shop-product-small .featureimage {
	margin:0px;
	height: 120px;
	margin: 5px; 
	
	width: 120px;
	text-align: left;
	float:left;
}

.shop-product-small .details {
	margin:0px;
	padding:0px;
	height: 120px;
	margin: 5px;
	overflow: hidden;
	width: 100px;
	text-align: left;
	float:left;
}

.shop-product-small .details ul {
	margin:0px;
	background: #f9f9f9;
	padding: 5px;
	list-style-type:none;
}
<!--[if IE 5]>

/* IE 5 does not use the standard box model, so the column widths are overidden to render the page correctly. */
#outerWrapper #contentWrapper #rightColumn1 {
  width: 0;
}

<![endif]-->


<!--[if IE]>

/* The proprietary zoom property gives IE the hasLayout property which addresses several bugs. */
#outerWrapper #contentWrapper, #outerWrapper #contentWrapper #content {
  zoom: 1;
}

<![endif]-->

td.catalogueItemNotFound{
	display:none;
}

.center{
	text-align:center;}
	
	.left{
		float:left;
		margin-right:20px;}
		
.productlogo{
	width:100px;
	float:right;
	margin-top:-20px;
}