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

p, div.content,span {
    font-family:Tahoma, sans-serif;
    font-size: 11px;
    margin:0; padding:0;
}

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;
	cursor: pointer;
}

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('/flowersclub/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: 110px;
	width: 500px;
	overflow: auto;
	background: white;
	background-image: url('../img/sc_menu_bg.png');
	background-repeat:repeat-xt;
	background-position: 0px 0px;	
}
ul.sc_menu {
	display: block;
	height: 110px;
	/* max width here, for users without javascript */	
	width: 5000px;	
	padding: 3px 0 0 4px; 
	/* removing default styling */
	margin: 0;
	background: url('navigation.png');		
	list-style: none;
}
.sc_menu li {
	display: block;
	float: left;	
	padding: 0 4px;
}
.sc_menu a {
	display: block;
	text-decoration: none;
}
.sc_menu span {
	display: block;
	margin-top: 3px;
	
	text-align: center;
	font-size: 12px;	
	color: #444466;
}
.sc_menu a:hover span {
	display: block;
}
.sc_menu img {
	border: 3px #cdc81f solid;	
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.sc_menu a:hover img {
	filter:alpha(opacity=50);	
	opacity: 0.5;
	cursor: pointer;
}

.main_content{
	padding: 10px 10px 10px 10px;
}


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


/*-----------------------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);
}

	div.jquery-image-zoom a {
		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;
	}

	div.jquery-image-zoom a: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%;
	}

