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


body {
	margin: 0px;
	padding: 0px;
}
#outer {
	width: 952px;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#header {
	background-image: url(images/bg-header.jpg);
	background-repeat: no-repeat;
	height: 150px;
	cursor: pointer;
}

/* Menu elements */
#menu {
	width: 226px;
	height: 600px;
	background-image: url(images/bg-menu.jpg);
	background-repeat: no-repeat;
	float: left;
	margin: 0px;
	padding: 36px 0px 0px 0px;
}
.menu-link {
	color: #ffffff;
	width: 190px;
	height: 36px;
	text-align: right;
	margin: 0px 0px 0px 26px;
	padding: 0px 10px 0px 0px;
	cursor: pointer;
}
.menu-link:hover {
	background-image: url(images/bg-hover.png);
	background-repeat: no-repeat;
}
#active {
	background-image: url(images/bg-active.jpg);
	background-repeat: no-repeat;
	color: #000000;
}
.thin {
	font-family: "Kozuka Gothic Pro", "Verdana", sans-serif;
	font-size: 18pt;
	font-weight: lighter;
}
.bold {
	font-family: "Impact", sans-serif;
	font-size: 17pt;
}

#contact {
	background-image: url(images/bg-contact.jpg);
	width: 250px;
	height: 231px;
	background-repeat: no-repeat;
	float: right;
}

/* Content elements */
#content {
	min-height: 600px;
	background-image: url(images/bg-body.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px 275px 0px 251px;
	font-family: "Kozuka Gothic Pro", "Verdana", sans-serif;
	font-size: 10pt;
}
.header-image {
	margin: 40px 0px 0px 0px;
}
img {
	margin: 20px 0px 0px 0px;
}
a img {
	border: none;
}
h2 {
	font-family: "Impact", sans-serif;
	font-size: 20pt;
	margin: 25px 0px 5px 0px;
}
h3 {
	font-family: "Impact", sans-serif;
	font-size: 16pt;
	margin: 25px 0px 5px 0px;
}
p {
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
a {
	text-decoration: none;
}
#content a {
	color: #54321c;
	font-weight: bolder;
}
#content a:hover {
	text-decoration: underline;
	color: #754e35;
}
table {
	margin: 40px 0px 0px 0px;
}
#tandc {
	margin: 40px 0px 0px 0px;
}
td {
	padding: 5px 0px;
	font-family: "Kozuka Gothic Pro", "Verdana", sans-serif;
	font-size: 10pt;
}
#specs td {
	padding: 5px;
}

#footer {
	height: 59px;
	background-image: url(images/bg-footer.jpg);
	background-repeat: no-repeat;
	font-family: "Kozuka Gothic Pro", "Verdana", sans-serif;
	font-size: 10pt;
	padding: 60px 0px 0px 0px;
	text-align: center;
}
#footer a {
	color: #000000;
}
#footer a:hover {
	text-decoration: underline;
}
.center {
	text-align: center;
}
#ebay-box {
	border: 1px solid #000;
	padding: 20px;
}

/* Gallery Elements */
#image-gallery {
	margin: 20px 0px 0px 0px;
}
#image-gallery img {
	margin: 4px;
	border: 1px solid #000;
}


.clear {
	clear: both;
	position: relative;
	top: -250px;
}
.float_image {
	margin: 5px 10px 0px 0px;
	float: left;
}
.atl {
	margin: 0px;
	padding: 0px;
	position: relative;
	top: 3px;
}
.contact_info {
	margin: 5px 0px 0px 0px;
	float: left;
}