@charset "utf-8";
/* CSS Document */
* {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background: url(img/topback.jpg) repeat-x top left;
}
h1 {
	padding-left: 10px;
	font-size: 1.3em;
	line-height: 130%;
}
h2 {
	padding-left: 10px;
	font-size: 1.2em;
	line-height: 120%;
}
h3 {
	padding-left: 10px;
	font-size: 1.1em;
	line-height: 110%;
}
p {
	padding-left: 10px;
	font-size: 1em;
	line-height: 100%;
}
div#wrapper {
	clear: both;
	margin: 0px auto;
	width: 920px;
	height: 100%;
}
#header {
	width: 920px;
	height: 60px;
	float: left;
	padding: 0px; margin: 0px;
	clear: both;
}
#main {
	width: 920px;
	padding: 0px; margin: 0px;
	float: left;
	background: url(img/mainback.jpg) repeat-x top left;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
}
#left-column {
	float: left;
	width: 250px;
	margin: 0px; padding: 0px;
	border-right: 1px solid #CCCCCC;
}
#content {
	width: 669px;
	float: left;
	margin: 0px; padding: 0px;
}
#left-column h1 {
	margin-top: 40px;
}
#left-column ul {
	width: 250px;
	margin: 0px; padding: 20px 0px 0px 0px;
}
#left-column ul li {
	list-style: none;
	border-bottom: 1px solid #DDDDDD;
	margin-left: 10px;
	line-height: 200%;
	font-size: 11px;
	margin-top: 2px;
}
#left-column ul li a {
	display: block;
	font-weight: bold;
	padding-left: 10px;
	color: #006699;
	border-left: 4px solid #AAAAAA;
	text-decoration: none;
}
#left-column ul li a:hover {
	display: block;
	background-color: #006699;
	color: #FFFFFF;
}
#left-column ul li a#current {
	display: block;
	background-color: #006699;
	color: #FFFFFF;
}
#footer {
	float: left;
	clear: both;
	width: 920px;
	height: 120px;
	margin-bottom: 10px;
	background: url(img/bottback.jpg) repeat-x bottom left;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.button {
	border: 1px solid #AAAAAA;
	font-weight: bold;
}
.insertprod {
	/* float: left; */
	margin: 40px auto 10px auto;
	width: 462px;
	padding: 5px;
	float: none;
	position: relative;
	/* border-collapse: collapse; */
}
.insertprod #line {
	float: left;
	width: 448px;
	line-height: 200%;
	border: 1px solid #DDDDDD;
}
.insertprod #line #left {
	float: left;
	width: 190px;
	font-weight: bold;
	text-align: right;
	padding-right: 5px;
	margin: 1px;
}
.insertprod #line #right {
	float: left;
	width: 248px;
	margin: 1px;
}
a.main {
	display: block;
	line-height: 200%;
	text-decoration: none;
	color: #999999;
}
a.main:hover {
	background-color: #CCCCCC;
	color: #FFFFFF;
}
div#proditem {
	float: left;
	width: 600px;
	padding: 5px;
	border-bottom: 1px solid #CCCCCC;
}
div#proditem:hover {
	background-color: #EEEEEE;
}
ul.category {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.category li {
	list-style: none;
	display: block;
	line-height: 200%;
	padding: 0px 5px;
	margin: 0px;
}
ul.category li a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #000000;
}
ul.category li a:hover {
	background-color: #FFFFFF;
	color: #999999;
}