/* CSS Document */

/* Basic settings for the site */

* {margin:0;padding:0;} 


html, body {	
	/* height: 100%; */
	margin:0;
	padding:0;
	}

body {
	background: #d2b78c url(images/bg_body.jpg) top center no-repeat;
	color: #404040;
	text-align: center;
	}

a 	{
	text-decoration: none; 
	color: #2266bb; 
	font-weight: bold;
	}
	
a:hover{ 
	color: #1d4595;
	}

/*************************************************/

#body_wrap_outer {
	position: relative;
	width: 920px;
	padding:0;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: auto;
	margin-right: auto;	
	background: #fafafa;
	
	/* rounded corners */
	border-radius: 15px;
	-moz-border-radius: 15px;
 		
 	/* box shadow */
	-moz-box-shadow: 4px 4px 4px #757370;
	-webkit-box-shadow: 4px 4px 4px #757370;
	box-shadow: 4px 4px 4px #757370;

	}

#body_wrap_inner {
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
	}
	
#header_wrap {
	position: relative;
	width: 100%;
	height: 94px;
	padding: 0;
	background: url(images/bg_header.gif) top left repeat-x;
	
	/* rounded corners */
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
 	-moz-border-radius-topright: 15px;

	}

#header {
	position: relative;
	width: 100%;
	height: 100%;		
	}	

#logo_wrap {
	
	}

#logo {	
	
	}
	
#logo h1 { 
	background: transparent url(images/Logo.png) no-repeat top left;
	font-size: 40px;
	display: block;
	margin: 0;
	margin-top: 4px;
	margin-left: 45px;
	padding: 0;
	width: 285px;
	height: 86px;
	float: left;
	}
	
#logo h1 span {
	display: none;
	}

#main_navigation {
	position: absolute;
	top: 0;
	right: 70px;
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
#main_navigation ul {	
	margin: 0;
	padding: 0;
	}

#main_navigation li {
	position: relative; 
	list-style-type: none;
	display: inline;
	float: left;
	width: 106px;
	font-family: YanoneKaffeesatzRegular;
	font-size: 17px;
	line-height: 22px;
	letter-spacing: 1px;
	margin: 0;
	margin-right: 20px;
	padding-top: 10px;
	padding-bottom: 7px;	
		
	/* rounded corners */
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	-moz-border-radius-bottomleft: 9px;
 	-moz-border-radius-bottomright: 9px;

	}

#main_navigation li .ru_navilink {
	font-size: 15px;
	}

#main_navigation a{
	color: #2a281f;
	
	font-weight: normal;
	}

#main_navigation a:hover {
	text-decoration: underline;
	}
	
#main_navigation span {
	font-size: 19px;
	line-height: 25px;
	}

#main_navigation #active_link {
	background: #96d095;
	
	/* Gradient background */
	
	/* Mozilla: */
   background: -moz-linear-gradient(top, #b09365, #cca76e); 
   /* Chrome, Safari: */
   background: -webkit-gradient(linear, left top, left bottom, from(#b09365), to(#cca76e)); 
   /* MSIE */
   filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#b09365', EndColorStr='#cca76e', GradientType=0);	}
	
#main_navigation #active_link a{
	color: #fff;
	}
	
.main_navi_not_hovered {
	
	}

.main_navi_hovered {
	 
	}

#page_heading {
	margin-top: 7px; 
	margin-left: 55px; 
	margin-bottom: 20px;
	padding: 0;
	text-align: left;
}


#content_wrap {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding-bottom: 30px;
	text-align: left;
	overflow: auto;
	}

#content {
	width: 600px;
	float: right;
	margin-top: 25px;
	}

#content h2{
	font-family: YanoneKaffeesatzRegular; 
	font-size: 26px;
	line-height: 32px;
	margin-left: 30px;
	margin-right: 95px;
	margin-top: 39px;
	margin-bottom: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0;
	color: #472;
	}
	
#content p{
	font-family: AsapRegular;
	font-size: 17px;
	margin-left: 30px;
	margin-right: 125px;
	margin-top: 16px;
	margin-bottom: 12px;
	line-height: 24px;
	text-align: left;
	}
	
#content ul{
	margin-top: 0;
	margin-left: 0;
	}
	
