body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: Tahoma, Helvetica, Verdana, Arial;
    color: #505050;
    background: #F3F3F3 url(../gfx/bg.gif) left top repeat-x;
}

.mainContainer {
    float: left;
    width: 100%;
}

.pageElement, .floatElement {
    width: 950px;
    text-align: left;
}

.floatElement {
    position: relative;
    float: left;
    overflow: hidden;
}

.error_list {
    font-size: 11px;
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: bold;
    color: #FF0000;
}

.error_list li {
    margin: 0;
    padding: 5px 0 3px 0;
}

#topContainer, #topContent {
    background: url(../gfx/top.gif) center bottom no-repeat;
}

#topContent {
    height: 151px;
}

#topLogo {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 25px;
    left: 0px;
}

#topLogo span {
    display: none;
}

#topText {
    position: absolute;
    top: 27px;
    left: 270px;
}

#topSearch {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    right: 20px;
    color: #333333;
}

#topSearch input[type=text] {
    margin: 0;
    padding: 2px 5px 0 5px;
    width: 130px;
    height: 20px;
    border-style: solid;
    border-color: #D3D3D3;
    border-width: 3px 0 3px 3px;
}

#topSearch input[type=image] {
    margin: 0;
    vertical-align: bottom;
}

#topMenu {
    position: absolute;
    bottom: 5px;
    left: -5px;
    right: 0px;
    height: 40px;
    overflow: hidden;
}

#topMenu a, #topMenu a span {
    float: left;
    background-repeat: no-repeat;
}

#topMenu a {
    text-decoration: none;
    font-size: 14px;
    color: #0C0F11;
    margin-left: 5px;
    
    height: 40px;
    background-position: right top;
    background-image: url(../gfx/top_menu_right.png);
}

#topMenu a span {
    height: 25px;
    padding: 15px 15px 0 10px;
    background-position: left top;
    background-image: url(../gfx/top_menu_left.png);
}

#topMenu a:hover {
    color: #FFFFFF;
    background-position: right center;
}

#topMenu a:hover span {
    background-position: left center;
}

#topMenu a.active {
    color: #FFFFFF;
    background-position: right bottom;
}

#topMenu a.active span {
    background-position: left bottom;
}

#contentContainer {
    padding: 25px 0;
}

.contentBorder {
    background: url(../gfx/content.gif) left top repeat-y;
}

.contentBorderTop {
    background: url(../gfx/content_top.gif) left top no-repeat;
}

.contentBorderBottom {
    padding-bottom: 25px;
    background: url(../gfx/content_bottom.gif) left bottom no-repeat;
}

#bottomContainer, #bottomContent {
    background: url(../gfx/bottom.png) center top no-repeat;
}

#bottomContent {
    padding-bottom: 25px;
    font-size: 12px;
}

.contentElement {
    float: left;
    margin-left: 30px;
    width: 890px;
}

#naviBar {
    font-size: 11px;
    padding: 20px 0 15px 0;
    color: #656565;
    background: url(../gfx/line_h.gif) left bottom repeat-x;
}

#naviBar a {
    text-decoration: none;
    color: #226BB9;
}

#naviBar a:hover {
    text-decoration: underline;
}

.rightColumnPage, .leftColumnPage {
    margin-top: 10px;
    background-image: url(../gfx/line_v.gif);
    background-repeat: repeat-y;
}

.rightColumnPage {
    background-position: 673px 0px;
}

.rightColumnPage .pageContent {
    float: left;
    width: 655px;
}

.rightColumnPage .columnContent {
    float: right;
    width: 200px;
}

.leftColumnPage {
    background-position: 219px 0px;
}

.leftColumnPage .columnContent {
    float: left;
    width: 228px;
}

.leftColumnPage .pageContent {
    float: right;
    width: 650px;
}

.categoryMenu ul, .categoryMenu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.categoryMenu a {
    color: #FFFFFF;
    text-decoration: none;
}

