/* @override 
	http://www.myykultaa.fi/assets/css/style.css
*/

/* -----------------------------------------------------------

	Project:		Myy kultaa
	Version:		1.0
	Created:		22/09/09
	Modified:
	
		[Table of contents]
		1. Reset
		2. Typography
			2.1	Headings
			2.2	Text elements
			2.3	Lists
			2.4	Tables
			2.5	Forms
		3. Structure
			3.1	Header
			3.2	Navigation
			3.3	Content
			3.4	Footer
		4. Clear floats



/* -----------------------------------------------------------

	Reset
	
----------------------------------------------------------- */

img, div, input, ul, li { behavior: url("./iepngfix.htc") }
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table 			{ border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th 	{ vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }
a img { border: none; }


/* -----------------------------------------------------------

	Typography
	
----------------------------------------------------------- */

/* Default font settings. 
   The font-size percentage is of 16px. (0.70 * 16px = 11px) */
body { 
	font-size: 70%;
	color: #222;
	line-height: 1.5;
	font-family: Verdana, Arial, sans-serif;
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111; font-family: georgia, arial, sans-serif; }

h1 { font-size: 2.3em; margin-bottom: 0.75em; font-weight: bold; color: #1f212e;}
h2 { font-size: 2.3em; margin-bottom: 0.75em; color: #1f212e; font-weight: bold;}
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; height: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}


/* Text elements
-------------------------------------------------------------- */

p           { margin: 0 0 1.5em; }
p img       { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }

a:focus, 
a:hover     { color: #000; text-decoration: underline;}
a           { color: #000; text-decoration: none;}

blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 


/* Lists
-------------------------------------------------------------- */

li ul, 
li ol       { margin:0 1.5em; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}


/* Tables
-------------------------------------------------------------- */

table       { margin-bottom: 1.4em; width:100%; }
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

table tr td{
	border-bottom: 1px solid #c4c4c4;
	padding: 2px;
	font-size: 1em;
}

table tr td.last{
	text-align: right;
}

table tr td.korostetut{
	font-size: 1.1em;
}

/* Forms
-------------------------------------------------------------- */

label { font-weight: bold; }

fieldset    { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }

input.text, input.title   { width: 300px; margin:0.5em 0.5em 0.5em 0; }
input.text, input.title   { border:1px solid #bbb; background:#f6f6f6; padding:5px; }
input.text:focus,
input.title:focus         { border:1px solid #999; background:#fff; }
input.title               { font-size:1.5em; }

textarea            { width: 400px; height: 250px; margin:0.5em 0.5em 0.5em 0; }
textarea            { border:1px solid #bbb; background:#eee; padding:5px; }
textarea:focus      { border:1px solid #999; background:#fff; }

select              { border:1px solid #ccc; background:#f6f6f6; width:200px; }
select:focus        { border:1px solid #999; background:#fff; }


/* -----------------------------------------------------------

	Structure
	
----------------------------------------------------------- */

body {
	background: transparent url(../img/bg.gif) repeat 0 0;
	text-align: center; /*ie hack for centered layout. if not centered, remove this line and the next hack in wrapper*/
}

#page {
	margin: auto;
	background: #fff;
	width: 950px; /*fill in the width of the page*/
	text-align: left; /*for previous ie hack*/
	margin-top: 15px;
}

#wrapper{
	float: left;
	display: inline;
	width: 950px;
	background: #fff;
}

.logo_nolink	{
	float: left;
	display: inline;
	height: 40px;
	width: 110px;
	padding: 20px;
	margin: 0 0 0 26px;
	}

/* Header
-------------------------------------------------------------- */
#header{
	float: left;
	display: inline;
	height: 455px;
	width: 940px;
	margin: 0 0 10px 0;
	background: #fff url(../img/header-uusin.png) no-repeat 10px 10px;
}
#header1{
	float: left;
	display: inline;
	height: 465px;
	width: 940px;
	position: relative;
	margin: 0 0 10px10px;
	background: transparent url(../img/header-bg.png) no-repeat 10px 10px;
}

#header .logo, #header1 .logo{
	float: left;
	display: inline;
	width: 100%;
}

.tilaa h3{
	color: #ebae1c;
	font-size: 2em;
	margin-bottom: 0.5em;
	font-weight: bold;
	padding-left: 50px;
}

.esimerkki{
	float: left;
	display: inline;
	width: 360px;
	xpadding-left: 105px;
}

.esimerkki p{
	float: left;
	display: inline;
	width: 100%;
	margin-bottom: 10px;
}
.esimerkki-hinta{
	float: left;
	display: inline;
	width: 350px;
	font-size: 0.8em;
	line-height: 1.5em;
	*padding-top:5px;
	font-weight: normal;
}
.esimerkki-hinta p{
	float: left;
	display: inline;
	width: 100%;
	font-weight: normal !Important;
}
.esimerkki-hinta a{
	float: left;
	display: inline;
	outline: 0;
	padding: 10px 0 0 50px;
	*padding: 5px 0 0 50px;
}
#header .logo a, #header1 .logo a{
	float: left;
	display: inline;
	width: 372px;
	height: 100px;
	cursor: pointer;
	text-indent: -9000px;
	padding: 35px 0px 0px 35px;
}

#header .ingressi, #header1 .ingressi{
	float: left;
	display: inline;
	width: 410px;
	font-size: 0.95em;
	padding-top: 25px;
}

#header p.ingressi-short, #header1 p.ingressi-short{
	float: left;
	display: inline;
	width: 275px;
    xfont-size: 14px;
}

#header p, #header1 .ingressi p{
	float: left;
	display: inline;
	font-family: georgia, arial, sans-serif;
	font-size: 1.33em;
	font-weight: bold;
	width: 300px;
	padding-left: 50px;
	color: #fff;
	margin-bottom: 1em;
}

#header p span, #header1 p span{
	color: #ebae1c;
}

