* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	background: #212121;
	color:#838282;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

form {
	margin:0;
	padding:0
}

a {
	color: #ffffff;
	font-weight: bold;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-size:18px;
}

h3 {
	margin:0
}

img {
	border: 0;
}

img#bg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

label{
float: left;
width: 150px;
padding:6px 6px 6px 0;
}

br{
clear: left;
}

.floatLeft {
	float:left;
}

#title-area {
	position: absolute;
	width:100%;
	text-align:center;
	top: -66px;
	border:0px solid #FFFFFF;
}

#content-area {
	position: relative;
	margin-left:auto;
	margin-right:auto;
	margin-top: 15%;
	width:1020px;
	z-index:200;
}

#mainBox {
	width:1020px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	border:1px solid #202020;
	background-image:url(../graphics/boxbg.png)
}

#searchBox {
	width:200px;
	padding:16px 0px 0px 18px;
}

#menuBox {
	width:220px;
	margin:16px 0 16px 8px;
}

#contentBox {
	width:570px;
	min-height:800px;
	height:auto; 
	margin:16px 0 6px 0px;
	border-left:1px solid #3c3b3b;
	border-right:1px solid #3c3b3b;	
}

#cartBox {
	width:190px;
	height:auto; 
	margin:16px 0 6px 8px;
	padding:6px;
	background-image:url(../graphics/cartbg.jpg);
	border: 1px solid #7a7979;
	z-index:1;
}

#heart-area {
	position: fixed;
	bottom: -10px;
	left: 75%;
	float:right;
}