body {
	background: #9BB2CA url('images/back.gif');
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: Verdana, sans-serif;
}

a:link{
	text-decoration: none;
	color: #000;
}

a:visited {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #ba212f;
}

.active {
	color: #ba212f;
}

.pageWrapper {
	margin: 1px auto;
	width: 740px;
	min-width: 620px;
	background: url('images/back_top.jpg') repeat-x;
}



img.product, .product img {
	margin: 12px 35px 4px 35px;
}



/* -----------------------------------------------------------
					Headers ( h* style )
----------------------------------------------------------- */

h1,h2,h3,h4,h5,h6
{
	margin: 8px 40px;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.08em;
}

h1 {
	font-size: 18px;
	color: #ba212f;
	padding-bottom: 4px;
	border-bottom: 1px solid #ba212f;
}




.clear {
	clear: both;
}


/* -----------------------------------------------------------
					Page Header(s) and Footer
----------------------------------------------------------- */

#header {
	height: 146px;
	margin-right: 1px; /* Box model adjustment */
}

#header #logo {
	width: 220px;
	float: left;
	background: url('images/sheepLogo.gif') no-repeat #FFF;

	margin: 0 -3px 0 0;
	height: 146px;
	position: absolute;
	z-index: 100;
}

#header #logo h1 {
	display: none;
}

#headingPhoto .head {
	height: 78px;
	background: url('images/header.jpg') no-repeat right top #FFF;
	/*border-right: 2px solid #fff;*/
	position: relative;
	margin-right: -2px;
}




#footer {
	position: relative;	/* IE fix */
	padding: 4px 24px;
	border-top: 2px solid #ba212f;
	background-color: white;
	clear:both;
	
	
	
	
}


#mainInner,
 {
	width: 100%;
}

#mainOuter div.left,
#mainOuter div.content,
div.subTitleInner div.right {
	/* For Sub elements of #mainOuter AND div.subBarInner */
	float: left;
	position: relative;
	z-index: 10;
	overflow: visible;	/* fix for IE italics bug */
}

/* --------------------- The Main Bar Piece -------------------- */

#mainOuter {
	z-index: 1;
	border-left: 16em #fff solid;

}

#mainInner {

background: #fff;
}

#mainOuter .content {
	margin: 0 -1px;	/* Ensure floating */
	width: 100%;

}

#mainOuter .left {
	width: 16em;
	margin: 0 1px 0 -16em;	/* Column position */
}

.content p {
	color: black;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	padding: 0 16px 8px 16px;
}

#mainInner .left ul {
	list-style-type: none;
	margin: 50px 25px 12px 25px;
	padding: 0;
}

#mainInner .left ul li {
	margin: 8px;
}
/* test code */
div.img
{
  margin: 2px;
  border: 1px solid #0000ff;
  height: auto;
  width: auto;
  float: left;
  text-align: center;
}	
div.img img
{
  display: inline;
  margin: 3px;
  border: 1px solid #ffffff;
}
div.img a:hover img {border: 1px solid #0000ff;}
div.desc
{
  text-align: center;
  font-weight: normal;
  width: 120px;
  margin: 2px;
}