#content li{
	font-family: AsapRegular;
	font-size: 16px;
	margin-left: 45px;
	margin-right: 120px;
	line-height: 20px;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-left: 16px;
	list-style: none;
	background: url(images/bullet.png) 0 11px no-repeat;
	}

#content_image_wrap {
	width: 830px;
	padding: 0;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	}

#content_image {
	width: 830px;
	height: 275px;
	padding: 0;
	margin: 0;
	
	border: solid #765 1px;
	
	/* rounded corners */
	border-radius: 5px;
	-moz-border-radius: 5px;
 		
 	/* box shadow */
	-moz-box-shadow: 2px 2px 2px #999;
	-webkit-box-shadow: 2px 2px 2px #999;
	box-shadow: 2px 2px 2px #999;

	}

.spacer {
	position: relative;
	height: 40px;
	width: 420px;
	border-bottom: solid #ccc 1px;
	margin-left: 30px;
	margin-bottom: 45px;
	}
	
#left_column {
	position: relative;
	float: left;
	width: 280px;
	margin-top: 25px;
	}

#left_column h2{
	font-family: YanoneKaffeesatzRegular; 
	font-size: 20px;
	line-height: 26px;
	margin-left: 25px;
	margin-right: 35px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0;
	color: #05c;
	}
		
#contact_box {
	position: relative;
	width: 233px;
	margin-left: 45px;
	margin-top: 40px;
	padding-bottom: 15px;
	text-align: left;
	background: #eef3f4;
	border: solid #7c9c95 1px;
	
	/* rounded corners */
	-moz-border-radius: 5px;
	border-radius: 5px;
		
	/* box shadow */
	-moz-box-shadow: 2px 2px 2px #999;
	-webkit-box-shadow: 2px 2px 2px #999;
	box-shadow: 2px 2px 2px #999;
	}

#fancy_form {
	position: relative;
	width: 233px;
	margin-left: 45px;
	margin-top: 40px;
	padding-bottom: 15px;
	text-align: left;
	background: #eef3f4;
	border: solid #7c9c95 1px;
	
	/* rounded corners */
	-moz-border-radius: 5px;
	border-radius: 5px;
		
	/* box shadow */
	-moz-box-shadow: 2px 2px 2px #999;
	-webkit-box-shadow: 2px 2px 2px #999;
	box-shadow: 2px 2px 2px #999;
	}
	
#fancy_form h2{
	font-family: YanoneKaffeesatzRegular; 
	font-size: 20px;
	line-height: 26px;
	margin-left: 25px;
	margin-right: 35px;
	margin-top: 15px;
	margin-bottom: 10px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 0;
	color: #407020;
	}
		
#form_notation {
	width: 450px;	
	margin-left: 40px;
	margin-right: 50px;
	margin-top: 19px;
	margin-bottom: 25px;
	padding: 10px;	
	background: #f2f2f2;
	border: solid #ccc 1px;
	
	/* rounded corners */
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	/* box shadow */
	-moz-box-shadow: 2px 2px 3px #999;
	-webkit-box-shadow: 2px 2px 3px #999;
	box-shadow: 2px 2px 3px #999;
	}

#form_notation p {
	font-family: AsapRegular;
	font-size: 17px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 12px;
	}
	
.formcontainer1 {
	font-family: AsapRegular;
	font-size: 13px;
	margin-left: 28px;
	margin-top: 15px;
	margin-bottom: 3px;
	}
	
.formcontainer2 {
	margin-left: 25px;
	margin-top: 3px;
	margin-bottom: 0;
	padding: 0;
	}

.form_field {
	width: 185px;
	}

#form_submit {
	font-family: AsapRegular;
	font-size: 13px;
	margin-left: 35px; 
	margin-top: 10px; 
	padding-top: 4px;	 
	padding-left: 12px; 
	padding-right: 12px;
	}
	
#google_map {
	float: right;
	margin-right: 12px;
	}

.google_map {
	width: 260px;
	height: 380px;
	border: none;
	border-radius: 10px;
	-moz-border-radius: 8px;
	-moz-box-shadow: 3px 3px 2px #888;
	-webkit-box-shadow: 3px 3px 2px #888;
	box-shadow: 3px 3px 2px #888;
	/* overflow: hidden; */
}

.google_map_link {
	margin-left: 10px;
	line-height: 30px;
	font-family: AsapRegular;
	font-size: 15px;
}

.tilaajavastuu_logo {
	margin: 0;
	margin-left: 65px;
	padding: 0;
	border: none;
	}
	
