/* OLIO CORE CSS				 															*/
/*																							*/
/*																							*/
/* copyright (c) Medusaworks Oy 2010 / ML													*/
/* Portions of this document are licensed under CC-GNU LGPL <http://creativecommons.org/licenses/LGPL/2.1/> or are in Public Domain */


/* CSS RESETS   by Eric A. Meyer (http://meyerweb.com/), Public Domain						*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
:focus {
	outline: none;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Common styles */
b, strong {
 	font-weight: bold;
	}
i, em {
	font-style: italic;
	}
a {
	color: #0b88c0;
	}

/* Typography */

@font-face {
	font-family: 'DejaWebBold';
	src: url('./typo/dejaweb-bold-webfont.eot');
	src: local('reload-local-font'), url('./typo/dejaweb-bold-webfont.woff') format('woff'), url('./typo/dejaweb-bold-webfont.ttf') format('truetype'), url('./typo/dejaweb-bold-webfont.svg#webfontqJ66fHi6') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DejaWebRegular';
	src: url('./typo/dejaweb-webfont.eot');
	src: local('reload-local-font'), url('./typo/dejaweb-webfont.woff') format('woff'), url('./typo/dejaweb-webfont.ttf') format('truetype'), url('./typo/dejaweb-webfont.svg#webfontM15B0Wq2') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Outer layout elements */

html {
	width: 100%;
	height: 97%;
	}
body {
	color: #000000;
	margin: 0px;
	height: 100%;
	height: 100%;
	text-align: center;
	font-size: 112%;
	font-family: DejaWebRegular, Arial, Helvetica, sans-serif;
	}

#frame {
	position: relative;
	width: 100%;
	min-width: 640px;
	max-width: 1440px;
	min-height: 420px;
	margin: 0px auto;
	font-size: 72%;
	text-align: left;
	z-index: 4;
	background: url(./imgs/sa-bk.jpg) no-repeat top center;
	}
body.entry #frame {
	background: none;
	}

/* Layout blocks */
#top {
	position: relative;
	clear: both;
	bottom: 0;
	width: 100%;
	height: 190px;
	margin: 0;
	padding: 0;
	}
body.entry #top {
	visibility: hidden;
	}
#header {
	float: left;
	width: 420px;
	height: 190px;
	background: url(./imgs/top-bk.png) no-repeat top left;
	text-align: right;
	}
#main {
	position: relative;
	clear: both;
	width: 100%;
	height: 100%;
	min-height: 480px;
	margin: 0;
	padding: 0;
	min-width: 640px;
	}
#title {
	position: relative;
	margin: 0px auto;
	width: 80%;
	text-align: center;
	}
#content {
	position: relative;
	float: left;
	_display: inline;
	clear: both;
	margin-top: 32px;
	margin-left: 45%;
	margin-bottom: 24px;
	width: 400px;
	background: url(./imgs/content-bk.png) repeat;
	padding: 16px;
	}
#bottom {
	clear: both;
	width: 100%;
	min-height: 80px;
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	}
body.entry #bottom {
	display: none;
	}
#footer {
	position: relative;
	width: 100%;
	margin: 0px auto;
	text-align: center;
	padding: 26px 0px;
	}

/* Top */
#header h1 {
	font-size: 1.9em;
	text-transform: uppercase;
	padding-top: 86px;
	margin: 8px 0px 0px 0px;
	background: url(./imgs/forum_marinum-toplogo.png) no-repeat top right;
	}
#header .slogan {
	font-size: 1.1em;
	margin-top: 4px;
	}

.langselect {
	display: block;
	float: right;
	width: 146px;
	height: 24px;
	line-height: 22px;
	color: #ffffff;
	background-color: #547891;
	text-align: center;
	font-size: 0.9em;
	}
.langselect:hover {
	background-color: #3399FF;
	}

/* Titlebar */
#title h2 {
	font-size: 2.8em;
	text-transform: uppercase;
	}
#title .ingress {
	font-size: 1.2em;
	font-weight: bold;
	margin: 12px auto;
	width: 70%;
	}
#question {
	margin: 40px auto 0px auto;
	width: 280px;
	text-align: center;
	}
#question a {
	display: block;
	float: left;
	width: 120px;
	height: 60px;
	line-height: 60px;
	font-size: 1.6em;
	margin-right: 12px;
	color: #000000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #ffffff;
	}
#question a#jaa:hover {
	border: 2px solid #A3DC1D;
	}
#question a#ei:hover {
	border: 2px solid #CC3300;
	}
	
/* Content */
#content h2 {	
	font-size: 1.2em;
	margin-bottom: 12px;
	}
#content p {
	line-height: 1.4em;
	margin: 6px 0px 8px 0px;
	}
#content .price {
	font-size: 2.8em;
	margin-bottom: 0px;
	line-height: 0.8em;
	}
#content .price .tax {
	font-size: 0.33em;
	}

#content img {
	float: left;
	margin: 0px 16px 0px -20px;
	}
#content a {
	color: #547891;
	}
