body {
	margin:0px;
	border:0px;
	padding:0px;
	background-color:#404040;
	font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size:12px;
	line-height:16px;
}

h2 {
	margin:0px;
	padding:0px;
	font-size:30px;
	line-height:32px;
}

h3 {
	margin:0px;
	padding:0px;
	font-size:20px;
	line-height:32px;
}

h4 {
	font-size:16px;
	line-height:16px;
	padding:0px;
	margin:0px;
}

a {
	color:#404040;
	text-decoration:underline;
}

a:hover {
	color:#c0c0c0;
}

.spanner {
	position:relative;
	width:100%;
}

.centered {
	position:relative;
	width:0px;
	left:50%;
}

.block_800 {
	position:relative;
	left:-400px;
	width:820px;
	text-align:left;
}

.text_column {
	width:185px;
	float:left;
	margin-right:20px;
}

.text_column_3 {
	width:595px;
	float:left;
	margin-right:20px;
	text-align:center;
}

.half_down {
	position:relative;
	top:400px;
}

.thumb_caption {
	margin-top:6px;
}

.pad_top_20 {
	margin-top:20px;
}

.buy_button {
    border: none;
    background: url('images/buy-button-off.png') no-repeat top left;
    padding: 5px;
	margin:0px;
	width:80px;
	height:24px;
	font-weight:bold;
	font-size:12px;
	font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
	cursor:pointer;
}

.buy_button:hover {
    background: url('images/buy-button-over.png') no-repeat top left;
}

a.thumb {
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	margin-top:20px;
	display:block;
	min-height:210px;
}

a.thumb:hover {
	color:#ffffff;
}

#header {
	background-image:url(images/bg-header.png);
	height:110px;
	z-index:30;
}

#header_content {
	padding:38px 0px 22px 0px;
}

#middle {
	top:-13px;
	background-image:url(images/bg-middle.jpg);
	background-color:#808080;
	background-position:center;
	background-repeat:repeat-y;
	z-index:10;
}

#middle_content {
	padding-top:60px;
	padding-bottom:80px;
}

#footer {
	background-image:url(images/bg-footer.png);
	z-index:20;
	top:-36px;
}

#footer_content {
	padding-top:26px;
}

#footer_content .text_column ul {
	padding:0px;
	margin:0px;
	margin-top:2px;
}

#footer_content .text_column li {
	line-height:16px;
	margin:0px;
	padding:0px;
	list-style-type:none; 
	font-size:11px;
}

#footer_content .text_column li a {
	text-transform:uppercase;
	color:#808080;
	text-decoration:none;
}

#footer_content .text_column li a:hover {
	color:#c0c0c0;
	text-decoration:underline;
}