html, body {
    margin: 0;
    padding; 0;
}

body {
    background: url('../img/bgrd.gif') top center;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    padding-bottom: 50px;
    }
    
a img {border: 0;}
.hidden {visibility: hidden;}
.separator {clear: both;}
    
#wrapper {
    width: 990px;
    margin: 0 auto;
    background: url('../img/bgrd_middle.png') top center repeat-y;
}

#container {
    min-width: 990px;
    background: url('../img/bgrd_top.png') top center no-repeat;
}

#bottom {
    width: 990px;
    height: 14px;
    background: url('../img/bgrd_bottom.png') bottom center no-repeat;
    clear: both;
    }
    
#counters {width: 960px; clear: both; text-align: right; padding: 0px 15px;}

#menu {
    float: right;
    width: 560px;
    height: 300px;
    background: url('../img/bgrd_menu_0.png');
    margin-bottom: 20px;
}

    #menu ul {
        _margin-left: 47px;
	margin-top: 50px;
        list-style: none;
	_position: relative;
        _top: -15px;
    }
    
    #menu li {
        margin: 0;
        padding: 0;
        width: 155px;
        height: 32px;
    }
	li a {display: block; height: 32px; width: 155px;}
	
        li#about a {background: url('../img/bgrd_menu_about.png');}
        li#services a {background: url('../img/bgrd_menu_service.png');}
        li#partners a {background: url('../img/bgrd_menu_partners.png');}
        li#clients a {background: url('../img/bgrd_menu_clients.png');}
        li#application a {background: url('../img/bgrd_menu_application.png');}
        li#contacts a {background: url('../img/bgrd_menu_contacts.png');}
        
	
	
        li#about a:hover, li#about a.selected {background: url('../img/bgrd_menu_about_hover.png');}
        li#services a:hover, li#services a.selected {background: url('../img/bgrd_menu_service_hover.png');}
        li#partners a:hover, li#partners a.selected {background: url('../img/bgrd_menu_partners_hover.png');}
        li#clients a:hover, li#clients a.selected {background: url('../img/bgrd_menu_clients_hover.png');}
        li#application a:hover, li#application a.selected {background: url('../img/bgrd_menu_application_hover.png');}
        li#contacts a:hover, li#contacts a.selected {background: url('../img/bgrd_menu_contacts_hover.png');}
    
    
.news {
    float: right;
    clear: right;
    width: 540px;
    font-size: 11px;
}

.news .entries_item {
    margin: 5px 0px 5px 11px;
}

.news .entries_date {
    color: #666;
    font-weight: bold;
}

.news a {color: #333;}

.main_vcard {
   float: right;
    clear: right;
    width: 540px;
    font-size: 11px; 
}

    .main_vcard p {
        font-size: 11px;
        font-weight: bold;
        margin: 2px 0px 2px 11px;
    }
    
    .main_vcard p span {font-weight: normal;}
    
.phone {
    color: #002795;
    font-size: 17px;
    margin: 10px 0px 0px 50px;
}
    
/*CONTENT*/

#content {
    width: 380px;
    margin-top: 20px;
    margin-left: 30px;
    _margin-left: 15px;
    line-height: 18px;
    color: #333;
    float: left;
}

a {color: #e11200;}

span.nb {
    background: #f19e97;
}        
        
div.nb {
    margin: 40px;
    padding: 15px 15px 15px 20px;
    background: #6075b3;
    color: #eee;
}

span.note {color: #888;}

div.note {
    margin: 40px;
    padding: 15px 15px 15px 20px;
    font-size: 11px;
    line-height: 15px;
    background: #ccc;
}
        
h1, h2, h3, h4, h5, h6 {color: #02104d; font-weight: bold; line-height: normal; margin: 10px 0px; padding: 0;}

h1 {font-size: 28px; letter-spacing: -0.02em;}
h2 {font-size: 25px; letter-spacing: -0.02em;}
h3 {font-size: 21px; letter-spacing: -0.02em;}
h4 {font-size: 18px;}
h5 {font-size: 15px;}
h6 {font-size: 13px;}

.content hr {margin: 20px 0px !important;}

table {
    border-collapse: collapse;
    margin: 20px;
    }
    
    td {
       padding: 10px;
       border: 1px #666 solid;
       }
       
    thead, th {
    border: 1px #666 solid;
    padding: 10px;
    background: #ddd;
    font-weight: bold;
    }

#rightcol ul {
		list-style: none;
		margin: 20px 0 20px 40px;
		padding: 0px 20px;
		}
		
		#rightcol li {
			padding: 4px 0px 4px 15px;
			background: url('../img/arrow_blue_small.png') no-repeat 0px 6px;
		}
                
                #rightcol ol li {
                  background: none;
                  padding: 4px 0px;
                  margin-left: 37px;
                  }

		
 blockquote {
    margin: 40px;
    padding: 0px;
    font-style: italic;
 }
