/*Style CSS Layout*/

body {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 14px;
	color: black ;
	background-color: white;
}

#wrapper {
	width: 960px;
	height: 100% ;
	margin: auto;
	background-color: white;
	margin-top: 0px;
}

#header {
	margin-top: 0px;
	padding-top: 6px;
	height: 549px;
	width: 960px;
	background: url(images/header-background.jpg) repeat-x;
	background-color: #62cae3;
}

#slideshow {
	width: 960px;
	height: 262px;
}



/* slideshow css start */
#box3{
	position:absolute;
	top: inherit;
	left: inherit;
	margin: 0px;
	padding: 0px;
}
#box3 span{
	display:block;
	float:left;
}
.mask2{
	position:relative;
	top: inherit;
	left: inherit;
	margin: 0px;
	padding: 0px;
	width:960px;
	height:262px;
	overflow:hidden;
}
span img{
	display:block;
	border:none;
	margin: 0px;
}
/* slideshow css end */



#below-slideshow {
	width: 960px;
	height: 280px;
	margin-top: 5px;
	color: white;
}
#sticker {
	width: 108px;
	height: 109px;
	background: url(images/sticker.jpg) no-repeat;
	position: absolute;
	top: inherit;
	left: inherit;
	margin-top: 40px;
	margin-left: 20px;
	font-weight: bold;
	font-size: 18px;
	padding-top: 44px;
	text-align: center;
	color: #515254;
}
#sticker-area1 {
	position: absolute;
	width: 275px;
	height: 110px;
	top: inherit;
	left: inherit;
	margin-top: 45px;
	margin-left: 145px;
	font-size: 14px;
}
#sticker-area2 {
	position: absolute;
	width: 395px;
	height: 110px;
	top: inherit;
	left: inherit;
	margin-top: 170px;
	margin-left: 25px;
	font-size: 18px;
}
#header-splitter {
	position: absolute;
	width: 4px;
	height: 213px;
	background: url(images/vertical-line.png) no-repeat;
	top: inherit;
	left: inherit;
	margin-top: 45px;
	margin-left: 450px;
}


#header-flag-si {
	display: block;
	position: absolute;
	width: 42px;
	height: 23px;
	background: url(images/flags.jpg) no-repeat;
	background-position: left center;
	top: inherit;
	left: inherit;
	margin-top: 12px;
	margin-left: 853px;
	text-decoration: none;
	cursor: pointer;
}
#header-flag-gb {
	display: block;
	position: absolute;
	width: 42px;
	height: 23px;
	background: url(images/flags.jpg) no-repeat;
	background-position: right center;
	top: inherit;
	left: inherit;
	margin-top: 12px;
	margin-left: 905px;
	text-decoration: none;
	cursor: pointer;
}




#arrow-arrow {
	position: absolute;
	width: 34px;
	height: 18px;
	background: url(images/arrow-down.gif) no-repeat;
	top: inherit;
	left: inherit;
	margin-top: 1px;
	margin-left: 473px;
}
#arrow-area {
	position: absolute;
	width: 470px;
	height: 180px;
	top: inherit;
	left: inherit;
	margin-top: 40px;
	margin-left: 472px;
	font-size: 16px;
}
#more-button {
	position: absolute;
	width: 149px;
	height: 31px;
	top: inherit;
	left: inherit;
	margin-top: 227px;
	margin-left: 472px;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	background: url(images/button-orange.jpg) no-repeat;
}
#more-button-en {
	position: absolute;
	width: 149px;
	height: 31px;
	top: inherit;
	left: inherit;
	margin-top: 227px;
	margin-left: 472px;
	font-size: 16px;
	text-decoration: none;
	text-align: center;
	background: url(images/button-orange-en.jpg) no-repeat;
}

#leftbar {
	float: left;
	width: 260px;
	text-align: left;
	margin-left: 40px; /*all browsers*/
	_margin-left: 20px; /*IE 6*/
	color: #515254;
}

#content {
	float: right;
	color: #515254; 
	padding: 0px;
	margin: 0px;
	width: 560px;
	margin-right: 40px;
	_margin-right: 20px; /*IE 6*/
}

#footer {
	clear: both;
	margin: 0px;
	padding: 0px;
	color: white ;
	height: 100px;
	background: url(images/footer-bck.jpg) repeat-x;
	font-size: 12px;
	padding-top: 55px;
	padding-left: 40px;
}
#footer a {
	text-decoration: none;
	color: white;
}


#menu { 
	height: 41px; 
	width: 960px;
	margin: 0px;
	margin-top: 10px;
}
#menu a {
	float: left;
	width: 127px;
	height: 41px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	background: white url(images/button-bck.jpg) repeat-x;
	text-decoration: none;
	text-align: center ;
	letter-spacing: 0px;
	/*font-weight: bold;*/
	font-size : 17px;
	line-height: 2.5em ;
	color: white;
}
#menu a:hover {
	background: white url(images/button-bck-act.jpg) repeat-x;
}
#menu .current_page_item {
	background: white url(images/button-bck-act.jpg) repeat-x;
}
.button-sep {
	float: left;
	background: white url(images/button-sep.png) no-repeat;
	background-position: top left;
	height: 41px;
	width: 3px;
}

.button-sep-flat {
	float: left;
	background: white url(images/button-sep.png) no-repeat;
	background-position: top right;
	height: 41px;
	width: 3px;
}



