* {
    margin: 0;
    padding: 0;
}

html {
    font-size: 100%;
    height: 100%;
}

body {
    background-color: #FFFFFF;
    /*    background-image: url("images/core_site_last.png");*/
    /*    background-position: 161px -17px;*/
    background-repeat: no-repeat;
    color: #7C7C7C;
    font: 14px/1.2 Arial, Tahoma, Verdana, sans-serif;
    height: 100%;
}

h2 {

    color: #0099D9;
    font-size: 16px;
    font-weight: normal;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0;
}

p {
    padding-bottom: 15px;
}

.clearer {
    clear: both;
}

.page {
    /*opacity: 0.7;*/
}

/** header **/
.header {
    border-bottom: 5px solid #0099D9;
    border-top: 8px solid #4A728C;
    height: 110px;
    position: relative;
	background: url("images/top_bg.png");
}

#logo {
    background: url("images/logo.png") no-repeat 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 73px;
    left: 108px;
    position: absolute;
    top: 27px;
    width: 261px;
}

#languages {
    left: 234px;
    list-style: none outside none;
    position: absolute;
}

#languages > li {
    float: left;
    padding-right: 4px;
}

#languages a {
    background-color: #EEECEC;
    display: inline-block;
    font-size: 19px;
    padding: 2px 0;
    text-align: center;
    width: 41px;
    color: #061112;
}

#languages a.active-language {
    background: url("images/accent.png") no-repeat bottom center #009cd4;
    color: #FFFFFF;
}

#languages a:hover {
    background-color: #009cd4;
    color: #FFFFFF;
    text-decoration: none;
}

#top-placeholder {
    border: 1px solid #dfdfe0;
    height: 90px;
    left: 397px;
    position: absolute;
    top: 7px;
    width: 536px;
/*    background: url("../banner.php") no-repeat #f2f1f0;
/*    background: url("images/top-placeholder.jpg") no-repeat #f2f1f0;*/
}

#login-top {
    left: 956px;
    position: absolute;
    top: 0;
    width: 100px;
}

#login-small {
    background: none repeat scroll 0 0 #4A728C;
    display: block;
    padding: 12px 6px 0;
    width: 185px;
}

#login-small > span {
    color: #FFFFFF;
    font-size: 11px;
}

#login-small input {
    border: 0 none;
    border-radius: 2px;
    height: 19px;
    margin: 4px 0 8px;
    padding-left: 2px;
}

#login-top > a {
    color: #000000;
    font-size: 11px;
    white-space: nowrap;
}

/** left column**/

.left-column {
    float: left;
    width: 254px;
}

#left-menu {
    background-color: #0099D9;
    list-style: none outside none;
    margin-left: auto;
    padding: 19px 12px 16px 7px;
    width: 178px;
}

#left-menu > li {
    border-top: 1px dashed #FFFFFF;
    display: block;
}

#left-menu a {
    border-radius: 2px;
    display: block;
    font-size: 13px;
    line-height: 18px;
    margin: 3px 8px;
    text-align: center;
    color: #FFFFFF;
}

#left-menu a.active-menu, #left-menu a:hover {
    background-color: #e6e7e8;
    color: #0099D9;
    text-decoration: none;
}

.left-placeholder {
    background-color: #0099D9;
    color: #FFFFFF;
    margin-left: auto;
    padding: 10px 15px 15px 15px;
    width: 167px;
    margin-top: 35px;;
}

.left-placeholder h4 {
    font-family: verdana;
    font-size: 21px;
    font-weight: bold;
    padding-bottom: 9px;
    text-align: center;
}

.bigger {
    display: inline-block;
    font-size: 16px;
    padding-top: 10px;
}

/** main content **/

.main-column {
    float: left;
    margin-left: 35px;
    overflow-x: visible;
    width: 730px;
    margin-top: 25px;
}

h1 {
    color: #0099D9;
    font-size: 22px;
    font-weight: normal;
    margin-left: 10px;
}

.main-column h1 + p {
    margin-left: 10px;
    padding: 10px 0;
}

.dev_details {
	margin-left: 25px;
}

