body {

	background-image:url('../images/tiled_background.gif');
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	color: #1d284a;
	height: 100%;
}


div#siteContentHolder {
	position: absolute;
	left: 50%;
	margin-left: -350px;
	width: 700px;
  background-color: #ffffff;
  height: 100%;
}

div#headerBanner {
	width: 100%;
	height: 180px;
	background-image:url('../images/headerbackground.jpg');
    /*background-color: #9B9DEE;*/
	background-repeat: no-repeat;
}

div#mainContent {
	padding: 5px 5px 5px 5px;
    width: 660px;
    border: 0px solid green;
    position: relative; 
    left: 15px;
    top: 10px;
}

a {
	text-decoration: none;
	/*font-weight: bold;*/
	color: #1d284a;
}

a:hover {
	color: black;
}

h3 {
	color: 400040;
	font-variant: small-caps;
	font-size: 11px;
}


div#mainTitle {
	position: relative;
	left: 10px;
	font-size: 30px;
	width: 100%;
	color: #400040;
	letter-spacing: 8px;
	line-height: 36px;

}

div#mainContentArea {
	position: relative;
	left: 15px;
	top: 20px;
	width: 540px;
	line-height: 25px;
	display: block;
}


div#essenceHeader {
	text-align: right;
	vertical-align: bottom;
	font-size: 18px;
	font-weight: bold;
	width: 100%;
	height: 80px;
	background-image: url(images/websitelogo.gif);
	background-position:center;
	background-repeat:no-repeat;
}

div#mainPictureBanner {
	width: 100%;
	height: 274px;
	background-image: url('images/tuscan.jpg');
	background-repeat: no-repeat;
	color: white;
}

div#copyrightText {
	position: relative;
	top: 15px;
	color: black;
	text-align: center;
	font-size: 9px;
}

input, select, textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    color: #1d284a;
    background-color: white;
    border: 1px solid #272143;
    padding: 2px 3px 2px 3px;
    position: relative;
    left: 5px;
}

div#viewBasket {
	position: relative;
	top: -5px;
}

.itemTitle, .itemDescription {
	font-size: 11px;
}

.itemTitle {
	font-weight: bold;
}

.essenceLink {
    font-weight: bold;
}

div#breadcrumbHolder {
    padding: 5px 5px 5px 5px;
    width: 690px;
    position: relative;
    left: 10px;
    top: 10px;

}

.searchItemCatLink {
	  font-size: 11px;
    font-family: verdana, tahoma, sans-serif;
    color: #ACACAC;
}

.searchItemCatLink:hover {
    color: #000000;
    text-decoration: underline;
}

div#breadcrumbHolder, div#breadcrumbHolder a {
    font-size: 11px;
    font-family: verdana, tahoma, sans-serif;
    color: #ACACAC;
}

div#breadcrumbHolder a:hover  {
    color: #000000;
    text-decoration: underline;
}

.categoryBrowserItem {
     padding: 30px 30px 0px 30px;
     width: 33%;
}

.bottomBorderCell {
    border-bottom: 1px solid #e2e6ee; 
    padding-bottom: 5px; 
    padding-top: 10px;"
}