#content a:hover {
	color: #3399FF;
	}
#textcontent1 img {
	margin-left: -200px;
	}
#content a.enter {
	display: block;
	float: right;
	font-size: 1.4em;
	margin-top: 6px;
	}
#content a.enter:hover {
	color: #3399FF;
	}
#content a.order {
	display: block;
	width: 146px;
	height: 24px;
	line-height: 22px;
	color: #ffffff;
	background-color: #547891;
	text-align: center;
	font-size: 0.9em;
	border: none;
	margin: 12px 0px 0px 228px;
	}
#content a.order:hover {
	background-color: #3399FF;
	}
	
.order-btn {
	display: block;
	width: 146px;
	height: 24px;
	line-height: 22px;
	color: #ffffff;
	background-color: #547891;
	text-align: center;
	font-size: 0.9em;
	border: none;
	margin: 12px 0px 0px 228px;
	}
.order-btn:hover {
	background-color: #3399FF;
	}

#content form {
	clear: both;
	}
#content legend {
	padding: 4px 0px 0px 0px;
	}
#content label {
	display: block;
	float: left;
	width: 86px;
	margin: 0px 4px 0px 0px;
	padding: 4px 0px 0px 0px;
	}
#content #orderinfo {
	clear: left;
	}
#content #orderinfo label {
	float: none;
	width: 280px;
	margin: 0px 0px 4px 0px;
	text-align: left;
	}
#content #orderinfo input {
	float: none;
	width: 180px;
	margin: 0px 0px 4px 90px;
	}


#content #personalinfo input {
	width: 180px;
	margin: 0px 0px 4px 0px
	}
#content #bankselect input, #content #acceptterms input {
	float: left;
	clear: left;
	}
#content #bankselect label, #content #acceptterms label {
	text-align: left;
	width: auto;
	margin: 0px 0px 0px 4px;
	}
#content #paybutton {
	margin: 8px 0px 0px 86px;
	}

#viewbox1, #viewbox2 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 900;
	background: url(./imgs/content-bk.png) repeat;
	}
#viewbox a, #viewbox2 a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;	
	font-size: 72%;
	}
#viewbox a img, #viewbox2 a img {
	margin-top: 8%;
	}

#terms {
	position: absolute;
	top: -120px;
	left: -215px;
	background: #ffffff;
	width: 540px;
	padding: 20px;
	border: 1px solid #547891;
	}
#terms p {
	margin-bottom: 14px;
	line-height: 16px;
	}
p.error {
	position: absolute;
	top: 150px;
	left: 100px;
	padding: 5px;
	border: 1px solid #ee0000;
	background: #ffffff;
	}


/* Footer */
#footer a {
	display: inline-block;
	margin: 0px 1%;
	height: 60px;
	}
#footer a span {
	display: none;
	}
#footer a#ts {
	width: 68px;
	background: url(./imgs/partner-ts.gif) no-repeat center center;
	}
#footer a#au {
	width: 172px;
	background: url(./imgs/partner-au.gif) no-repeat center center;
	}
#footer a#forummarinum {
	width: 137px;
	background: url(./imgs/partner-forummarinum.gif) no-repeat center center;
	}
#footer a#jci {
	width: 269px;
	background: url(./imgs/partner-jci.gif) no-repeat center center;
	}
#footer a#tok {
	width: 110px;
	background: url(./imgs/partner-tok.gif) no-repeat center center;
	}
#footer a#ssrahasto {
	width: 113px;
	background: url(./imgs/partner-ssrahasto.gif) no-repeat center center;
	}
#footer a#medusa {
	width: 116px;
	background: url(./imgs/partner-medusa.gif) no-repeat center center;
	}
#footer a#tok-110v {
	width: 80px;
	height: 73px;
	background: url(./imgs/partner-tok-110v.gif) no-repeat center center;
	}
#footer a#turkulainen {
	width: 165px;
	background: url(./imgs/partner-turkulainen.gif) no-repeat center center;
	}
#footer a#lightpress {
	width: 140px;
	background: url(./imgs/partner-lightpress.gif) no-repeat center center;
	}
#footer #imgcredits {
	position: absolute;
	top: 0px;
	width: 400px;
	height: 32px;
	text-align: left;
	padding: 4px 10px;
	font-size: 0.86em;
	}
#footer #imgcredits a#janneg {
	display: inline;
	margin: 2px 0px 0px 0px;
	}
.st_sharethis {
	position: absolute;
	top: 2px;
	right: 8px;
	}

/* Helpers */
.clear {
	clear: both;
	width: 1px;
	height: 1px;
	line-height: 1px;
	}
	
	
	
#viewbox3 {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 900;
	margin:0 auto; 
	text-align:center;
	background: url(./imgs/content-bk.png) repeat;
	}
	
#viewbox3 div {
	margin-top:180px;
	margin-left: auto;
	margin-right: auto;
	width: 50em;
	background-color: #FFF;
}

#viewbox3 p {
	padding: 30px;
}