.categoryMenu a:hover {
    text-decoration: underline;
}

.categoryMenu .item-level-1 {
    float: left;
    width: 188px;
    /*height: 24px;*/
    padding: 8px 30px 8px 10px;
    font-size: 13px;
    background: url(../gfx/category_menu-1.png) left top no-repeat;
}

.categoryMenu .item-level-1.active {
    background: url(../gfx/category_menu-1a.png) left top no-repeat;
}

.categoryMenu .tree-level-1 ul li {
    clear: both;
    /*padding: 3px 0;*/
}

.categoryMenu .tree-level-2 {
    background: url(../gfx/category_menu-2.png) left top repeat-y;
    
    /***/
    float: left;
    width: 211px;
    padding: 0 0 8px 8px;
}

/*
.categoryMenu .node-level-2 {
    background: url(../gfx/category_menu-2_line.png) left bottom no-repeat;
}

.categoryMenu .item-level-2 {
    padding-left: 25px;
    background: url(../gfx/category_menu-dot.gif) 15px center no-repeat;
}

.categoryMenu .tree-level-2 ul {
    padding-left: 35px;
    font-size: 11px;
}

.categoryMenu .tree-level-3 ul {
    padding-left: 15px;
}
*/

.categoryMenu .item-level-2 {
    float: left;
    width: 287px;
    height: 17px;
    font-size: 12px;
    padding: 3px 0 0 15px;
    background: url(../gfx/category_menu-2_item.png) left top no-repeat;
}

.categoryMenu .tree-level-3 {
    padding-left: 5px;
}

.categoryMenu .item-level-3 {
    float: left;
    width: 172px;
    height: 18px;
    font-size: 12px;
    padding: 2px 0 0 15px;
    color: #003768;
    background: url(../gfx/category_menu-3.png) left top no-repeat;
}

.categoryMenu .tree-level-3 ul {
    font-size: 12px;
    padding: 0 0 5px 20px;
}

.categoryMenu .tree-level-3 ul li {
    padding: 1px 0;
}

.categoryMenu .tree-level-4 ul {
    font-size: 12px;
    padding: 0 0 5px 13px;
}

.contentTabs, .contentTabs .tabs, .contentTabs .contents {
    float: right;
    width: 640px;
}

.contentTabs .contents {
    padding-top: 5px;
}

.contentTabs .tabs {
    height: 43px;
    background: url(../gfx/tabs_bg.gif) left top no-repeat;
}

.contentTabs .tabs a, .contentTabs .tabs a span {
    float: left;
    background-repeat: no-repeat;
    background-image: url(../gfx/tabs.gif);
}

.contentTabs .tabs a {
    padding-left: 15px;
    text-decoration: none;
    font-size: 15px;
    color: #395A87;
    background-position: left top;
}

.contentTabs .tabs a span {
    height: 34px;
    padding: 9px 20px 0 0;
    background-position: right top;
}

.contentTabs .tabs a:hover {
    color: #FFFFFF;
    background-position: left center;
}

.contentTabs .tabs a:hover span {
    background-position: right center;
}

.contentTabs .tabs a.active {
    color: #FFFFFF;
    background-position: left bottom;
}

.contentTabs .tabs a.active span {
    background-position: right bottom;
}

.columnButton {
    float: left;
    width: 160px;
    height: 65px;
    padding: 12px 28px 0 15px;
    font-size: 14px;
    text-decoration: none;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: left top;
    background-image: url(../gfx/column_button.png);
}

.columnButton:hover {
    background-position: left bottom;
}

.titleImage {
    margin: 0;
    padding: 11px 10px 0 15px;
    height: 30px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    color: #46494B;
    background: url(../gfx/title.png) left top no-repeat;
}

.titleNormal {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 31px;
    font-weight: normal;
    color: #7F7F7F;
}

.titleNormal span {
    font-size: 14px;
    color: #226BB9;
}

