/*
==============================
========== General ===========
==============================
*/

html{
	height:100%;
	/*min-width: 0;*/
}

body{
	margin:0;
	padding:0;
	height:100%;
	color:#666;  
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#eee1b1 url(/img/bg_body.gif) center repeat-y;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#body{
	margin:0 0 10px 0;
	padding:4px;
	border:1px solid #c5ae7e;
}

#header {
	margin:-1em -1em 0 -1em;
	padding:16px 12px;
	height:80px;
	text-align:right;
}

#centerColumn { 	
	margin:0 auto;
	padding:0.5em;
	width:750px;
	text-align:left;
	vertical-align: middle;	
}

.searchHolder a{
	font-weight: bold;
	font-size: 12px;
	color:#9D292D;
	text-decoration:none;
}
.searchHolder a:hover{
	font-weight: bold;
	font-size: 12px;
	color:#9D292D;
	text-decoration: underline;
}

#tinyform{
	float:left;
	padding:0 0 10px 0;
	margin:0;
	font-size:12px;
}

#tinyform select{
	font-size:11px;
}

#searchLink{
    margin-top:5px;
	margin-left:161px;
}

/*
====================================
=========== Header Image ===========
====================================
*/

#homePlaceHolder{
	margin:0;
	padding:0;
	width:740px;
	/*height:224px;*/
	float: left;
	min-width: 0;
}

#homePlaceHolder img{
	margin:0;
	padding:0;
	float:left;
	min-width: 0;
}

/*
===============================================
=========== Colored Content Section ===========
===============================================
*/

#topbar{	
	float:left;
	margin:0;
	padding:0;
	width:740px;
}

#topbar h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-top:0px;
}

#topbarright{
	padding:10px 0;
	margin:0;
	float:left;
	width:520px;
	font-size:12px;
}

#topbarright p{
	margin:3px 0;
	width:auto;
	margin:8px 0;
	font-size:12px;
	line-height:17px;
}

#topbarleft{
	width:200px;
	padding-left:0px;
	padding-right:0px;
	float:left;
}

#topbartitle{
	float:right;
	font-size:13px;
	font-weight:bold;
	margin-right: 10px;
	margin-top: 12px;
	font-size:18px;
}

/* 
===================================
=========== Breadcrumbs ===========
===================================
*/

div#content div.date p.bread-crumbs{
	text-transform:uppercase;
	font-weight:bold;
	font-size:11px;
	float:left;
	padding:0;
	margin:0;
}
.bread-crumbs a:hover{
	color:#c00;
}

.date{
	float:left;
	width:730px;
	text-align:right;
	font-weight:bold;
	padding:5px;
    font-size:11px;
}

#pagination{
	clear:both;
	padding:5px 0 5px 5px;
	text-transform:uppercase;
	text-align:center;
	font-weight:bold;
	font-size:11px;
}

.browse-links {
	color:#666;
}

.browse-links a{
	text-decoration:underline;
}

/*
=======================================
=========== Content Section ===========
=======================================
*/

.clearer{
clear:both;
height:1px;
}

#content{
	width: 740px;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

#content p{ 
	width: auto;
}

#contentleft{
	width: 200px;
	float: left;
	margin: 0;
	padding: 0px;
}

#contentleft img {
	padding: 16px;
	padding-bottom: 0px;
}

#contentmiddle{
	padding:0px;
	float:left;
	width: 520px;
	color:#666;
}

#contentmiddle p {
	clear:both;
	padding:0px; 
	margin:12px 0 12px 0px;
	font-size:12px;
	line-height:18px;
}

#contentmiddle ul {
	clear:both;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	margin:20px 0 0 0;
	padding:0;
}

h2{
	clear:both;
	font-size:16px;
	margin:20px 0 0 0;
	padding:0;
}

hr{
	clear:both;
	border:1px solid white;
	border-bottom:1px dotted #BBBBBB;
	border-collapse:collapse;
}

a {
	/*color:#666666;*/
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#imgPlaceHolder{
	margin:0;
	padding:0;
}

img{
	border:0;
	padding:0;
	margin:0;
}

/* === Catalogue entries === */

.entryNum{
	font-size:100%;
	padding:3px;
	margin:0 10px 0 0;
	width:15px;
	font-weight:bold;
	font-size:13px;
}

.entryImg{
	padding:15px;
	float:left;
	width:170px;
}
.entryInfo, .entryHeading {
	padding-left:0px;
	margin-left:0px;
	padding-right:0px;
	float:left;
	width:520px;
	padding:0px; 
	margin:12px 0 12px 0px;
}