.horizont-choice {
    border: 1px solid #d1d3d4;
    display: inline-block;
    list-style: none outside none;
    margin: 15px 0 25px;
    border-collapse: collapse;
}

.horizont-choice, .horizont-choice td, .horizont-choice th {
    border: 1px solid #d1d3d4;
}

ul.horizont-choice li.header-listitem, table.horizont-choice td.header-listitem {
    background-color: #0099D9;
    color: #FFFFFF;
    line-height: 25px;
    padding-left: 10px;
    width: 180px;
    /*border-left: 1px #d1d3d4 solid;*/
}

table.horizont-choice .odd td.header-listitem {
    background-color: #277eb3;
}

ul.horizont-choice li {
    border-left: 1px solid #D1D3D4;
    display: inline-block;
    float: left;
}

.horizont-choice a {
    display: inline-block;
    text-align: center;
    width: 100px;
    line-height: 25px;
    color: #231f20;
}

.horizont-choice .odd td {
    background-color: #e7e7e8;
}

.horizont-choice a.selected-currency {

    background: url("images/accent-l.png") no-repeat left center #45718a;
    color: #FFFFFF;

}

.horizont-choice a:hover {

    background-color: #45718a;
    color: #FFFFFF;
    text-decoration: none;

}

/** offers table **/
.offers-table {
    border-collapse: collapse;
    margin-bottom: 25px;
    margin-top: 25px;
    text-align: center;
}

.offers-table, .offers-table td, .offers-table th {
    border: 1px solid #d1d3d4;
}

.offers-table td, .offers-table th {
    border: 1px solid #d1d3d4;
    padding-left: 7px;
    padding-right: 7px;
}

.offers-table th {
    height: 50px;
    color: #FFFFFF;
    font-weight: normal;
}

.offers-table td {
    min-width: 115px;
    padding-bottom: 7px;
    padding-top: 7px;
}

.offers-table tr td:first-child, .offers-table tr th:first-child {
    min-width: 160px;
    text-align: left;
    padding-left: 15px;
}

.offers-table tr th:first-child {
    background-color: #808285;
    font-weight: bold;
    font-size: 17px;
}

.offers-table button {
    background-color: #4A728C;
    border: 2px double #FFFFFF;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 5px 8px;
}

.offers-table tr.odd {
    background-color: #e6e7e8;
}

.offers-table tr.even {
    background-color: #FFFFFF;
}

.offers-table th.offer-low {
    background-color: #6d6f71;
}

.offers-table tr.odd td.offer-low {
    background-color: #d1d3d4;
}

.offers-table tr.even td.offer-low {
    background-color: #ebeced;
}

.offers-table th.offer-mid {
    background-color: #645f65;
}

.offers-table tr.odd td.offer-mid {
    background-color: #c1abbf;
}

.offers-table tr.even td.offer-mid {
    background-color: #d4bed4;
}

.offers-table th.offer-high {
    background-color: #734c4d;
}

.offers-table tr.odd td.offer-high {
    background-color: #de848d;
}

.offers-table tr.even td.offer-high {
    background-color: #f18e97;
}

/** info table **/

.info-table {
    border-collapse: collapse;
    margin-bottom: 45px;
    margin-top: 25px;
    text-align: center;
    width: 100%;
}

.info-table th {
    height: 50px;
    color: #FFFFFF;
    font-weight: normal;
    background-color: #019ad8;
}

.info-table tr th:first-child {
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left;
}

.info-table, .info-table td, .info-table th {
    border: 1px solid #d1d3d4;
}

.info-table td {
    padding-left: 7px;
    padding-right: 7px;
    /*width: 50%;*/
}

.info-table td {
    padding-bottom: 7px;
    padding-top: 7px;
}

.info-table tr td:first-child {
    text-align: left;
    padding-left: 15px;
}

.info-table tr th {
    width: 32em;
}

.info-table tr.odd {
    background-color: #e6e7e8;
}

.info-table tr.even {
    background-color: #FFFFFF;
}

/** messages **/

