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

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

p {
font-size:0.9em;
}

a {
font-size:0.9em;
}
img {
	border:0;
}
.smallfont {
font-size:0.8em;
}

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 {
	text-align:center;
position:relative;
width:772px;
margin: 0 auto;
padding: 0;
z-index:5;
}

h1 {
font-size:2.5em;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size:1.4em;
}
h4 {
font-size:1.2em;
}
h5 {
font-size:0.9em;
}

#header {
position:relative;
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;
}
#address {
	float:left;
	margin-left:6px;
	padding-top:6px;
	color:#FFF;
}
#topnav {
float:left;
padding-top:70px;
*padding-top:64px;
}

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

.contenter {
margin-top:5px;
position:relative;
width:100%;
/*height:700px;*/
clear:both;
z-index:4;
}
.col{
	margin-top:19px;
	position:absolute;
	z-index:0;
	bottom:0;
	border-bottom:thin #999 solid;
}
.left {
left:0;
width:132px;
*width:134px;
	border-left:thin #999 solid;
	border-right:thin #999 solid;
/*background:bottom no-repeat url(../images/columbot.jpg);*/
}
.center {
left:138px;
width: 492px;
*width: 494px;
	border-left:thin #999 solid;
	border-right:thin #999 solid;
/*background:bottom no-repeat url(../images/columbot_M.jpg);*/
}
.right {
left:636px;
width: 134px;
/*background:bottom no-repeat url(../images/columbot.jpg);*/
}
html>body .col{top:0}/* hide from ie6 and under*/
.clearer{
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}
.left-inner {
position:relative;
z-index:1;
float:left;
width:134px;
display:inline;
}
.center-inner {
text-align:left;
position:relative;
float:left;
width:494px;
left:4px;
z-index:2;
display:inline;
}
.right-inner {
position:relative;
float:left;
width: 134px;
left:8px;
z-index:1;
display:inline;
}
.footer {
position:relative;
margin-top:5px;
padding:9px 0 0 0;
background-color:#000;
color:#FFF;
width:100%;
height:30px;
}
.footer a {
	font-size:1em;
	color:#F60;
}
.clear {
clear:both;
}
.block_heading {
	width:134px;
background:top no-repeat url(../images/column_top.jpg);
font-weight:bold;
text-align:center;
	border-left:thin #999 none; 
	border-right:thin #999 none;
}
.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:5px 4px 2px 4px;

}
.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:top no-repeat url(../images/columbot_M.jpg);
height:4px;
}

#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:-200px;
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: -200px;
left: 60px; /*position where enlarged image should offset horizontally */

}
.basket_table {
	margin:0;
	padding:0;
}
.basket_table td, .basket_table th {
	width:70px;
}