/* CSS Document for Kiteentaksi */
/* screen definitions */

@import "/css/common.css";

body {
	margin: 0;
	padding: 0;
	font-size: 80%;
	background: #ededed;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
	color: #990000;
	text-decoration: none;
}

h2 {
	border-bottom: 1px solid #666;	
}

h3 {
	font-style: italic;
}

a:hover {
	text-decoration: underline;
}

/* structure */
#upper {
	width: 100%;
	background: #fff url(/images/bodybg.jpg) repeat-x;
}

#main {
	width: 800px;
	margin: 0 auto 0 auto;
	padding-bottom: 20px;
}

#header {
	margin: 0;
	width: 800px;
	height: 93px;
	background: url(/images/header.jpg) no-repeat;
}

.headerlink {
	margin: 0;
	width: 800px;
	height: 93px;
}

#header h1 {
	display: none;	
	visibility: hidden;
}

#mobile {
	float: right;
	font-size: smaller;
}

#menu {
	margin: 0;
	width: 800px;
	height: 47px;
	background: url(/images/menu.jpg) no-repeat;
}

.menupadding {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	font-size: 1em;	
	height: 100%;
	padding: 5px 10px 0 10px;
	width: 500px;
	margin: auto;
}

.activemenuitem {
	font-weight: bold;
}

#breadcrumbs {
	margin: 0 auto;
	width: 740px;
	font-size: 90%;
}

#breadcrumbs a {
	color: #999;
}

#breadcrumbs a:hover {
	color: #000;
}

.breadcrumbpadding {
	color: #000;
	font-size: 0.9em;		
}

/* main content */

#content {
	width: 740px;
	margin: 20px auto 10px auto;
}

#content h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}

/* inner pages have more marginal */
#innerpagecontent {
	width: 700px;
	margin: auto;
}

/* text box with no bg nor border */
.breadtextbox {
	width: 500px;
	margin: auto;
}

.breadtextbox p {
	margin-left: 20px;
}

.servicebox {
	width: 740px;
	height: 200px;
	background: url(/images/fpboxbg.gif) no-repeat bottom;
	text-align: center;
	padding-top: 40px;
}

.services {
	width: 660px;
	margin: auto;
}

.service {
	margin: auto;
	top: 0;
	left: 10px;
	width: 220px;
	height: 220px;
}

.servicetext {
	background: url(/images/graphic/yellowball.gif) no-repeat 0px 4px;
	padding-left: 25px;
	text-align: left;
}

/* text box with grey gradient in bg */
.breadtextbox2 {
	background: url(/images/paragraphbg.jpg) repeat-x bottom;
	padding: 7px 10px 7px 10px;
	border: 1px solid #ccc;
	margin: 25px 0;
	width: 500px;
	-moz-border-radius:	20px;
}

/* align the text to break the textbox border */
.breadtextbox2 h2 {
	background: #fff;
	padding: 5px 10px 0 10px;
}

/* this is reserved for phone numbers etc must see information */
.notice {
	color: #d90000;
	font-size: 120%;
}

.kuvituskuva {
	padding: 2px;
	margin: 2px;
	background: #efefef;
}

/* footer part */

#lowermenu {
	clear: both;
	margin: 0 auto;
	width: 800px;
	padding-bottom: 5px;
}

#lowermenu a {
	color: #999;
}

.lowermenupadding {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999;
	text-align: center;
}

/* lower part */
#lower {
	width: 100%;
	background: url(/images/footerbg.gif) repeat-x;
}

#footer {
	width: 560px;
	margin: 0 auto;
	padding-top: 10px;
	color: #666;
	font-size: 0.9em;
}

.footertextbox {
	float: left;
	width: 185px;
	display: inline;
}

.inline {
	float: right;
	position: relative;
	top: 0px;
	right: -160px;
}

.screenimage {
	height: 110px;
}

/* Map */
#map {
	width: 400px;
	height: 300px;
	border: 1px solid black;
}

#time {
	width:250px;
}

#form {
	width: 290px;
	margin-right: 10px;
	background: url(/images/290px_pbg.gif) no-repeat bottom;
}

#formpadding {
	padding: 10px;
}

#disclaimer {
	margin-top: 5px;
}
	
