/* Virtamieli-two 
(c) 2009 Virtamieli
----------------------------------- */
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* end reset
----------------------------------- */

body {
	text-align: center;
	margin: 0px auto;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

div#wrap {
	width: 750px;
	text-align: left;
	margin: 0px auto;
}

div.module {
	padding: 50px;
	border-top: 1px solid #7799AA;
}

div#wrap h2 {
	font-size: 24px;
	margin: 0 0 0.5em;
}

div#wrap p {
	margin: 0 0 1.5em 0;
	line-height: 1.4em;
	font-size: 12px;
}

div#header {
/*	background: #eee;*/
	border-top: 0px;
}

div#header h1 {
	background: url(/images/virtamieli10-logo.png) no-repeat;
	width: 304px;
	height: 88px;
	text-indent: -5000px;
	margin: 0px auto;
}

div#header p {
	color: #999;
	font-size: 14px;
	text-align: center;
}

div#hosting {
/*	background: yellow;*/
}	

div#wrap div#hosting h2 {
	background: url(/images/virtamieli10-yllapito.png) no-repeat -52px 0;
	width: 750px;
	height: 67px;
	text-indent: -5000px;
}

div#sitebuild, div#hosting, div#contact {
	padding: 30px 50px;
}

div#sitebuild {
	border-left: 1px solid #7799AA;
	border-right: 1px solid #7799AA;
}

div#wrap div#sitebuild h2 {
	background: url(/images/virtamieli10-suunnittelu.png) no-repeat -52px 0;
	width: 750px;
	height: 67px;
	text-indent: -5000px;
}

div#sitebuild img, div#hosting img {
	float: right;
}

div#info {
/*	background: red;*/	
}

div#contact {
	clear: both;
	height: 80px;
	padding: 40px 50px;
}
div#wrap div#contact h2 {
	background: url(/images/virtamieli10-yhteys.png) no-repeat -35px -15px;
	width: 285px;
	height: 67px;
	text-indent: -5000px;
	float: left;
}
address {
	font: 12px normal ;
	width: 170px;
	float: left;
}
div.more {
	width: 170px;
	float: left;
}


div#footer {
	clear: both;
}
div#footer p {
	text-align: center;
	color: #777;
}
div#footer script {
	font-size: 11px;
}

h1, h2, h3 {
	color: #485f71;
}

a:link {
	color: #D34342;
	outline: none;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #8A7272;
	outline: none;
	font-weight: bold;
	text-decoration: none;
}
a:hover, a:active {
	outline: none;
	text-decoration: underline;
}

