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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/********* end reset **********/

body {
	background-color:#333;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-size:24px;
}
h2 {
	font-size:18px;
	line-height:.5;
}
hr {
	border:solid #ccc 1px;
	color:#000;
	margin:0;
	padding:0;
}
.header {
	width:auto;
	height:72px;
}
.logo {
	padding:17px 0 0 22px;
	float:left;
}
.header-nav {
	float:right;
	margin:25px 15px 0 0;
	font-size:12px;
}
.header-nav a{
	color:#fff;
	text-decoration:none
}
.header-nav li{
	list-style:none;
	display:inline;
	padding:1px 10px;
	color:#fff;
}
.dark-red {
	color:#903;
}
.brdr-r-wht {
	border-right:solid 1px #f7f7f7;
}
.brdr-r-blck {
	border-right:solid 1px #ccc;
}
.main-content {
	background-color:#f7f7f7;
	padding:0 0 25px 0;
	min-height:475px;
	width:100%;
}
.nav {
	width:auto;
	padding:10px 15px;
	border-bottom:solid #333 2px;
}
.nav li{
	list-style:none;
	display:inline;
	padding:1px 10px;
}

.nav a {
	text-decoration:none;
	color:#000;
}
.nav a:hover {
	color:#903;
}
#fontpage-images {
	width:630px;
	height:225px;
	margin:auto;
	display:block;
	margin-top:60px;
	overflow:hidden;
}
#fontpage-images a {
	color:#333;
	text-decoration:none;
}
#fontpage-images div {
	display:inline;
	float:left;
	padding:5px;
}

.text-box1 {
	width:610px;
	margin:auto;
	padding:30px 0 30px 0;
	color:#333;
	font-size:12px;
	line-height:1.5;
}
.category {
	margin:25px 0 0 25px;
	color:#bbb;
}
.wrapper {
	width:1025px;
	height:400px;
	margin:25px auto 0 auto;
}
.thumb {
	width:300px;
	height:400px;
	float:left;
}
.thumb td {
	padding-right:10px;
	padding-bottom:10px;
}
.thumb table {
	float:right;
}
.image-large {
	width:325px;
	height:400px;
	float:left;
	padding:0 35px 0 35px;
	text-align:center;
}
.image-large img{
	margin:auto;
}
.info {
	width:325px;
	height:400px;
	float:left;
	font-size:14px;
	line-height:1.2;
}
.price-wrap {
	width:auto;
	height:50px;
}
.price {
	width:auto;
	float:left;
	font-size:16px;
	margin-top:20px;
}
.price-style {
	font-weight:bold;
	font-size:19px;
	
}

.purchase-wrap {
	width:250px;
	float:left;
	text-align:left;
	padding-right:10px;
	margin-top:15px;
	clear:both;
}
.button1 {
	background-color:#ffa800;
	border:solid 1px #ff6000;
	padding:5px 15px;
	font-size:16px;
	color:#fff;
}
.active1 a{
	color:#903;
}
#bio-wrap {
	width:700px;
	padding:25px 0 50px 0;
	margin:auto;
	line-height:1.5;
	color:#666;
}