.entryInfo {
margin:12px 0 12px 0px;
}

.starsFloat {
	text-align:center;
	float:right; 
	width:150px; 
	margin-top:0px;
}

.entryHeading {
	font-weight:bold;
	width:370px;
}

.Readmore{
	font-size:12px;
	float:left;
	width: 730px;
	height:15px;
	font-weight:bold;
	padding:7px 5px 7px 5px;
	text-align:right;
}

.btnBackToTop {
background:url(/img/back_to_top.gif) center left no-repeat;
padding-left:15px;
font-weight:bold;
text-decoration:none;

}



/*
==============================
=========== Footer ===========
==============================
*/

#footer {
position:relative;
bottom:0;
margin:0;
padding:0;
text-align:left;
font-size:11px;
}

#footer a {
color:#666666;
}

#footer a:hover {
color:#000000;
}

#footer a{
text-decoration:underline;
}
div#topbar div#topbarright a.back{
margin-left:5px; 
padding-left:13px; 
background:url(/img/back.gif) center left no-repeat;
}

/**
 * Drop down menus
 */
 
.nav-border-left {
	float: left;
	height: 32px;
	width: 1px;
	background: url(/img/menu-side-bg.jpg);
}

.nav-border-right {
	float: right;
	height: 32px;
	width: 1px;
	background: url(/img/menu-side-bg.jpg);
}

#nav, #nav ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
}

#nav a {
	display:block;
}

#nav-container {
	background: #fff url(/img/menu-bg.jpg) repeat-x;
	height: 32px;
	position: relative;
	top: 3px;
}

#nav li {
	float:left;
	width:auto;
	background: url(/img/menu-separator.jpg) top right no-repeat;
	padding: 0px 5px;
}

#nav li a {
	display: block;
	height: 26px;
	padding-top: 8px;
}

#nav li.last {
	background: none;
}

#nav li ul {
	background: #f5f0da url(/img/second-tier-menu-bg.jpg) repeat-x top;
	left:-995em;
	position:absolute;
	border: 1px solid #fff;
}

#nav li li a {
	padding: 0 5px 0px 8px;;
}

#nav li li {
	float: none;
	width: 150px;
	height: auto;
	background: none;
	padding: 0px 13px 5px 13px;
}

#nav li li.first {
	background: url(/img/second-tier-menu-arrow.jpg) top  left no-repeat;
	padding-top: 10px;
}

#nav li li.last {
	padding-bottom: 10px;
}

#nav li li.first a {
	padding: 0;
}

#nav li li.last a {
}

#nav li li a {
	height: auto;
	padding: 0;
}

#nav li ul ul {
	margin: -30px 0pt 0pt 163px;
}

#nav li li li {
	background: #f5f0da;
	height: auto;
	padding: 6px 0px 0 15px;
}

#nav li li li.first {
	background: #f5f0da url(/img/third-tier-arrow.jpg) left no-repeat;
	padding-top: 8px;
}

#nav li li li.last {
	background: #f5f0da;
	height: auto;
	padding-bottom: 8px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left:-999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left:auto;
}

.menu {
    clear: both;
    height: 30px;
    background: #F17C0E;
    margin-bottom: 3px;
}

#secNav, .menu {
    height: 30px;
}

#secNav a, .menu a {
    background:transparent url(/img/search_arrow.gif) no-repeat scroll right center;
    border:medium none;
    color:#FFFFFF;
    display:inline;
    font-weight:bold;
    height:auto;
    line-height:1em;
    padding:0pt 15px 0pt 0pt;
    text-decoration:none;
    width:auto;
}

#secNav form, .menu form {
    float: right;
    padding:6px 10px 0pt 0pt;
}

#secNav form input, .menu form input {
    background-color:#FFFFFF;
    border:0pt none;
    font-size:11px;
    height:15px;
    margin:0pt 10px 0pt 0pt;
    padding:2px 5px 0pt;
    width:115px;
}

.wc-title {
	background: #FFC299;
	border-bottom: 2px solid #F17C0E;
	padding: 5px;
	font-weight: bold;
	color: #E25500;

}

.wc-listing {
	margin: 10px 0;
}

.wc-listing img {
	margin-right: 15px;
	margin-left: 5px;
}

.wc-listing div.name {
	font-weight: bold;
}

.wc-listing img, .wc-info {
	float: left;
}

#content .wc-info  {
	width: 570px;
}