/* CSS Document */

#deco {
	background: url(../images/bg_gallery_deco.gif);
}

#header {
	width: 655px;
	height: 39px;
	background-image: url(../images/header_gallery.jpg);
}

#content {
	background-image:url(../images/bg_gallery_content.gif)
}

#c_left {
	width: 192px;
}

#c_right {
	width: 463px;
}

#menu {
	margin-top: 0;
	width: 192px;
	background-image: url(../images/menu_gallery_bg.gif);
	background-repeat: no-repeat;
	background-position: left 0;
}

#menu_prod {
	margin-top: 140px;
	margin-left: 60px;
	padding-left: 10px;
}

#main_content {
	color: black;
}

#main_content a,#main_content a:visited,#main_content a:active {
	color: #555;
	text-decoration: none;
}

#main_content a:hover {
	text-decoration: none;
	color: white;
}

/* -------------------- imglist */

#imglist_container {
	float: left;
	width: 435px;
	margin-top: 20px;
	border-bottom: 1px #023c2d solid;
	color: black;
}

#imglist_container a,#imglist_container a:visited,#imglist_container a:active {
	color: black;
	text-decoration: none;
}

#imglist_container a:hover {
	text-decoration: none;
	color: #ffc58d;
}

#imglist_big {
	width: 220px;
	float: left;
	text-align: center;
}

#imglist_big img{
	border: 0;
}

#imglist_thumb {
	width: 185px;
	float: left;
}

#imglist_thumbimg {
	float: left;
	font-size: 9px;
	text-align: center;
	margin: 5px;
}
#imglist_thumbimg img{
	border: 0;
}

#imgview {
	color: black;
	text-align:center;
	background-color: #b4c9c3;
}

/* -------------------- pager */

#pager {
	color: black;
	font-weight:bold;
	text-align: center;
	position: relative;
	left: 15px;
	width: 390px;
	float: left;
	padding: 10px;
}


#pager a,#pager a:visited,#pager a:active {
	color: #555;
	text-decoration: none;
	font-weight:normal;
}

#pager a:hover {
	color: white;
}

