﻿body { 
	padding: 0; 
	margin: 0; 
	font: 0.74em Arial, Helvetica, sans-serif; 
	line-height: 1.5em;
	background: #fff; 
	color: #454545; 
}

a {
	color: #3F4C6B; 
}

a:hover {
	color: #C3593C;
}


h2 { 
	margin: 0 0 5px 0; 
	padding: 0; 
	font: bold 1.5em Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #464548; 
}


p {	margin: 0 0 5px 0; }

ul { 
	margin: 0; 
	padding : 0; 
	list-style : none; 
}

.content { 
	margin: 10px auto;
	width: 800px; 
}

.logo {
	float: left;
	width: 180px;
	height: 101px;
	
}

.header_right {
	float: right;
	width: 550px;
	height: 101px;
}

.top_info {
	width: 540px;
	margin: 23px 0 10px 0;
	padding: 0 5px 5px 0;
	text-align: right;
	background: #fff url(/images/dot.gif) repeat-x bottom;
	color: #444;
}

.purchase {
	width: 750px;
	margin: 0;
	padding: 0;
	background: #fff url(/images/dot.gif) repeat-x bottom;
	color: #444;
}

.bar { 
	text-align: right;
	font-size: 1.1em;
	font-weight: bold;
	height: 30px; 
}

	.bar li { 
		
		padding: 0px 10px 8px 10px;
		color: #3F4C6B;
		display: inline;
	}
	
	.bar a { 
		color: #3F4C6B; 
	} 

.subheader {
	clear: both;
	margin: 3px 0 20px 0;
	padding: 8px;
	background: #f4f4f4;
	color: #808080;
	border-bottom: 1px solid #ccc;
}

.left {
	float: left;
	width: 800px;
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
}
	
.thumb {
	float: left;
	width: 750px;
	border: 1px solid #d4d4d4;
	margin: 0 15px 25px 0;
	padding: 5px;
}	
	
.footer { 
	clear: both; 
	text-align: center;
	line-height: 1.8em;
	color: #808080;
	background: #FFF url(/images/dot.gif) repeat-x;
	padding: 8px 0;
}

.footer a {
	color: #C3593C;
	background: inherit;
}