﻿body {
	margin: 10px 0px 0px 0px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(images/bg.jpg) top left;
}

table {
	border: 0px;
	font-size: 10px;
}

a,a:visited {
	color: #003399;
}

a:hover {
	color: #000000;
}

.size10 { font-size: 10px; }
.size11 { font-size: 11px; }
.size12 { font-size: 12px; }
.size13 { font-size: 13px; }
.size14 { font-size: 14px; }
h1 { font-size: 14px; font-weight: bold; margin: 0px; display: inline; }
h2 { font-size: 12px; font-weight: bold; margin: 0px; display: inline; }
.b { font-weight: bold; }
.u { text-decoration: underline; }
.white,.white:visited { color: #ffffff; }
.black {color: #000000;}
ul { margin-top:0px;margin-bottom:0px; }

.body {
	padding: 4px;
	padding-right: 15px;
}

.bottom-info {
	float:left;
	width: 390px;
	display:inline;
	padding-right:10px;
}	

.weather {
	position: relative;
	float: left;
	display: inline;
	width: 178px;
	height: 109px;
}

.weather-text {
	width: 180px;
	background: #0f0f0f;
	position: absolute;
	top: 90px;
	left: 0px;
	font-weight: bold;
}

.products-list {
	position: relative;
	display: block;
	float: left;
	width: 395px;
	height: 
}

.left {
	width: 378px;
	height: 278px;
	display: block;
	float:left;
	background: url(images/left-bg.jpg) no-repeat top left #ffffff;
	padding: 5px 2px 0px 15px;
	font-size: 12px;
}

.eventbutton {
	display: block;
	background: url('images/events_off.jpg') no-repeat;
	width: 145px;
	height: 43px;
	text-decoration: none;
}

.eventbutton:hover {
	background: url('images/events_hover.jpg') no-repeat;
}
