/*Resetoinnit*/

html, body, div, img, p, dl, ul, ol, li, dt, dd, table, tr, th, td, a, em, h1, h2, h3, span, blockquote {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: left;
	outline: none;
}

ul {
	list-style: none;
}

img {
	vertical-align: middle;
}

table, th, tr, td {
	vertical-align: top;
}

table {
	width: 100%;
	border-collapse: collapse;
}


body {
	background: #fff url(/images/style/backgrounds/colorpaint_bg.jpg) fixed;
	font: 18px Arial, Helvetica, sans-serif;
}

div.wrap {
	margin: 0 auto;
	width: 90%;
}

div#header {
	margin: 21px 0;
	height: 41px;
	padding: 0 7px;
}

div.content {
	background: url(/images/style/backgrounds/black_70.png);
	border-radius: 10px;
	-moz-border-radius: 10px;
	color: #fff;
	clear: both;
	line-height: 1.5em;
	overflow: hidden;
	padding: 14px;
}

h1, h2, h3, h4, dt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h3.footer {
	color: #fff;
	font-size: 20px;
	margin: 10px 0;
}

p {
	margin: 1em 0 0 0;
}

h1#logo {
	background: transparent url(/images/style/icons/logo.png) no-repeat;
	float: left;
	height: 41px;
	text-indent: -999em;
	width: 119px;
}

h2 {
	color: #B755AC;
	font-size: 42px;
	text-transform: uppercase;
}

dl dt {
	color: #B3D570;
	font-size: 1.1em;
	margin: 0 0 0.3em 0;
}

dl dd {
	margin: 0 0 1em 0;
}

div#header h2 {
	float: left;
	line-height: 0.9em;
	margin: 0 0 0 5%;
}

div.content h3 {
	background: url(/images/style/backgrounds/purple_white_line.png) repeat-x 0 100% transparent;
	font-size: 28px;
	margin: 0 -14px 14px -14px;
	padding: 0 14px 14px 14px;
}

div.content h3 span.title {
	color: #B3D570;
	font-size: 0.8em;
	margin: 0 0 0 0.8em;
}

span.images {
	display: block;
	float: left;
	overflow: hidden;
	margin: 0 14px 0 0;
	width: 30%;
}

span.images img {
	float: left;
	margin: 25px 0 0 0;
	width: 45%;
}

span.images img.iso {
	margin: 0;
	width: 100%;
}

span.images img.oikea {
	float: right;
}

span.url {
	color: #FF7BAC;
}

div.clear {
	clear: both;
}
