body {
	margin: 50px 0px 50px 0px;
	background-color: #fff;
	font-family: arial;
	color: #000;
}

img {
	border: none;
}

p#copyright {
	padding: 0px;
	margin-top: 2px;
	text-align: right;
	font-size: 10px;
	color: #aaa;
	text-transform: uppercase;
}

img.scroller {
	padding: 5px;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}

#header {
	height: 61px;
}

#footer {
	text-align: right;
	padding-right: 10px;
	color: #aaa;
	border-width: 1px 0px 0px 0px;
	border-style: dashed;
	border-color: #aaa;
}

#title {
	height: 40px;
	border-width: 0px 0px 1px 0px;
	border-style: dashed;
	border-color: #000;
}

#menu_ {
	height: 18px;
	text-align: left;
	padding: 5px 0px 0px 5px;
}

#menu_ a {
	color: #000;
	text-decoration: none;
}

#menu_ a:hover {
	color: #fff;
	background-color: #f00;
}

#menu_ .cartlink {
	cursor: pointer;
}

#menu_ .cartlink:hover {
	color: #fff;
	background-color: #f00;
}

#home {
	position: relative;
	padding: 0px 0px 18px 0px;
	height: 300px;
	text-align: left;
}

#menu {
	overflow: auto;
}

#menu h1 {
	display: inline-block;
	float: left;
	margin: 0px;
	padding: 0px;
	letter-spacing: -7px;
	font-size: 60px;
	color: #000;
}

#menu h1 a {
	color: #000;
	text-decoration: none;
}

#menu ul#navi {
	padding-top: 5px;
	list-style-type: none;
	float: right;
}

#menu ul#navi li {
	display: inline;
	padding: 10px;
	font-size: 12px;
	color: #000;
}

#menu ul#navi li a {
	color: #000;
	letter-spacing: 2px;
	text-decoration: none;
}

#menu ul#navi li a:hover {
	text-decoration: underline;
}

#main_content {
	position: relative;
	width: 700px;
	height: 300px;
}

#about {
	width: 700px;
	height: 230px;
	padding-top: 70px;
	text-align: center;
	font-size: 30px;
	letter-spacing: -2px;
}

#contact {
	width: 700px;
	height: 240px;
	padding-top: 60px;
	text-align: center;
}

#contact h1 {
	padding: 0px;
	margin: 0px 0px 30px 0px;
	font-size: 30px;
	font-weight: normal;
	letter-spacing: -2px;
}

#contact p {
	padding: 0px;
}

#contact p .email {
	color: #666;
	letter-spacing: 1px;
}

#shop {
	position: relative;
	width: 700px;
	height: 300px;
}

#shop #column1 {
	width: 450px;
	overflow: auto;
}

#shop #column2 {
	width: 250px;
	float: right;
	overflow: auto;
}

#shop #column2 h1 {
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -2px;
}

#product {
	position: relative;
	width: 700px;
	height: 300px;
}

#product_image_area {
	position: relative;
	float: left;
	width: 450px;
	height: 300px;
}

#product_info_area {
	float: left;
	width: 230px;
	padding: 0px 0px 0px 20px;
}

#product_info_area h1 {
	padding: 0px;
	margin: 0px;
	font-size: 18px;
	letter-spacing: -1px;
	color: #000;
}

#product_info_area p {
	padding: 0px;
	font-size: 12px;
	color: #000;
}

#product_info_area p .note {
	color: #666;
	font-size: 11px;
	text-transform: uppercase;
}

.product_image {
	position: absolute;
	top: 0px;
	left: 0px;
	filter: alpha(opacity=0);
	opacity: 0;
	mozopacity: 0;
	background-color: #000;
	cursor: pointer;
}

#help {
	width: 700px;
	height: 300px;
	font-size: 12px;
	color: #000;
}

#help h1 {
	font-size: 12px;
	text-transform: uppercase;
}

#help #column1 {
	width: 340px;
	height: 300px;
	float: left;
	overflow: auto;
}

#help #column2 {
	width: 340px;
	height: 300px;
	float: right;
	overflow: auto;
}

#help ul {
	padding: 5px 0px 5px 0px;
	list-style-type: none;
}

#help ul li {

}

#products {
	margin-top: 4px;
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #eee;
}

#products a .leftmargin {
	margin-left: 4px;
}

.home_image {
	position: absolute;
	top: 0px;
	left: 0px;
	filter: alpha(opacity=0);
	opacity: 0;
	mozopacity: 0;
	background-color: #000;
	cursor: default;
}

.highlight {
	color: #000;
	background-color: #ddd;
	padding: 0px 5px 0px 5px;
}

#info {
	height: 118px;
	padding: 100px;
}

.shop_thumbnail {
	float: left;
}

.shop_thumbnail a {
	color: #000;
	text-decoration: none;
}

.shop_thumbnail .item_title {
	font-weight: bold;
}
