body {
        background-clor: white;
        font-family: Georgia;
        font-size: 12px;
        color: #715428;
}

a, a:link, a:active, a:visited {
        color: #715428;
}

p {
margin: 0.5em 0;
padding: 0;
}

.all {
    height: 84em;
    background-image: url("../img/bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    padding: 0;
    margin: auto; 
}

.all.app {
    background-image: url("../img/bg_app.jpg");
    height: 114em;
}

.all.app #main_text{
    height: 69em;
}

.main {
display:block;
float:none;
margin:auto;
position:relative;
top:12em;
width:790px;
}

#main_text a,
#main_text a:link,
#main_text a:visited,
#main_text a:hover{
    text-decoration: underline;
    color: #2B79B1;
    font-weight: bold;
}


#logo {
    left:20%;
    position:relative;
    top:3em;
    width:15em;
}


#menu {
    background-image:url("../img/menu_bg.png");
    background-repeat:no-repeat;
    left: 2em;
    position:absolute;
    top:-5em;
    width:14em;
    padding:5.1em 2em;
}


#menu ul {
    margin: 0;
    padding: 0;
}

#menu ul li {
    list-style: none;
    display: block;
    position: relative;
    width: 7em;
    padding: 0.5em 0.5em 0.5em 0.8em;
    margin: 0;
    line-height: 1;
}

#menu ul li.item_long {
    padding: 0.2em 0.5em 0.2em 0.8em;
}

#menu ul li.active {
    background-image: url("../img/menu_item_bg.jpg");
    background-repeat: no-repeat;
}

#menu ul li.active a {
    color: #F4DF8B;
}

#menu ul li a { 
    text-decoration: none;
    font-size: 17px;
}

#ship {
    display:block;
    float:none;
    left:2.5em;
    top: -1.5em;
    position:relative;
}

#main_text {
    display:block;
    height:38em;
    position:relative;
    width: 65em;
    margin: auto;
}

h1 {
    font-size: 20px;
    font-style: italic;
    font-weight: normal;
}

h2 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase; 
    display: inline;
}

#main_text ul {
    padding: 0;
}

#main_text ul li {
    color: #AB7325;
    font-weight: bold;
    list-style-image: url("../img/list.gif");
    list-style-position: inside;
    padding: 0.3em 0;
}

#top {
    display:block;
    height:20em;
    position:relative;
}
 
#foot {
    font-family: Tahoma;
    display: block;
    position: relative;
    margin:3em 1em;
}

#foot_menu p {
    width: 40%;
}

.item_cont {
    display: none;
    margin: 0 2em 0 13em;
    padding: 0;
}

.item_cont div {
    float: left;
    height: 31em;
    width: 100%;
}

#item3_cont div {
    height: 62em;
}

.active_item_cont {
    display: block;
}

.contacts_table tr td {
    font-weight: bold;
    font-family: Tahoma;
}
.contacts_table .ct_first {
    width: 16em;
}

.contacts_table .ct_second {
    width: 5em;
}

.history {
    font-size: 11px;
    line-height: 1.6;
}

.history .history_first {
    width: 20em;
}

form {
    font-size: 10px;
}

form table tbody {
    width: 10em;
}

select, input, textarea {
    background-color: #FFFBEF;
    border:1px solid #D9CFB6;
    color: #715428;
    font-size: 11px;
    font-family: "Arial";
}

input[type="text"] {
	width: 138px;
}

input.long[type="text"] {
	width: 521px;
}

.small_table input[type="text"] {
	width: 50px;
    padding: 0;
    margin: 1px;
}

#foot_goal {
    float: left;
}

