﻿/*
Orange: #ff961e
Red:    #a01946
Green:  #1e6e37
Blue:    #006496
*/

#node-109 input{height: 28px; width: 180px; background-image: url(images/input-field.png); position: relative; overflow: visible; border-width: 0px; background-color:transparent; background-repeat: no-repeat; color: #006192; text-indent:18px; text-align: left; left: 3px; bottom: 3px;}
#node-109 a.edit-submit {background-image: url(images/buttons-emailsubmit.png); background-repeat: no-repeat; background-position: 0px 0px; display: block; left: 4px; top: 7px; height: 55px; position: relative; overflow: hidden; font-weight: bold; text-align: center; vertical-align: bottom; padding-top: 18px; margin-top:0px; padding-right: 3px; color: #006192; width: 75px;}
#node-109 a.edit-submit:hover {background-position: 0px -55px; color:#fff;}
#node-109 a.edit-submit:active {background-position: 0px -110px;}
td.newsletter-link {color: #006192; font-weight: bold; font-size: 11px; vertical-align: center;}

#menu li {display: inline;}
#menu a {float:left; overflow:hidden; outline-style: none;}
a.menu-items {background-image: url(images/buttons-norm.png); background-repeat: no-repeat; width: 120px; font-size: 16px; text-align: center;}
a.menu-items:hover {background-image: url(images/buttons-over.png);}
a.menu-items:active {background-image: url(images/buttons-click.png);}
a.language-en {background-image: url(images/buttons-language.png); width: 80px; position: relative;}
a.language-en:hover {background-position: 0px -45px;}
a.language-en:active {background-position: 0px -90px;}
a.language-da {background-image: url(images/buttons-language.png); width: 80px; position: relative; background-position: 0px -135px;}
a.language-da:hover {background-position: 0px -180px;}
a.language-da:active {background-position: 0px -225px;}
a.language-ru {background-image: url(images/buttons-language.png); width: 80px; position: relative; background-position: 0px -270px;}
a.language-ru:hover {background-position: 0px -315px;}
a.language-ru:active {background-position: 0px -360px;}

/* --- a ---- */
#download {width: 130px; background-position: 0px 0px; text-indent: 15px;}
#features {background-position: -130px 0px;}
#screenshots {background-position: -250px 0px;}
#affiliates {background-position: -370px 0px;}
#help {width: 125px; background-position: -490px 0px; text-indent: -5px}

/* DOWNLOAD */

a.menu-download {background-image: url(images/dropdownmenu-download-norm.png); background-repeat: no-repeat; line-height: 22px; width: 130px; left: 5px;}
a.menu-download:hover {background-image: url(images/dropdownmenu-download-over.png);}
#download_windows {background-position: 0px 0px; line-height: 40px; height: 30px;}
#download_mac {background-position: 0px -30px; height: 22px;}
#download_linux {background-position: 0px -52px; height: 38px;}

/* FEATURES */

/* AFFILIATES */

a.menu-affiliates {background-image: url(images/dropdownmenu-affiliates-norm.png); background-repeat: no-repeat; width: 195px; line-height: 22px; left: -5px;}
a.menu-affiliates:hover {background-image: url(images/dropdownmenu-affiliates-over.png);}
#affiliates_rake {background-position: 0px 0px; line-height: 38px; height: 30px;}
#affiliates_twentyfive {background-position: 0px -30px; height: 35px;}

/* B2B */

a.menu-b2b {background-image: url(images/dropdownmenu-b2b-norm.png); background-repeat: no-repeat; width: 195px; left: -4px;}
a.menu-b2b:hover {background-image: url(images/dropdownmenu-b2b-over.png);}
#b2b_network {background-position: 0px 0px; line-height: 38px;}

/* HELP */

a.menu-help {background-image: url(images/dropdownmenu-help-norm.png); background-repeat: no-repeat; width: 150px; height: 22px; line-height: 22px; left: -5px;}
a.menu-help:hover {background-image: url(images/dropdownmenu-help-over.png);}
#help_contact {background-position: 0px 0px; line-height: 38px; height: 30px;}
#help_faq {background-position: 0px -30px; height: 22px;}
#help_rules {background-position: 0px -52px; height: 22px;}
#help_security {background-position: 0px -74px; height: 22px;}
#help_about_us {background-position: 0px -96px; height: 38px;}

/* Language */

a.menu-language {background-image: url(images/dropdownmenu-language-norm-noda.png); width: 75px; height: 22px; line-height: 22px;}
a.menu-language:hover {background-image: url(images/dropdownmenu-language-over-noda.png);}
#language-english {background-position: 0px 0px; line-height: 38px; height: 30px;}
#language-russian {background-position: 0px -30px; line-height: 22px; height: 33px;}
#language-danish {background-position: 0px -52px; line-height: 22px; height: 33px;}

/* MENU */

.menu{position: absolute; top: 56px; height: 45px; font-size:16px; font-weight:bold;}
  
.menu ul{display: inline; list-style:none; padding:0;}
  .menu li{float:left;}
  /* Titel Text color unhighlighted */
  .menu li a{padding:8px 0 0 0; height: 38px; color:#bbb; display:block; text-align: center; text-decoration:none;}
    /* Title of menu higlighted */
    .menu li div:hover{color:#ffffff; text-decoration:none;}
  .menu li ul{top: 35px; display:none; position:absolute; z-index:200;}
  .menu li:hover ul{display:inline;}
  .menu li li {float:none; display:block; padding:0px;}
/* Text menupoints */
  .menu li ul a{padding: 0; color: #006496; display: block; font-size: 12px; font-style: normal; position: relative; text-align: left; text-indent: 45px;}
/* Text color of menupoints highlighted */
    .menu li ul a:hover{color:#fff;}
  .menu p{clear:left;}  
