/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------
     Copyright rocktech.pl
      Author: rcoktech.pl
======================================*/

/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/

/**************************************/
/*              GLOBALS               */
/**************************************/
/* <![CDATA[ 
@font-face { font-family: Aller; src: url('/fonts/Aller_Rg.ttf'); }
@font-face { font-family: Aller; font-weight: bold;src: url('/fonts/Aller_Bd.ttf'); }
 ]]> 
body {font-family: Aller,"Helvetica Neue", Arial, sans-serif;}
*/
body {
    background: url("/img/bg_long.jpg") repeat-x;
}

/* for tiny mce */
body.mceContentBody {
    background:#f2f2f2 !important;
    background-image: none;
}
.mceContentBody h1{
    font-size: 120%;
    font-weight: bolder;
}
.mceContentBody h2{
    font-size: 110%;
    font-weight: bolder;
}
.mceContentBody h3{
    color: #008000;
    font-weight: bolder;
}
a:link, a:visited {
    color: #008000;
    text-decoration: none;
    font-weight: bold;
}
a:hover, a:active {
    color: #7cfc00;
}
.editor {
    margin-top:0.75em;
    display:block;
}
            /* error class*/
.msg { background: url(/img/msg.png) no-repeat top right; padding:.8em;margin-bottom:1em;padding-left:27px;margin-left:0;}
.alerts { background-position: 0 0; }
.errors { background-position: 0 -42px; }
.infos { background-position: 0 -84px; }
.notices { background-position: 0 -126px; }
.successs { background-position: 0 -168px; }
.tips { background-position: 0 -210px; }

.btl {
    height: 24px;
    background: url(/img/btline1.jpg) left no-repeat;
}
.bt {
    height: 24px;
    background: url(/img/btline2.jpg) repeat-x;
}
.btr {
    height: 24px;
    background: url(/img/btline3.jpg) right no-repeat;
}
/**************************************/
/*              HEADER                */
/**************************************/
#header {
    margin-top: 1.0em;
     background: transparent url("/img/logobg.jpg") right no-repeat;
     height: 79px;
     position: relative;
}
#logo {
     display: block;
     width:228px;
     height: 79px;
     background: url("/img/logo_ecoway_dom_ekologiczny.jpg") no-repeat;
}
#navheader {
    height: 271px;
}
/**************************************/
/*             NAVIGATION             */
/**************************************/

ul.dropdown,
ul.dropdown li,
ul.dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size:12px;
}

ul.dropdown {
    position: relative;
    z-index: 597;
    float: left;
}

ul.dropdown li {
    float: left;
    vertical-align: middle;
}

ul.dropdown li.hover,
ul.dropdown li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

ul.dropdown ul {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%;
}



ul.dropdown ul ul {
    top: 1px;
    left: 99%;
}

ul.dropdown li:hover > ul {
    visibility: visible;
}

ul.dropdown {
    font-weight: bold;
}

ul.dropdown li {
    width:auto;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: transparent;
   /* border-right-color: green;*/
    background-color: transparent;      /*baground color of cell menu */
    font-weight: bold;
    text-align:center;
}
a:focus{
    outline: 0;
}
ul.dropdown li.hover,
ul.dropdown li:hover {
    /*background-color: #0099FF;
    color: #000;*/
    border-color: transparent;
    /*border-right-color: green;*/
    background-color:transparent;
    border-width: 1px 1px 1px 1px;
}
ul.dropdown li:hover a{
    color: #c0c0c0;
}

