body {
  background: #fdfdfd url(background.png) center 90px repeat-x;
  color: #252525;
  font-family: Arial;
  font-size: 12px;
  margin: 0 auto;
  width: 960px;
}

h1, h2, h3 {
  color: #2c80c3;
  font-size: 14px;
  font-weight: bold;
}

#main {
  width: 960px;
}

#page {
  width: 640px;
  float: right;
}

#navbar {
  height: 45px;
  padding: 45px 0 0 64px;
  background: #fdfdfd;
}

#navbar li {
  float: left;
  padding: 0 16px;
}

#navbar li a {
  color: #363636;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

#navbar li.active a, #navbar li a:hover, span {
  color: #ffc000
}

#header {
  height: 150px;
  background: #fdfdfd url(header.png) no-repeat;
  text-align: center;
}

#header h1 {
  color: #fff;
  font-size: 26px;
  padding: 4px 0 0 115px;
}

#header h2 {
  color: #fff;
  font-size: 20px;
  padding-top: 50px;
}

#subnav {
  height: 30px;
  background: url(subnav.png) no-repeat;
  padding: 20px 0 0 128px;
}

#subnav li {
  float: left;
  margin: 0 12px;
  display:inline;
}

#subnav li a {
  color: #fff;
  text-decoration: none;
  padding-left: 8px;
  background: url(subnavel.png) center left no-repeat;
}

#subnav li.active a, #subnav li a:hover {
  background: url(subnavela.png) center left no-repeat;
}

#content {
  min-height: 450px;
  background: url(content.png) no-repeat;
  padding: 32px;
}

#content a {
color:#3d84d4;
}

#contentHolder {
float:left;
width:auto;
background:none;
width:600px;
}

div#ieFix {
display:none;
}


#content img {
  float: left;
  margin: 0 8px 4px 0;
}

#content h2 {
  color: #363636;
  line-height: 50px;
  font-size: 18px;
  font-weight: normal;
}

#content h3 {
margin:16px 0 8px 0;
}

#content p {
  padding: 8px 0;
  line-height: 16px;
  text-align: justify;
}

#content ul.innerList li{
margin-left:32px;
list-style:disc;
margin-bottom:6px;
line-height:17px;
}


#clients {
  height: 55px;
  background: url(clients.png) no-repeat;
  padding: 30px 0 0 32px;
}

#clients ul, #clients li {
  float: left;
  margin: 0 16px;
}


#clients h1 {
  float: left;
  color: #363636;
  line-height: 40px;
  font-size: 18px;
  font-weight: normal;
}

#sidebar {
  width: 320px;
  float: left;
}

#logo {
  height: 160px;
  background: url(logo.png) no-repeat;
}

#stock {
  height: 210px;
  background: #fdfdfd url(stock.png) no-repeat;
}

#newsletter {
  height: 74px;
  background: url(newsletter.png) no-repeat;
  padding: 26px 0 0 32px;
}

#newsletter h1 {
  color: #fff;
  font-size: 18px;
}

#newsletter input {
  width: 180px;
  margin: 0 12px;
  padding: 2px;
  border: none;
}

#newsletter input#ok {
  width: 44px;
  color: #fff;
  background: #f2e206;
  font-size: 20px;
  font-family: Arial Bold;
  font-weight: bold;
  text-transform: uppercase;
}

#contact {
  height: 70px;
  background: url(contact.png) 254px 0 no-repeat;
  text-align: right;
  padding: 30px 80px 0 0;
  font-size: 13px;
}

#contact {
  color: #a3a3a3;
  line-height: 24px;
}

#contact span {
  font-weight: bold;
}

#articles {
  text-align: right;
  padding-right: 24px;
}

#submenu {
  text-align: right;
  padding-right: 24px;
}

#submenu ul li{
margin-bottom:6px;
}

#submenu ul li a {
float:right;
width:200px;
padding:10px 10px 9px 10px;
color:#000;
border-bottom:1px solid #c0e6ff;
text-decoration:none;
background:#e9f6ff;
}
#submenu ul li a:hover {
background:url(submenu_bg.gif) 0 12px no-repeat #fffbc0;
}
#submenu ul li a.active {
background:url(submenu_bg.gif) 0 12px no-repeat #f2e206;
border-bottom:1px solid #f2bd06;
}

#articles h1 {
  padding: 24px 0;
}

#articles li {
  font-size: 11px;
  line-height: 20px;
}

#articles span {
  font-size: 10px;
  padding-right: 16px;
}

#footer {
  height: 70px;
  background: url(footer.png) no-repeat;
  padding: 36px;
}

#footer li {
  float: left;
  margin: 0 16px;
}

#footer li a {
  color: #fff;
  text-decoration: none;
}

#footer li a:hover {
  text-decoration: underline;
}

#footer p {
  float: right;
  color: #fff;
}

strong {
  font-weight: bold;
}

.half {
  float: left;
  width: 254px;
  margin: 24px 34px 0 0;
}

.clear {
  clear: both;
}

