@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(images/background.png);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #E2E2E2;
}
#wrap {
	margin-top: -8px;
	margin-right: auto;
	margin-bottom: -10px;
	margin-left: auto;
	width: 1024px;
	background-repeat: repeat-y;
	background-color: #FAFDFF;
	padding-bottom: 10px;
}
#logo {
	width: 500px;
	float: left;
}
#search {
	float: right;
	margin-right: 5px;
	margin-top: 50px;
}
#header {
	clear: both;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 220px;
}
#logo img {
	border: none;
}
#menu {
	font-size: 24px;
	margin-top: -20px;
	width: 960px;
	margin-left: 30px;
}
#menu a {
	text-decoration: none;
}
#menu li {
	list-style-type: none;
	display: inline;
	margin-left: -5px;
}
#menu img {
	border: none;
	margin-right: -6px;
	margin-left: -6px;
}
#divider {
	clear: both;
}
#content {
	width:918px;
	margin-right:57px;
	margin-left:57px;
}

#side1 {
	background-image: url(images/side1.png);
	background-repeat:repeat-y;
	background-position:left;
}
#side2 {
	background-image: url(images/side2.png);
	background-repeat:repeat-y;
	background-position:right;
}
#imgs {
	width: 305px;
	float: left;
}
#side1 img {
	margin-left: 15px;
}

#information {
	width: 610px;
	float: right;
	margin-right: 3px;
}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 26px;
	margin-top: -10px;
}
#footer a:link, a:visited {
	color: #0000FF;
	text-decoration: none;
}
#footer a:active {
	color: #0000FF;
	text-decoration: none;
}
#footer a:hover {
	color: #0000FF;
	text-decoration: underline;
}
#footer img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#copyright {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #808080;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	clear: both;
	text-align: right;
}
#copyright a {
	color: #A0A0A4;
	text-decoration: underline;
}
#box {
	background-image: url(images/side1a.png);
}
.catalog {
	list-style-type: none;
}

#sitemap a {
	color: #00F;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sitemap {
	background-color: #F3F7FC;
}