#header .tilaus-info{
	float: left;
	display: inline;
	width: 370px;
	margin-left: 100px;	
}
.tilaus-lomake{
	float: left;
	display: inline;
	width: 380px;
	padding-top: 10px;
	margin-left: 100px;
}
.tilaus-lomake input{
	background: #fff;
	color: #7a7a7a;
	width: 310px;
	height: 25px;
	border: none;
	text-indent: 3px;
}
.tilaus-lomake h3{
	padding-left: 55px;
	padding-top: 10px;
	color: #fff;
	font-weight: bold;
}
.tilaus-lomake p{
	color: #fff;
	padding-left: 55px !Important;
	margin-bottom: 5px !Important;
	_margin-bottom: 3px !Important;
	*margin-bottom: 3px !Important;
}
.tilaus-lomake input.tilaa{
	float: left;
	display: inline;
	border: none;
	height: 37px;
	width: 110px;
	margin-left: 55px;
	margin-bottom: 30px;
	cursor: pointer;
	background: transparent url(../img/tilaa-btn.gif) no-repeat 0 0;
}
.tilaus-lomake p span.tekstiviesti{
	width: 200px;
	font-weight: bold;
	font-size: 1.3em;
	font-family: "Georgia", sana-serif;
	position: absolute;
	bottom:105px;
	right: 175px;
}
.tilaus-lomake p span.tekstiviesti a{
	color: #ebae1c;
	padding-right: 20px;
	padding-left: 5px;
	outline: 0;
	background: transparent url(../img/arrow-right.gif) no-repeat right center;
}
.tilaus-lomake p span.tekstiviesti a:hover{
	text-decoration: none !important;
}
.tilaus-lomake .error-messages{
	float: left;
	display: inline;
	width: 210px;
}
.tilaus-lomake .error-messages p{
	float: left;
	display: inline;
	padding-left: 5px !important;
	width: 205px !important;
	font-size: 1.1em !important;
	font-weight: normal!important;
	font-style: italic;
	font-family: arial, sans-serif !important;
}
#header .tilaus-info{
	float: left;
	display: inline;
	width: 370px;
	margin-left: 105px;	
}
#header .tilaa{
	float: left;
	display: inline;
	width: 360px;
	padding-top: 5px;
	font-size: 1.4em;
}
#header .tilaa p{
	margin-bottom: 0;
}

#header .esimerkki{
	float: left;
	display: inline;
	padding-top: 20px;
}