.message {
    background-position: 0 13px;
    background-repeat: no-repeat;
    padding-left: 50px;
    padding-top: 20px;
    font-size: 12px;
    margin-bottom: 30px;
}

.message.dashed {
    background-position: 20px 13px;
    border: 1px dashed #DCDDDE;
    border-radius: 2px;
    margin-left: -20px;
    padding-left: 70px;
    width: 529px;
}

.icon-header {
    color: #0099D9;
    font-size: 16px;
    font-weight: normal;
}

.message > p {
    font-size: 12px;
    padding-left: 8px;
    padding-top: 13px;
}

.message ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 10px;
}

.message ul li {
    background-image: url("images/list.png");
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 14px;
}

/** icons **/
.icon-info-low {
    background-image: url("images/icon-info-low.png");
}

.icon-info-mid {
    background-image: url("images/icon-info-mid.png");
}

.icon-info-high {
    background-image: url("images/icon-info-high.png");
}

.icon-info {
    background-image: url("images/icon-info.png");
}

.icon-warn {
    background-image: url("images/icon-warn.png");
}

.icon-green {
    background-image: url("images/icon-green.gif");
}

/** footer **/

.footer {
    background-color: #009CD4;
    padding: 10px 0 0;
    margin-top: 30px;
}

.footer-left-note {
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    text-align: right;
    top: -5px;
    width: 250px;
}

.footer-content {
    display: inline-block;
}

.footer-content ul {
    display: inline-block;
    list-style: none outside none;
}

.footer-content ul li {
    float: left;
}

.footer-content a {
    display: inline-block;
    margin-left: 15px;;
}

.footnote {
    text-align: right;
    font-weight: bold;
    font-size: 12px;
    width: 1100px;
    color: #000000;
    padding-top: 25px;
    padding-bottom: 25px;
}

/** banner Right**/
.bannerRight{
	position: fixed;
	top: 100px;
	left: 1250px;
	background-color: #D9C9C9;
	width: 100px;
	height: 200px;
	}

/** main **/
.home-content {
    background: url("images/star.png") no-repeat scroll 305px center rgba(0, 0, 0, 0);
}

.home-content button {
    left: 38px;
    position: absolute;
    top: 111px;
    width: 154px;
	cursor: hand; cursor: pointer;
}

button {
    background-color: #4A728C;
    border: 2px double #FFFFFF;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 3px 8px;
}

.home-content .choices {
    list-style: none outside none;
    margin-left: 90px;
    margin-top: 15px;
    width: 1200px;
}

.home-content .choices li {
    /*border: 2px solid #019AD8;
    border-radius: 46px;*/
    float: left;
    height: 126px;
    margin: 15px 37px 20px 15px;
    /*padding: 1px;*/
    position: relative;
    width: 226px;
}

.home-content .choices li a {
    /*border: 1px solid #80CDEC;
    border-radius: 43px;*/
    display: block;
    height: 126px;
    position: relative;
    width: 226px;
    background-image: url("images/home-bg.png");
}

.home-content .choices li a:hover {
    background-image: url("images/home-bg-over.png");
}

li.bg-0 a {
    background-position: -478px -286px;
}

li.bg-1 a {
    background-position: -3px -424px;
}

li.bg-2 a {
    background-position: -478px -424px;
}

li.bg-3 a {
    background-position: -3px -286px;
}

li.bg-4 a {
    background-position: -240px -286px;
}

li.bg-5 a {
    background-position: -714px -286px;
}

li.bg-6 a {
    background-position: -240px -424px;
}

li.bg-7 a {
    background-position: -3px -3px;
}

li.bg-8 a {
    background-position: -478px -3px;
}

li.bg-9 a {
    background-position: -240px -3px;
}

li.bg-10 a {
    background-position: -714px -3px;
}

li.bg-11 a {
    background-position: -714px -144px;
}

li.bg-12 a {
    background-position: -478px -144px;
}

li.bg-13 a {
    background-position: -714px -424px;
}

li.bg-14 a {
    background-position: -3px -144px;
}

li.bg-15 a {
    background-position: -240px -144px;
}

