html {
    height: 100%;
}
body {
    padding-left: 30px;
    background: url(/timages/bg2.gif) #202020 repeat-y ;
    margin: 0px;
    height: 100%;
    color: #CCC;
    font-size:0.9em;
    font-family: Arial,Verdana,sans-serif;
}

input, textarea {
    background-color: #3C3C3C;
    color: white;
    border: 1px solid black;
    margin: 2px;
}

img {
    border: none;
}

#container {
    text-align: left;
}

#header {
    width: 965px;
}

#logo {
    margin: 0px;
    float: left;
    width: 240px;
    height: 120px;
}

#phrase {
    color: #3399FF;
    font-size: 1.6em; 
    font-weight: normal;
    margin-bottom: 3px;
}

#phrase_container {
    margin: 15px auto 0px auto;
    width: 550px;
    padding: 5px;
    float: left;
}

.h_inner {
    padding: 0px 8px 4px 8px;
    border-bottom: 1px solid #3399ff;
    text-align: center;
}

#fortune {
    color: #AAA;
    width: 550px;
    float: left;
    font-size: 0.8em;
    text-align: center;
}

#topmenu {
    text-align: right;
    padding-right: 20px;
    font-size: 0.8em;
    margin-top: 5px;
    float: right;
    width: 650px;
}


#content {
    width: 965px;
}

#footer {
    width: 965px;
    color: #ffffff;
    font-size:12px;
}

#footernote {
    float: right;
    color: #2B86D3;
    text-align: center;
    width: 875px;
}

#footernote img {
    vertical-align: bottom;
    border: none;
}

.f_inner {
    padding: 3px 6px 0px 6px;
    border-top: 1px solid #3399FF;
}

.clear {
    clear: both;
    margin: 0px;
    padding: 0px;
}

.textarea {
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 10px;
    padding: 4px;
    background: #2b77d3;
}

#center {
    width: 470px;
    float: left;
}

#sidebar {
    float: left;
}

#left {
    float: left;
    width: 240px;
    margin-left: 5px;
}

#right {
    float: left;
    width: 240px;
    margin-left: 5px;
}

#yotov-logo {
    text-align: center;
    border:1px solid black;
    background: #232323;
    height: 80px;
    margin: 10px 5px;
}

#arm-logo {
    text-align: center;
    border:1px solid black;
    background: #202020;
    height: 80px;
    margin: 10px 5px;
}

a:link {
    font-size: 1.2em;
    color: #2b77d3;
    text-decoration: none;
}

a:visited {
    font-size: 1.2em;
    color: #2b77d3;
    text-decoration: none;
}

a:hover {
    font-size: 1.2em;
    color: white;
    text-decoration: underline;
}

h1 {
    padding-left: 10px;
    padding-bottom: 0px;
    display:block;
    color: #2b77d3;
    margin: 0px;
    font-size: 20px;
}

h1 a:link, h1 a:visited {
    font-size: 20px;
    text-decoration: none;
}

h1 a:hover {
    font-size: 20px;
    text-decoration: underline;
}

h2 {
    font-size: 1.3em;
    color: #3399FF;
    padding: 5px 5px 3px 10px;
    margin: 5px;
    font-weight: normal;
    background: url(/timages/h2.gif) no-repeat;
}

h2.long {
    background: url(/timages/h2_l.gif) no-repeat;
}

h3,h4 {
    font-weight: normal;
    margin: 2px;
    padding: 2px 2px 2px 5px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

#madeby-acc h4 {
    background: #2C2C2C ;
    border: 1px solid #101010;
    cursor: pointer;
    margin: 5px 2px;
}

#news {
    line-height: 18px;
    list-style: none;
    margin-left: 10px;
    padding: 0px;
    text-align: justify;
}

#news ul {
    list-style: none;
    margin: 10px 0px;
    padding: 0px;
}

.news-item {
    margin:  2px;
}

.news-title {
    font-weight: bold;
    color: silver;
    border-bottom: 1px solid #2B77D3;
    margin-top: 10px;
}

.news-misc {
    text-align: right;
}

.news-body {
    padding-left: 5px;
}

.news-misc-item{
    font-size: 0.9em;
    font-style: italic;
    color: #666;
}

#about li {
    margin: 10px 2px;
}

.storycontent {
    padding-left:5px;
    margin-left:5px;
    padding-right:5px;
    margin-right:5px;
}

/* List type 1 */
.bullet1 {
    list-style-image: url(/timages/b1.gif) ;
    margin-left: 30px;
    padding: 0px;
}

.bullet1 li {
    line-height: 14px;
    margin: 5px 2px;
}
/* List type 2 */
.bullet2 {
    list-style-image: url(/timages/b2.gif) ;
    margin-left: 30px;
    padding: 0px;
}

.bullet2 li {
    line-height: 14px;
    margin: 5px 0px;
}

/* List type 3 */
.bullet3 {
    list-style-image: url(/timages/b3.gif) ;
    margin-left: 30px;
    padding: 0px;
}
.bullet3 li {
    line-height: 14px;
    margin: 5px 0px;
}

/* List type 4 */
.bullet4 {
    list-style-image: url(/timages/b4.gif) ;
    margin-left: 30px;
    padding: 0px;
}
.bullet4 li {
    line-height: 14px;
    margin: 5px 0px;
}

/* List type 5 */
.bullet5 {
    list-style-image: url(/timages/b5.gif) ;
    margin-left: 30px;
    padding: 0px;
}

.bullet5 li {
    line-height: 14px;
    margin: 5px 0px;
}

#faqlist dt {
    text-align: left;
    cursor: pointer;
    padding: 5px;
    background: #2C2C2C ;
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

#faqlist dd {
    text-align: left;
    padding: 5px 5px 5px 10px;
    margin: 0px;
    color: #2b77d3;
    background:#1C1C1C url('/timages/b3.gif') top left no-repeat;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.faq-hover {
    color: #2b77d3;
}
.faq-last {
    border-bottom: 1px solid black;
}
.baner {
    text-align: center;
    border:1px solid black;
    background: #1C1C1C;
    height: 50px;
    margin: 10px 5px;
    padding-top: 30px;
}

#contacts-table {
    width: 95%;
}

.row {
    clear: both;
    padding: 0px;
    width: 100%;
}
.cell-l {
    float: left;
    width: 30%;
    line-height: 20px;
    margin-right: 5px;
    padding-left: 2px;
}
.cell-r {
    float: left;
    line-height: 20px;
    width: 68%;
    text-align: right;
}
.cell-r input {
    width: 250px;
}

.success {
    color: green;
}
.error {
    color: #FF3333;
    background-color: #1C1C1C;
}
