@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background-image: url(images/backgroundBody.gif);
	background-repeat: repeat-x;
}
h1 {
	color: #42A3C5;
	margin-bottom: 5px;
	font: bold 24px Arial, Helvetica, sans-serif;
}
p {
	margin-bottom: 10px;
	margin-left: 5px;
	line-height: 16px;
}
ul {
	margin-bottom: 10px;
	margin-left: 60px;
	color: #42A3C5;
	float: left;
	list-style-type: square;
}
li {
	margin-bottom: 5px;
}
td {
	padding: 5px;
}
input, textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
}
#content {
	background-image: url(images/backgroundHeader.jpg);
	background-repeat: no-repeat;
	text-align: left;
	height: 500px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#logo {
	position: absolute;
	left: 24px;
	top: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainMenu {
	position: absolute;
	left: 40px;
	top: 170px;
	width: 145px;
}
#mainMenu a {
	display: block;
	height: 27px;
	width: 145px;
	font: bold 16px/27px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 20px;
	background-image: url(images/backgroundMenu.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#mainMenu a:hover {
	display: block;
	height: 27px;
	width: 145px;
	font: bold 16px/27px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	text-indent: 20px;
	background-image: url(images/backgroundMenu.gif);
	background-repeat: no-repeat;
	background-position: 0px -27px;
}
#innerContent {
	width: 770px;
	left: 40px;
	top: 320px;
	position: absolute;
}
#theText {
	padding-bottom: 10px;
	width: 530px;
	padding-left: 20px;
	float: left;
}
#theText b, #theText a {
	color: #42A3C5;
	font-weight: bold;
}
.productLink {
	float: left;
	height: 108px;
	width: 357px;
	margin-bottom: 5px;
	margin-left: 5px;
	position: relative;
	margin-right: 5px;
}
.productLink img {
	position: absolute;
	height: 108px;
	width: 357px;
	left: 0px;
	top: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 2;
}
.productLink h2 {
	position: absolute;
	left: 195px;
	top: 65px;
	color: #FFFFFF;
	font: bold 18px Arial, Helvetica, sans-serif;
	z-index: 1;
}
#footer {
	line-height: 24px;
	color: #42A3C5;
	height: 24px;
	width: 100%;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #42A3C5;
	clear: both;
	text-align: center;
}

