body {
	background-color: #A7A7A7;
	background-image: url("./images/background.jpg");
	background-repeat: repeat-x;
	background-position: center top;
	
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 50px;
	
	color: #3A3C3C;

	font-size: 11px;
	font-family: Verdana;
}

h2 {
	font-size: 17px;
	font-weight: bold;
	
	margin: 0px;
	padding: 0px;
	
	line-height: 40px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	
	margin: 0px;
	padding: 0px;
	
	line-height: 30px;
}

form {
	margin: 0px;
	padding: 0px;
}

a:LINK, a:VISITED, a:ACTIVE {
	color: #555555;
	text-decoration: none;
	
	cursor: pointer;
}

a:HOVER {
	text-decoration: underline;
}

form {
	margin: 0px;
}

#body {
	background-color: #A7A7A7;
	background-image: url("./images/body.jpg");
	background-repeat: no-repeat;
	
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	
	padding-top: 18px;
	padding-left: 10px;
	padding-right: 10px;	
	
	width: 807px;
}

#body2 {
	background-color: #DDDDDD;
	background-image: url("./images/page.jpg");
	background-position: bottom;
	background-repeat: no-repeat;
	
	padding-top: 13px;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 40px;
	
	width: 781px;
	
	overflow: hidden;
}

#header-logo {
	background-image: url("./images/logo.png");
	
	width: 781px;
	height: 52px;
}

#header-banner {
	margin-left: auto;
	margin-right: auto;
	
	width: 781px;	
	height: 205px;
	
	overflow: hidden;
}

#header-line {
	background-color: #DF5A02;

	overflow: hidden;
	
	margin-top: 1px;
	margin-left: auto;
	margin-right: auto;
	
	width: 781px;
	height: 6px;
}

.highlight, .highlight a, .highlight a:LINK, .highlight a:VISITED, .highlight a:HOVER, .highlight a:ACTIVE {
	color: #DF5A02;
	font-weight: bold;
}

.grayed, .grayed a, .grayed a:LINK, .grayed a:VISITED, .grayed a:HOVER .grayed a:ACTIVE {
	color: #8A8C8C;
}

.price {
	font-weight: bold;
}

.price-promotion {
	color: #DF5A02;
	font-weight: bold;
}

.price-old {
	color: #8A8C8C;
	text-decoration: line-through;
}

#category-list {
	margin-left: 10px;
}

.category-list-item {
	margin-bottom: 5px;
}

.category-list-item-sel {
	margin-bottom: 5px;
	font-weight: bold;
}

.category-list-item:FIRST-LETTER {
	color: #8A8C8C;
	font-weight: bold;
}

#page-footer {
	background-image: url("./images/page-footer.jpg");
	
	margin-left: auto;
	margin-right: auto;
	
	padding-top: 10px;
	padding-bottom: 5px;
	
	padding-left: 40px;
	padding-right: 40px;
	
	width: 701px;
	height: 27px;
	
	overflow: hidden;
	clear: both; 
	
	line-height: 30px;
	
	color: #DEDEDE;
}

#page-footer a:ACTIVE, #page-footer a:LINK, #page-footer a:VISITED {
	color: #DEDEDE;
	text-decoration: none;
}

#page-footer a:HOVER {
	text-decoration: underline;
}

#page-footer-contact {
	float: left;
}

#page-footer-prices {
	float: right;
}

#footer {
	margin-top: 3px;
	text-align: center;
	
	font-family: Arial;
	
	clear: both;
}

.clear {
	clear: both;
	
	visibility: hidden;
	height: 0px;
	
	overflow: hidden;
}