/* SIVUSTON TAUSTA*/
html,body { 
	
	text-align: left;
	background: #e03f00 repeat;
	overflow-x: hidden;
}

/* SIVUALUE. Keskitetty ja 100% korkea, toimii myös IE6:lla*/
div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:2000px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	overflow: hidden;
}

/* HEADER */
div#header { 
 	width: 100%;
 	float: left;
 	height: 30px;
	background: url(../images/mm_header_bg.jpg) repeat-x left top;
}

/* KIELIVALINTA */
div#language {
	position: absolute;
	width: 250px;
	top: 6px;
	left: 800px;
	z-index: 990;
	text-align: right;
}

/* SISÄLTÖALUE */
div#content { 
 	width: 2000px;
 	float: left;
 	height: 640px;
	background: url(../images/mm_page_bg.jpg) no-repeat left top;
}

div#linklist {
	position: absolute;
	width: 428px;
	height: 45px;
	top: 610px;
	left: 560px;
	z-index: 556;
	padding-top: 15px;
	background-color: #f7fbfb;
}

/* FOOTER */
div#footer { 
 	width: 2000px;
 	height: 257px;
 	clear: both;
 	text-align: left;
}

/* LOGO */
.logo {
	position: absolute;
	width: 290px;
	height: 50px;
	top: 75px;
	left: 70px;
	z-index: 998;
}

/* SLOGAN */
.slogan {
	position: absolute;
	width: 290px;
	height: 20px;
	top: 125px;
	left: 70px;
	z-index: 997;
}

/* TEKSTIKEHYS / oma myymäläni */
div#myshop {
	position: absolute;
	width: 330px;
	top: 105px;
	left: 560px;
	z-index: 444;
}

/* TEKSTIKEHYS / tarjouksemme */
.highlight_text {
	position: absolute;
	width: 290px;
	top: 475px;
	left: 70px;
	z-index: 888;
}

.attention_text {
	position: absolute;
	width: 290px;
	top: 647px;
	left: 70px;
	z-index: 889;
}

/* PUDOTUSVALIKKOKEHYS / oma myymäläni */
div#choose {
	position: absolute;
	width: 150px;
	top: 101px;
	left: 848px;
	z-index: 997;
}

/* SISÄLTÖKEHYS / myymälät */
.imageholder2 {
	padding-left: 15px;
	position: absolute;
	width: 448px;
	height: 335px;
	top: 130px;
	left: 550px;
	z-index: 555;
	background: url(../images/mm_imageholder2_bg.png) no-repeat left top;
}

/* SISÄLTÖKEHYS / mainos */
.adholder {
	padding-left: 15px;
	position: absolute;
	width: 448px;
	height: 50px;
	top: 45px;
	left: 550px;
	z-index: 556;
	background: url(../images/mm_adholder_bg.png) no-repeat left top;
}

.ad {
	width: 398px;
	margin-top: 17px;
	margin-left: 10px;
}


/* TUOTEKARUSELLI / vasen reuna */
div#leftline {
	position: absolute;
	width: 70px;
	height: 140px;
	top: 500px;
	left: 0;
	z-index: 554;
	background: url(../images/mm_carousel_bg.png) repeat;
}

/* TUOTEKARUSELLI / oikea reuna */
div#rightline {
	position: absolute;
	width: 100%;
	height: 140px;
	top: 500px;
	left: 800px;
	z-index: 555;
	background: url(../images/mm_carousel_bg.png) repeat;
}

div#mycarousel {
	position: absolute;
	width: 100%;
	height: 140px;
	top: 500px;
	left: 70px;
}

/* TEKSTIKEHYS / ilmotuksemme */
div#newspaper {
	position: relative;
	width: 130px;
	top: 37px;
	left: 60px;
	z-index: 333;
}

/* PUDOTUSVALIKKOKEHYS / ilmoitus, myymäläni */
div#choosenews {
	position: relative;
	width: 130px;
	top: 42px;
	left: 48px;
	z-index: 334;
}

/* MENUKEHYS */
div#menu {
 	width: 2000px;
 	float: left;
 	height: 50px;
	background: white url(../images/mm_menu_bg.jpg) repeat-x left top;
}

/* TEKSTIKEHYS / sisältö */
div#textarea {
	position: absolute;
	height: 470px;
	width: 428px;
	top: 140px;
	left: 560px;
	z-index: 555;
	background: url(../images/mm_textarea_bg.gif) repeat-x 0 top;
}

/* TEKSTILAATIKKO / perus */
.textbox {
	position: relative;
	float: left;
	height: 440px;
	width: 408px;
	top: 10px;
	left: 10px;
	z-index: 600;
	overflow: hidden;
}

.textbox_blank {
	float: left;
	width: 378px;
	margin-bottom: 10px;
	font: 12px/1.2 "trebuchet MS", Helvetica;
	color: #555555;
	padding-right: 10px;
}

.textbox_line {
	float: left;
	width: 378px;
	margin-bottom: 10px;
	font: 12px/normal "trebuchet MS", Helvetica;
	color: #555555;
	border-bottom: 1px solid #D3D9E8;
}

.textbox_form {
	float: left;
	width: 378px;
	margin-bottom: 3px;
	font: 12px/normal "trebuchet MS", Helvetica;
	color: #555555;
}


/* TEKSTILAATIKKO / sisältö */
div#textbox_content {
}

/* TEKSTILAATIKKO / vierityspalkki */
.scroll-pane {
	width: 388px;
	height: 450px;
	overflow: auto;
	float: left;
	padding: 10px;
}

/* LINKKIKEHYS / sisältöön liittyvät linkit */
div#linklist {
	position: absolute;
	width: 428px;
	height: 45px;
	top: 610px;
	left: 560px;
	z-index: 556;
	padding-top: 15px;
	background-color: #f7fbfb;
}
