
html {
	
}

body {
	font: 14px/18px Times New Roman, serif;
}

#header {
	display: none;
}

#nav-top {
	display: none;
}

#nav-left {
	display: none;
}

.powered {
	display: none;
}

/* copy */

#copy {
  width: 618px;
	height: 83px;
	background: url("copy_bg.jpg") no-repeat;
  text-align: left;
  margin: 0px auto 0px auto;
	padding: 50px 0px 0px 0px;
  font: 11px/13px Tahoma, Arial, Verdana, Geneva, Helvetica, sans-serif;     
	color: #000; 
} 

#copy .info1 {
	width: 132px;
	height: 30px;	
	float: left;
}

#copy .info2 {
	width: 253px;
	height: 30px;
	float: left;
}

#copy .info3 {
	width: 230px;
	height: 30px;
	float: left;
}


/* products */

.sortDiv {
	display: none;
}

.product {
	width: 350px;
	color: #000;
	margin: 0px;
	padding: 20px;
	display: block;
}

.product2 {
	width: 349px;
	color: #000;
	margin: 0px;
	padding: 20px;
	display: block;
}

.product_pic {
	text-align: center;
	width: 130px;
	height: 194px; 
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	float: left;
}

.product_pic img {
}

.product_info {
	width: 200px;
	height: 182px;
	margin: 0px 2px 2px 4px;
	padding: 12px 0px 0px 0px;
	overflow:hidden;
	
}

.product_info .name a {
	font-weight: bold;
	display: block;
	color: #9D1B05;
	text-decoration: none;
}

.product_info .price, .price {
	color: #A31D02;
	font-weight: bold;
}

.split {
	display: none;
}

#heading {
	background: url("dotted_bg.gif") repeat-x;
	background-position: bottom left;
	margin-bottom: 15px;
	width: 700px;
	float: left;
}

#heading .h1 {
	color: #A51C01;
	font: 24px/26px Times New Roman, serif;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	float: left;
}

#item img {
}


.orderForm {
	float: right;
	margin-top: -36px;
	padding-right: 10px;
}

.to_cart {
	width: 42px;
	height: 42px;
	padding: 0px;
	border: none;
	margin: 0px;
	background: url("to_cart.gif") no-repeat;
	cursor: pointer;
}


/* one product */

img.img {
	padding: 20px 0px 0px 0px;
	float: left;
}

#product_info_text {
	width: 200px;
}

#product_text {
	padding: 20px 0px 0px 20px;
	width: 450px;
	float: left;
}

#product_cart {
	padding: 0px 50px 0px 0px;
	height: 42px;
	text-align: right;
	position: relative;
	bottom: 50px;
	margin-bottom: -50px;
}

.product_to_cart {
	width: 190px;
	height: 42px;
	padding: 0px;
	border: none;
	margin: 0px;
	background: url("to_cart.gif") no-repeat left center;
	cursor: pointer;
	font-family: Times New Roman, serif;
	font-size: 13px;
	color: #A51C01;
}

#small_cart {
	display: none;
}

/* perus */

a {
	color: #A51C01;
	text-decoration: underline;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

h1 {
	margin: 0px;
	padding: 6px 0px 6px 0px;
	background-color: transparent;
	color: #A51C01;
	font: 24px/28px Times New Roman, serif;
	font-weight: bold;
        background: url("dotted_bg.gif") repeat-x;
        background-position: bottom left;
}

h2 {
	margin: 0px;
	padding: 16px 0px 6px 0px;
	background-color: transparent;
	color: #A51C01;
	font: bold 18px/22px Times New Roman, serif;
}

h3 {
	margin: 0px;
	padding: 12px 0px 6px 0px;
	background-color: transparent;
	color: #A51C01;
	font: 16px/20px Times New Roman, serif;
}

h3 a {
	text-decoration: none;
}

hr {
	margin: 0px;
	padding: 0px;
	color: #D5D5D5;
	background-color: #D5D5D5;
	height: 1px;
	clear: both;
	border: 0;
}

p {
	padding: 5px 0px 5px 0px;
	margin: 0px;
}


