body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 76%;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #ffffff;
}


img{
	border: none;
}

#main, #top, #footer, .main-menu {
	width: 945px;
	margin: 0 auto;
	border: none;
	max-width: 945px;
}

#main {
	padding: 0px;
	background-color: #ffffff;
	min-height: 600px;
	padding-top: 1px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	z-index: 56;
}	

#top {
	padding-left: 15px;	
	margin-bottom: 20px;
	margin-top: 22px;
	z-index: 10;
	overflow: hidden;
}

#top a{
	border: none;
	display: block;
	min-height: 52px;
	height: 52px;
	min-width: 109px;
	width: 109px;	
}


#footer {
	padding-top: 20px;
	padding-bottom: 40px;
}

.content {
	padding: 20px 40px 40px 40px;
	width: 100%;
	overflow: auto;
	-webkit-border-bottom-right-radius: 6px;
}
	


h1 {
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
	color: #8D744A;
	font-weight: normal;
	line-height: normal;
	font-size: 1.8em;
	margin-bottom: 1em;
}

h2 {
	font-family: arial, helvetica, sans-serif;
	text-transform: uppercase;
	color: #8D744A;
	font-weight: normal;
	line-height: normal;
	font-size: 1.6em;
	margin-bottom: 0.6em;
}

a {
	color: #000000;
}

.content-left, .content-right {
	width: 45%;
	float: left;
}

.content-left {
	/*padding-right: 45px;*/
	padding-right: 20px;
}

.activate {
	display: block;
	padding: 10px;
	font-size: 10px;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	background: rgb(126,105,68); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(126,105,68,1) 0%, rgba(160,145,115,1) 60%, rgba(121,100,61,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(126,105,68,1)), color-stop(60%,rgba(160,145,115,1)), color-stop(100%,rgba(121,100,61,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(126,105,68,1) 0%,rgba(160,145,115,1) 60%,rgba(121,100,61,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(126,105,68,1) 0%,rgba(160,145,115,1) 60%,rgba(121,100,61,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(126,105,68,1) 0%,rgba(160,145,115,1) 60%,rgba(121,100,61,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(126,105,68,1) 0%,rgba(160,145,115,1) 60%,rgba(121,100,61,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e6944', endColorstr='#79643d',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #473b26;
	margin-top: 10px;
	margin-top: 20px;	
	width: 328px;
}

.activate:hover {
	background: rgb(126,105,68); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(126,105,68,1) 0%, rgba(160,145,115,1) 73%, rgba(121,100,61,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(126,105,68,1)), color-stop(73%,rgba(160,145,115,1)), color-stop(100%,rgba(121,100,61,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(126,105,68,1) 0%,rgba(160,145,115,1) 73%,rgba(121,100,61,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(126,105,68,1) 0%,rgba(160,145,115,1) 73%,rgba(121,100,61,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(126,105,68,1) 0%,rgba(160,145,115,1) 73%,rgba(121,100,61,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(126,105,68,1) 0%,rgba(160,145,115,1) 73%,rgba(121,100,61,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7e6944', endColorstr='#79643d',GradientType=0 ); /* IE6-9 */
}

.main-menu {
	overflow: hidden;
	clear: right;
	text-transform: uppercase;
	margin-top: 0px;
	margin: 0px auto;
	font-size: 10px;
	z-index: 55;
	position: relative;
	border: none;
	background-color: #000000;
}

.main-menu ul{
	list-style:none;
	margin:0; 
	padding:0; /*fixes ul padding and margin */
	margin-bottom: 0px;
	float:right;		
}

.main-menu li{
	margin-right: 5px;
	margin-bottom: 0px;
	text-align: center;
	line-height: 22px;
	float: left;
	color: #8D744A;
	padding: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius: 5px 5px 0px 0px;
	border-top: solid 1px #CCC;
	border-right: solid 1px #CCC;
	border-left: solid 1px #CCC;
	border-bottom: none;
}

.main-menu a{
	color: white;
	text-decoration:none;
	padding: 6px;
	border: none;
}

.active{
	background-color: white;
	color: #8D744A;
}

.active a{
	color: #8D744A;
}

.main-menu li:hover{
	background-color: white;
}

.main-menu a:hover{
	color: #8D744A;
}

.item-wrapper{
	width: 745px;
	border: none;
	overflow: hidden;
	margin-bottom: 40px;
}

.item-wrapper p{
	min-height: 130px;
}

.item-wrapper img{
	padding-bottom: 1em;
}

.item-left{
	width: 350px;
	border: none;
	display: block;
	float: left;
}

.item-right{
	width: 350px;
	float: right;
	border: none;
}
	
.contact {
	width: 322px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #5f5f5f;
	margin-bottom: 10px;

	/*shadow ja pyöristys*/
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 1px 0px 0px gray;
	-webkit-box-shadow: 1px 0px 0px gray;
	box-shadow: 1px 0px 0px gray;
}
.contact-item{
border: none;
display: inline;
width:180px;
height: 100px;
padding-bottom: 2px;
float: left;
}

textarea{
	min-width: 322px;
	max-width: 322px;
	min-height: 200px;
	max-height: 200px;
	padding: 3px;
}
