body {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	margin-left: auto;
   margin-right: auto;
   background-color: #fafafa;
}

div.center{
	 width: 772px;
	 margin-left: auto;
    margin-right: auto;
}

div.maindiv{
	background: url('../img/flower.png');
	background-repeat: no-repeat;
	width: 772px;
	height: 756px;
	align: left;
}

div.header-padding{
	width: 772px;
	height: 25px;
}

div.header{
	background: black;
	width: 340px;
	height: 32px;
	text-align: right;
	padding: 3px 5px 0 0;
}

div.subheader-padding{
   padding: 0 0 0 0;
	background-image: url('../img/block_shadow.png');
	background-repeat:no-repeat;
	background-position:right 0px; 
	width: 345px;
	height: 15px;
}

div.menu{
	background: white;
	padding: 0 5px 0 12px;
	width: 585px;
	height: 36px;
	font-size: 8px;
	font-family: Sans-serif;
}

div.menu_item{
	padding: 12px 7px 12px 7px;
	float: left;
	color: #000000;
        background: #ffffff;
        cursor: pointer;
}

div.menu_item_active{
	background: #dfdfdf;
	padding: 12px 7px 12px 7px;
	float: left;
        color: #000000;
}

div.menu_div{
	background-image: url('../img/dots.png');
	background-repeat:no-repeat;
	background-position: center center;
	width: 3px;
	height: 12px; 	
	padding: 12px 1px 12px 1px;
	float: left;
}

div.submenu-padding{
   padding: 0 0 0 0;
	background-image: url('../img/block_shadow.png');
	background-repeat:no-repeat;
	background-position:right 0px; 
	width: 600px;
	height: 30px;
}

div.content{
	background-image: url('../img/transp.png');
	width: 530px;
	height: 500px;
	text-align: left;
	float: left;
	position: relative;
        padding: 0px 20px 0px 20px;
}

a.gal_menu{
	font-size: 9px;
	font-family: Sans-serif;
	color: #3f3f3f;
	text-decoration: none;
}

div.gal_menu{
	padding: 0 5px 0 12px;
	width: 585px;
	height: 36px;
	font-size: 9px;
	font-family: Sans-serif;
}

div.gal_menu_item{
	padding: 12px 7px 12px 7px;
	float: left;
	color: #000000;
}

img.image{
	text-align: center;
	min-width: 50px;
	max-width: 300px;
	min-height: 50px;
	max-height: 450px;
	border: 0;
}

div.title{
	background: black;
	background-image: url('../img/galery.png');
	background-repeat:no-repeat;
	background-position:center 5px;
	width: 40px;
	height: 500px;
	float: left;
}

div.sc_side_bar_left{
	float:left;
	width: 5px;
	height: 110px;
	background: white;
	background-image: url('../img/dots.png');
	background-repeat:no-repeat;
	background-position: center center;
	margin-left: 12px;
}

div.sc_side_bar_right{
	float:left;
	width: 5px;
	height: 110px;
	background: white;
	background-image: url('../img/dots.png');
	background-repeat:no-repeat;
	background-position: center center;
	margin-right: 12px;
}

div.sc_menu {
	/* Set it so we could calculate the offsetLeft */
	position: relative;
	float:left;
	height: 440px;
	width: 530px;
	margin-left: 10px;
	overflow-x: no;
	overflow-y: auto;
	background: white;
	/*background-image: url('../img/sc_menu_bg.png');*/
	background-repeat:repeat-xt;
	background-position: 0px 0px;	
}
ul.sc_menu {
	/* max width here, for users without javascript */	
	padding: 3px 0 0 4px; 
	/* removing default styling */
	margin: 0;
	background: url('navigation.png');		
	list-style-type: none;
}
.sc_menu li {
	display: inline;
	float: left;
	width: 118px;
	padding-top: 2px;
	border: 1px #cdc81f solid;	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;	
	height: 78px;
	margin: 3px;
	background-color: #e0e5e5;
}
.sc_menu a {
	display: inline;
	text-decoration: none;
}
.sc_menu span {
	display: inline;
	margin-top: 3px;
	text-align: left;
	font-size: 12px;	
	color: #444466;
}
.sc_menu a:hover span {
	display: inline;
}
.sc_menu img {
	border: 0px #cdc81f solid;	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	max-width:  114px;
}
.sc_menu a:hover img {
	filter:alpha(opacity=50);	
	opacity: 0.5;
	cursor: pointer;
}


/* Here are styles for the back button, don't look at them */
#back {
	display: inline;
	width: 500px;
	text-align: center;
	color: #003469;
	font-size: 16px;
}

.item_text {
	display: none;
}
.item_title {
	display: none;
}
.item_id{
	display: none;
}

/*-----------------------ImageZoom CSS --------------------------*/

div.jquery-image-zoom {
	line-height: 0;
	font-size: 0;

	z-index: 10;

	border: 5px solid #fff;
	margin: -5px;

	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

	a.imageZoom_close {
		background: url(jquery.imageZoom.png) no-repeat;

		display: block;
		width: 25px;
		height: 25px;

		position: absolute;
		left: -17px;
		top: -17px;
		/* IE-users are prolly used to close-link in right-hand corner */
		*left: auto;
		*right: -17px;

		text-decoration: none;
		text-indent: -100000px;
		outline: 0;

		z-index: 11;
	}

	a.imageZoom_close:hover {
		background-position: left -25px;
	}

	div.jquery-image-zoom img, 
	div.jquery-image-zoom embed, 
	div.jquery-image-zoom object, 
	div.jquery-image-zoom div {
		width: 100%;
		height: 100%;
	}

