* {  
	margin:0;
	padding:0;
} 

body {
	text-align:center;
	background-color:#fff;
	color:#333;
	font-family:"myriad pro", verdana, sans-serif;
	font-size:1em;
	background-image:url(/i/bg.gif);
}

a:link, a:visited {
	color:#395e18;
}
a:hover {
	color:#0095CC;
}

h1, h2, h3, h4 {
	margin:1em 0;
}
h2 {
	font-size:1.3em;
	display:none;
}
h3 {
	font-size:1.1em;
	text-align:center;
	background-image:url(/i/bg2.jpg);
	background-repeat:repeat-x;
	background-position:center -200px;
}
h4 {
	font-size:1em;
}
p {
	line-height:1.4em;
	margin:1.2em 0;
}
li {
	line-height:1.4em;
}
blockquote {
	margin:0 2em;
}

ul {
	margin-left:2em;
}

img {
	border:none;
}

hr {
	clear:both;
	color:#ccc;
	background-color:#ccc;
	border:none;
}

textarea {
	overflow:auto;
}

.print {
	display:none;
}

#container {
	position:relative;
	margin:0 auto;
	text-align:center;
	width:732px;
	min-height:800px;
	background-image:url(/i/contentbg.gif);
	background-repeat:repeat-y;
	background-position:0;
}

#head {
	height:234px;
	width:688px;
	margin-left:23px;
}

#nav {
	text-align:center;
	background-color:#000;
	width:688px;
	margin-left:23px;
}

#nav ul, #foot ul {
	list-style-type:none;
	margin:0 auto;
}
#nav li, #foot li {
	display:inline;
}
#nav li a:link, #nav li a:visited, #foot li a:link, #foot li a:visited {
	text-decoration:none;
	color:#fff;
	margin:3px 20px;
}

#nav li a:hover, #foot li a:hover {
	color:#0095CC;
}

#text {
	text-align:left;
	padding:20px 100px;
}

.callout {
	color:#777c4a;
	width:230px;
	float:right;
	margin-top:40px;
}

#order {
	position:absolute;
	top:256px;
	right:21px;
}

#foot {
	clear:both;
	background-color:#000;
	height:160px;
	width:688px;
	margin-left:23px;
	padding-top:20px;
	background-image:url(/i/footstrip.jpg);
	background-repeat:no-repeat;
}

.imageleft, .imageright {
	padding:5px;
	border:#ccc solid 1px;
	background-color:#fff;
}
.imageleft {
	float:left; 
	margin-right:14px;
}
.imageright {
	float:right; 
	margin-left:14px;
}

.product {
	width:250px;
	height:250px;
	float:left;
	padding:0 0 0 10px;
}

a:link.buy, a:visited.buy, .submit {
	background-color:#000;
	color:#fff;
	text-decoration:none;
	font-size:0.8em;
	padding:1px 3px;
}
a:hover.buy {
	background-color:#fff;
	color:#000;
}

.error {
	color:#f00;
	font-size:0.8em;
	margin-left:1em;
}

#tag {
	display:none;
}