body { margin:10px 0px; text-align:center; font-family:verdana,arial; font-size:13px; }
h1,h2,h3 { margin:0px 0px 5px 0px; }
h1 { font-size:28px; }
h2 { font-size:17px; }
a { text-decoration:none; }
#wrapper { width:960px; margin:0px auto; background-color:#F2D7B6; }
#header { text-align:left; }
#page { margin:10px; text-align:left; background-color:#FFFFFF; }
#footer { padding:10px; font-size:13px; color:#FFFFFF; background-color:#204C73; }
#footer p { line-height:1.5em; margin:0px; }
#footer a { text-decoration:none; font-weight:bold; color:#FFFFFF;}
#footer a:hover { text-decoration:underline; }

#nav { background:#e1e1e1; padding:8px; font-size:large; }
#page #nav a { color:#204C73; font-weight:bold; font-size:large; text-decoration:none; }
#page #nav a:hover { text-decoration:underline; }

#page .between,.copybox { margin:0px 10px;}
#page .between p { margin:0px; padding:0px; }
#page .copybox { overflow:hidden; padding:10px; background-color:#FFFBCC; border:1px solid #E6DB55; width:90%; margin:0px auto; font-size:11px; }
#page .headimg { margin:0px auto 20px auto; display:block; }
#page .headline { font-size:14px; margin:20px 10px 30px 10px; }
#page .bottomtext { font-size:14px; margin:10px 10px 20px 10px; }
#page .section { overflow:hidden; padding:10px; background-color:#F7F7F7; border:1px solid #dddddd; width:90%; margin:0px auto;}
#page .section img { width:200px; height:200px; float:left; margin:0px 10px 10px 0px;}
#page .section .copy { width:64%; float:left; }
#page .section p { line-height:1.5em; margin:0px; padding:0px; }
#page .section h2 { font-size:14px; }
#page .section .price { margin-top:7px; }
#page .section .price span { display:block; font-size:22px; }



#page button.buy {
display:block;
margin-left:auto;
margin-right:auto;
width:85%;
	margin-top:8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#ff2819 0%,
		#ab0000);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff2819),
		to(#ab0000));
	background-color:#ab0000;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #7d0000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

#page button.buysmall {
display:block;
margin-left:auto;
margin-right:auto;
width:25%;
	margin-top:8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
	padding: 10px 20px;
	background: -moz-linear-gradient(
		top,
		#ff2819 0%,
		#ab0000);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ff2819),
		to(#ab0000));
	background-color:#ab0000;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 1px solid #7d0000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}

#sidebar .section button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #595959;
	padding: 5px 10px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#f7faf0 25%,
		#f7faf0);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffffff),
		color-stop(0.25, #f7faf0),
		to(#f7faf0));
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #f0f0f0;
	-moz-box-shadow:
		0px 1px 3px rgba(107,107,107,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(107,107,107,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	box-shadow:
		0px 1px 3px rgba(107,107,107,0.5),
		inset 0px -1px 0px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 1px rgba(089,089,089,0.1),
		0px 1px 0px rgba(255,255,255,0.3);
}