@CHARSET "UTF-8";

html, body {
	margin: 0;
	padding: 0;
}

#wrapper {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

#header {
	width: 100%;
	height: 110px;
}

#header-top {
	padding-top: 8px;
	height: 57px;
}

#corner {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 45px;
	height: 45px;
}

#corner a {
	display: block;
	height: 100%;
	text-decoration: none;
}

#header-body {
	width: 960px;
	margin: 0 auto;
}

#logo {
	padding: 0 0 0 15px;
	margin: 0;
	float: left;
	_margin-bottom: -10px;
}

#info {
	padding-top: 36px;
	margin-right: 35px;
	float: right;
	_margin-bottom: -10px;
}

#menu {
	height: 45px;
	padding: 10px 0 0 0;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0 10px;
}

#menu ul li {
	float: left;
	height: 100%;
	padding: 10px 0;
	
}

#menu ul li a {
	padding: 8px 10px;
}



#middle {
	width: 100%;
	text-align: center;
}

#footer {
	width: 100%;
	min-height: 150px;
	_height: 150px;
}

#copyright {
	width: 930px;
	margin: 0 auto;
	height: 45px;
	padding: 5px 15px 15px 15px;
	text-align: right;
}

#page {
	width: 960px;
	margin: 0 auto;
}

#page-contents {
	min-height: 240px;
	_height: 240px;
}

#teaser {
	height: 240px;
	padding: 10px 20px;
}

#page-bottom-decorator {
	width: 960px;
	margin: 0 auto;
	height: 20px;
}

#teaser-left {
	float: left;
	width: 620px;
	height: 230px;
}

#rotator {
	width: 620px;
	height: 230px;
	background-position: left top;
	text-align: left;
}

#teaser-right {
	float: left;
	width: 290px;
	margin-left: 10px;
}

div.clear {
	clear: both;
}

div.box {
	padding-bottom: 15px;
} 

div.box h1 {
	height: auto;
}

#column-left {
	float: left;
	width: 680px;
	padding: 0 0 0 15px;
}

#column-right {
	float: left;
	width: 230px;
	padding: 10px 0 0 15px;
}

div.news {
	padding: 0 10px;
}

div.news h1 {
	height: auto;
}

div.news div.image {
	float: left;
	width: 150px;
	text-align: center;
}

div.news div.text {
	float: left;
	width: 510px;
}

div.news div.text a.read-more {
	float: right;
}

div.client {
	height: 80px;
}

div.client div.logo {
	height: 70px;
	width: 90px;
	margin-left: 10px;
	float: left;
}

div.client div.name {
	height: 70px;
	width: 120px;
	float: left;
}

div.separator {
	height: 16px;
}

form fieldset {
	border: none;
}

fieldset label {
	float: left;
	width: 120px;
	text-align: left;
	margin: 5px 0;
	padding: 3px;
}

span.required {
	color: red;
	font-weight: bold;
	padding-left: 5px;
	margin: 5px 0;
}

fieldset input, fieldset select, fieldset textarea {
	width: 300px;
	float: left;
	border: 1px solid #bbbbbb;
	margin: 5px 0;
	padding: 3px;
}

fieldset select {
	width: 308px;	
}

fieldset textarea {
	width: 400px;	
}

/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:right;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

