/**
 * Main stylesheet for the WorkSmart Labs website.
 *
 * @author   vera, charlie
 * @copyright  2011 WorkSmart Labs, Inc.
 */

body {
  font-family:Tahoma, Arial, sans-serif;
  color:#333333;
  font-size:12px;
  margin-top:0px;
  margin-left:0px;
}

.blueText{
  color:#1C73A4;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 863px;
}

div#startImage {
  background-repeat:no-repeat;
  width:863px;
  height:377px;
  margin-bottom:7px;
}

div#news {
  margin-top: 7px;
  color:#FFFFFF;
  font-weight:bold;
  padding-top:8px;
  padding-left:20px;
  background-image:url(/images/background_news.png);
  background-repeat:no-repeat;
  width:863px;
  height:32px;
}

div#news a {
  color:#FFFFFF; 
  text-decoration:underline;
}

div#welcome {
  padding:10px 20px;
  background-image:url(/images/background.png);
  background-repeat:no-repeat;
  width:824px;
  height:213px;
}

div#sub_menu {
  width:150px;
  height:570px;
  padding:10px;
  float:left;
  margin-right:10px;
  border-right:1px #CCCCCC solid;
}

div#about_content{
  overflow:auto;
  width:655px;
  float:left;
  padding-right:15px;
}

div#ct_image {
  width:386px;
  height:161px;
  border:1px #333333 solid;
  margin-bottom:5px;
  background-image:url(/images/cardiotrainer_screenshot.png);
  background-repeat:no-repeat;
}

.teamFoto {
  width:112px;;
  height:112px;
  background-image:url(/images/team.png);
  margin-bottom:20px;
  margin-right:20px;
}

#company_photo {
  width:100%;
  text-align:center;
  margin-top:20px;
}

.teamText {
  line-height:18px;
  padding-bottom:15px;
}

h1 {
  color:#3ea32a;
  font-weight:bold;
  font-size:15px;
  margin-top:10px;
  margin-bottom:4px;
  margin:10px 0 4px 0px;
  letter-spacing:0.5px;
}

h2 {
  color:##666666;
  font-weight:bold;
  font-size:12px;
  margin-top:10px;
  margin-bottom:4px;
}

h3 {
  color:#333333;
  font-weight:bold;
  font-size:12px;
  margin-top:5px;
  margin-bottom:4px;
  margin-left:10px;
}

a, a:link, a:visited, a:active {
  color:#666666;

}

a:hover{
  color:#000000;
}

a.nav:link, a.nav:visited, a.nav:hover, a.nav:active {
  color:#999999;
  text-decoration:none;
  font-weight:bold;
}

a.subnav:link, a.subnav:visited, a.subnav:hover, a.subnav:active {
  color:#999999;
  text-decoration:none;
  font-weight:bold;
  line-height:2;
}

.current {
  color:#FF1E00;
  font-weight:bold;
}

.subnavCurrent {
  color:#666666;
  font-weight:bold;
  line-height:2;
}