.titleSmall {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 17px;
    font-weight: normal;
    color: #3E3E3E;
}

.titleDotted {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: normal;
    color: #8E8E8E;
    background: url(../gfx/line_h.gif) 0 10px repeat-x;
}

.titleDotted span {
    padding: 0 10px 0 0;
    background: #FFFFFF;
}

.itemList, .itemList li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.itemList li {
    padding: 15px 10px;
    background: url(../gfx/line_h.gif) left bottom repeat-x;
}

.itemList li .itemIco-1 {
    display: block;
    padding: 2px 0 4px 30px;
    text-decoration: none;
    color: #5C5C5C;
    background: url(../gfx/item_ico-1.png) left center no-repeat;
}

.itemList li a.itemIco-1:hover {
    text-decoration: underline;
}

.itemList li .itemIco-2 {
    display: block;
    padding: 2px 0 4px 40px;
    text-decoration: none;
    color: #5C5C5C;
    background: url(../gfx/item_ico-2.png) left center no-repeat;
}

.itemList li a.itemIco-2:hover {
    text-decoration: underline;
    background-image: url(../gfx/item_ico-2h.png);
}

.itemList li a .itemDescription {
    display: block;
    padding-top: 3px;
    font-size: 12px;
    color: #AFAFAF;
}

#bottomMenu {
    float: left;
    padding: 30px 0 0 0;
}

#bottomMenu ul, #bottomMenu ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#bottomMenu ul li {
    padding: 1px 0;
}

#bottomMenu ul li a {
    text-decoration: none;
    color: #585858;
}

#bottomMenu ul li a:hover {
    color: #FF0000;
}

#bottomMenu .node-level-1 {
    float: left;
    padding: 0 25px 0 0;
}

#bottomMenu .item-level-1 {
    font-weight: bold;
}

#bottomMenu .tree-level-2 {
    clear: both;
    padding-top: 3px;
}

#bottomMenu .item-level-2 {
    padding-left: 12px;
    background: url(../gfx/bottom_menu_dot.png) left center no-repeat;
}

#bottomMenu .node-level-2 ul {
    padding-left: 23px;
}

#bottomMenu .node-level-3 ul {
    padding-left: 14px;
}

#bottomAuthor {
    float: right;
    text-align: right;
    padding: 18px 0 0 0;
    color: #585858;
}

#bottomAuthor a.authorLink {
    text-decoration: none;
    font-weight: bold;
    color: #03265E;
}

#bottomAuthor a.authorLink:hover {
    text-decoration: underline;
}

.contactContent {
    margin-top: 10px;
    background: url(../gfx/line_v.gif) 330px 0px repeat-y;
}

.contactContent .contactText {
    float: left;
    width: 310px;
}

.contactContent #contactForm {
    margin: 0;
    padding: 0;
    float: right;
    width: 530px;
}

#contactForm table {
    margin-top: 20px;
    font-size: 12px;
}

#contactForm table tbody th {
    text-align: right;
    vertical-align: top;
    padding: 5px 15px 0 0;
    width: 150px;
}

#contactForm table tbody td input[type=text] {
    width: 200px;
    padding: 5px;
    border: 2px solid #AFAFAF;
}

#contactForm table tbody td input[type=text]:focus, 
#contactForm table tbody td textarea:focus {
    border-color: #CB1515;
}

#contactForm table tbody td textarea {
    width: 300px;
    height: 100px;
    padding: 5px;
    border: 2px solid #AFAFAF;
}

#contactForm table .success {
    text-align: center;
    font-weight: bold;
    color: #00CC00;
}

#contactForm table tfoot td {
    text-align: right;
}

.contactMap {
    margin-top: 10px;
    padding-top: 10px;
    background: url(../gfx/line_h.gif) left top repeat-x;
}

.contactMap #gmMap {
    height: 300px;
    border: 1px solid #666666;
}