#header .esimerkki p{
	font-weight: normal;
}

#header .esimerkki-hinta{
	float: left;
	display: inline;
	font-size: 0.8em;
}

#header .esimerkki-hinta p{
	font-weight: normal;
}


/* Navigation
-------------------------------------------------------------- */

#navi{
	float: left;
	display: inline;
	color: #1f212e;
	font-family: Georgia, arial;
}

#navi ul{
	float: left;
	display: inline;
	margin: 0;
	width: 940px;
	padding-left: 10px;
	list-style-type: none;
	border-bottom: 1px solid #c4c4c4;
}

#navi ul li{
	float: left;
	display: block;
	height: 25px;
	background: #fff url(../img/navi-bg.gif) no-repeat top right;
	padding: 0 20px 7px 10px;
}

#navi ul li a{
	float: left;
	display: block;
	font-weight: bold;
	font-size: 1.25em;
	text-decoration: none;
}

#navi ul li a:hover{
	border-bottom: 1px solid #1f212e;
}

.noborder{
	background: none !Important;
	border: none !important;
}

#navi .selected{
	border-bottom: 1px solid #1f212e;
}

/* Content
-------------------------------------------------------------- */
#content{
	float: left;
	display: inline;
	width: 950px;
	background: #fff;
}

.column{
	float: left;
	display: inline;
	width: 410px;
	min-height: 730px;
	height: auto !Important;
	height: 730px;
	padding: 0px 30px 20px 30px;
	border-right: 1px solid #c4c4c4;
}

.column .image{
	margin-right: -20px;
}

.column-block{
	float: left;
	display: inline;
	padding-top: 20px;
	border-bottom: 1px solid #cccccc;
}

.kultapussi-ohjeet{
	float: left;
	display: inline;
	width: 350px;
	padding: 25px 60px 35px 25px;
	background: transparent url(../img/kultapussi-kehys-bg.png) no-repeat 0 0;
	_background: transparent url(../img/kultapussi-kehys-bg.png) no-repeat 25px 0;
}

.kultapussi-ohjeet p{
	float: left;
	display: inline;	
	width: 100%;
}

.kultapussi-ohjeet h2{
	float: left;
	display: inline;
	width: 100%;
	font-size: 2em;
}

.kultapussi-ohjeet-text{
	float: left;
	display: inline;
	padding: 5px 20px 20px 0;	
}

.kultapussi-ohjeet p span{
	float: left;
	display: inline;
	width: 100%;
	font-weight: normal !Important;
	font-size: 1.2em !important;	
}

.tilaus-ohjeet{
	float: left;
	display: inline;
	width: 370px;
	padding: 20px;
	margin-bottom: 20px;
	font-size: 1.25em;
	font-family: georgia;
	font-weight: bold;
	border: 1px solid #ccc;
}
.tilaus-ohjeet h3{
	color: #1f212e;
	font-weight: bold;	
	font-size: 2em !Important;
}
#lomake h3{
	margin-bottom: 0.5em !important;
}
.tilaus-ohjeet h3.green{
	color: green;
	font-size: 1em !Important;
}
.tilaus-ohjeet input.emptyme{
	float: left;
	display: inline;
	width: 300px;
	height: 22px;
	text-indent: 5px;
	margin: 0px 0 5px 0;
	border: 1px solid #ccc;
	background: transparent url(../img/input-bg.png) repeat-x 0 0;
}

.tilaus-ohjeet input.tilaa{
	float: left;
	display: inline;
	clear: both;
	width: 110px;
	margin-top: 20px;
	*margin-top:0;
	height: 50px;
	border: none;
	outline: 0;
	cursor: pointer;
	background: transparent url(../img/tilaa-btn.png) no-repeat 0 0;
}
.tilaus-hinta{
	font-size: 0.8em;
	font-weight: normal;
}
.red{
	color: red;
}
.green{
	color: green;
}
p.normal{
	font-weight: normal;
}

