@charset "utf-8";

/* -- catalogue styles -- */
/* -- sidebar is 250px -- */
.twoColFixLtHdr #sidebar1 {
	float: left;
	margin: 0;
	width: 200px;
}

/* -- set list formatting of bed-style menu -- */
.twoColFixLtHdr #sidebar1 #bed-styles ul {
	margin:0;
	padding:0;
	list-style:none;
}

/* -- ensure that we really have no margin/padding on the bed-style list --*/
.twoColFixLtHdr #sidebar1 #bed-styles ul li{
	margin:0;
	padding:0;
}

/* -- style the bed-style links --*/
.twoColFixLtHdr #sidebar1 #bed-styles ul a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.1em;
	line-height:25px;
	color:#CCCCCC;
	text-decoration:none;
	margin:0;
	border-bottom:#999999 1px dotted;
	padding-left:15px;
	display:block;
	background-color:#616161;
}

.twoColFixLtHdr #sidebar1 #bed-styles ul a.last{
	border-bottom:none;
}


.twoColFixLtHdr #container #sidebar1 #bed-styles a:hover, .twoColFixLtHdr #container #sidebar1 #bed-styles a:active {
	background-color: #AB4F34;
}
.twoColFixLtHdr #container #sidebar1 #bed-styles h1, .twoColFixLtHdr #container #sidebar1 #bed-styles h2 {
	margin: 0px;
	padding: 2px 0;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	font-size: 1.1em;
	padding: 3px 0;
	background-color: #FF6600;
	color: #fff;
}

/* -- re-format width of mainContent -- */
.twoColFixLtHdr #container #mainContent {
	margin: 25px 0 0 230px;
	padding: 0;
	position: relative;
}
.twoColFixLtHdr #container #mainContent h1 {
	font-size: 1.2em;
	font-weight: normal;
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
.twoColFixLtHdr #container #mainContent .content-item {
	float: left;
	width: 250px;
	margin-bottom: 20px;
	height: 160px;
	background-color: #404040;
	border-top: 1px solid #505050;
	border-bottom: 1px solid #606060;
	margin-right: 15px;
}


#mainContent p.clearFloat {
	clear: right;
}

#pages  ul {
	margin: 0;
	padding: 0;
	list-style: none;
	right: 0px;
	top: 0px;
	position: absolute;
	height: 35px;
}

#pages ul li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#pages ul a {
	margin: 0 0.2em;
	padding:0.3em 0.4em;
	font-size:10px;
	line-height:1em;
	text-decoration:none;
	color:#CCCC00;
	float:left;
	display:block;
	font-weight:bold;
	border:1px solid #505050;
}

#pages ul a:hover, #pages ul a:active{
	text-decoration:underline;
	background-color:#505050;
}

#pages ul a.current-page:link, #pages ul a.current-page:visited {
	color:#fff;
	background-color:#505050;
	border:1px solid #FF9900;
}

#pages  ul  a.current-page:hover, #pages  ul  a.current-page:active{
	text-decoration:underline;
	background-color:#505050;
}

#bottom-catalogue-nav ul {
	padding: 0;
	list-style: none;
	height: 19px;
	float: right;
	
}

#bottom-catalogue-nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 11px;
}

#bottom-catalogue-nav ul a {
	margin: 0 0.2em;
	padding:0.3em 0.4em;
	font-size:10px;
	line-height:1em;
	text-decoration:none;
	color:#CCCC00;
	float:left;
	display:block;
	font-weight:bold;
	border:1px solid #505050;
}

#bottom-catalogue-nav ul a:hover, #bottom-catalogue-nav ul a:active{
	text-decoration:underline;
	background-color:#505050;
}

#bottom-catalogue-nav ul a.current-page:link, #bottom-catalogue-nav ul a.current-page:visited {
	color:#fff;
	background-color:#505050;
	border:1px solid #FF9900;
}

#bottom-catalogue-nav  ul  a.current-page:hover, #bottom-catalogue-nav  ul  a.current-page:active{
	text-decoration:underline;
	background-color:#505050;
}

.twoColFixLtHdr #container #mainContent .content-item p {
	margin: 0px;
	padding: 5px 10px;
	font-size: 0.85em;
	text-align: center;
}

.twoColFixLtHdr #container #mainContent .content-item a img {
	border:none;
}

.twoColFixLtHdr #container #sidebar1 #bed-styles a.new-additions {
	font-weight: bold;
	color: #FFFF00;
}

