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

* {
  margin:0;
  padding:0;
}
body {
  padding:0 0 20px;
  margin:0;
}
#wrapper {
  background:url(../images/layout/page.png) 0 0 repeat-y;
  width:910px;
  margin:10px auto;
}
#page {
  background:url(../images/layout/masthead.png) 0 0 no-repeat;
}
#masthead {
  height:126px;
  position:relative;
}
#masthead a {
	display:block;
	width:290px;
	line-height:80px;
	overflow:hidden;
	text-indent:-999px;
	position:absolute;
	top:25px;
	left:30px;
}
#masthead img {
	padding-top:23px;
	padding-right:15px;
	margin-left:0;
}
#navigation {
  padding-bottom:8px;
}
#sidebar-left {
	width:248px;
	border-right:1px solid #fff;
	float:left;
	text-align:center;
}
#sidebar-right {
	width:248px;
	border-left:1px solid #fff;
	float:right;
	text-align:center;
}
.sidebar-left #main {
	margin-left:264px;
	margin-right:15px;
}
.sidebar-right #main {
	width:600px;
	margin-left:15px;
}
#content {
}
#footer {
  clear:both;
}
img,
a img {
  border:none;
}
.alignleft {
  float:left;
  margin:0 20px 20px 0;
}
div#product-list {
	overflow:auto;
}
.block {
	padding:0 15px 10px;
}
hr {
	border:none;
	background:url(../images/layout/hr.gif) 0 0 repeat;
	height:10px;
}
.alignright {
	float:right;
	margin:0 0 15px 15px;
}

