@charset "UTF-8";
/* CSS Tomlinson */

body {
	color: #737d87;
	font-family: Helvetica, Arial, sans-serif;
	margin: 1em 1em 0 16em;
}
p {
	font-size: 18px;
	font-weight: 100;
	letter-spacing: 0.1em;
	line-height: 1.75;
	max-width: 40em;
	min-width: 20em;
	padding-bottom: 1em;
	text-align: left;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	margin-top: 34px;
	text-align: right;
}
a:link {
	color: #737d87;
}
a:visited {
	color: #737d87;
}
a:hover {
	color: #e6e6e6;
}
a:active { 
	color: #f2c791;
}
img#logo {
	position: absolute;
	top: 1em;
	left: 1em;
	width: 250px;
	height: 39px;
}
div#prevnext {
	position: absolute;
	top: 2em;
	left: 50%;
	height: 20px;
	width: 55px;
}
a#previous {
    display: block;
    width: 20px;
    height: 20px;
	text-decoration: none;
    background-image: url(../images/previous.png);
	float: left;
}
a#previous:hover {
    background-position: 0px 20px;
}
a#previous:active {
    background-position: 0px 40px;
}
a#next {
    display: block;
    width: 20px;
    height: 20px;
	text-decoration: none;
    background-image: url(../images/next.png);
	float: right;
}
a#next:hover {
    background-position: 0px 20px;
}
a#next:active {
    background-position: 0px 40px;
}
div#container {
	margin: 100px 4em 0 6em;
}
ul#pdfs li {
	display: inline-block;
	font-size: 18px;
	line-height: 1;
	margin: .5em;
	text-align: center;
	width: 10em;
}
img.logo {
	height: 66px;
	width: 66px;
}
p#lindt {
	font-size: 9px;
	font-style: italic;
	max-width: none;
	text-align: right;
}
ul#client li {
	display: inline-block;
	font-size: 18px;
	line-height: 1.5;
	margin-right: 1em;
	width: 15em;
}
label {
	display: block;
	float: left;
	font-size: 12px;
	line-height: 1.5;
	margin-right: .5em;
	text-align: right;
	width: 6em;
}
input {
	margin-bottom: 1em;
}
p#address {
	font-size: 12px;
	line-height: 1.25;
	margin-left: 6.5em;
}
p.submit{
	margin-left: 4em;
	margin-top: 1em;
	border: 1px solid #e68128;
}
button{
    display:block;
	font-family: Helvetica, Arial, sans-serif;
    margin:1em 1em 1em 5.5em;
    background-color:#f5f5f5;
    border:1px solid #999999;
    border-bottom:1px solid #737d87;
    border-right:1px solid #737d87;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
    width:auto;
    overflow:visible;
}
button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
button img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:22px;
    height:16px;
}
button:hover{
    background-color:#f7d5b8;
    border:1px solid #e68128;
    color:#e68128;
}
