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

body {
	background-color:#dedede;
	margin:0;
	padding:0;
}
body, p {
	font: "Times New Roman", Times, serif;
	font-size:12pt;
	line-height:16pt;
}
h1, h2 {
	font:"Times New Roman", Times, serif;
}
h1 {
	font-size:16pt;
}
h2 {
	font-size:14pt;
}
#container {
	margin-left:auto;
	margin-right:auto;
	width:680px;
	padding-left:20px;
	padding-right:20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#fff;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

#header {
	width:100%;	
	padding-bottom:10px;
}
#header h1 {
	display:none;
}
#header .headerimage {
	margin-left:auto;
	margin-right:auto;
	width:376px;
}
#header .headerimage img {
	border: 0;	
}
#menu {
	margin-left:auto;
	margin-right:auto;
	width:380px;	
}
#menu ul {
	list-style-image:none;
	list-style-position: inside;
	list-style-type:none;
	padding:0;
	margin:0;
}
#menu ul li {
	display:inline;
	font:Tahoma, sans-serif;
	font-size:12px;
	margin:0;
	padding: 2px 3px 2px 3px;
	font-weight:400;
	letter-spacing:0.1em;
	color:#333;
}
#menu ul li a {
	color:#333;
	text-decoration: none;
}
#menu ul li a:hover {
	color:#000;
	text-decoration: underline;
}
#footer {
	margin-left:auto;
	margin-right:auto;
	padding-top:20px;
	width:300px;
	font-size:9pt;
	color: #444;
}
#footer a {
	color: #444;
	text-decoration:none;
}
#footer a:hover {
	color: #444;	
	text-decoration:underline;
}
.leftimage {
	float:left;
	padding: 0 5px 5px 0;
}
.leftimage img {
	border: 1px solid #333;
}
.rightimage {
	float:right;
	padding: 0 0 5px 5px;
}
.rightimage img {
	border: 1px solid #333;
}
.centerimage {
}
.centerimage img {
	border: 1px solid #333;
}
.contentlist ol {
	list-style-position:outside:
	padding: 5px 0 0 0;
}
.contentlist ol li {
	margin:0;
	padding: 0 0 10px 0;
}
.purchase {
	font-weight:bold;
}
.caption {
	font-size:10pt;
	color:#333;
	line-height:10pt;
}
.buynow {
	padding:0;
	margin:0;
	font-size:10pt;
	color:#333;
}

.buynow a, .buynow a:visited {
	color:#333;
	text-decoration: none;	
}

.contactwrapper {
	width:100%;
}

.contactlabel {
	width:200px;
	text-align:right;
	font-weight:bold;
	padding-right:7px;
}
.contactsubmitbutton {
	text-align:right;
	padding-top:7px;
}
.contactinput {
	border: 1 outset rgb(50,50,50);
}