/*
Theme Name: Soluto
Theme URI: http://www.soluto.fi
Description: 
Version: 1.0
Author: Jaakko Alajoki
Author URI: 
Tags: 


*/

#logo {
	height: 80px;
	float: left;
	width: 250px;
	cursor: pointer;
}

body {
	font-family: Arial, Verdana, Tahoma;
	font-size: 12px;
}

#menuArea {
	background: url(images/logo.gif) no-repeat 30px top;
	width: 950px;
	height: 80px;
	margin: 0px auto;
}

#contentArea {
	background: #f1f2f4 url(images/bg.jpg) no-repeat top left;
	width: 950px;
	min-height: 541px;
	margin: 0px auto;
}

.menuItem {
	float: right;
	height: 80px;
}

.menuItem div.inner {
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	padding: 0px 10px;
	border-left: 1px solid #8cd6e4;
}

.menuItem div.inner a {
	text-decoration: none;
	color: #00a5c3;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial;
}


.subMenuAnchor {
	position: absolute;
}

.subMenu {
	position: absolute;
	top: 0px;
	left: 0px;
	background: #ffffff;
	display: none;
	width: 150px;
}

.subMenu div {
	padding: 5px 10px;
}

.subMenu a {
	text-decoration: none;
	color: #00a5c3;
	font-size: 10px;
	font-family: "Trebuchet MS", Arial;
}

#footer {
	width: 950px;
	height: 46px;
	line-height: 46px;
	text-align: right;
	margin: 0px auto;
	background: transparent url(images/avainlippu.gif) no-repeat scroll 898px center;
}

#footer div {
	padding-right: 63px;
}

#image {
	width: 332px;
	float: left;
}

#content {
	width: 401px;
	padding-top: 50px;
	padding-bottom: 20px;
	float: left;
}

#boxes {
	width: 217px;
	float: left;
}

#boxesPadding {
	padding: 20px 0px 0px 7px;
}

.boxHeader {
	background: url(images/boxHeader.png) no-repeat top left;
	width: 191px;
	height: 12px;
}

.boxBg {
	background: url(images/boxBg.png) repeat-y top left;
	width: 191px;
}

.boxBg .padding {
	padding: 0px 15px;
}

.boxBg h1 {
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	color: #00a5c3;
	font-weight: normal;
}

.boxFooter {
	background: url(images/boxFooter.png) no-repeat top left;
	width: 191px;
	height: 15px;
	margin-bottom: 8px;
}

.box2 {
	cursor: pointer;
}

.box2 .box2Header {
	background: url(images/box2Header.png) no-repeat top left;
	width: 191px;
	height: 11px;
}

.box2:hover .box2Header {
	background: url(images/box2HeaderHover.png) no-repeat top left;
}

.box2 .box2Bg {
	background: url(images/box2Bg.png) repeat-y bottom left;
	width: 191px;
	min-height: 80px;
}

.box2:hover .box2Bg {
	background: url(images/box2BgHover.png) repeat-y bottom left;
}

.box2Bg .padding {
	padding: 10px 15px;
	text-align: center;	
	color:#00A5C3;
}
.box2:hover .padding {
	color:#006d82;
}





h1 {
	font-size: 22px;
	font-weight: normal;
}

h2 {
	font-size: 17px;
	font-weight: normal;
	color: #00a5c3;
	margin-bottom: 2px;
}

a, a:active, a:visited {
	color: #00a5c3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.quickFormAnchor {
	position: absolute;
}

.quickForm {
	position: absolute;
	width: 300px;
	background: #ffffff;
	left: -128px;
	display: none;
}

.quickFormPadding {
	padding: 10px;
}

.quickForm .label {
	float: left;
	width: 100px;
	line-height: 20px;
}

.quickForm .input {
	float: left;
	width: 180px;
	line-height: 20px;
}

.quickForm .input input {
	border: 1px solid #cccccc;
	width: 100%;
}

.quickForm .spacer {
	clear: both;
	height: 5px;
}

.quickForm .button {
	background: #cccccc;
	border: 1px solid #dddddd;
}

.newsTitle {
	margin-top: 20px;
	font-size: 14px;
	font-weight: normal;
}

.client {
	float: left;
	width: 340px;
	height: 220px;
	cursor: pointer;
}

.client:hover {
	background: url(images/clientBg.gif) repeat-x top left transparent;
}

.clientPadding {
	padding: 20px;
}

.clientHeight {
	height: 160px;	
}

.clientMore {
	height: 20px;
	text-align: right;
	border-bottom: 1px solid #ffffff;
	width: 300px;
}

.client h1 {
	margin: 0px;
	color: #00a5c3;
	font-size: 17px;
	font-weight: normal;
}

.previous, .next {
	width: 50%;
	float: left;
}

.previous {
	text-align: left;
}

.next {
	text-align: right;
}
