/*
    Eltek Semiconductors
    CSS stylesheet for screen

*/

body {
	color: #ffffff;
	background-color: #6C7D9A;
	margin: 0;
}

h1, h2, h3, p, div {
    margin: 0;
    padding: 0;
}

h1 {
    position: absolute;
    top: -200px;
    font-size: 10px;
}

h2 {
	font: normal normal 18px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 3px solid #9EAABC;
	padding-bottom: 5px;
	margin: 0 0 8px 0;
}

h3 {
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0 8px 0;
}

hr {
    height: 1px;
    border: none;
    background: #9EAABC;
    color: #9EAABC;
}

p, div {
	font: 11px/150% Verdana, Arial, Helvetica, sans-serif;
}

p {
	margin: 0 0 8px 0;
}

ul {
	list-style-type: disc;
	line-height: 100% !important;
}

li {
    font: 11px/150% Verdana, Arial, Helvetica, sans-serif;
    margin: 0 20px 2px 0;
    padding: 0;
}

a {
    color: #C7CDD8;
    text-decoration: underline;
}

a:hover {
    color: #ffffff;
    text-decoration: underline;
}

img {
    border: 0;
}

table {
    width: 100%;
}

th, thead td {
    font-weight: bold;
}

th, td {
    vertical-align: top;
    text-align: left;
}

tr.odd td, tr.odd th {
    background-color: #72839D;
}

fieldset {
    border: none;
    padding: 0;
    margin: 0 0 0 0;
}

label {
    clear: both;
    display: block;
    margin-bottom: 5px;
}

label span {
    width: 140px;
    float: left;
    text-align: right;
    padding-right: 8px;
}

input.text, select.text, textarea {
    font: 11px Verdana,sans-serif;
    border: 1px solid #9EAABC;
    width: 200px;
    padding-left: 1px;
    margin-right: 2px;
}

select.text {
    width: auto;
}

textarea {
    height: 60px;
    overflow: hidden;
}

input.small {
    width: 100px;
}

input.button {
    border: 1px solid #9EAABC;
    background: #72839D;
    color: #ffffff;
    font: 11px Verdana,sans-serif;
}

.clear {
    clear: both;
}

#header {
    width: 750px;
}

#header .lang {
    /* header lang class */
    float: right;
    padding-top: 3px;
}

#header .lang a {
    text-decoration: none;
}

#header ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#header ul li {
    /*display: block;*/
    display: inline;
    /*float: left;*/
    /*width: 125px;*/
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 120%;
    /*background: #576982;*/
}

#header ul li a {
    /*display: block;*/
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    padding: 4px 10px 0 10px;
    /*border: 1px solid #9EAABC;*/
    /*border-left: none;*/
    /*height: 32px;*/
}

#breadcrumb {
    padding: 4px 0 4px 0;
    /*margin: 8px 0 0 0;*/
    clear: both;
    width: 749px;
    /*border-color: white;*/
    border-color: #9EAABC;
    border-width: 1px 0;
    border-style: solid none;
}

#breadcrumb p {
    padding: 0 0 0 10px;
    margin: 0;
    font-weight: bold;
    font-size: 10px;
}

#breadcrumb a {
    text-decoration: none;
}

#breadcrumb a:hover {
    text-decoration: underline;
}

#main {
    clear: both;
    /*background: url(main_bg.gif) repeat-y;*/
    width: 750px;
}


