html, body {
    height: 100%;
}

body {
	padding:0px;
	margin: 0px; 
	background-color:#FFFFFF; 
	background-image:url('images/mainbg.jpg');
	background-repeat:repeat-x;
}

body, td {
	font-family:Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
}

a {
	color:#993333;
}
a:hover {
	color:#6ab9c8;
}

h1 {
	font-size:14px;
}
h2 {
	font-size:12px;
}

.smallbutton {
	padding:0px;
	margin:0px;
	font-size:10px;

}

.highlight1 {
	color:#993333;
}
.highlight2 {
	color:#6ab9c8;
}

#topbar {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100px;
	background-color:#929497;
}

#logo {
	position:absolute;
	left:0px;
	top:0px;
	width:600px;
	height:100px;
}

#logoright {
	position:absolute;
	left:406px;
	top:0px;
	width:340px;
	height:78px;
	color:white;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

#menubar {
	position:absolute;
	left:0px;
	top:100px;
	width:100%;
	height:31px;
	background-image:url('images/menuright.jpg');
}

#menuleft {
	position:absolute;
	left:0px;
	top:0px;
	width:20px;
	height:31px;
}

#home {
	position:absolute;
	left:20px;
	top:0px;
	width:77px;
	height:31px;
}

#about {
	position:absolute;
	left:97px;
	top:0px;
	width:77px;
	height:31px;
}

#catalogue {
	position:absolute;
	left:174px;
	top:0px;
	width:77px;
	height:31px;
}

#specials {
	position:absolute;
	left:251px;
	top:0px;
	width:77px;
	height:31px;
}

#news {
	position:absolute;
	left:328px;
	top:0px;
	width:77px;
	height:31px;
}

#contact {
	position:absolute;
	left:405px;
	top:0px;
	width:77px;
	height:31px;
}

#trade {
	position:absolute;
	left:482px;
	top:0px;
	width:77px;
	height:31px;
}

#links {
	position:absolute;
	left:559px;
	top:0px;
	width:77px;
	height:31px;
}

#menuright {
	position:absolute;
	left:659px;
	top:0px;
	width:82px;
	height:31px;
}

#mainwrap {
	position:relative;
	height:100%;
	min-height:520px;
	padding-left:225px;
	padding-right:5px;
	padding-top:137px;
	padding-bottom:30px;
	background-image:url('images/leftbg.jpg');
	background-repeat:repeat-y;
}

#footer {
    clear:both;
    position: absolute;
    left:0px;
    bottom: 0px;
    height:20px;
    background-color:#999999;
    color:white;
	width:100%;
}

#leftmenu {
	position:absolute;
	top:131px;
	left:0px;
	width:221px;
	font-size:12px;
	color:white;
	padding:0px 5px 5px 5px;
	z-index:100;
}

#leftmenu a {
	color:white;
	text-decoration:none;
}

#leftmenu a:hover {
	color:white;
	text-decoration:underline;
}

.pageheader {
	padding:5px;
	font-weight:bold;
	background-color:red; 
	color:white;
}

.piccaption {
	font-size:9px; 
	font-style:italic;
}

.download {
	padding:5px;
	
}
