* {
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
}

body {
height:940px;
padding:0;
margin:0;
font-size:0.9em;
}

p {
font-size:0.9em;
}

a {
font-size:0.9em;
}
.smallfont {
font-size:0.7em;
}

a:link { color:#0000FF; text-decoration:none}
a:visited { color:#333333; text-decoration:none}
a:hover {text-decoration:underline; cursor:hand}
a:active { color:#FFFFFF; text-decoration:none}

#topnav a {
font-size: 1.1em;
color:#000;
font-weight:bold;
}
#container {
width:772px;
clear:both;
margin: 0 auto;
padding: 0;
}

h1 {
font-size:1.6em;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size:1.4em;
}
h4 {
font-size:1.2em;
padding:0;
margin:0;
}
h5 {
font-size:0.9em;
}
#container {
height:900px;
}

#header {
clear:both;
background-repeat:no-repeat;
background-image:url(../images/banner.jpg);
background-position:center center;
height: 91px;
margin-top:0px;
text-align:left;
}

#header h1 {
text-indent:-9999px;
height:0px;
}

#topnav {
padding-top:69px;
margin-left: 120px;
}

#main {
clear:both;
width:100%;
margin-top:5px;
text-align:left;
}

.contenter {
margin-top:5px;
height:820px;
width:100%;
}

.left {
float:left;
position:relative;
width:134px;
margin-right:5px;
}
.center {
text-align:left;
position:relative;
float:left;
width: 494px;
margin-right:5px;
}
.right {
float:left;
position:relative;
width: 134px;
}
.footer {
padding:9px 0 0 0;
background-color:#000;
color:#FFF;
clear:both;
width:100%;
height:30px;
}
.footer a {
	font-size:1em;
	color:#F60;
}
.clear {
clear:both;
}
.block_heading {
background:top no-repeat url(../images/column_top.jpg);
font-weight:bold;
text-align:center;
}
.block_heading_middle {
background:top no-repeat url(../images/column_top_big.jpg);
font-weight:bold;
text-align:center;
}
.block {
	border-left:thin #999 solid;
	border-right:thin #999 solid;
	padding:2px 5px;
}
.block table {
	font-size:0.9em;
}
.block ul {
	margin:0;
	list-style:circle;
	text-align:left;
	font-size:0.9em;
	margin-left:-20px;
}
.block_footer {
background:top no-repeat url(../images/columbot.jpg);
margin-bottom:5px;
height:4px;
}
.block_footer_middle {
background:bottom no-repeat url(../images/columbot_M.jpg);
height:4px;
}
.catalogue {
	margin-bottom:5px;
}
.catalogue_left {
	clear:left;
	float:left;
	width:30%;
	vertical-align:middle;
}
.catalogue_left p{
	color:#666;
	font-size:0.8em;
}
.catalogue_right {
	float:left;
	width:70%;
	margin-bottom:10px;
}
.catalogue_right img {
	padding:5px;
}
.catalogue_right p, h5{
	font-size:0.8em;
margin:5px 0 0 0;
padding:0;
}
#backend {
font-size:0.9em;
}/*Thumbnail CSS */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
top:-300px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -300px;
left: 60px; /*position where enlarged image should offset horizontally */

}
#regiondiv {
	padding:0;
	margin:0;
}