.contentBoxes {
    float: left;
    width: 655px;
    padding-bottom: 10px;
    overflow: hidden;
    background: url(../gfx/line_h.gif) left bottom repeat-x;
}

.contentBoxes .boxElement {
    float: left;
    width: 219px;
    height: 140px;
    padding: 10px 0;
    margin-left: -1px;
    text-align: center;
    background: url(../gfx/line_v.gif) left top repeat-y;
}

.contentBoxes .boxElement a img {
    border: 2px solid #C1C4C9;
}

.contentBoxes .boxElement a:hover img {
    border-color: #CA1615;
}

.contentColumn_2 {
}

.contentColumn_2 .column_1 {
    float: left;
    width: 312px;
    padding: 0 15px 0 0;
    background: url(../gfx/line_v.gif) right top repeat-y;
}

.contentColumn_2 .column_2 {
    float: left;
    padding: 0 0 0 16px;
    width: 313px;
    margin-left: -1px;
    background: url(../gfx/line_v.gif) left top repeat-y;
}

.faqQuestions {
    padding-top: 15px;
}

.faqQuestions a {
    color: #0556A3;
}

.faqQuestions a:hover {
    color: #FF0000;
}

.faqQuestions li {
    padding: 2px 0;
}

.faqAnswers {
    margin-top: 15px;
    padding-top: 15px;
    background: url(../gfx/line_h.gif) left top repeat-x;
}

.faqAnswers a {
    text-decoration: none;
    color: #0556A3;
}

.faqAnswers li {
    margin-top: 10px;
    background: url(../gfx/line_h.gif) left bottom repeat-x;
}

.faqAnswers .answer {
    padding-bottom: 10px;
}

.faqAnswers .answer p {
    margin: 0;
    padding: 5px 0;
}

.objectPhotos {
    text-align: center;
}

.objectPhotos a {
    text-decoration: none;
}

.objectPhotos a img {
    margin: 8px;
    padding: 1px;
    border: 3px solid #1E6f98;
}

.objectPhotos a:hover img {
    border-color: #CF100F;
}

.homeBoxes {
    margin-left: -10px;
}

.homeBoxClear {
    clear: both;
    padding-top: 15px;
}

.homeBox, .homeBox .homeBoxTop, .homeBox .homeBoxBottom {
    float: left;
    width: 470px;
}

.homeBox .homeBoxPadding {
    float: left;
    width: 444px;
    padding: 10px 0 10px 13px;
}

.homeBox {
    margin-left: 10px;
    background: url(../gfx/home_box.png) left top repeat-y;
}

.homeBox .homeBoxTop {
    background: url(../gfx/home_box_top.png) left top no-repeat;
}

.homeBox .homeBoxBottom {
    background: url(../gfx/home_box_bottom.png) left bottom no-repeat;
}

.homeBox .homeBoxTitle {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    color: #7E7E7E;
    background: url(../gfx/line_h.gif) 0px 8px repeat-x;
}

.homeBox .homeBoxTitle span {
    padding: 0 25px;
    background: #FBFBFB;
}

.homeBoxRed, .homeBoxBlue {
    position: relative;
    float: left;
    width: 444px;
    color: #FFFFFF;
}

.homeBoxRed {
    margin-top: 10px;
    height: 365px;
    background: url(../gfx/home_box_red.jpg) left top no-repeat;
}

.homeBoxRed .homeBoxRedFooter {
    position: absolute;
    top: 325px;
    left: 0px;
    right: 0px;
    font-size: 11px;
}

.homeBoxRed .homeBoxRedFooter span {
    float: left;
    width: 208px;
    text-align: right;
}

.homeBoxRed .homeBoxRedFooter a {
    float: right;
    width: 228px;
    font-size: 22px;
    text-decoration: none;
    color: #FFFFFF;
}

.homeBoxRed .homeBoxRedFooter a:hover {
    color: #FFBF01;
}

