* {
	margin: 0;
	padding: 0;
	outline: 0;
}

body {
	background-color: #ffffff;
	font-family: Myriad, Arial, Verdana;
	color: #000000;
	font-size: 11px;
}

table, tbody {
	border: none;
}

tr {
	border: none;
}

td {
	border: none;
}

img {
	border: none;
}

a {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

h1 {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

p {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

#page {
	width: 900px;
	margin: 30px auto;
}

#aboutPage {
	width: 560px;
	margin-left: 50px;
}

#aboutPage p {
	margin-bottom: 8px;
}

#aboutPage img {
	margin: 8px auto;
	display: block;
}

#contactPage {
	width: 560px;
	margin-left: 50px;
}

#contactPage td {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding: 0 30px 30px 0;
}

.menuContact ul {
	list-style: none;
	margin-top: 16px;
}

.menuContact li {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin: 4px 0;
}

.whereCenter {
	margin-left: 170px;
	width: 290px;
}

.whereCenter p {
	line-height: 20px;
}

#top {
	width: 825px;
	height: 45px;
	border-bottom: solid 1px #e0e0e0;
	margin-bottom: 24px;
	padding-bottom: 3px;
}

.show-more-link {
	margin-top: 8px;
}

/** TOP MENU **/
#topmenu {
	float: right;
	list-style: none;
	padding-top: 24px;
}

#topmenu li {
	float: left;
	margin-left: 34px;
}

.search-field {
	border: 1px solid #000000;
	width: 94px;
	height: 17px;
	margin-left: 16px;
}

/** MAIN MENU **/
#menu-container {
	width: 160px;
	height: 460px;
	float: left;
}

#mainmenu {
	margin-top: 16px;
}

.level1 {
	list-style: none;
}

.level1 li {
	padding: 2px 0;
}

.level2 {
	list-style: none;
}

.level2 li {
	padding-left: 14px;
}

.category-list-li {
	margin-top: 8px;
}

.selected-menu-item {
	color: #ff0000;
}

/** CONTENT **/
#content-container {
	width: 740px;
	float: left;
}

#content-list-container {
	width: 680px;
	height: 460px;
	float: left;
	overflow: hidden;
}

/** Illustrations list **/
.small-illustration {
	float: left;
	margin: 2px;
	height: 100px;
}

/** Illustrations **/
.illustration-description {
	float: left;
}
	
.illustration-description span {
	margin-right: 12px;
}

.illustration-zoom {
	height: 16px;
	width: 84px;
}

.illustration-zoom img {
	margin-left: 6px;
}

.illustration-arrow {
	width: 24px;
	height: 484px;
	float: left;
}

.illustration-container-image {
	float: left;
	width: 640px;
	height: 480px;
}

.illustration-container-image-content {
	margin: 0 auto;
}

.illustration-container {

}

.illustration-description-container {
	margin: 16px 0 0 24px;
	width: 640px;
}

/** Scroll **/
.jScrollPaneTrack {
	background: url(../g/scrollbar/track.gif) repeat-y;
}
.jScrollPaneDrag {
	background: url(../g/scrollbar/drag_middle.gif) repeat-y;
}
.jScrollPaneDragTop {
	background: url(../g/scrollbar/drag_top.gif) no-repeat;
	height: 3px;
}
.jScrollPaneDragBottom {
	background: url(../g/scrollbar/drag_bottom.gif) no-repeat;
	height: 3px;
}
a.jScrollArrowUp {
	height: 16px;
	background: url(../g/scrollbar/arrow_up.gif) no-repeat 0 -16px;
}
a.jScrollArrowUp:hover {
	background-position: 0 0;
}
a.jScrollArrowDown {
	height: 16px;
	background: url(../g/scrollbar/arrow_down.gif) no-repeat 0 -16px;
}
a.jScrollArrowDown:hover {
	background-position: 0 0;
}