﻿body {
	margin: 0px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #ffffff;
}

table {
	border: 0px;
	font-size: 12px;
}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

.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; }

a,a:visited {
	color: #102647;
}

.left {
	width: 184px;
	padding: 10px 15px 0px 17px;
}

#products_popup {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5000;
	visibility: hidden;
	display: none;
	float: left;
	background: #DEE5EC;
	color: #102647;
	border: 1px solid #102647;
	width: 150px;
	padding: 4px;
}

.popup-off {
	border: 1px solid #B7CADB;
	background: #B7CADB;
	color: #102647;
	width: 142px;
	padding: 2px;
}

.popup-on {
	border: 1px solid #5175AA;
	background: #5175AA;
	color: #102647;
	width: 142px;
	padding: 2px;
}

.popup-link,.popup-link:visited {
	color: #102647;
	text-decoration: none;
	width: 100%;
}

.popup-link:hover {
	color: #ffffff;
}

.weather {
	position: relative;
	float: left;
	display: inline;
	width: 100px;
	height: 78px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.weather-text {
	width: 101px;
	background: #0f0f0f;
	position: absolute;
	top: 45px;
	left: 5px;
	filter: alpha(opacity=70);
	font-size: 10px;
}

#map_popup {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
	display: block;
	float: left;
}

.map {
	position: relative;
	float: left;
	display: inline;
	width: 213px;
	height: 78px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.map-text {
	width: 210px;
	background: #0f0f0f;
	position: absolute;
	top: 50px;
	left: 10px;
	filter: alpha(opacity=70);
	font-size: 10px;
}

.p-on {
	background: #ffffff;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 3px;
	font-weight: bold;
}

.p-off {
	background: #DBDBB7;
	border: 1px solid #DBDBB7;
	border-right: 1px solid #000000; 
	padding:3px;
	padding-left:10px;
}

.p-list {
	background: #ffffff;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	padding: 3px;
	padding-left:10px;
}

.displayNone {
	display:none;
}
.logo-marquee {
	margin: 0px;
	padding: 0px;
	width: 416px;
	height: 108px;
	position: relative;
}
.colorful {
	width: 416px;
	height: 108px;
	position: absolute;
	left: 0px;
	top: 0px;
}
