@charset "utf-8";
/* CSS Document */
/* commented backslash hack \*/ 
html, body{height:100%;} 
/* end hack */

html,body {
	background-image:none !important;
	margin:0;
	padding:0;
	background-color: #F4F9FB;
}
#bg-zone{
	z-index:-999;
	height:100%;
	width:100%;
	text-align:center;
}
#bg-zone-image {
	left: 0px;
position: fixed;
_position: absolute;
_top:expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.clientHeight);
_right:expression(document.documentElement.scrollLeft+ document.documentElement.clientWidth - offsetWidth);
margin-right: auto;
margin-left: auto;
height: 100%;
width: 100%;
z-index: 0; /*for Chrome*/
top:0px;
}
#main-div{
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	margin: 5px; /*for Chrome*/
	z-index: 8;	/*for Chrome*/

}

#header-zone1 {
	overflow: hidden;
	width: 546px;
	height:200px;
	position: relative;
	z-index:2;
	background-image: url(../img/bg1c.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}		
.head_right {
	background: url(../img/head_bg.jpg) repeat-x left top;
	height: 100px;
}
.sjoon {
	background: url(../img/sisujoon.jpg) no-repeat;
	height: 5px;
}

.head_left {
	background: url(../img/head_bg.jpg) repeat-x left top;
	height: 100px;
}

.otsi {
	background: url(../img/otsi_riba_bg.jpg) repeat-x;
	height: 50px;
	width: 195px;
	vertical-align: middle;
}
.bict_bg {
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: top;
}	
.otsi #s {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	height: 15px;
	width: 130px;
	text-decoration: none;
	vertical-align: top;
	border: 1px solid #7C7C7C;
	margin-left: 15px;
	text-align: left;
	padding-top: 4px;
	background: #FFFFFF;
}
.vmenu_bg {
	background: #EDF1F4 url(../img/vm_bg.jpg) no-repeat;
	height: 150px;
	width: 195px;
}
.vmenu_bot {
	background: url(../img/vm_bot.jpg) no-repeat;
	height: 4px;
	width: 195px;
}
.vmenu_botbox {
	background: #D2E3EB repeat;
	height: 50px;
	width: 195px;
}

.txt {
	color: #414141;
	font: normal 11px/17px Verdana, Arial, Helvetica, sans-serif;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 10px;
	text-transform: none;
}
h1 {
	color: #0071A1;
	font: normal 18px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 7px;
	padding-bottom: 15px;
	padding-left: 7px;
}
.copyright {
	color: #FFFFFF;
	text-decoration: none;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	height: 20px;
	width: auto;
	text-align: center;
	vertical-align: middle;
	background-image: -webkit-linear-gradient(270deg,rgba(0,111,157,1.00) 6.74%,rgba(0,82,122,1.00) 95.85%);
	background-image: -moz-linear-gradient(270deg,rgba(0,111,157,1.00) 6.74%,rgba(0,82,122,1.00) 95.85%);
	background-image: -o-linear-gradient(270deg,rgba(0,111,157,1.00) 6.74%,rgba(0,82,122,1.00) 95.85%);
	background-image: linear-gradient(180deg,rgba(0,111,157,1.00) 6.74%,rgba(0,82,122,1.00) 95.85%);
}
.menu_edit_img{
	background:url('../img/icons/edit.png') no-repeat;
	width:10px;
	height:12px;
	vertical-align:middle;
}
.txt img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*Join newsletter*/
#event_recipient_email_container {
	display: block;
	height: auto;
	width: auto;
	clear: both;
}
#event_recipient_email_title {
	display: block;
	margin-bottom: 7px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 5px;
}
#event_recipient_name_text {
	margin-bottom: 10px;
	text-align: right;		
}
#event_recipient_name_text span {
	margin-right: 5px;
	white-space: nowrap;
}
#event_recipient_name {
	border: 1px solid #CCC;
	float: right;
	width: 112px;
}
#event_recipient_email_text {
	text-align: right;	
}
#event_recipient_email_text span {
	margin-right: 5px;
	white-space: nowrap;
}
#event_recipient_email {
	border: 1px solid #CCC;
	float: right;
	width: 112px;
}
#send-button {
	display: block;
	margin-top: 10px;
	text-align: right;
}
#send-button input {
}

/*mini shoppingCart*/
#miniCart_container {
	background-image:none !important;
	text-align: left;
	width: 180px;
	height: auto;
	min-height: 70px;
	/* Firefox v1.0+ */
	-moz-border-radius: 5%;
	/* Safari v3.0+ and by Chrome v0.2+ */
	-webkit-border-radius: 4%/5%;
	/* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
	border-radius: 4%/5%;
	margin-bottom: 10px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(153,153,153,0.3);
	border: 1px solid rgb(153,153,153);
}
#miniCart_title {
	font-weight: bold;
	margin: 10px;
	display: block;
	line-height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DADADA;
}
#miniCart_items {
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
#miniCart_items span {
	color: #C00;
	padding-left: 2px;
}
#miniCart_total {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#miniCart_total span {
	color: #C00;
	padding-left: 2px;
	padding-right: 2px;	
}
.AdBanner2 {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.50);
	color: #CCCCCC;
}
.AdBanner2 a {
	color: rgba(255,255,255,1.00);
	text-shadow: 1px 1px 1px rgba(0,0,0,1.00);
}