.homeBoxBlue {
    margin-top: 12px;
    height: 174px;
    background: url(../gfx/home_box_blue.jpg) left top no-repeat;
}

.homeBoxBlue.withImage {
    background: url(../gfx/home_box_blue_image.jpg) left top no-repeat;
}

.homeBoxBlue .contentImage {
    display: inline;
    float: left;
    margin: 12px 0 0 8px;
}

.homeBox .boxContent {
    padding: 15px 20px;
    font-size: 12px;
}

.homeBoxBlue.withImage .boxContent {
    padding-left: 240px;
}

.homeBox .contentTitle {
    margin: 0;
    padding: 0 0 0 0;
    font-size: 22px;
}

.homeBox a.contentTitle {
    text-decoration: none;
    color: #FFFFFF;
}

.homeBox a.contentTitle:hover {
    text-decoration: underline;
    color: #FFBF01;
}

.homeBox .contentTitle span {
    font-size: 11px;
    color: #61BFDA;
}

.homeBox .boxMore {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 8px 0 0 10px;
    width: 88px;
    height: 22px;
    text-align: center;
    text-decoration: none;
    font-size: 11px;
    font-weight: bold;
    color: #17417A;
    background: url(../gfx/home_box_more.png) left top no-repeat;
}

.homeBox .boxMore:hover {
    color: #FFFFFF;
    background-position: left bottom;
}

.homeBoxRed .contentImage {
    margin: 19px 15px 3px 0;
    border: 5px solid #D4D5D6;
}

.homeBox .buyButton {
    position: absolute;
    width: 249px;
    height: 58px;
    bottom: 50px;
    left: 95px;
    background: url(../gfx/buy_button.png) left top no-repeat;
}

.homeBox .buyButton:hover {
    background-position: left bottom;
}

.homeBox .homeBoxContact {
    float: left;
    width: 180px;
}

.homeBox #homeBoxMap {
    float: right;
    width: 210px;
    height: 181px;
    border: 2px solid #245E9D;
    overflow: hidden;
}

#topButtonsContainer, #topButtonsContent {
    background: url(../gfx/top_buttons.jpg) center bottom no-repeat;
}

#topButtonsContent {
    padding: 10px 0 40px 0;
}

#bottomButtonsContainer, #bottomButtonsContent {
    background: url(../gfx/bottom_buttons.jpg) center top no-repeat;
}

#bottomButtonsContent {
    padding: 40px 0 10px 0;
}


#topButtons, #bottomButtons {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}

#topButtons li, #bottomButtons li {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0;

    float: left;
    width: 171px;
}

#topButtons li {
    height: 255px;
}

#bottomButtons li {
    height: 138px;
}

#contactPopup.jqmWindow {
    height: 300px;
    border: 20px solid #EBEBEB;
}

#contactPopup .popupText {
    height: 120px;
    background: url(../gfx/line_h.gif) left bottom repeat-x;
}

#contactPopup .popupColumn {
    float: left;
    width: 270px;
    height: 130px;
    padding: 15px;
    background: url(../gfx/line_v.gif) right top repeat-y;
}

#contactPopup #popupForm {
    float: right;
    margin: 0;
    padding: 15px;
    width: 260px;
    text-align: center;
}

#contactPopup #popupForm input[type=text] {
    width: 200px;
    padding: 5px 10px;
    margin:10px;
    border: 2px solid #C7C7C7;
}

#contactPopup #popupForm input[type=image] {
    float: right;
}

.homeProjects {
    position: relative;
    float: left;
    width: 444px;
    padding: 10px 0 30px 0;
    overflow: hidden;
}

.homeProjects .projectElement {
    float: left;
    width: 222px;
    height: 140px;
    padding: 10px 0;
    margin-left: -1px;
    text-align: center;
    background: url(../gfx/line_v.gif) left top repeat-y;
}

