@charset "utf-8";
/* CSS Document */

body {
	background-color: #fff;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
img {
	border:0px;
}
#container {
	margin:0 auto;
	border:0px;
	margin-top:30px;
	width:802px;
	min-height:500px;
	overflow:visible;	
	background-image:url(images/template-middle.jpg);
	background-repeat:repeat;
}
#top {
	margin-top:0px;
	margin-bottom:0px;
	border:0px;
	width:802px;
	height:135px;
	background-image:url(images/template-top.jpg);
	background-repeat:no-repeat;
}
#middle {
	margin-top:0px;
	margin-bottom:0px;
	position:relative;
	border:0px;
	width:760px;
	padding:20px;
	min-height:335px;
	overflow:visible;
}
#middle-home {
	margin-top:0px;
	margin-bottom:0px;
	position:relative;
	border:0px;
	width:802px;
	min-height:335px;
	background-image:url(images/home-closed.jpg);
	background-repeat:no-repeat;
	background-position:center;
}
#bottom {
	margin-top:0px;
	margin-bottom:0px;
	position:relative;
	border:0px;
	width:802px;
	height:45px;
	background-image:url(images/template-bottom.jpg);
	background-repeat:no-repeat;
}

#cart {
	width:760px;
	height:180px;
	position:relative;
	border:0px;
}

#cart {
	width:760px;
	height:200px;
	margin-top:0px;
	margin-bottom:0px;
	display:block;
	position:relative;
	border:0px;
}

a:link {
	color:#000;
	outline: none;
	text-decoration:none;
}
a:active {
	color:#000;
	outline: none;
	text-decoration:none;
}
a:visited {
	color:#000;
	outline: none;
	text-decoration:none;
}
a:hover {
	color:#801812;
	outline: none;
	text-decoration:none;
}
#copyright {
	margin-top:30px;
	position:absolute;
	border:0px;
	width:800px;
	height:15px;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	}
.float-left {
	float:left;
}
.bold {
	font-weight:bold;
}
.H1 {
	font-size:16px;
	font-weight:bold;
}
.H2 {
	font-size:14px;
	font-weight:bold;
}
.underline {
	text-decoration:underline;
}