/* @override http://counter-print.co.uk/style/style.css */

body {
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
	background-color: #000;
	color: #ededed;
	margin: 0px;
}

div {
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#container {
	position: relative;
	width: 1095px;
}

#title {
	position: absolute;
	left: 20px;
	border-top: 12px solid #fff;
	width: 764px;
	color: #ededed;
	top: 15px;
}
#title h1, #title h2 {
	font-size: 25px;
	width: 100%;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #fff;
	margin: 0px;
	padding: 0px;
	color: #ededed;
}
#title h1 {
	font: bold 25px/32px "Helvetica Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#title h2 {
	font-weight: normal;
	font-family: Georgia,"Times New Roman",Times,serif;
}
#title .slash {
	font-family: "Helvetica Light", "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #fff;
}
#title h1.sub, #title h2.sub {
	width: 570px;
	margin-left: 194px;
	overflow: hidden;
}

#quote {
	position: absolute;
	top: 15px;
	left: 796px;
	border-top: 12px solid #fff;
	width: 182px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	line-height: 16px;
}

#links {
	position: absolute;
	top: 15px;
	left: 990px;
	border-top: 12px solid #fff;
	width: 85px;
}

#quote h3, #links h3 {
	width: 100%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0px;
	margin: 0 0px 18px;
}
#quote h3.title, #links h3.title {
	line-height: 18px;
	border-bottom: 1px solid #fff;
	margin: 2px 0px 0;
	height: 63px;
}
#quote p, #leftbar p {
	padding: 0 0px;
	line-height: 16px;
	margin: 0 0px 1px;
	font-size: 12px;
	word-spacing: -1px;
}

#leftbar {
	position: absolute;
	top: 224px;
	left: 20px;
	width: 182px;
	border-top: 1px solid #fff;
	margin-bottom: 85px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	word-spacing: -1px;
}
#leftbar h3, #contact h3 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	line-height: 16px;
	margin: 0 0px;
}
#leftlinks a {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 0px;
	margin: 2px 0px;
}

#contact {
	position: fixed;
	z-index: 1;
	bottom: 0px;
	left: 20px;
	width: 182px;
	height: 45px;
	background-color: #000;
	color: #ededed;
	border-top: 1px solid #fff;
	margin-top: 100px;
	
	/* IE6 hax */
	_position: relative;
	_left: 0px;
}

#contact p {
	margin: 0 0px;
}

#content {
	position: absolute;
	top: 224px;
	left: 214px;
	width: 764px;
	border-top: 1px solid #fff;
	padding: 6px 0px 30px 0px;
	font-family: Georgia,"Times New Roman",Times,serif;
}
#content a {
	font-weight: normal;
	font-family: Georgia,"Times New Roman",Times,serif;
}

.subcat {
	border-bottom: 1px solid #fff;
	padding: 0px 0px 0;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
	border: 0px hidden;
	border-spacing: 0px;
}
td {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 15px;
}

td p {
	margin-top:0px;
	margin-bottom: 24px;
}

a {
	color: #ededed;
	text-decoration: none;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
a:hover {
	color: #707173;
}

.description p {
	text-indent: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

select {
	border: 1px solid #fff;
	background-color: #000;
	color: #fff;
	padding: 1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-bottom: 4px;
	width: 96px;
}

.buybutton td {
	padding: 0 0 4px 0;
}
.buybutton input[type=image] {
	margin: 1.5em 0 0 0;
}
