/* CSS Document */

#leftCol p {
	font-size: 1.2em;
	margin-bottom: 16px;
	line-height: 140%;
	color: black;
}

#leftCol a {
	color: #053a57;
}

#leftCol a:hover {
	text-decoration: none;
}

#leftCol h1 span {
	display: none;
}

#leftCol h1 {
	margin-bottom: 12px;
	font-size: 1.6em;
}

#leftCol h2 {
	font-size: 1.6em;
	margin-bottom: 12px;
	color: white;
}

#leftCol h3 {
	font-size: 1.2em;
	margin-bottom: 12px;
	text-transform: uppercase;
	color: #053a57;
}

#leftCol ul.unorderedlist {
	font-size: 1.2em;
	margin: 0px 0px 16px 16px;
	line-height: 130%;
	color: black;
}

.titleHomepage {
	width: 175px;
	height: 25px;
	background-image: url(../gfx/title-welcome.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
}

.titleProducts {
	width: 175px;
	height: 25px;
	background-image: url(../gfx/title-products.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
}

.titleNews {
	width: 175px;
	height: 25px;
	background-image: url(../gfx/title-news.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
}

.titleContact {
	width: 175px;
	height: 25px;
	background-image: url(../gfx/title-contactus.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
}

.titleSitemap {
	width: 175px;
	height: 25px;
	background-image: url(../gfx/title-sitemap.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
}


.contactForm {
	width: 350px;
	margin-bottom: 25px;
}

.contactForm td {
	padding-bottom: 8px;
	font-size: 1.2em;
}

.textbox {
	width: 245px;
	height: 18px;
	font-size: 11px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: black;
	border: 1px solid #053a57;
}

.textarea {
	width: 350px;
	height: 50px;
	font-size: 11px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	color: black;
	border: 1px solid #053a57;
}