/* @override http://www.logobear.co.uk/public/stylesheets/lb_style.css?1270749168 */
/* standard elements */
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
a {
	border: none;
	color: #FE66CB;
	font-weight: bold;
}
a:hover {
	color: black;
	text-decoration: none;
}
body {
	background: #fefffe;
	color: black;
	font: normal 75% Arial;
}
input {
	color: #555;
	font: normal 1.1em Arial;
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 3em;
	margin-bottom: 4px;
}

pre {
	background: #FFE;
	border: 1px solid #EED;
	border-left: 6px solid #938262;
	color: #554;
	display: block;
	font: normal 1.1em Arial;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
code {
	background: #FFE;
	font: normal 1em Arial;
}
blockquote {
	color: #666;
	display: block;
	font: normal 1.1em Arial;
	padding-left: 28px;
}
h1,h2,h3,h4 {
	padding-top: 6px;
}


/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {
	margin: 0 auto;
	width: 950px;
	border-left: 2px solid black;
	border-right: 2px solid black;
}

/* header */
.header {
	background: url('../images/bgheader.gif') repeat-x;
	height: 170px;
	margin: 0 auto;
	width: 950px;
}

#logo {
	position: absolute;
	top: 0;
	left: auto;
	clear: both;
	width: 118px;
	height: 160px;
}

#head_right {
	float: right;
	width: 950px;
}

#top {
	background-color: white;
	height: 60px;
}

#top p {
	color: black;
	text-align: right;
	padding-top: 4px;
	padding-right: 5px;
}

#top img {
	padding-left: 20px;
	padding-right: 10px;
}

#middle {
	height: 70px;
	background-color: #951a36;
	background-repeat: no-repeat;
	background-position: center right;
}

#bottom {
	background-color: #ede6c7;
	height: 40px;
	border-bottom: 1px black solid;
}

/* title */
.title {
	padding: 32px;
}
.title h1 {
	color: #E4DBCF;
	font: normal 3.4em Arial;
}
.title h1 a,
.title h1 a:link,
.title h1 a:visited,
.title h1 a:hover,
.title h1 a:active {
	color: #E4DBCF;
  text-decoration: none;
}


/* navigation */
#navigation {
  background-color: #ede6c7;
  display: inline;
  float: right;
  font: bold 1.2em Arial;
  height: 40px;
  margin: 0 0 0 0;
  padding: 0 0px;
  width: 683px;
}
#navigation ul {
  display: inline;
  margin: 0;
  padding: 0;
}
#navigation li {
  float: left; 
  list-style: none;
  margin: 0;
  padding: 0;
}
#navigation a {
  color: black;
  display: block;
  line-height: 38px;  
  margin: 0px 0;
  padding: 1px 20px;
  text-decoration: none;
}
#navigation a:hover {
	background: black;
	color: white;
}


/* main */
.main {
	clear: both;
	background-repeat: repeat-y;
}

/* sub navigation */
.sidenav {
	float: left;
	border-right: 1px solid gray;
	width: 267px;
}

.sidenav h1, .sidenav h2, .sidenav h3 {
	padding-right: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	text-transform: uppercase;
	color: #4d99fa;
	font-size: 1.5em;
	margin: 0;
	padding-left: 10px;
}

.sidenav ul {
	margin: 0;
	padding: 0;
}

.sidenav li {
	list-style: none;
}

.sidenav li a {
	text-transform: uppercase;
	color: black;
	background: #ede6c7;
	display: block;
	padding: 8px 4px 8px 12px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: white;
	background-color: black;
}
.sidenav p {
	list-style: none;
	display: block;
	padding: 8px 4px 8px 2px;
}

/* content */
.content {
	padding: 15px;
	padding-right: 20px;
	float: right;
	width: 67%;
	height: auto;
}
.content .info {  /* .descr */
	color: white;
	font-size: 1.1em;
	margin-bottom: 6px;
}
.content ul li {
	list-style: url('../images/li.gif');
	margin-left: 18px;
}
.content ol li {
	list-style: decimal;
	margin-left: 18px;
}
.content .comment-form-body {
	width: 450px;
}
.comment-author {
  font-size: 1.1em;
}

/* footer */
#footer {
	background: #ede6c7;
	clear: both;
	font-size: 1.1em;	
	line-height: 20px;
	margin: 0 0 0 0px;
	padding: 10px 0px 0px 0px; 
	margin: 0 auto;
	text-align: center;	
	width: 950px;
}
#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .footerLeft, 
#footer .footerRight {
  padding: 0 12px;
 }

/* floats */
.footerLeft {float: left;}
.footerRight {float: right;}
.clearer {clear: both;}


/* borders */
#footer {
	border-bottom: 2px;
	border-bottom-color: black;
	border-bottom-style: solid;
	border-top: 2px;
	border-top-color: black;
	border-top-style: solid;
}

#middle {
	border-top: 2px;
	background-image: url(../images/mid_text.png);
	border-top-color: black;
	border-top-style: solid;
}


/*
.sidenav ul li a {
	border-bottom: 2px;
	border-bottom-color: black;
	border-bottom-style: solid;
}
*/

/* Columns */

#column_1 {
	float: left;
}

#column_2 {
	float: right;
}

#column_3 {
	float: right;
}

/* Form */

.contactForm {
width:267px;
background-color: #800b29;
}
.contactForm p {
color: white;
padding:5px;
}
.contactForm input {
width:230px;
}
.contactForm textarea {
width:230px;
height:120px;
}
.submit {
width:45px!important;
}
div.breadcrumb {
	padding-bottom: 0px;
}


img.left { float:left; padding: 15px; }
img.right { float:right; padding: 15px; }

div.sidenav p {
	padding: 15px;
}

body.catalogue div.content {
	width: 96%;
}