/* global */
body { font-family: lucidia, verdana, arial; margin:0px 50px 0px 50px; background-image: url("header_bk.gif"); background-repeat: repeat-x; }
a:hover { color: red; }
a:visited { color: gray; }
body { margin:0px; background: url('/images/wood-bk.jpg') repeat; font-family: trebuchet ms, lucidia sans, verdana; }
#header {  padding:0px; text-align:center; }
#main  { background: url('/header_bk.gif') repeat-x white; min-height:500px; border: 1px solid silver; padding: 20px 50px 100px 50px; margin:0px; }
#nav { position:absolute; top:134px; right:10px; }
#nav a { 
	margin: 5px 5px;
	padding:8px 7px;
	background-color: #fdfdfd;
	text-decoration:none;
	font-size:small;
	color: black;
	font-family:trebuchet ms, verdana;
	border-bottom:2px solid silver;
}
#nav a:hover {
	background-color: black;
	color:white;
			
}
#footer { text-align:center; padding: 4px; font-size: x-small; height:100px; }

h2 { font-size: medium; }
.highlight { background-color: #FFFFCC; padding: 0px 1px 0px 1px; } 
pre { background-color: #f5f5f5; padding:2px; }
th { text-align:left; border-bottom: 1px solid silver; }
.error, .message { 
	background-color: #FFFFCC;
	border: 1px solid silver;
	padding:5px;
	margin:5px;
	
}
#newsletter {
	margin: 200px 0px 0px 0px;
	padding: 10px 20px;
	background-color: #f5f5f5;
	border: 1px solid silver;
}

#breadcrumb {
	font-size: x-small;
	margin: 20px 0px 0px 20px;
}

label {
	position:absolute;
}
#contact input, #contact textarea, #contact select {
	margin-left: 200px;
	margin-bottom: 4px;
}
.labled input, .labled textarea, .labled select {
	margin-left: 200px;
	margin-bottom: 6px;
	display:block;
}

#loginForm {
	width: 400px;
	margin: 50px 5px 50px 50px;
	font-size: medium;
}

#loginForm input {
	margin-left: 200px;
	width: 200px;
	font-size: medium;
}
#loginForm h2 {
	border-bottom: 1px solid silver;
	margin-bottom: 20px;
}

.price { 
	color: green;
	font-size: x-large;
	font-weight: bold;
}
form.paypal {
	display: inline;
}

.note { background-color: #FFFFCC; padding: 8px; margin: 4px 50px; }

ul.checkmark { list-style-image: url("/images/icons/misc/check.gif") }

.icon { vertical-align: middle; }

.cfdocs td {
	font-size: 11px;
	font-family: Verdana, arial, helvetica, sans-serif;
	padding:6px;
	background-color: #eeeeee;
}	
.cfdocs th { padding:6px; background-color: #cccccc; vertical-align:top; }
.cfdocs code { color: #000099; }
.cfdocs table { font-size: 11px; font-family: verdana, arial; width:90%; }

.cart { width:700px;}
#cartheader { top:10px; right:10px; width:150px; background-color: white; padding:8px; position:absolute; font-size:small; text-align:center; }
#cartheader a { text-decoration: none; }

.bkfade { background: url('header_bk.gif') repeat-x; }
