html {
	margin: 0;
	padding: 0;
	
}

body {
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	padding-bottom: 200px;
	background: url(../img/footer-bg.png) repeat center;
}

.clr {
	clear: both;
	height: 1px !important;
	line-height: 1px !important;
	font-size: 1px !important;
	width: 100%;
}

.strong {
	font-weight: bold;
}

.hidden {
	display: none;
}

#Form {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

a, 
a:link, 
a:visited {
	color: #3070a2;
}

a:hover, 
a:active {
	color: #763a64;
}

h1 {
	color: #b8c1c6;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0;
	display: inline;
	padding-right: 10px;
}

h2 {
	font-family: "OblikRegular", Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-decoration: none;
	font-style: normal;
	text-shadow: 0 0 3px white;
	color: white;
}

h2 span.bold {
	font-family: "OblikBold", Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}

h3 {
	color: #272c2e;
	font-size: 16px;
	font-weight: bold;
}

.wrapper {
	
}

.page {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

a.logo {
	width: 232px;
	height: 47px;
	display: block;
	background: url(../img/logo.png) no-repeat;
	position: absolute;
	left: 0;
	top: 35px;
}

.logo img {
	border: none;
}

a.logo span {
	display: none;
}

#top-head-wrapper {
	height: 120px;
	background: #3b4144 url(../img/top-bar-bg.png) no-repeat center top;
}

.top-head {
	position: relative;
}

.top-head-menu {
	font-size: 11px;
	text-align: right;
}

a.feedlink, 
a.feedlink:link, 
a.feedlink:visited {
	text-decoration: none;
	font-style: normal;
	font-family: "OblikRegular", Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	background: url(../img/rss-icon.png) no-repeat right center;
	padding-right: 20px;
	line-height: 25px;
	color: white;
	margin-top: 5px;
}

a.feedlink:hover, 
a.feedlink:active {
	font-family: "OblikRegular", Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-decoration: underline;
	font-style: normal;
	padding-right: 20px;
	line-height: 25px;
}

.main-menu {
	width: 280px;
	position: absolute;
	right: 0;
	top: 68px;
}

.main-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.main-menu ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	display: block;
	position: relative;
}

.main-menu a, 
.main-menu a:link, 
.main-menu a:visited {
	color: white;
	font-size: 19px;
	font-family: "OblikRegular", Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-decoration: none;
	font-style: normal;
	float: left;
	display: block;
	line-height: 31px;
	margin-left: 20px;
}

.main-menu a:hover, 
.main-menu a:active {
	
}

.main-menu .menu-item-left, 
.main-menu .menu-item-mid, 
.main-menu .menu-item-right {
	float: left;
	display: block;
	height: 31px;
	line-height: 31px;
}

.main-menu .menu-item-left {
	width: 3px;
}

.main-menu .menu-item-mid {
	padding-left: 5px;
	padding-right: 5px;
}

.main-menu .menu-item-right {
	width: 3px;
}

.main-menu a:hover .menu-item-left, 
.main-menu .current .menu-item-left  {
	background: url(../img/menu-left-bg.png) no-repeat;
}

.main-menu a:hover .menu-item-mid, 
.main-menu .current .menu-item-mid {
	background-color: #242729;
}

.main-menu a:hover .menu-item-right, 
.main-menu .current .menu-item-right {
	background: url(../img/menu-right-bg.png) no-repeat;
}

#home-main-image {
	height: 473px;
	overflow: hidden;
	background: #4c788e url(../img/home-main-image.jpg) no-repeat center top;
}

#sub-main-image {
	height: 161px;
	overflow: hidden;
	background: #4c788e url(../img/sub-main-image.jpg) no-repeat center top;
}

#home-main-image h2, 
#sub-main-image h2 {
	margin-top: 40px;
	margin-bottom: 30px;
	text-decoration: none;
	text-shadow: 0 0 4px white;
	color: white;
	font: normal 37px "OblikRegular", Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	width: 520px;
}

#sub-main-image h2 {
	margin-top: 100px;
	margin-bottom: 0px;
	width: auto;
	font-size: 32px;
}

p.enter-text {
	color: white;
	font-size: 19px;
	line-height: 25px;
	width: 450px;
}

.quote-button {
	padding-top: 40px;
}

.quote-button a, 
.quote-button a:link, 
.quote-button a:visited {
	display: block;
	width: 210px;
	height: 35px;
	background: url(../img/ask-quote-button.png) no-repeat 0 -35px;
}

.quote-button a:hover, 
.quote-button a:active {
	background-position: 0 0;
}

.quote-button span {
	 display: none;
}

#main-body {
	background-color: #f4f4f4;
}

#main-body .page {
	background: url(../img/sidebar-fade-left.png) repeat-y right top;
	padding-bottom: 50px;
	padding-top: 10px;
}

.left-column {
	float: left;
	width: 580px;
}

.right-column {
	width: 330px;
	float: right;
	position: relative;
	display: inline;
	padding-right: 22px;
}

.left-column p, 
.left-column ol, 
.left-column ul {
	color: #272c2e;
	font-size: 13px;
	line-height: 19px;
}

.right-column p {
	color: #393939;
	font-size: 15px;
	line-height: 23px;
}

