/* Elements */
body {
	background:#efe;
	background-attachment:fixed;
	background-image:url(watermark.jpg);
	background-position:0 0;
	background-repeat:no-repeat;
	
	color:#eee;
	font-family: Trebuchet MS, arial, helvetica, sans-serif;
	font-size:small;
	margin:4px;
	padding:0;
	text-align:center;
}
html, body {
	height:100%;
	min-height:100%;
}
a {
	color:#fff;
}
h1 {
	font-weight:bold;
	border-bottom:5px solid #268;
	margin-top:5px;
}
h2 {
	/* background:#053; */
	border-bottom:2px solid #286;
	border-left:10px solid #286;
	clear:both;
	padding-left:5px;
}
h3 {
	font-size:1.3em;
	font-weight:bold;
	margin:0;
}
img {
	border:2px solid #fff;
	margin:10px;
}
fieldset {
	border:2px solid #ccc;
	margin-left:10%;
	width:80%;
}
* html fieldset {
	padding:1em;
}
input, textarea {
	background-color:#eee;
	border:1px solid #ccc;
	color:#333;
	width:100%;
}
legend {
	background-color:#268;
	border:2px solid #ccc;
	color:#fff;
	font-weight:bold;
	margin:0;
	margin-top:1.25em;
	padding-left:1em;
	padding-right:1em;
}

/* IDs */
#container {
	background:#000;
	border:2px solid #fff;
	margin:auto;
	/* min-height:100%; */
	padding:0;
	text-align:left;
	width:690px;
}
* html #container {
	height:100%;
}
#content {
	padding:10px;
}
#header {
	background-image:url('images/header.jpg');
	height:74px;
}
#menu {
	background:#fff;
	background-image:url(images/menubg.gif);
	border-left:1px solid #000;
	border-right:1px solid #000;
	color:#333;
	font-size:1.2em;
	font-weight:bold;
	padding:2px;
}

/* Classes */
.clear {
	clear:both;
	height:1%;
}
* html .clear {
	font-size:0.1em;
}
.formfieldtitle {
	color:#fff;
	font-weight:bold;
}
.hideleft {
	left:-999em;
	position:absolute;
}
.pagelinks {
	/*float:left;*/
	font-size:0.9em;
	list-style:none;
	padding:0;
	margin:0;
	/*width:300px;*/
}
.pagelinks img {
	border:0;
	margin:2px;
	vertical-align:middle;
}
.pagelinks li {
	background:#444;
	border-left:6px solid #268;
	border-right:2px solid #268;
	color:#fff;
	/* float: left; */
	margin:1px;
	padding:0;
}
.pagelinks a {
	border-bottom:1px solid #999;
	color:#fff;
	display:block;
	font-weight:bold;
	height:45px;
	margin:0;
	padding-bottom:0;
	padding-left:4px;
	padding-right:4px;
	text-decoration:none;
}
.pagelinks a:hover {
	background:#5791bc;
	border-bottom:1px solid #268;
	color:#fff;
}
.pagelinksline li {
	border-bottom:6px solid #268;
	border-right:6px solid #268;
	float:left;
}
.pageslist {
	list-style:none;
	padding:0;
	margin:0;
}
.pageslist li {
	color:#333;
	float: left;
	margin:1px;
	margin-left:5px;
	margin-bottom:4px;
	padding-left:2px;
	padding-right:2px;
}
.pageslist a {
	border-bottom:2px solid #57bc91;
	color:#268;
	display:block;
	font-weight:bold;
	padding:2px;
	padding-bottom:0;
	padding-left:4px;
	padding-right:4px;
	text-decoration:none;
}
.pageslist a:hover {
	/*background:#5791bc;*/
	border-bottom:2px solid #268;
	color:#000;
}
.productinfo img {
	margin-top:0;
}