html, body, div, h1, ul, li, form, label, img.noborder {
	margin: 0;
	padding: 0;
	border: none;
}

img {
	padding: 1px;
	margin: 0 1em;
	background-color: #fff;
	border: 1px solid #cfcdce;
}

p {
	margin-bottom: 2em;
	text-align: justify;
}


a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #484848;
}

a:hover, a:active {
	color: #0072ff;
}

body {
	background: #ffa510 url(../image/background.jpg) top left repeat-x scroll;
	font: normal normal normal 11px/1.3 Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #484848;
	text-align: center;
}

h1, #content {
	text-align: left;
	margin: 0 auto;
	width: 550px;
}

h1 {
	background: transparent url(../image/logo.jpg) top left no-repeat scroll;
	padding: 143px 25px 0 185px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 22px;
}

#content {
	position: relative;
	background: #ffd895 url(../image/content.jpg) top left repeat-x scroll;
	padding: 25px 25px 10px 185px;
	overflow: hidden;
	clear: both;
}

#menu-left ul, #menu-left ul li {
	list-style: none;
}

#menu-left {
	float: left;
	background: #000 url(../image/people.jpg) top left no-repeat scroll;
	padding-top: 158px;
	margin: -25px 0 2em -185px;
	width: 173px;
	text-align: center;
}

#menu-left ul li {
	background: #ff9e37 url(../image/tree.jpg) 15px 0px no-repeat scroll;
	border-top: 1px solid #fff;
}

#menu-left ul li a {
	display: inline-block;
	line-height: 24px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	font: bold 14px/24px Arial, Helvetica, sans-serif;
	color: #fff;
}

#menu-left ul li ul {
	border-top: 1px solid #fff;
	padding: 1em 0 1em 2em;
}

#menu-left ul li ul li {
	color: #fff;
	border: none;
	background: transparent;
	list-style-type: square;
	list-style-position: outside;
	font-size: 17px;
	line-height: 14px;
	text-align: left;
}

#menu-left ul li ul li a {
	text-transform: none;
	font-weight: bold;
	text-align: left;
	font-size: 13px;
	line-height: 1.3em;
	vertical-align: top;
}

#menu-left ul li ul li ul {
	border: none;
	padding: 0 0 0 1em;
}

#menu-left ul li ul li ul li {
	list-style-type: none;
}

#menu-left ul li ul li ul li a {
	font-weight: normal;
	display: block;
}

#menu-left li a:hover, #menu-left li a:active {
	color: #fffd66;
}

form p {
	margin: 0.2em 0;
	padding: 0;
	white-space: nowrap;
	width: auto;
}

form p label {
	float: left;
	width: 200px;
	text-align: right;
	margin-right: 0.2em;
}

#contact {
	float: right;
	margin-top: -18em;
}

#contact p {
	white-space: nowrap;
}

#contact p input, #contact p textarea {
	width: 230px;
}

#contact p textarea {
	height: 10em;
}

div.error, div.success {
	border: 5px solid;
	background-color: #fff1d8;
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 120%;
}

div.error {
	border-color: #ff4848;
}

h2 {
	text-align: center;
	font-size: 15px;
}

div.success {
	border-color: #75ff63;
}

#pagesystem {
	text-align: center;
	line-height: 16px;
	font-size: 12px;
	padding: 0.5em 0;
	margin-bottom: 1em;
	border: 1px solid #f9952d;
	border-left: none;
	border-right: none;
}

#pagesystem span {
	display: block;
	font-weight: bold;
}

div.product {
	overflow: hidden;
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid #f9952d;
}

div.product h2 {
	text-align: center;
	font-size: 14px;
}

div.product img {
	float: left;
	cursor: pointer;
	cursor: hand;
}

div.product table {
	width: 350px;
	text-align: left;
	border-collapse: separate;
	border-spacing: 0 1px;
	margin-bottom: 1em;
	empty-cells: show;
}

div.product table th, div.product table td {
	border-bottom: 1px solid #ffc35a;
	width: 50%;;
}

div.product table tr *:first-child {
	background-color: #ffcf7b;
}

div.product form {
	clear: both;
}

div.product form button {
	margin-top: 1em;
}

#category_list {
	display: inline-block;
	border: 1px solid #ff9e37;
	background-color: #fff1d8;
	padding: 2px;
	padding-left: 1.4em;
}

#category_list ul {
	padding-left: 1.4em;
}

#category_list li {
	cursor: default;
}

li.listClicked {
	background-color: #ff9e37;
	color: #fff;
}

span.help span, span.help {
	border: 1px solid #ff9e37;
	color: #ff9e37;
	font-weight: bold;
	background-color: #fff1d8;
}

span.help {
	display: inline-block;
	width: 1.2em;
	height: 1.4em;
	text-align: center;
	vertical-align: middle;
	position: relative;
	cursor: help;
}

span.help span {
	visibility: hidden;
	position: absolute;
	top: 0;
	right: 1.5em;
	padding: 2px;;
	z-index: 2;
}

span.help:hover > span {
	visibility: visible;
}

#prevImg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	text-align: center;
	display: none;
}

#prevImg div {
	position: absolute;
	top: 50%;
	left: 50%;
	border: 3px solid #AAA;
	margin: -38px 0 0 -128px;
	background: white url(../image/loader.gif) center center no-repeat scroll;
	height: 70px;
	width: 250px;
}

#prevImg div img {
	padding: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	cursor: pointer;
	cursor: hand;
	visibility: hidden;
}
