/* CSS Document */
html {
    height: 100%;
}

body {
    background-color: #FFFFFF;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 80%;
    line-height: 140%;
    height: 100%;
}

#shapka {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
}

#logo a {
    position: absolute;
    left: 92px;
    top: 10px;
    width: 200px;
    height: 20px;
    text-decoration: none;
    font-size: 33px;
    font-family: Verdana, Helvetica, sans-serif;
    font-weight: 900;
    color: #CC3333;
    margin: 0px;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 2;
}

#logo a:hover {
    cursor: pointer;
    color: #FF0000;
}

#designlogo {
    position: absolute;
    right: 0%;
    top: 0px;
    color: #999999;
}

/* VALUTA */
#valuta {
    position: absolute;
    left: 105px;
    top: 85px;
}

#valuta a {
    text-decoration: none;
    font-size: 11px;
    font-family: Verdana, Helvetica, sans-serif;
}

/* FAVOURITS */
#add _to_favourits {
    position: absolute;
    right: 0%;
    top: 0px;
    text-decoration: none;
    font-size: 11px;
    font-family: Verdana, Helvetica, sans-serif;
}
#add _to_favourits a {
    color: #000000;
    text-decoration: none;
}
#add _to_favourits a:hover {
    cursor: pointer;
    color: #FFCC33;
}

/*MENU*/
#menu_div {
    position: absolute;
    left: 0px;
    padding: 0 0 0 85px;
    top: 160px;
    display: block;
    width: 92%;
    background-image: url(/img/navbarbackground.gif);
    margin-left: 10px;
    margin-top: 0 !important;
}

.menuclass {
    text-decoration: none;
    font-size: 11px;
    font-family: Verdana, Helvetica, sans-serif;
    color: #ffffff;
    margin: 0px;
    background-image: url(/img/navbarbackgroundup.gif);
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 2;
    z-index: 3;
}

/*PODMENU*/
#podmenu {
    position: absolute;
    left: 0px;
    top: 184px;
    padding: 0 0 0 85px;
    display: block;
    width: 92%;
    background-image: url(/img/nav2barbackground.gif);
    background-repeat: repeat-x;
    margin-left: 10px;
}

.podmenuclass {
    text-decoration: none;
    font-size: 11px;
    font-family: Verdana, Helvetica, sans-serif;
    color: #111111;
    margin: 0px;
    padding: 4px;
    padding-left: 5px;
    padding-right: 5px;
    line-height: 2;
}

#chang {
    visibility: hidden;
}

a:hover {
    color: #FFCC33;
}

#schetchiki {
    margin-top: 3ex;
}

body.converter #schetchiki {
    position: absolute;
    left: 100px;
    top: 650px;
    height: 40px;
    display: inline;
}

#new {
    color: #CC3333;
}

/*Footer*/
#Footer {
    clear: both;
    padding: 0px 0 30px 0;
}

/*copyright JFDesign*/
/* used only on constants page */
.constants a {
    text-decoration: none;
    color: #86C063;
    text-align: center;
    vertical-align: center;
    position: inherit;
    font-size: 11px;
    font-family: Verdana, Helvetica, sans-serif;
}

/* ADVERTISING */
#google {
    position: absolute;
    left: 500px;
    top: 20px;
}

#linkru {
    position: absolute;
    right: 150px;
    top: 30px;
}

#begun_area, #begun_length, #begun_force, #begun_mass, #begun_force, #begun_power, #begun_temperature, #begun_pressure, #begun_speed, #begun_oil, #begun_energy {
    position: absolute;
    top: 480px;
    left: 100px;
}

#begun_volume {
    position: absolute;
    top: 480px;
    left: 400px;
}

#bnr-left {
    position: absolute;
    top: 240px;
    left: 1000px;
}

#bnr-left .banner img {
    border: 0;
}



/*
 *
 * Help bubble
 *
 */
.bubble-content {
	background-color: #F3F1DE;
	border: 1px solid #318DBD;
	display: none;
	line-height: 1.4em;
	margin-top: 10px;
	padding: .8em 1em;
	zoom: 1;
}

#cluetip .bubble-content {
	display: block;
}

/*
 *
 * Shadow
 *
 */
/*
.shadow {
	-moz-box-shadow: 6px 6px 24px #BABABA, 0 4px 8px #BABABA;
	-webkit-box-shadow: 6px 6px 24px #BABABA, 0 4px 6px #BABABA;
}

a.ui-selectmenu {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

html.chrome .ui-selectmenu-menu {
	-webkit-box-shadow: none;
}
*/


