html {
    overflow-y: scroll;
}
body {
	margin: 10px;
	background-image: url('../images/bg.gif');
	background-repeat: repeat;
	background-attachment: fixed;
}
p {
	margin: 0px 0px 15px 0px;
}
img {
	border-width: 0px;
}
.contact {
	padding-top: 15px;
	margin: 15px 0px;
	border-top: 1px dotted #CCC;
}
.title1 {
	font: bold 22px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	margin: 0px 0px 20px 0px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #CCC;
}
.title2 {
	font: bold 18px Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 20px 0px;
}
.list1 {
	line-height: 150%;
}
.inventory {
	width: 100%;
	height: 690px;
	border: 1px solid #CCC;
}
#siteborder {
	width: 796px;
	border: 1px solid #FFF;
	margin-right: auto;
	margin-left: auto;
}
#sitewrapper {
	width: 780px;
	background-color: #FFF;
	border: 8px solid #999;
}
#header {
	width: 780px;
}
#navigation {
	width: 780px;
}
#contentwrapper {
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	width: 750px;
	padding: 10px 15px 15px 15px;
}
#contentwrapper a {
	color: #800000;
	text-decoration: none;
}
#contentwrapper a:hover {
	color: #800000;
	text-decoration: underline;
}
#contenthome {
	width: 750px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ccc;
	text-align: center;
	overflow: hidden;
}
#steinbach {
	width: 367px;
	float: left;
}
#winnipeg {
	width: 367px;
	float: right;
}
.image {
	width: 367px;
	margin-bottom: 15px;
}
.desc {
	width: 367px;
}
#linksteinbach {
	width: 367px;
}
#linksteinbach a {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #800000;
	text-decoration: none;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	padding: 10px;
	display: block;
}
#linksteinbach a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ccc;
}
#linkwinnipeg {
	width: 367px;
}
#linkwinnipeg a {
	font: bold 16px Georgia, "Times New Roman", Times, serif;
	color: #800000;
	text-decoration: none;
	background-color: #f0f0f0;
	border: 1px solid #ccc;
	padding: 10px;
	display: block;
}
#linkwinnipeg a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #ccc;
}
#inventorywrapper {
	width: 750px;
	padding: 10px 15px 15px 15px;
}
#inventory {
	width: 750px;
}
.features {
	margin: 2px 0px 2px 15px;
	padding: 0px;
	line-height: 15px;
}
#contentright {
	width: 200px;
	float: right;
}
#contentleft {
	width: 530px;
	float: left;
}
#content {
	width: 750px;
}
.productwrapper1 {
	width: 750px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #CCC;
}
.productwrapper2 {
	width: 750px;
}
.productimage {
	width: 200px;
	float: left;
}
.productdescription {
	width: 530px;
	float: right;
}
#footer {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #F0F0F0;
	padding: 5px;
	width: 770px;
}
#counter {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}



/*Top Menu */

#menu {
	position: relative;
	display: block;
	height: 39px;
	background: transparent url(../images/menu-off.gif) repeat-x top left;
	font: bold 11px Arial, Helvetica, sans-serif;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	width: auto;
}
#menu ul li {
	display: block;
	float: left;
	margin: 0px;
}
#menu ul li a {
	display: block;
	float: left;
	color: #333;
	text-decoration: none;
	padding: 11px 20px 0px 20px;
	height: 23px;
	background: transparent url(../images/menu-divider.gif) no-repeat top right;
}
#menu ul li a:hover {
	color: #7F0102;
	background: #FFF url(../images/menu-on.gif) no-repeat top right;
}