.yhteystieto_block_name {
	float: left;
	clear: left;
	width: 150px;
	display: block;
	}
	
.line {
	clear: both;
	width: 810px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 25px;
	padding: 0;
	background-color: #aaa;
	color: #aaa;
	border: none;
	height: 1px;
	}

#footer_wrap {
	position: relative;
	width: 100%;
	height: 70px;
	padding: 0;
	margin: 0;
	font-size: 13px;
	text-align: left;	
	}

#footer {
	position: relative;
	height: 100%;
	width: 100%;	
	background: url(images/bg_footer.gif) top left repeat-x;
	
	/* rounded corners */
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	-moz-border-radius-bottomleft: 15px;
 	-moz-border-radius-bottomright: 15px;
	}

.footer_column {
	position: relative;
	float: left;
	width: 33%;
	height: 100%
	}

#footer p {
	font-family: AsapRegular;
	color: #222;
	font-size: 14px;
	line-height: 19px;
	padding: 0;
	margin-top: 27px;	
	margin-left: 10px;
	}

#copyright {
	font-weight: bold;
	color: #999;
	}

#footer_made_by {
	position: absolute; 
	bottom: 23px;
	right: 14px;
	width: 140px;
	height: 23px;
	display: block;
	text-align: right;
	font-style: italic;
	font-size: 11px;
	background: url(images/Arctec_Web-Solutions-logo.png) top left no-repeat;
	display: none;
	}
	
#footer_made_by a{
	font-family: Arial, Helvetica, FreeSans, sans;
	font-weight: bold;
	color: #C2C7FD;
	font-size: 14px;
	display: block;
	width: 100%;
	height: 100%;
	}

#footer_made_by span {
	display: none;
	}
	
#img_preload {
	display: none;
	}
	
/* drop down sub navigation */

#main_navigation .ddm {
	position: absolute;
	background: #6e6d6d url(images/bg_subnavi.png) top left repeat;
	width: 270px;
	visibility: hidden;
	z-index: 30;
	float: none;
	top: 36px;
	left: -10px;
	padding-bottom: 12px;
	background: #199697; 
	
	/* Gradient background */
	
	/* Mozilla: 
   background: -moz-linear-gradient(top, #1e9fa1, #22b5b7); */
   /* Chrome, Safari:
   background: -webkit-gradient(linear, left top, left bottom, from(#1e9fa1), to(#22b5b7)); */
   /* MSIE 
   filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#1e9fa1', EndColorStr='#22b5b7', GradientType=0); */
	
	border: solid #127973 2px;
	border-top: none;
	
	/* rounded corners */
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
 	-moz-border-radius-bottomleft: 6px;
	
	/* box shadow */
	-moz-box-shadow: 1px 1px 2px #555;
	-webkit-box-shadow: 1px 1px 2px #555;
	box-shadow: 1px 1px 2px #555;
	}

#main_navigation .ddm  ul{
	padding: 0;
	padding-top: 10px;
	padding-left: 22px;
	padding-right: 10px;
	margin: 0;
	text-align: left;
	}

#main_navigation .ddm  li{
	position: relative;
	background: none;
	margin: 0;	
	margin-top: 10px;
	margin-bottom: 3px;
	list-style: none;
	font-size: 15px;
	line-height: 19px;
	padding: 0;
	float: none;
	display: block;
	border: none;
	}
	
#main_navigation .ddm a{
	position: relative;
	/* font-family: JockeyOneRegular; */
	font-family: OxygenRegular;
	font-weight: bold;
	display: block;
	color: #fff;
	width: 100%;
	height: 100%;
	text-shadow: #333537 1px 1px 0;
	}

#main_navigation .ddm a:hover {
	color: #fac050;
	text-decoration: none;
	}

#main_navigation  #active_link .ddm a{
	color: #fff;
	}
	
#main_navigation #active_link .ddm a:hover {
	color: #fac050;
	text-decoration: none;
	}
	
#main_navigation .ddm .subnavi_MOver {
	/* background: transparent url(images/subnavi_button_hover.png) center top no-repeat;
	line-height: 45px;
	font-size: 15px; */
	}

#main_navigation .ddm .subnavi_MOut {
	/* background: transparent url(images/subnavi_button_non-hover.png) center top no-repeat;
	line-height: 40px;
	font-size: 13px; */
	}
