@charset "utf-8";
/* CSS Document */
html {
	background: url(images/bg.jpg) repeat-x #f8e5e5;
}
body {
	margin:0px;
	padding:0px;
	text-align:center; /* Need for IE5/6 bug */
	background: url(images/bg.jpg) repeat-x;
}
#wrapper {
	width:800px;
	margin:0px auto;
	padding:0px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4e0707;
	z-index: 9999999;
}
#nav {
	background:url(images/nav-bg.jpg) no-repeat;
	width:800px;
}
#body {
	background:url(images/body-bg.jpg) repeat-y;
}
#content {
	padding:0 20px 0 20px;
	overflow:hidden;
}
h1 {
	font-size: 14px;
	color:#911717;
	text-align: center;
}
h2 {
	font-size: 12px;
	color:#911717;
	text-align: center;
}
a:link {
	color:#911717;
	text-decoration:none;
}
a:visited {
	color:#911717;
	text-decoration:none;
}
a:active {
	color:#911717;
	text-decoration:none;
}
a:hover {
	color:#464040;
	text-decoration:none;
}
.product {
	background:url(images/product-bg.jpg) no-repeat;
	width:744px;
	height:165px;
	margin-left:5px;
}
.product-content {
	position:relative;
	top:10px;
	left:10px;
	width:724px;
}
.product-img {
	float:left;
	width:100px;
	padding-right:10px;
}
.product-txt {
	float:left;
	width:370px;	padding-right:30px;
}
.product-but {
	float:left;
	width:200px;
}
.product-img-lg {
	float:left;
	width:325px;
}
.product-but-lg {
	float:left;
	width:345px;
}
.small {
	clear:both;
	font-size:9px;
}

