* {
    padding: 0;
    margin: 0;
} 

body {
    background: white;
    color: black;
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
    line-height: 1.5em; 
}

p {
    margin-bottom: .75em;
}

#front {
    width: 80%;
    margin: 4em auto;
}

#front td {
    padding: .25em;
    height: 5em;
    text-align: center;
    vertical-align: middle;
    font-style: italic;
}

#c00, #c05, #c07, #c10, #c12 { background-color: #eee; }
#c01, #c06, #c08, #c15 { background-color: #f4f4f4; }
#c03, #c09, #c14 { background-color: #f8f8f8; }

address {
    font-style: normal;
    background: url(images/shade_gray.png) repeat-x;
    padding: .1em .5em;
    margin-bottom: .75em;
}

address .name {
    font-weight: bold;
}

address.own {
    font-weight: bold;
}

table#contact {
    background: url(images/shade_gray.png) repeat-x;
    width: 100%;
}

table#contact th,
table#contact td {
    font-weight: normal;
    text-align: left;
    padding-right: 1em;
}

table#patents {
    background: url(images/shade_gray.png) repeat-x;
    width: 100%;
}
/*
table#patents tbody {
    height: 30em;
    overflow: scroll;
}
*/
table#patents td {
    border-top: 1px solid #eee;
    padding-right: 1em;
    vertical-align: top;
}

.obfuscated {
    unicode-bidi:bidi-override; 
    direction: rtl;
}

a {
    color: #3B6EBF;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: none;
}

#wrap {
    margin: 20px auto;
    width: 830px;
    background: white url(images/bg_middle.png);
    background-repeat: repeat-y;
}

#top { 
    background: white url(images/bg_top.png);
    height: 26px;
}

#content {
    padding: 0 40px 0 40px;
}

#bottom {
    background: white url(images/bg_bottom.png);
    height: 20px;
}


.header {
    height: 100px;
    background: #527dd3 url(images/bg_head.png) repeat-x;
}

.header img {
    float: left;
    margin-left: 10px;
}

.header h1 { 
    padding: 55px 15px 0 120px;
    margin: 0;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-weight: normal;
    font-size: 40px; 
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: white; 
    text-align: right;
    text-shadow: white 0 0 8px;
}
	
.middle {
    float: left;
    width: 69%;
    margin: 0 0 1em 0;
    padding: 1% 1%;
}

.right {
    float: left;
    width: 20%;
    margin: 0 10px;
    padding: 1% 1%;	
}

.right ul {
    padding: 20px 0 15px 20px;
    margin:0;
}

.right li {
    margin-bottom: 5px;
    list-style-type: square;
    color: #3B6EBF;
}

.middle h2 { 
    color: #3B6EBF; 
    font-size: 120%; 
    margin: 15px 0 1em 0;
}

.middle h3 { 
    color: #333;
    font-size: 110%;
    margin-bottom: .5em; 
}

.right h2 { 
    color: #3B6EBF; 
    font-size: 110%; 
    margin-top: 15px;
}

#clear {
    display: block;
    clear: both;
    width: 100%;
    height:1px;
    overflow:hidden;
}

#footer {
    text-align: center;
    color: #666;
    font-size: small;
}

.floatRight {
        float: right;
        margin: 0 0 .5em .5em;
}