.hintataulukko{
	float: left;
	display: inline;
	width: 100%;
}
.karaati{
	float: left;
	display:inline;
	width: 100%;
	height: 30px;
	padding-top: 5px;
	background: transparent url(../img/karaati-bg.png) no-repeat 0 0;
	color: #000;
	font-family: Georgia;
	font-size: 1.2em;
}
.karaati p{
	float: left;
	display: inline;
	padding: 0 5px 0 7px;
}
.karaati p span{
	float: left;
	display: inline;
	width: 50px;
	color: #ebb01c;
	font-size: 1.2em !Important;
	font-weight: normal !important;
}

p.small-text{
	float: left;
	display: inline;
	width: 100%;
	padding-top: 20px;
}
.column-block p span{
	font-size: 1.1em;
	font-weight: bold;
}

.column-block a{
	color: #c49420;	
	font-weight: normal;
	font-size: 0.9em;
	text-decoration: none;
}

.column-block a:hover{
	text-decoration: underline;
}

#yritys{
	float: left;
	display: inline;
	width: 415px;
	border-left: none;
}

#yritys p{
	float: left;
	display: inline;
	width: 370px;
}

#myykultaa.column{
	border: none;
	padding-left: 25px;
}

#myykultaa.column h1{
	float: left;
	display: inline;
	width: 225px;
}

#myykultaa.column p{
	float: left;
	display: inline;
	width: 225px;
}

#myykultaa .ohjeet{
	float: left;
	display: inline;
	width: 450px;
	margin-top: -22px;
}

#myykultaa .ohjeet .ohje{
	float: left;
	display: inline;
	padding-bottom: 20px;
	background: transparent url(../img/ohjeet-bg.gif) no-repeat 0 0;
}

#myykultaa .ohjeet .ohje p{
	float: left;
	display: inline;
	line-height: 1.5em;
	width: 350px;
	font-weight: normal !Important;
}

#myykultaa .ohjeet .ohje span{
	float: left;
	display: inline;
	padding-left: 13px;
	width: 50px;
	font-weight: bold;
	font-size: 2.5em;
}

#kultapussi p{
	float: left;
	display: inline;
	width: 400px;
}

#kultapussi img{
	float: left;
	display: inline;
	padding-bottom: 20px;
}

.etusivu-left{
	float: left;
	display: inline;
	width: 330px;
	padding: 0px 0px 0 20px;
}

.etusivu-box{
	float: left;
	display: inline;
	width: 320px;
	padding: 20px 0 10px 00;
}

.etusivu-box p{
	float: left;
	display: inline;
}

.etusivu-right{
	float: left;
	display: inline;
	width: 545px;
	min-height: 500px;
  	height: auto !important;
  	height: 500px;
  	padding: 0px 20px 0 30px;
	border-left: 1px solid #c4c4c4;
}

.etusivu-wide{
	float: left;
	display: inline;
	width: 950px;
	background: #eaecd8;
	padding: 15px 0 0 0px;
	border-bottom: 1px solid #c4c4c4;
}

.etusivu-wide h2{
	float: left;
	display: inline;
	font-size:1.8em;
	xidth: 100%;
	line-height: 1.2em;
	padding: 5px 10px 0 10px;
	margin-bottom: 0;
}

.etusivu-wide h1{
	float: left;
	display: inline;
	font-size:1.8em;
	width: 590px;
	line-height: 1.2em;
	padding: 5px 10px 0 10px;
	margin-bottom: 0;
}

.etusivu-wideleft{
	float: left;
	display: inline;
	width: 620px;
	padding-left: 10px;
}

.etusivu-wideleft p span{
	font-size: 0.8em;
	color:#434343;
}

.etusivu-box ul{
	float: left;
	display: inline;
	width: 100px;
	margin: 0;
	list-style-type: none;
}

.groups{
	float: left;
	display: inline;
	width: 120px;
}

#myykultaa{
	background: #1e2132;
	color: #fff;
}

.prices2{
	float: left;
	display: inline;
	width: 150px;
	height: 150px;
	text-align: center;
	margin: 20px 0 10px 0 ;
	border: 1px solid #c4c4c4;
}

.prices{
	float: left;
	display: inline;
	width: 200px;
	text-align: center;
	margin: 20px 0 10px 0 ;
	border: 1px solid #c4c4c4;
	margin-left: -1px;
}

