/* STYLESHEET SITEDASHBOARD.NET */

/* General positioning */
body {
  background:  #fff url(../graphics/background.gif) repeat-x;
  margin: 0px;
  padding: 0px;
}
#header1 {
  float: left;
  width: 100%;
  height: 71px;
}
#header2 {
  float: left;
  width: 100%;
  height: 235px; 
}
.site {
  width: 960px;
  margin: 0px auto;
  padding: 0px;
  height: 100%;
}
div.content_row {
  float: left;
  width: 100%;
  background: url(../graphics/content.jpg) repeat-x;
  border-top: solid 1px #ccc;
}
#logo {
  padding-top: 16px;
  float: left;
  border: none;
}
#menu, #back_home {
  float: right;
  margin: 0px;
  padding: 0px;
  margin-top: 27px; 
}
#menu li {
  display: inline;
  margin-right: 40px;
  float: left;
}
#menu li a, #back_home a {
  font-size: 16px;
  font-weight: bold;
  color: #cddef2;
  text-decoration: none;
  padding-bottom: 2px;  
}
#menu li a:hover, #back_home a:hover {
  border-bottom: solid 2px;
}
#inner_header2 {
  background: url(../graphics/header.jpg) top left;
  height: 100%;
  width: 100%;
  float: left;
}
#inner_header2 h4 {
  margin: 54px 0px 15px;
  font-size: 30px;
  color: #666;
}
#inner_header2 ul {
  padding-left: 20px;
  margin-left: 0px;
}
#inner_header2 li {
  font-size: 15px;
  line-height: 25px;
  background: url(../graphics/check.gif) no-repeat left center;
  list-style: none;
  padding: 0px 0px 0px 30px;
}
#header_intro {
  float: left;
  width: 500px;
}
#header_screens {
  float: right;
  width: 330px;
  height: 213px;
  margin-top: 10px;
  margin-right: 81px;
}
#intro_blocks {
  width: 100%;
}
div.intro_block {
  width: 280px;
  float: left;
  margin: 20px 20px;
}
#main {
  float: left;
  width: 100%;
  padding: 30px 0px 10px;
  min-height: 300px;
}
#content {
  width: 640px;
  float: left;
}
#sidebar {
  float: right;
  width: 280px;
}
#footer {
  float: left;
  width: 100%;
  background: #494d4d;
  color: #eeeeee;
}
#footer_block1, #footer_block2 {
  float: left;
  width: 340px;
  margin-right: 50px;
}
#footer_block3 {
  float: left;
  width: 180px;
}
div.tweets {
  width: 190px;
  float: left;
}
#inner_footer {
  margin-top: 30px;
}
#footer h5 {
  font-size: 13px;
  margin: 0px;
}
#footer ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#footer p, #footer li, #footer a {
  color: #bbb;
  font-size: 13px;
}
.slideshow {
  float: left;
  margin: 0px;
  width: 640px;
}
.slide {
  float: left;
  margin-bottom: 20px;
}
.slideshow_next, .slideshow_prev {
  float: left;
  width: 64px;
  height: 64px;
  background: url(../graphics/icons/64/next.png) no-repeat center center;
  margin: 168px 40px;
  cursor: pointer;
  cursor: hand;
}
.slideshow_prev {
  background: url(../graphics/icons/64/back.png) no-repeat center center;
}
.slideshow_counter {
  float: left;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  width: 760px;
  text-align: right;
  padding-right: 200px;
}
div.show, div.hide {
  font-size: 0px;
  text-align: right;
  cursor: pointer;
  cursor: hand;
  margin-top: 5px;
}
div.show {
  border-top: solid 1px #ccc;
  background: url(../graphics/down.png) no-repeat center top;
}
div.hide {
  border-bottom: solid 1px #ccc;
  background: url(../graphics/up.png) no-repeat center bottom;
}
.expand {
  padding: 10px 0px 0px;
  display: block;
}