.homeProjects .projectElement a img {
    border: 2px solid #C1C4C9;
}

.homeProjects .projectElement a:hover img {
    border-color: #CA1615;
}

.closeButton {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 23px;
    height: 23px;
    background: url(../gfx/close_button.gif) left top no-repeat;
}

.closeButton:hover {
    background-position: left bottom;
}

.expandList, expandList li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.expandList li {
    clear: both;
}

.expandList .titleImage {
    margin-top: 15px;
}

.expandList .expandItem {
    padding: 10px 0 15px 35px;
    background: url(../gfx/line_h.gif) left bottom repeat-x;
}

.expandList li .expandLink {
    display: block;
    padding: 4px 0 0 0;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #0556A3;
}

.expandList li .expandLink:hover {
    text-decoration: underline;
}

.expandList li .expandLink .expandIcon {
    float: left;
    display: inline;
    width: 24px;
    height: 24px;
    margin: -4px 0 0 -35px;
    background-repeat: no-repeat;
    background-image: url(../gfx/expand_icons.png);
}

.expandList .collapsed .expandLink .expandIcon {
    background-position: left top;
}

.expandList .collapsed .expandLink:hover .expandIcon {
    background-position: left bottom;
}

.expandList .expanded .expandLink .expandIcon {
    background-position: right top;
}

.expandList .expanded .expandLink:hover .expandIcon {
    background-position: right bottom;
}

.expandList .expandItem .expandContent {
    display: none;
}

.rowsList {
    padding: 10px 20px;
    background: url(../gfx/line_h.gif) left top repeat-x;
}

.rowsList .rowElement {
    position: relative;
    padding: 10px 0 5px 0;
    background: url(../gfx/line_h.gif) left bottom repeat-x;
}

.rowsList .rowTitle {
    display: block;
    color: #0556A3;
    font-weight: bold;
    text-decoration: none;
}

.rowsList .rowTitle:hover {
    text-decoration: underline;
}

.rowElement .rowContent {
    margin: -10px 0 0 0;
}

.rowElement .rowMore {
    position: absolute;
    bottom: -3px;
    right: 0px;
    padding-left: 15px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #0556A3;
    background: #FFFFFF;
}

.rowElement .rowMore:hover {
    text-decoration: underline;
}

.listPager {
    text-align: center;
}

.listPager a {
    font-size: 12px;
    line-height: 26px;
    color: #0556A3;
    text-decoration: none;
}

.listPager a:hover {
    color: #FF0000;
}

.listPager .pagerPrev, .listPager .pagerNext {
    display: inline-table;
    width: 149px;
    height: 26px;
    text-align: center;
    background-repeat: no-repeat;
    background-image: url(../gfx/pager.png);
}

.listPager .pagerPrev {
    margin-right: 10px;
    background-position: left top;
}
.listPager .pagerPrev:hover {
    color: #FFFFFF;
    background-position: left bottom;
}


.listPager .pagerNext {
    margin-left: 10px;
    background-position: right top;
}
.listPager .pagerNext:hover {
    color: #FFFFFF;
    background-position: right bottom;
}

.backLink {
    color: #0556A3;
    float: right;
    text-decoration: none;
}

.backLink:hover {
    text-decoration: underline;
}

.galleryPhotos {
    overflow: hidden;
}

.galleryPhotos .photosRow {
    float: left;
    width: 640px;
    margin: -1px 0 0 -1px;
    padding: 10px 0;
    background: url(../gfx/line_h.gif) left top repeat-x;
}

.galleryPhotos .photosRow a {
    float: left;
    width: 213px;
    height: 140px;
    text-align: center;
    background: url(../gfx/line_v.gif) left top repeat-y;
}

.redButton {
    float: right;
    width: 149px;
    height: 28px;
    padding-top: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    background: url(../gfx/red_button.png) left top no-repeat;
}

.redButton:hover {
    background-position: left bottom;
}
