a, :link {
  color:#aa0000;
}
:visited {
  color:#aa0000;
}
a:hover {
  color:#ff0000;
}
* {
  margin:0;
  padding:0;
}
h1 {
  font-size:150%;
  border-bottom:5px solid #929294;
}
h2 {
  font-size:120%;
  border-bottom:5px solid #929294;
}
h3 {
  font-size:100%;
  border-bottom:2px solid #929294;
}
h1, h2, h3 {
  font-weight:bold;
  margin-top:10px;
  margin-bottom:10px;
}
#btc {
  position:absolute;
  top:115px;
  margin-left:540px;
}
#name {
  font-family:"Times New Roman";
  font-size:250%;
  font-weight:900;
}
#line {
  border-top:5px solid #990000;
  margin:0px 0 5px 0;
}
.smallname {
  font-weight:800;
  border-bottom:2px solid #990000;
}
#moto {
  font-family:"Times New Roman";
  font-weight:800;
  font-size:110%;
  padding-left:1em;
}
#myfooter {
  text-align:right;
  margin:10px 0 0 0;
  padding:2px;
  margin:auto;
  width:900px;
}
#phone {
  float:right;
  clear:right;
  margin:28px 10px 0px 10px;
  font-size:150%;
  font-weight:800;
}
#site_menu {
  float:right;
  clear:right;
  margin:0 10px;
}
#name {
  padding:10px 0 0 0;
}
a#b_company {
  background-image:url(./../images/b_company.png);
  display:block;
  height:50px;
  width:200px;
}
a#b_services {
  background-image:url(./../images/b_services.png);
  display:block;
  height:50px;
  width:200px;
}
a#b_clients {
  background-image:url(./../images/b_clients.png);
  display:block;
  height:50px;
  width:200px;
}
a#b_contact {
  background-image:url(./../images/b_contact.png);
  display:block;
  height:50px;
  width:200px;
}
#menu {
  clear:both;
  float:left;
  width:200px;
  height:200px;
  display:block;
  list-style:none;
}
* html #menu li {
  float:left;
  width:100%;
}
#menu li, #menu a {
  position:relative;
  display:block;
  height:50px;
  border:none;
}
.hover a:hover {
  background-position:0 -50px;
}
#menu a {
  text-decoration:none;
  width:100%;
/*  IE  */
}
li>a {
  width:auto;
/*  others  */
}
#menu ul {
  position:absolute;
  left:200px;
  top:0;
  display:none;
  opacity:0.9;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  overflow:hidden;
}
#menu li:hover ul {
  display:block;
  background-color:#2d2d2d;
}
#menu li li {
  border-top:1px solid #666;
}
#menu li ul li {
  color:#000000;
  height:18px;
  width:240px;
}
#menu li ul li a {
  font-size:14px;
  font-weight:800;
  color:#fff;
  height:18px;
  width:210px;
  line-height:16px;
  padding:2px 0 2px 30px;
}
#menu li ul li a:hover {
  background-color:#000000;
  color:#ffffff;
}
#menu li ul li>a, #menu li ul>li {
  height:auto;
}
#menu-border {
  float:left;
  width:200px;
  height:9px;
}
body {
  background:url(./../images/bg.png) top left repeat-x;
  background-color:#eee;
  font-family:Geneva, Arial, Helvetica, sans-serif;
  font-size:12pt;
}
#page {
  background-color:#fff;
  border-radius:5px;
  overflow:hidden;
  margin:5px auto;
  width:900px;
}
#header {
  height:100px;
}
#panel {
  background-color:#fff;
  color:#000;
}
#left-column {
  width:200px;
  float:left;
}
#left-content, #right-content, #center-content {
  float:left;
  padding:5px 10px;
}
#left-content {
  width:180px;
}
#center-column {
  width:478px;
  float:left;
  border-left:1px solid #333;
  border-right:1px solid #333;
}
* html #center-column {
  width:476px;
}
#right-column {
  float:left;
  width:220px;
}
#right-column .image img {
  border-radius:5px;
  margin-left:25px;
  margin-bottom:2em;
}
#section-header, #right-header {
  background-color:#444;
  color:#fff;
  font-weight:bold;
  font-size:120%;
  padding:0.2em 15px;
  height:1.4em;
  float:left;
}
#section-header {
  width:448px;
}
#right-header {
  width:190px;
}
#min-height {
  height:800px;
  float:left;
  width:1px;
  margin-left:-1px;
}
#min-height-clear {
  clear:both;
  height:1px;
  overflow:hidden;
}
#section-top {
  float:left;
}
#section-body {
  padding:0 1em;
}
#section-body li {
  margin-bottom:0.25em;
}
#section-body a img {
  border:1px solid black;
  margin:1px;
}
#section-body a img:hover {
  border:2px solid red;
  margin:0;
}
table {
  empty-cells:show;
}
#section-body p, #section-body ul, #section-body ol {
  margin:1em;
}
.quote {
  font-weight:800;
  font-size:14;
  color:#682828;
}
#center-content .quote {
  margin:0 2em;
}
#right-content .quote {
  margin:1em 0;
  text-align:center;
}
.border {
  border:1px solid #333;
}
.signature {
  text-align:right;
  font-weight:800;
  margin-right:2em;
}
#news ul {
  padding-left:1em;
}
#news li {
  padding-bottom:1em;
  font-size:10pt;
}
#news a {
  text-decoration:none;
  color:black;
}
#news .more {
  color:#aa0000;
}
#news a:hover .more {
  color:#ff0000;
}
#news .date {
  font-weight:800;
  color:#682828;
}
