body {
  padding: 0px;
  margin: 0px;
  background-color: #336699;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
}

a{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #336699;
	font-weight: bold;
}

#head {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 800px;
  height: 180px;
}

#logo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 500px;
  height: 150px;
  background: url(/assets/images/logo.gif) no-repeat;
}

#stats_box {
  position: absolute;
  top: 0px;
  left: 600px;
  width: 200px;
  height: 90px;
	background: url(images/stats_box.jpg) no-repeat;
	color: #114477;
  text-align: center;
  padding-top:10px;
}

#left_column{
  position: relative;
  top: 120px;
  left: 0px;
  width: 180px;
  padding:0px;
  float: left;
}

#left_column_content{
  position: relative;
  top: 0px;
  left: 0px;
  width: 176px;
  padding:0px;
  padding-left:4px;
  background: url(images/leftbox_top.jpg) no-repeat #B8D9FE;
}

#left_column_footer{
  position: relative;
  top: 0px;
  left: 0px;
  width: 180px;
	height: 60px;
  background: url(images/leftbox_bottom.jpg) #B8D9FE;
}

#content_container {
  position: relative;
  top: 120px;
  left: 20px;
  width: 600px;
	background: url(images/top_white.jpg) no-repeat #FFFFFF;
	float: left;
}

#content_main {
  position: relative;
  top: 0px;
  left: 0px;
  width: 560px;
	min-height: 600px;
	padding: 0px;
	margin: 0px;
	display: block;
	text-align: left;
	padding-top:30px;
	padding-left:20px;
	padding-right:20px;
}

#content_footer{
  position: relative;
  top: 0px;
  left: 0px;
  width: 600px;
	height: 60px;
  background: url(images/bottom_white.jpg) #B8D9FE;
}

#footer {
  position: relative;
  top: 20px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #114477;
	font-weight: normal;
	text-transform: none;
	text-decoration: none;
  text-align: center;
  padding-top:0px;
  padding-bottom:60px;
  padding-left:0px;
  padding-right:0px;
  background-color: #B8D9FE;
}

#left_column_content ul{
	padding-left: 10px;
	width: 150px;
}

#left_column_content li{
	list-style: none;
	padding-left: 0px;
}

#left_column_content li a{
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #336699;
	font-weight: bold;
}

#subcategories {
	position: relative;
	width: 100%; 
	float: left;
}
#subcategories ul{
	list-style: none;
	
}
#subcategories li{
	list-style: none;
	float: left;
	width: 50%;
}

#subcategories li a{
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #336699;
	font-weight: bold;
}


.product_row{
	margin-bottom: 10px;
	margin-right: 40px;
	width: 40%;
	float: left;
}
.product_name{
	width: 100%;
	border-top: 1px solid #369;
	border-bottom: 1px solid #369;
	background-color: #B8D9FE;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: bold;
}
.product_thumbnail{
	width:90px;
	height:90px;
	padding:5px;
	float: left;
}
.product_description{
	width: 90%;
	float: left;
}
.product_price{
	clear: both;
	width: 100%;
	text-align: right;
}
#pages{
	width: 550px;
	text-align: center;
}

.B_crumbBox {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #336699;
	font-weight: bold;
}
.B_crumbBox a{
	font-family: Arial, sans-serif;
	color: #336699;
	font-weight: bold;
}