@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: #C8C8C8;
}
#bg-zone{
	z-index:-999;
	height:100%;
	width:100%;
	text-align:center;
	vertical-align:top;
}
#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*/

}

#head-zone2 {
	position: absolute;
	left: 40px;
	top: 40px;
	z-index: 2;
}

.headcbg {
	max-width:100%;
	height: 130px;
	border-collapse:collapse;
	background-image: url(../img/head_center.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 990px;
}

#lang {
	width: 170px;
	right: 10px;
	top: 70px;
	position: absolute;
}
.Righthead {
	height: 128px;
	width: 117px;
	background: url(../img/head_right.jpg) no-repeat right top;
	float: right;
	vertical-align: top;
}
.Lefthead {
	height: 130px;
	width: 990px;
	float: left;
	overflow: hidden;
	position: relative;
	background-image: url(../img/head_bg.png);
	background-repeat: no-repeat;
	z-index: 1;
}

.sisu_bg img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.sisu_bg {
	background: #FFFFFF repeat;
	height: 200px;
	margin-top: 5px;
	border-top: 1px solid #DBDBDB;
	margin-bottom: 5px;
}
.LeftSide {
	height: auto;
	width: 210px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DBDBDB;
	background-color: #FFF;
}
.leftTitl {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	background: url(../img/left_box_bg.jpg) repeat-x;
	height: 23px;
	width: 100%;
	padding-left: 10px;
}


.leftTitlbrd {
	text-decoration: none;
	background: #FFFFFF;
	height: 25px;
	width: 100%;
	padding: 1px;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 7px;
}

.joonLeft {
	background: #999999 repeat-y top;
	height: auto;
	width: 1px;
}
.joonRight {
	background: #999999 repeat;
	height: auto;
}
.bot_c {
	background: url(../img/bot_c.jpg) repeat;
	height: 36px;
	vertical-align: middle;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.bot_l {
	background: url(../img/bot_l.jpg) no-repeat top;
	height: 36px;
	width: 29px;
}
.bot_r {
	background: url(../img/bot_r.jpg) no-repeat top;
	height: 36px;
	width: 29px;
}

.otsi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #D85B3B;
	height: 18px;
	width: 145px;
	border: 1px solid #E6EAEE;
	vertical-align: middle;
}

.txt {
	color: #333333;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 16px;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	color: #003366;
	padding-bottom: 15px;
	padding-top: 5px;
	margin: 0px;
}
#copyright {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	float: right;
}
.menu_edit_img{
	background:url('../img/icons/edit.png') no-repeat;
	width:10px;
	height:12px;
	vertical-align:middle;
}

/*Join newsletter*/
#event_recipient_email_container {

}
#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: 190px;
	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(204,204,204,0.2);
	border: 1px solid rgb(204,204,204);/*	font-size: 12px;*/
}
#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);
}