html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html, body {
	height: 100%;
}
body {
	line-height: 1;
	color: black;
	background-color: #FFFFFF; /*#482F22; #603C2C;*/
}
#content ol, #content ul {
/*	list-style: none;*/
	margin-left: 30px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
h1, h2, h3, h4 {
	font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: normal;
	color: #74561F;
	margin: 4px 0;
}

#container {
	position: relative;
	width: 910px;
	margin: 0 auto;
	min-height: 100%;
	background-color: #FFFFFF;
	border-right: 4px solid #482F22;
	border-left: 2px solid #482F22;
}
* html #container {
	height: 100%;
}
/**
 * Header
 */
#header {
    display: block;
	position: relative;
    clear: both;
	width: 100%;
	font-size: 3em;
	margin-bottom: 20px;
    z-index: 2;
}
#header h1 {
	height: 120px;
	font-family: 'Times New Roman', Times, serif;
   	text-align: justify;
    font-weight: bold;
    text-indent: -9999px;
    
    background-image: url(images/logo.jpg);
    background-repeat: no-repeat;
}
#header span.telephone {
	position: absolute;
	bottom: 30px;
	right: 16px;
    font-size: 0.3em;
    font-weight: bold;
}
/**
 * Content
 */
#content {
	position: relative;
    float: right;
	width: 760px;
	margin-right: 10px;
    z-index: 2;
}
#content h2 {
	margin-top: 5px;
	font-size: 1.5em;
    z-index: 2;
}
#content h3 {
	margin-top: 5px;
	font-size: 1.2em;
    z-index: 2;
}
#content p {
	margin: 10px;
	margin-left: 15px;
	font-size: 0.9em;
	text-align: justify;
    z-index: 2;
}
#content strong {
	font-weight: bold;
}
#content td {
	font-size: 0.9em;
}

/**
 * Tables
 */
table.catalogue {
	width: 100%;
	margin: 5px 0 10px 0;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	clear: both;
}
table.catalogue th {
	text-align: left;
	font-weight: bold;
	font-size: 1em;
	background-color: #DDCEC1;
}
table.catalogue td {
	
}
table.catalogue th, table.catalogue td {
	padding: 3px;
	
	border-left: 1px solid #999;
	border-top: 1px solid #999;
}

/**
 * Messages
 */
p.error {
	color: #DD0000;
	font-weight: bold;
}
p.success {
	color: #33AA00;
	font-weight: bold;
}

/**
 * Navigation
 */
#navigation_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 120px;
    background-color: #482F22; /*#603C2C;*/
    z-index: 1;
}
#navigation {
	position: relative;
    float: left;
    margin-top: 140px;
    
	width: 120px;
    z-index: 2;
    
    background-color: #FFFFFF;
}
#navigation li {
	display: block;
	height: 34px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;
	font-size: 0.7em;
}
#navigation li a {
	display: block;
	height: 34px;
	padding-left: 5px;
    padding-top: 9px;
    text-decoration: none;
}
#navigation li a, #navigation li a:visited {
/*	display: block;
	height: 34px;
	padding-left: 5px;
    padding-top: 9px;*/
	color: #FFFFFF;
/*	text-decoration: none;*/
	
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#navigation li a:hover, #navigation li.selected a {
	color: #000000;
	
	background-image: url(images/button_on.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
/**
 * Footer
 */
#footer {
	display: block;
	position: relative;
    float: right;
	width: 100%;
	padding: 20px 0;
	text-align: center;
	font-size: 0.8em;
    z-index: 2;
}
#footer, #footer a, #footer a:visited, #footer a:hover, #footer a:active {
	color: #999999;
}
/**
 * News
 */
div.news_item_block {
	position: relative;
	display: block;
	background-color: #EEEEEE;
	border: 1px solid #CCCCCC;
	margin: 10px 0;
}
div.news_item_block img {
	margin: 5px;
}
/**
 * Rollover screenshot for catalogue
 */
#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
}