@charset "utf-8";
/* CSS Document */


body {
	background-color: #abcbe3;
	margin:0 0 0 0;
	background-image: url(../images/bg_main.jpg);
	background-repeat: repeat-x;
}

a:link {
	color: #265E5D;
	text-decoration: none;
}
a:visited {
	color: #265E5D;
	text-decoration: none;
}
a:hover {
	color: #FAB536;
	text-decoration: none;
}
a:active {
	color: #FAB536;
	text-decoration: none;
}

#mainContainer {
	width: 857px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/bg_repeating.jpg);
	background-repeat: repeat-y;
}
#clear {
	clear: both;
}


#header {
	height: 175px;
	width: 857px;
	background-image: url(../images/header.jpg);
}

#mainBody {
	background-image: url(../images/sliced_06.jpg);
	background-repeat: repeat-y;
	width: 857px;
}

.content1 {
	background-image: url(../images/sliced_06.jpg);
	background-repeat: repeat-y;
	width: 727px;
	padding-right: 70px;
	padding-left: 60px;
}

.content2 {
	background-image: url(../images/sliced_06.jpg);
	background-repeat: repeat-y;
	width: 727px;
	padding-right: 70px;
	padding-left: 60px;
	margin-top: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.product1 {
	background-image: url(../images/sliced_06.jpg);
	background-repeat: repeat-y;
	width: 727px;
	padding-right: 70px;
	padding-left: 60px;
	height: 221px;
	float: left;
}

.product2 {
	background-image: url(../images/sliced_06.jpg);
	background-repeat: repeat-y;
	width: 727px;
	padding-right: 70px;
	padding-left: 60px;
	float: left;
	margin-top: 30px;
	margin-bottom: 40px;
}

.description {
	float: left;
	width: 490px;
}

.descriptionRight {
	float: left;
	width: 490px;
	text-align: right;
}

.productImageLeft {
	width: 225px;
	text-align: center;
	float: left;
	margin-right:10px;
}

.productImageRight {
	width: 225px;
	text-align: center;
	float: right;
	margin-left: 10px;
}

.spacer {
	float:left;
}

#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 857px;
}

.type1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #194F5B;
}

.type2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #330000;
}

.title1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #F90;
}

.title2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #378697;
	font-weight: bold;
}

.title3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #114A5B;
}

img {
	border-style: none;
}
