* {
	margin: 0;
	padding: 0;
}

html, body {
	margin: 0;
	padding: 0;
	background: #FFF1B1 url('gradient.jpg') repeat-x;
	font-family: 'tahoma ce', tahoma, 'verdana ce', 'verdana', 'arial ce', 'helvetica ce', arial, lucida, sans-serif;
	text-align: center;
}

#container {
	margin: 0 auto;
	width: 1002px;
	text-align: left;
}


/* Top Navigation */
#top-navigation {
	height: 42px;
	background: url('paper-top.jpg') no-repeat;
}

#top-navigation ul {
	margin-left: 550px;
	list-style-type: none;
}

#top-navigation li {
	float: left;
	margin-left: 22px;
	padding-left: 22px;
	height: 42px;
	line-height: 42px;
	list-style-type: none;
}

#top-navigation a {
	font-size: 11px;
	text-decoration: underline;
	color: #98782D;
}

#top-navigation a:hover {
	text-decoration: none;
	color: #553F0A;
}

#top-navigation li#home {
	background: url('home.jpg') no-repeat;
	background-position: 0% 60%;
}

#top-navigation li#sitemap {
	background: url('sitemap.jpg') no-repeat;
	background-position: 0% 60%;
}

#top-navigation li#search {
	background: url('search.jpg') no-repeat;
	background-position: 0% 60%;
}

#top-navigation li#search div {
	float: left;
	margin-top: 14px;
    height: 20px;
	line-height: 20px;
}

#top-navigation li#search div#search-box {
	padding-top: 1px;
	padding-left: 4px;
	background: url('search-box.gif') no-repeat;
}

#top-navigation li#search div input#keywords {
	width: 100px;
	height: 13px;
	border: 0;
	font-family: 'tahoma ce', tahoma, 'verdana ce', 'verdana', 'arial ce', 'helvetica ce', arial, lucida, sans-serif;
}


/* Header */
h1 {
	height: 207px;
	background: url('heading.jpg') no-repeat;
}

h1 img {
	margin-top: 52px;
	margin-left: 35px;
	border: 0;
}


/* Content */
#content {
	background: url('content.jpg') repeat-y;
}

#content #text {
	float: left;
	width: 689px;
}

#content #text h2 {
	padding-top: 9px;
	padding-right: 55px;
	height: 49px;
	background: url('heading2.jpg') no-repeat;
	font-weight: normal;
	font-size: 18px;
	text-align: right;
	color: #F3E2AB;
}

#content #text #page {
	margin-left: 95px;
	width: 575px;
	font-size: 12px;
}

#content #text #page h3 {
	margin-top: 15px;
    margin-bottom: 3px;
	padding-left: 22px;
	border-bottom: 1px #886E29 dotted;
	font-size: 13px;
	color: #C8A644;
}

#content #text #page .message {
	margin-bottom: 15px;
}

#content #text #page .message .head {
	margin-bottom: 3px;
	padding-left: 22px;
	padding-right: 8px;
	line-height: 15px;
	border-bottom: 1px #886E29 dotted;
	font-size: 11px;
	color: #C8A644;
	text-align: right;
}

#content #text #page .message .head h3 {
	float: left;
	margin-top: 0;
	padding-left: 0;
	border: 0;
}

#content #text #page p {
	margin-bottom: 15px;
	line-height: 19px;
	text-indent: 22px;
	text-align: justify;
}

#content #text #page ul {
	margin-left: 15px;
	list-style-type: square;
}

#content #text #page li {
	line-height: 16px;
	list-style-type: square;
}

#content #text #page a {
	border-bottom: 1px #EC4624 dotted;
	text-decoration: none;
	color: #EC4624;
}

#content #text #page a img {
	border: 0;
}

#content #text #page a:hover {
	background: #FDF4C3;
	border-bottom: 1px solid;
}

#content #text #page #breadcrumb {
	margin-top: 18px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #886E29;
}

#content #text #page #breadcrumb a {
	border: 0;
	text-decoration: underline;
	color: #D4B128;
}

#content #text #page #breadcrumb a:hover {
	background: none;
	text-decoration: none
}

#content #text #page #breadcrumb a#main {
	color: #886E29;
}

#content #menu {
	float: left;
	width: 263px;
}

#content #menu ul {
	margin-left: 3px;
	list-style-type: none;
}

#content #menu li {
	margin-bottom: 3px;
	width: 258px;
	list-style-type: none;
}

#content #menu ul li a {
	display: block;
	padding-left: 54px;
	height: 38px;
	line-height: 38px;
	border: 1px #EDCB25 solid;
	background: url('menu-link.jpg') no-repeat;
	background-position: 50% 50%;
	font-size: 14px;
	color: #C7A641;
	text-decoration: underline;
}

#content #menu ul li #active, #content #menu ul li a:hover {
	border: 1px #EC6868 solid;
	background: url('menu-active.jpg') no-repeat;
	background-position: 50% 50%;
	color: #F15858;
}

#content #menu #contacts {
	margin-top: 13px;
	margin-left: 8px;
	padding-left: 50px;
	padding-bottom: 8px;
	width: 195px;
	_width: 245px;
	height: 65px;
	line-height: 16px;
	background: url('contacts.jpg') no-repeat;
	border-bottom: 1px #B6ABA8 solid;
	font-size: 12px;
	color: #515151;
}

#content #menu #contacts a {
	color: #515151;
	text-decoration: underline;
}

#content #menu #contacts a:hover {
	text-decoration: none;
}

#content #menu #manufacturers {
	margin-top: 13px;
	text-align: center;
}

#content #menu #manufacturers div {
	margin-bottom: 8px;
}

#content #menu #manufacturers div img {
	border: 0;
}

#content #clear {
	clear: both;
	height: 15px;
}


/* Footer */
#footer {
	margin-bottom: 25px;
	padding-top: 28px;
	padding-left: 82px;
	background: url('footer.jpg') no-repeat;
	font-size: 11px;
	color: #896C2A;
}

#footer img {
	float: left;
	margin-right: 12px;
}

#footer a {
	color: #896C2A;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#footer div {
	margin-top: 2px;
	color: #CDA52B;
}

#footer div a {
	color: #CDA52B;
	text-decoration: underline;
}

#footer div a:hover {
	text-decoration: none;
}
