@charset "utf-8";

body {
	background: #fff;
	font-family: 'Calibri', 'Trebuchet', 'Trebuchet MS', 'Tahoma';
	font-size: 9pt;
	margin: 10px;
	padding: 0;
}
a {
	color: #145fa5;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;	
}
p a {
	border-bottom: 1px dotted #bbb;
}
p a:hover {
	text-decoration: none;
	color: #9c0505;
	border-bottom: 1px dotted #777;
}
a img {
	border: 0;
}
h1 {
	color: #17468c;
	font-weight: normal;
	font-size: 20pt;
	margin: 0;
	padding: 0;
}
h2 {
	font-weight: normal;
	font-size: 15pt;
	color: #9c0505;
	margin: 8px 0 5px;
	padding: 0;
}
h3 {
	font-weight: normal;
	padding: 0;
	margin: 15px 15px 0;
	font-size: 15pt;
	color: #1a5184;
}
p {
	line-height: 1.5em;
	margin: 5px 0;
	padding: 0;
	color: #2f2f2f;
}
.bold {
	font-weight: bold;
}
#container {
	width: 980px;
	margin: 0 auto;	
}
#footer {
	margin: 10px 0 0 0;
	font-size: 10pt;
}
#footer #slogan {
	color: #1a5184;
	font-style: italic;
	text-align: right;
	font-size: 11pt;
	width: 980px;
	position: absolute;
}
#header {
	margin: 1px 0 0 0;
	background: url(../images/header-xl.jpg);
	height: 390px;
}
#header .big {
	position: absolute;
	width: 365px;
	margin: 185px 0 0 40px;
}
#header .big .title {
	font-weight: bold;
	color: #777;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	font-size: 11pt;
}
#header .small-left {
	position: absolute;
	margin: 213px 0 0 440px;
	width: 250px;
	height: 160px;	
	text-align: justify;
}
#header .small-right {
	position: absolute;
	margin: 213px 0 0 710px;
	width: 250px;
	height: 160px;
	text-align: justify;
}
#logo_address {
	margin: 20px 0 5px 0;
	background: url(../images/logo.jpg) no-repeat left center;
	line-height: 1.5em;
	height: 55px;
	text-align: right;
	color: #777;
	font-size: 8pt;
}
#map {
	margin: 12px 25px;
}
#products {
	background: #e2e4e7;
	border-bottom: 1px solid #d6d6d6;
	height: 125px;
	text-align: left;
	margin-top: 1px;
}
#products .product {
	float: left;
	width: 245px;
}
#products .product p {
	position: relative;
	z-index: 1;
	text-align: justify;
	margin: 10px 15px 5px;
}
#products .product .thumb {
	position: absolute;
	z-index: 1;
	margin: 3px 0 0 170px;
}
#top {
	position: absolute;
	margin: 107px 0 0 -57px;
}