ul.dropdown a:link,
ul.dropdown a:visited	{ color: #fff; text-decoration: none;display:block;padding: 0.5em 0.5em; }
ul.dropdown a:hover		{ color: #3f51a3; background-color: transparent;}
ul.dropdown a:active	{ color: #3f51a3; }
ul.dropdown *.dir { display:block;}

/* -- level mark -- */
ul.dropdown ul {
    color:#fff;    
}
ul.dropdown ul a:link, ul.dropdown ul a:visited	{
    color:#fff;
}
ul.dropdown ul li {
    border-color: transparent;
    border-top-color: #007f00;
    width:108px;
    font-weight: bold;
    background: url("/img/bg_long.jpg") repeat-x;
    text-align: left;
    border-width: 1px 1px 1px 1px;
}
ul.dropdown ul li:hover {
    margin-top:0;
    border-top-color: #5faf5f;
}
ul.dropdown ul li a:hover {
    color:#c0c0c0;
}


/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
*/


ul.dropdown *.dir {
    background-image: url(images/nav-arrow-down.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {

    background-image: url(images/nav-arrow-right.png);
    background-position: 100% 50%;
    background-repeat: no-repeat;
}
ul.dropdown-horizontal ul *.dir:after  {
    width:1.0em;
    display:inline;
    float:right;
    content:"\203A";
}
ul.dropdown-upward *.dir {
    background-image: url(images/nav-arrow-top.png);
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
    background-image: url(images/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {

    background-image: url(images/nav-arrow-left.png);
    background-position: 0 50%;
}


.sub ul {
    display: block;
    padding: 1.0em;
    list-style:square;
    color:#666666;

}
.sub li ul {
    padding: 0 0 0 1.0em;
    margin:0;
}
.sub li {
    margin:0;
    padding: 0;
    list-style:square;
    color:#666666;
}
.sub li a{
    font-weight: bolder;
    color:#666666;
    text-decoration: none;
}
.sub li a:hover{
    color:#8b8b8b;
    text-decoration: none;
}
/**************************************/
/*            MAIN CONTENT            */
/**************************************/

#content {
    padding-top:1.0em;
    background-color:#f2f2f2;
    padding-bottom: 1.0em;

}
#content h1{
    font-size: 110%;
    font-weight: bolder;
}
#content h2{
    font-size: 110%;
    font-weight: bolder;
}
#content h3{
    color: #008000;
    font-weight: bolder;
}
.submenu {
    width:206px;
    /*margin:0 1.0em 0 1.0em;*/
    margin-bottom: 1.0em;
    margin-left: 1.0em;
}
.submenu .content{
    width:204px;
    display: block;
    background-color: #FFFFFF;
    border-left:1px solid #66CC33;
    border-right:1px solid #66CC33;
    margin: 0;
    padding: 0.5em 0 0.5em 0;
}
.submenu ul {
    margin-bottom: 0;
}
.submenu span.up{
    display: block;
    height: 7px;
    width:206px;
    background:#FFFFFF url("/img/lmenu1.jpg") no-repeat;
}
.submenu span.down{
    display: block;
    height: 7px;
    width:206px;
    background:#FFFFFF url("/img/lmenu2.jpg") no-repeat;
}
.baner {
    width:206px;
    /*margin:0 1.0em 0 1.0em;*/
    margin-bottom: 1.0em;
    margin-left: 1.0em;
}
.textbox {
    width:116px;
    margin:0 0.5em 0 0.5em;
}
.textbox  .content{
    width:114px;
    display: block;
    background-color: #FFFFFF;
    border-left:1px solid #66CC33;
    border-right:1px solid #66CC33;
    margin: 0;
    padding: 0;
}

.textbox  span.up{
    display: block;
    height: 7px;
    width:116px;
    background:#FFFFFF url("/img/textbox1.jpg") no-repeat;
}
.textbox  span.down{
    display: block;
    height: 7px;
    width:116px;
    background:#FFFFFF url("/img/textbox2.jpg") no-repeat;
}
.textbox span a {
   color:#666666;
   font-size: 90%;
}

.textbox p,.textbox h4 {
    padding:0 0.2em 0 0.2em;
}
#map {
    width: 235px;
    height: 235px;
    overflow: hidden;
}
/**************************************/
/*               FOOTER               */
/**************************************/
#footer {
 display: block;
 height: 24px;
}
#footer p {
    font-weight: bolder;
    color:#FFFFFF;
    padding:0.2em;
}
#footer a {
    color: #FFFFFF;
    text-decoration: none;
}


/**************************************/
/*               CONTACT FORM         */
/**************************************/
fieldset {
    border:none;
}
#contact fieldset{
    border:none;
}
#contact label
{
   padding-top: 0.5em;
   display:block;
   width:150px;
   float:left;
   text-align: right;
   padding-right: 0.9em;
}
#contact .mceEditor{    
    width: 300px;
}
#contact p {
    clear: both;
    margin-bottom: 0;
    margin-top: 0;
    padding:0;
}
#contact select {
    margin-top:0.4em;
}
#contact input[type="text"] {
    margin:0.2em 0 0.2em 0;
}
#contact input[type=submit] {
    width:80px;
    margin:0 auto;
    display: block;
    margin-top:0.5em;
    margin-bottom: 0.5em;
}
#contact .validation-advice{
   text-align: center;
   color:#900;
}
#search{
    z-index: 9999;
    display:block;
    position: absolute;
    top:1.5em;
    right:1.0em;
    line-height: 14px;
}

#search label{
    color: white;
}
#search input {
    background:transparent url("/img/search.png") repeat-x;
    width:130px;
    height:12px;
    font-size: 10px;
    padding:2px;
    margin-right:2.0em
}
#search button{
    margin: 0;
    padding: 0;
    border: none;
    background:transparent url("/img/magnifier.png") no-repeat;
    width:18px;
    height:18px;
    position:absolute;
    top:0.5em;
    right: 0;
}