/* left hand navigation */

    #main .nav {
        width: 220px;
    }

    #main .nav a {
        text-decoration: none;
        color: white;
    }

    #main .nav h3 {
        margin: 5px 10px 2px 0;
        font-size: 14px;
        font-weight: bold;
    }

    #main .nav .panel {
        width: 210px;
        padding: 10px 0 10px 10px;
        /*border-bottom: 1px solid #9EAABC;*/
    }

    ul.main {
        list-style: none none;
        padding: 5px 0 5px 0;
        margin: 5px 0 5px 0;
        line-height: 100%;
    }

    ul.main a {
        /*border: 1px solid white;*/
        border: 1px solid #9EAABC;
        width: 184px;
        display: block;
        padding: 2px 0 3px 4px;
        font-size: 11px;
        font-weight: bold;
    }

    ul.sub {
        list-style: url(sub_bullet.gif);
        padding: 5px 0 5px 10px;
        margin: 5px 0 5px 10px;
    }

    ul.sub a {
        border: none;
        display: block;
        width: 140px;
        padding: 0;
        font-size: 11px;
        font-weight: normal;
        background-color: transparent !important;
    }

    li a {
        text-decoration: none;
    }

    ul.main li.curr a {
        background-color: #2B74BA;
    }

    ul.sub li.curr a {
        font-weight: bold;

    }

    li.curr {

        font-weight: bold;
        list-style-image: url(res_bullet.gif);
    }

/*

    #main .nav ul.main li.curr a {
        background-color: #2B74BA;
    }

    #main .nav ul.main li.curr ul a {
        border: none !important;
        background-color: transparent;
        font-size: 11px;
        width: 155px;
        border: 1px solid white;
        font-weight: normal;
    }

    #main .nav ul.main li.curr ul li.curr a {
        font-weight: bold;

    }

    #main .nav ul {
        list-style: url(sub_bullet.gif);
        padding: 10px 0 0 15px;
        margin: 0 0 0 15px;
    }

    #main .nav ul ul {
        padding: 3px 0 3px 14px;
        margin: 3px 0 3px 14px;
    }

    #main .nav ul.res {
        list-style: url(res_bullet.gif);
    }

    #main .nav .curr {
        font-weight: bold;
    }

/* end left hand navigation */

#main .content {
    float: right;
    width: 500px;
    padding: 15px 15px 0 0;
    margin: 0;
}

#main .content .photo {
    float: right;
    margin: 0 0 5px 12px;
}

#main .content .footer {
    text-align: right;
    margin-top: 25px;
}

#main .content .footer a {
    font-size: 10px;
    padding-left: 10px;
}

address {
    display: block;
    clear: both;
    text-align: center;
    margin-bottom: 25px;
    width: 750px;
    font-size: 9px;
    margin: 0;
    font: 9px/140% Verdana,sans-serif;
}

.icon {
    vertical-align: bottom;
}

.pano {
    text-align: center;
    margin-top: 20px;
}

#divZoomContainer {
    position: absolute;
    left: 320px;
    top: 220px;
    width: 320px;
    height: 240px;
    overflow: hidden;
    clip: rect( 0, 320px, 240px, 0 );
    border: 1px none;
    z-index: 20;
}

#divImgZoom {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 22;
}


#header ul li a {
    height: 38px;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: 32px;
}

ul.col {
    list-style: none;
    padding: 0 0 0 10px;
    margin: 0;
    width: 230px;
    float: left;
}

h4 {
    background: #9EAABC;
    padding-left: 2px;
    margin: 15px 0 2px 0;
    font-weight: bold;
    font-size: 11px;
}

#search {
    width: 350px;
    padding: 0px;
    /*
	background-color: #01AFE8;
    border: 1px solid white;
	*/
    position: absolute;
	text-align: right;
    top: 51px;
    left: 400px;
    /*visibility: hidden;*/
}

#search h2 {
    font-size: 11px;
    font-weight: bold;
    border: none;
}

#search input {
    border-color: white;
    background: white;
	margin-bottom: 4px;
	vertical-align: bottom;
}

#search input.button {
    background: #01AFE8;
}

#search input.text {
	width: 120px;
	vertical-align: bottom;

}

#search form {
    margin: 0;
    padding: 0;
}

.guidepanel {
    width: 180px;
    padding: 8px;
    background-color: #2B74BA;
    border: 1px solid white;
    margin-top: 30px;
}

.guidepanel h2 {
    font-weight: bold;
}

.guidepanel h2, .guidepanel p {
    font-size: 11px;
    border: none;
}

h1 {
    display: block;
}

#header .lang {
    display: block;
}

#header .logo {
    display: block;
}

.nav {
    display: block;
}

p.footer {
    display: block;
}

a.legal {
    display: inline;
}
