html {
    height: 100%;
}
body { 
    background: url("../img/bg_intrag.png") repeat-y scroll center center #FFF;
    color: #000;
    font-family: 'lucida grande',verdana,helvetica,arial,sans-serif;
    font-size: 90%;
    margin: 0;
    height: 100%;
}
#container {
    height: 100%;
    margin: 0 auto;
    min-height: 100%;
    width: 1098px;
}
#header {
    height: 150px;
    width: 1088px;
    position: fixed;
}
#content_wrapper {
    display: block;
    height: 100%;
}
#menue {
    float: left;
    height: 100%;
    width: 180px;
    top: 150px;
    position: fixed;
}
#menue ul {
    margin-top: 35px;
    margin-left: -30px;
}
#menue ul li {
    color: #000;
    list-style-type: none;
    margin: 5px 15px 5px 15px;
    padding: 5px 15px 5px 15px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 140px;
    text-align: right;
    position: relative;
    z-index: 1;
}
#menue ul li a {
    text-decoration: none;
    color: #fff;
}
#menue ul li:hover {
    text-decoration: none;
}
#main {
    margin: 150px 10px 10px;
    width: 870px;
    overflow: auto;
    float: right;
}
#content {
    min-height: 135px;
    width: 800px;
    margin: 25px 0 120px 30px;
}
form .input {
    color: #000;
}
form div {
    margin-bottom: 1em;
    position: static;
    vertical-align: text-top;
}
label {
    display: block;
    margin-bottom: 3px;
}
#inner_form input, textarea {
    clear: both;
    font-size: 120%;
    width: 60%;
}
.error-message {
    color: red;
    font-weight: bold;
}
.success {
    color: green;
    font-weight: bold;
}
#panel {
    width: 710px;
    height: 115px;
    background: #d4d4d4;
    position: fixed;
    margin-left: 26px;
    bottom: 0px;
}
#panel div p {
    margin: 10px;
}
#panel div p img {
    margin: 0 5px 0 5px;
}
#left {
    float: left;
    width: 370px;
}
#right {
    float: left;

}
#right a {
    color: #000;
}
#sign {
    float: left;
    height: 78px;
    width: 125px;
    background: url("../img/sign.png") no-repeat;
    margin: 10px;
    text-align: center;
    display: table;
    font-weight: bold;
    font-size: 160%;
}
#sign div {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    color: #000;
}
#telIcon {
		margin: 10px;
		margin-top: 0px;
}
#tel {
		float: left;
		width: 200px;
}

#fax {
		padding-top: 3px;
}

#cursor {
    float: left;
    height: 48px;
    width: 30px;
    background: url("../img/cursor.png") no-repeat;
    margin: -40px 0 0 650px;
}
#panel-top {
    width: 710px;
    height: 20px;
    background: #000;
    position: fixed;
    bottom: 115px;
    margin-left: 26px;
    -webkit-border-top-right-radius: 12px;
    -webkit-border-top-left-radius: 12px;
    -moz-border-radius-topright: 12px;
    -moz-border-radius-topleft: 12px;
    background: -moz-linear-gradient(top, #a0a1a1, #000);
    background: -webkit-gradient(linear, center top, center bottom, from(#a0a1a1), to(#000));
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1,startColorstr="#a0a1a1", endColorstr="#000");
}
#panel-top p {
    color: #fff;
    padding-left: 10px;
    margin-top: 0px;
}
#panel-slider {
    background: url("../img/slider_down.png") no-repeat;
    width: 20px;
    height: 13px;
    position: fixed;
    bottom: 132px;
    margin: 0 0 -13px 700px;
}
#panel-slider:hover {
    cursor: pointer;
}
#login {
    margin-left: 25px;
    position: relative;
}
#login a {
    text-decoration: none;
    color: #fff;
}
#company_name {
    font-family: Verdana;
    font-size: 250%;
    font-weight: bold;
    text-align: left;
    color: #fff;
    padding: 25px 0 0 40px;
}
#header_regional {
    font-weight: bold;
    font-size: 150%;
}
