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;
}


ul  li {
   list-style: disc;
}


blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Trimedia Oy */

/* Default fonts, colors & styling */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:12px;
	background-image:url(images/bg.jpg);
	color:#5c5246;
}
a {
	color: #769e26;
	text-decoration: none;
}
a:hover {
	color: #fa6c0b;
	text-decoration: underline;
}
p {
	line-height: 1.3em;
	margin: 5px 0 10px 0;
}
h1 {
	color: #333;
	font-size: 1.5em;
	line-height: 1em;
	margin-bottom: 15px;
}
h2 {
	color: #000;
}
h3 {
	color: #669900;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 15px;
}
/* Wraps & Blocks */

#header-wrap {
}
#header {
	width: 910px;
	height: 100px;
	margin-top: 42px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom:14px;
	border-bottom:#c5bdae solid 1px;
}

#logo{
float:left;
display:inline;
width: 120px;
}

#yhteys{
float:right;
display:inline;
margin-top:12px;
width: 440px;
}

.lime{
color:#769e26;
}



/*********** CONTENT ***********/

#content-wrap {
}
#content {
	width: 909px;
	margin:14px auto 0 auto;
	background-color:#fafafa;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333333;
	font-size:14px;

}


#content-left {
	width: 525px;
	float: left;
	display:inline;
}



#content-right {
	width: 350px;
	float: left;
	display:inline;
	padding:40px 0 0 10px;
}


#content-right h1{
color:#669900;
font-size:18px;
}


.block{
	width: 250px; height: 310px; margin: 30px 0 30px 32px; padding: 0 20px 0 0;
	float: left;
	display:inline;
	border-right: #e1dfde solid 1px;
}
.block#last{

	border-right: none;
}

/*FOOTER*/
#footer-wrap {

}
#footer {
	width: 929px;
	margin: 0 auto;
	height: 148px;
	background-image:url(images/footer.png);
	background-repeat:no-repeat;
	background-position:-1px 0;
	padding-right:1px;
	font-weight:bold;
	color:#FFFFFF;
}
#footer .center{
	width: 200px;
	float:left;
	margin:70px 0 0 330px;
	display:inline;
	}
	


	
#footer .right{
	width: 330px;
	float:left;
	margin:60px 0 0 13px;
	display:inline;

	}

/* Clears etc */
.clear {
	clear: both;
}