.right-column p a, 
.right-column p a:link, 
.right-column p a:visited {
	color: #393939;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.right-column p a:hover, 
.right-column p a:active {
	color: #393939;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

.left-column p a.greylink, 
.left-column p a.greylink:link, 
.left-column p a.greylink:visited, 
.left-column p a.greylink:hover, 
.left-column p a.greylink:active {
	color: #272c2e;
	font-size: 13px;
	line-height: 19px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.activities {
	padding-top: 15px;
}

.activities h3 {
	background: url(../img/stats-icon.png) no-repeat left center;
	line-height: 45px;
	font-size: 22px;
	color: #4c788e;
	font-family: "OblikBold", Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-decoration: none;
	font-style: normal;
	margin: 0;
	padding: 0 0 0 70px;
}

.activities ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

.activity-list-left {
	width: 270px;
	float: left;
	display: block;
}

.activity-list-right {
	width: 270px;
	float: left;
	display: block;
	margin-left: 30px !important;
}

.activities li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-left: 15px;
	color: #3e4447;
	font-size: 12px;
	line-height: 20px;
	background: url(../img/list-arrow.png) no-repeat left 5px;
}

.footer {
	color: white;
	padding-top: 10px;
}

.copyright {
	font-size: 11px;
	float: left;
	width: 400px;
}

.bottom-menu {
	width: 400px;
	float: right;
	position: relative;
	display: inline;
	font-size: 11px;
	padding-right: 10px;
	text-align: right;
}

.bottom-menu a, 
.bottom-menu a:link, 
.bottom-menu a:visited {
	color: white;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.bottom-menu a:hover, 
.bottom-menu a:active {
	color: white;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

/* @group Partner Panel */

.partner-companies {
	
}

.partner-companies-headline {
	font: normal 15px "OblikRegular", Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	color: #898989;
	padding-top: 50px;
	padding-bottom: 5px;
}

.panellook-snow
{
    background: white url(../img/container02-edge-tl.png) no-repeat;
}

.panellook-snow .panel-inside01
{
    background: url(../img/container02-edge-tr.png) no-repeat right top;
}

.panellook-snow .panel-inside02
{
    background: url(../img/container02-edge-br.png) no-repeat right bottom;
}

.panellook-snow .panel-inside03
{
    background: url(../img/container02-edge-bl.png) no-repeat left bottom;
    padding: 15px;
}

.partner-companies-headline a {
	float: left;
}

.pl-eb {
	margin-right: 18px;
	margin-bottom: 17px;
}

.pl-rf {
	margin-bottom: 17px;
}

.pl-em {
	margin-right: 13px;
}

.pl-ot {
	
}

/* @end */

/* @group Newsletter Panel */

.email-updates {
	padding-top: 20px;
}

.newsletter-big-panel
{
    /*height: 160px;*/
    margin-top: 20px;
}

.newsletter-big-panel .panel-inside03
{
    /*height: 130px;*/
}

.panel-headline02
{
    color: white;
	font-size: 18px;
	font-family: "OblikBold", Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	text-decoration: none;
	font-style: normal;
}

.newsletter-big-panel label
{
    color: white;
    font-size: 12px;
    display: block;
    padding-bottom: 2px;
    padding-top: 8px;
}

.newsletter-signup {
	position: relative;
}

.newsletter-signup-firstname
{
    width: 137px;
    float: left;
}

.newsletter-signup-lastname
{
    width: 137px;
    float: left;
    margin-left: 17px;
}

.newsletter-signup-email
{
    clear: both;
    position: relative;
}

.newsletter-signup-field-short
{
    width: 137px;
    height: 21px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
}

.newsletter-signup-field-long
{
    width: 197px;
    height: 23px;
    border: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: white;
}

.newsletter-signup-field-field-long
{
    width: 145px;
    height: 21px;
    border: none;
    background: none;
}

.newsletter-signup-button
{
    width: 82px;
    height: 19px;
    color: white;
    font-size: 11px;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    position: absolute;
    left: 150px;
    bottom: 2px;
    border: none;
    cursor: pointer;
	background: transparent url(../img/get-newsletter-button.png) 0 -19px;
}

.newsletter-signup-button:hover
{
	background-position: 0 0;
    text-decoration: none;
}

.newsletter-teasearrow
{
    position: absolute;
    right: 35px;
    bottom: -42px;
}

.indicate-required {
	color: white;
	font-size: 9px;
	padding-top: 4px;
}

#mce-responses .response {
	background-color: #637077;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 12px;
    margin-top: 10px;
    margin-bottom: 15px;
	color: white;
	font-size: 12px;
	line-height: 17px;
}

.panellook-bank
{
    background: #8c9ba3 url(../img/container01-edge-tl.png) no-repeat;
}

.panellook-bank .panel-inside01
{
    background: url(../img/container01-edge-tr.png) no-repeat right top;
}

.panellook-bank .panel-inside02
{
    background: url(../img/container01-edge-br.png) no-repeat right bottom;
}

.panellook-bank .panel-inside03
{
    background: url(../img/container01-edge-bl.png) no-repeat left bottom;
    padding: 15px;
}

/* @end */

/* @group WebFonts */

/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Tour de Force Font Foundry
 * License URL: http://www.fontspring.com/fflicense/tour-de-force
 *
 *
 */

@font-face {
	font-family: 'OblikRegular';
	src: url('Oblik_Regular-webfont.eot');
	src: local('☺'), url('Oblik_Regular-webfont.woff') format('woff'), url('Oblik_Regular-webfont.ttf') format('truetype'), url('Oblik_Regular-webfont.svg#webfont1') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OblikBold';
	src: url('Oblik_Bold-webfont.eot');
	src: local('☺'), url('Oblik_Bold-webfont.woff') format('woff'), url('Oblik_Bold-webfont.ttf') format('truetype'), url('Oblik_Bold-webfont.svg#webfont2') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* @end */

.top-head-menu 
