@charset "UTF-8";
/***********************************************************************
						reset and clearing
*************************************************************************/
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
:link,:visited {
	text-decoration : none;
}
button
{
	background:none;
	cursor:pointer;
}
a img,:link img,:visited img, button {
	border : none;
}
.clearer:after
{
	content: '[HI MUM]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/**********************
 * 
 ************/
body
{
	background:#cfcfcf url(../images/bg_page.jpg) repeat-x top left;
}
#content
{
	width:779px;
	min-height:719px;
	margin:0 auto;
	background:#006600;
	color:#89171a;
	font-size:12px;
	line-height:16px;
	font-family:Arial, Helvetica, sans-serif;	
	background:url(../images/bg_content_col.jpg) repeat-y top left;	
}
#content_bg
{
	background:url(../images/bg_content.jpg) no-repeat top left;
}
#foot
{
	background:url(../images/bg_content_foot.jpg) no-repeat top left;
	width:779px;
	height:36px;
	margin:0 auto;
}
.section
{	

}
#right p
{
	padding:7px 0px;
	margin:0;
}
#right
{
	float:left;
	position:relative;
	width:460px;
	text-align:justify;
	padding:0 30px
}
#left
{
	float:left;
	width:226px;
	height:719px;
	margin:0 10px 0 10px;
	position:relative;
	
}
#left a, #left a:visited
{
	color:#89171a;
}
#left #menu
{
	margin:220px 0 0 50px;

}
#left #menu li
{
	color:#004527;
}
#left #menu a
{
	font-size:18px;
	padding:4px 0;
	display:block;
	font-weight:bold;
}
#left #menu a:hover
{
	color:#004527;
}
#home
{	
	position:absolute;
	top:65px;
	display:block;
	height:80px;
	width:220px;
	
}
#cathome
{
	float:right; 
	padding:20px 60px;
	color:#006633;
	font-size:14px;
	text-decoration:none; 
}
#cathome:hover
{
	text-decoration:underline;
}
#contact
{
	padding:8px;	
	position:absolute;
	bottom:45px;
	background: url(../images/contact.jpg) no-repeat 56% 0;
	padding-top:40px;
	
}
#contact span
{
	line-height:25px;
	vertical-align:middle;
	padding:5px 0;
	text-align:center;
	display:block;
}
#contact #phone
{
	padding-left:4px;
}
#contact #phone img
{
	margin:0 0px 0 0px;
	position:relative;
	top:7px;

}
#contact #other img
{
	margin:0 2px;
	position:relative;
	top:7px;

}
#catalogue
{
	width:320px;
	display:block;
	position:absolute;
	bottom:-150px;
	left:100px;
}
#catalogue img
{
	border:none;
	display:block;
	margin-left:5px;
}
.section
{
	padding:165px 0px 0px 0px;
}
.section h2
{
	font-size:16px;
	padding:16px 0 12px 0;
	margin:0;
	clear:both;
}
.section ul
{
	float:left;
	padding:0 0 0 20px;
	margin:0;
	
}
.section ul li
{
	list-style:disc;
	padding:0 0 2px 2px;
	margin:0 0 0 5px;
}
.section ul a
{
	color:black;
	
}