.prices .logo{
	float: left;
	display: inline;
	height: 70px;
	padding:20px 20px 0px 45px;
}
.prices2 .logo{
	float: left;
	display: inline;
	width: auto;
	height: 40px;
	padding:20px 20px 20px 20px;
}
.prices2 .logo img{
	float: left;
	display: inline;
	width: auto;
}
.prices p{
	float: left;
	display: inline;
	width: 180px;
	margin-left: 10px;
	line-height: 1.7em;
	border-top: 1px solid #c4c4c4;
	text-align: center;
	margin-bottom: 0;
}
.prices2 p{
	float: left;
	display: inline;
	width: 130px;
	margin-left: 10px;
	line-height: 1.7em;
	border-top: 1px solid #c4c4c4;
	text-align: center;
	margin-bottom: 0;
}
.prices img, .prices2 img{
	float: left;
	display: inline;
	width: 100%;
	height: 100%;
}

.prices strong, .prices2 strong{
	padding: 5px 15px 0 5px;
}

.prices-bold{
	float: left;
	display:inline;
	width: 127px;
	xpadding-left: 10px;
	margin-left: 11px;
	padding-top: 5px;
	text-align: center;
	height: 51px;
	background: transparent url(../img/blue-bg.png) no-repeat 0 0;
	color: #fff;
	font-size: 1.16em;
	font-weight: bold;
}

.prices-bold p span{
	color: #ebae1c;
}

.quarantee{
	float: left;
	display: inline;
	width: 310px;
	padding: 0 10px 0 0px;
}

.quarantee h2{
	float: left;
	display: inline;
	width: 195px;
	padding-right: 0;
	padding-left: 0;
	margin-bottom: 0.5em;
}

.guldimages{
	float: left;
	display: inline;
	width: 200px;
}

.image{
	position: absolute;
	bottom: -2px;
	right: 0;
}

.image p{
	position: absolute;
	top: 30px;
	left: 35px;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.2em;
	width: 140px !important;
}

.image p span{
	color: #ebae1c;
	font-weight: bold;
}

.etusivu-box-wide{
	float: left;
	display: inline;
	width: 100%;
	padding: 20px 0px 0px 0px;
	min-height: 485px;
  	height: auto !important;
  	height: 485px;
  	position: relative;
}

.ohjeet{
	float: left;
	display: inline;
	margin-left: -10px;
	width: 375px;
	font-family: "Trebuchet MS";
}

.ohjeet p{
	float: left;
	display: inline;
	width: 100%;
	line-height: 3.4em;
	font-family: "Verdana";
	font-weight: bold;
	margin-bottom: 0 !important;
}

.ohjeet p span{
	font-size: 2.5em;
	font-family: "Trebuchet MS";
	background: #fff url(../img/ohjeet-bg.gif) no-repeat 0px 0px;
	float: left;
	display: inline;
	width: 50px;
	padding: 4px 0 0 13px;
}

.luelisaa{
	float: left;
	display: inline;
	padding-top: 10px;
	color: #c49420;
	font-size: 12px;
	font-family: verdana;
	text-decoration: none;
}

.luelisaa:hover{
	color: #c49420;
	text-decoration: underline;
}

.sitemap{
	float: left;
	display: inline;
	width: 100%;
}
.sitemap a{
	color: #000;
}
.sitemap a:hover{
	color: #c49420;	
	text-decoration: none;
}

.upload{
	clear: both;
}


/* Footer
-------------------------------------------------------------- */
#footer{
	float: left;
	display: inline;
	clear: both;
	width: 950px;
	height: 40px;
	background: #c5c4c4;
}

#footer p{
	float: left;
	display: inline;
	line-height: 3.5em;
	padding-left: 30px;
	width: 500px;
	margin-bottom: 50px;	
}

#footer a{
	color: #222 !Important;
}

.ehdot{
	float: right;
	display: inline;
	width: 130px;
	line-height: 3.5em;
}

.ehdot a{
	padding: 0 10px 0 10px;
}



/* -----------------------------------------------------------

	Clear floats
	
----------------------------------------------------------- */
.wrapper 		{ display: inline-block; }
.wrapper:after 	{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
* html .wrapper { height: 1%; }
.wrapper 		{ display: block; }

.floatright{
	float: right;
	display: inline;
}
