@charset "UTF-8";
/* CSS Document */
body {
	background-attachment: fixed;
	background-image: url(../images/background-image.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #78001A;
	margin: 0px;
}
.main {
	height: 100%;
	width: 810px;
	margin-bottom:auto;
	margin-left: auto;
	margin-right:auto;
	margin-top:0px;
	top: 0px;
	}
#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 210px;
	width: 810px;
	margin-top: 0px;
	top: 0px;
}
#nav {
	background-image: url(../images/nav-bar.png);
	height: 61px;
	width: 810px;
	top:210px;
	background-repeat: no-repeat;
	background-position: center;
}
#middle {
	width:810px;
	height:100%;
	background-image: url(../images/middle.png);
	background-repeat: repeat-y;
	background-position: center;
	top:271px;
}
#footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 54px;
	width: 810px;
}
#fixpic {
	display:block;
	position:fixed;
	bottom:0;
	left:0;
	background-attachment: fixed;
	background-image: url(../images/bottom-image.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 264px;
	width: 245px;
	z-index: -1;
}#text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #3C0000;
	letter-spacing: normal;
	text-align: left;
	word-spacing: normal;
	width: 620px;
	margin: auto;
}
.tittle {
	font-size: 18px;
	font-weight: bold;
	text-decoration: underline;
}

#products-description {
	width: 415px;
	text-align:left;
	float: left;
	margin: 10px;
	overflow: auto;
	height: 220px;
	vertical-align: middle;
	}
.product-image-conainer {
	height:220px;
	float: right;
	width: 150px;
	margin-top: 10;
	margin-right: 10;
	margin-bottom: 10px;
	margin-left: 10;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	}
.product-image {
	width:150px;
	height:125px;
	margin-top: 45px;
	margin-right: 0px;
	margin-bottom: 45px;
	margin-left: 0px;
}
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #3C0000;
	text-decoration: underline;
}
#product {
	width: 620px;
	height:200px;
	margin-bottom: 15px;
	}	
