@font-face {
	font-family: 'klavikalight';
	src: url('../fonts/KlavikaWebBasicLight.eot');
	src: local('?'), url('../fonts/KlavikaWebBasicLight.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'klavikareg';
	src: url('../fonts/KlavikaWebBasicRegular.eot');
	src: local('?'), url('../fonts/KlavikaWebBasicRegular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

* {
	margin:0;
	padding:0;
}

img {
	border:0;
}

body {
	background-color:#e6e6e6;
	background-image:url(../images/background.jpg);
	background-position:top;
	background-repeat:repeat-x;
	font-family:'Palatino Linotype','Book Antiqua',Palatino,serif;
	font-size:14px;
	line-height:20px;
}

a:link, a:visited, a:active {
	color:#00ACA2;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

.email a:link, .email a:visited, .email a:active {
	color:#fff;
	font-size:14px;
}

.email a:hover {

}

#header {
	margin:0 auto;
	width:870px;
	height:22px;
	padding:15px;
	padding-top:153px;
	background-image:url(../images/af-sollertia-banner.png);
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center;
	text-align:right;
	font: 18px/18px 'klavikareg', Arial, sans-serif;letter-spacing: 0;
}

#container {
	width:870px;
	background-color:#fff;
	padding:15px;
	margin:0 auto;
}

#content {
	width:870px;
	background-image:url(../images/content.gif);
	background-repeat:repeat-y;
	background-position:left;
}

#menu {
	float:left;
	width:223px;
	color:#fff;
	text-align:center;
	font-size:16px;
}

#menu p {
	margin-bottom:15px;
}

#buttons {
	background-color:#fff;
}

#buttons ul {
	margin-bottom:22px;
}

#buttons ul li {
	list-style-type:none;
}

#buttons ul li a:link, #buttons ul li a:visited, #buttons ul li a:active {
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
	
	width:192px;
	min-height:23px;
  	height:auto !important;
  	height:23px;
	border-right:1px solid #bebebe;
	background-image:url(../images/button.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	background-color:#e6e6e6;
	display:block;
	text-align:left;
	margin-bottom:2px;
	color:#000;
	text-decoration:none;
}

#buttons ul li a:hover,
#buttons ul li a.active:link, #buttons ul li a.active:visited, #buttons ul li a.active:active {
	background-image:url(../images/button_over.gif);
	color:#fff;
	background-color:#878787;
	border-right:1px solid #5e5e5e;
}

#buttons ul li#sollertia a:link, #buttons ul li#sollertia a:visited, #buttons ul li#sollertia a:active, #buttons ul li#sollertia a:hover,
#buttons ul li#express a:link, #buttons ul li#express a:visited, #buttons ul li#express a:active, #buttons ul li#express a:hover {
	padding-top:6px;
	padding-bottom:6px;
	min-height:41px;
  	height:auto !important;
  	height:41px;
}

.top {
	width:223px;
	height:7px;
	background-image:url(../images/top.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

#menu .middle {
	padding:15px;
	padding-top:7px;
	padding-bottom:7px;
	width:192px;
	min-height:151px;
  	height:auto !important;
  	height:151px;
	background-image:url(../images/middle.gif);
	background-color:#e6e6e6;
	background-repeat:no-repeat;
	background-position:bottom;
	border-right:1px solid #bebebe;
	color:#000;
	font-size:14px;
	line-height:19px;
	
}

#menu .middle p {
	margin:0;
}

#menu .middle p.title {
	font-size:17px;
	margin-bottom:5px;
	letter-spacing:-1px;
}

#menu .middle p.more {
	margin-top:10px;
}

/*

#menu .middle p.more a:link, #menu .middle p.more a:active, #menu .middle p.more a:visited {
	width:100px;
	min-height:21px;
  	height:auto !important;
  	height:21px;
	display:block;
	background-image:url(../images/more.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	font-size:13px;
	margin:0 auto;
	color:#fff;
	text-decoration:none;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#878787;
	border-right:1px solid #656565;
	margin-top:10px;
}

#menu .middle p.more a:hover {
	text-decoration:underline;
}

*/

.bottom {
	width:223px;
	height:7px;
	background-image:url(../images/bottom.gif);
	background-repeat:no-repeat;
	background-position:top;
	padding-bottom:20px;
}

#address {
	padding-top:10px;
}

#banner {
	width:632px;
	height:218px;
	margin-bottom:15px;
}

#text {
	float:right;
	width:632px;
}

#text h1 {
	font-size:22px;
	color:#00ACA2;
	line-height:normal;
	font-weight:normal;
	margin-bottom:15px;
}

#text h2 {
	font-size:18px;
	color:#00ACA2;
	line-height:normal;
	font-weight:normal;
	margin-bottom:10px;
}

#text p, #text ul, #text ol {
	margin-bottom:20px;
}

#text ul, #text ol {
	margin-left:35px;
}

#text hr {
	border:none;
	border-top: 1px solid #D6D6D6;
	background-color:transparent;
	height: 0px;
	width: 100%;
	text-align: left;
	clear:both;
	margin-bottom:15px;
}

.box {
	background-color:#e6e6e6;
	padding:12px;
	padding-bottom:1px;
	margin-bottom:15px;
	width:607px;
	border-right:1PX SOLID #b3b3b3;
	background-image:url(../images/box.gif);
	background-position:bottom left;
	background-repeat:no-repeat
}

.left {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:3px;
}	


.right {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	margin-top:3px;
}	

.center {
	text-align:center;
}

.hidden {
	display:none;
}	

table#contact {
	width:100%;
	border-collapse:collapse;
	margin-bottom:10px;
}

table#contact th {
	font-weight:normal;
	text-align:left;
	vertical-align:top;
	width:130px;
}

table#contact th, table#contact td {
	padding-bottom:5px;
}

.disclaimer {
	margin-top:20px;
	font-size:11px;
	line-height:normal;
}

#footer {
	clear:both;
	text-align:right;
	font-size:12px;
	padding-top:30px;
}

