/***************************************************************************************************
  Global Block Elements
***************************************************************************************************/
body {
  margin: 0 auto;
  padding: 0;
  font-family: 'Arial', 'Verdana', sans-serif;
  font-size: 11px;
  background: #e04541 url(../images/bg.jpg) top center no-repeat;
  position: relative;
  color: #7c7c7c;
}
body.home {
  background-image: url(../images/bg-home.jpg);
}
body.activa {
  background-image: url(../images/bg-activa.jpg);
}
body.activa-with-sales {
  background-image: url(../images/bg-activa-with-sales.jpg);
}
body.home-with-sales {
  background-image: url(../images/bg-home-with-sales.jpg);
}
body.machines {
  background-image: url(../images/bg-machines.jpg);
}
body.machines-with-sales {
  background-image: url(../images/bg-machines-with-sales.jpg);
}
#wrapper {
  margin: 0 auto;
  text-align: left;
  width: 1024px;
}
#top-bar {
  height: 33px;
  background: url(../images/bg-top-bar.png) top center repeat-x;    
}
#bottom-bar {
  position: absolute;
  bottom: -18px;
  padding-bottom: 20px;
  background: #e04541 url(../images/bg-bottom-bar.png) 0 0  repeat-x;    
  width: 100%;
}
#container {
}
#sidebar {
  width: 210px;
  float: left;
  position: relative;
  top: -33px;
  min-height: 660px;
  height: auto !important;
  height: 660px;
}
#logo {
  padding-bottom: 8px;
}
#nav {
  width: 195px;
  height: 293px;
  background: url(../images/bg-nav.png) 0 0 no-repeat;  
  padding: 4px 0 4px 4px;
}
#nav ul {
  background: url(../images/bg-nav-items.jpg) 0 0 no-repeat;
  width: 185px;
  height: 282px;
  padding: 0;
  margin: 0;
}
#nav ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#nav ul li a {
  font-size: 12px;
  font-weight: bold;
	text-shadow: #333 1px 1px 1px;
  display: block;
  height: 40px;
  line-height: 40px;
  padding-right: 8px;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  text-align: right;
  background: url(../images/bg-nav-item.gif) bottom left no-repeat;
}
#nav ul li.last a {
  background: none;
}
#nav ul li.active,
#nav ul li:hover {
  background: url(../images/bg-nav-item-on.png) 0 0 repeat;
}
#sales {
  width: 155px;
  height: 94px;
  background: url(../images/bg-sales.png) 0 0 no-repeat;  
  padding: 25px 0 10px 44px;
}
#sales h2, #sales p {
  margin: 0 0 3px 0;
  padding: 0;
  width: 110px;
  color: #7c7c7c;
  line-height: 1em;
}
#subscribe {
  width: 190px;
  height: 59px;
  background: url(../images/bg-subscribe.png) 0 0 no-repeat;  
  padding: 5px 0 10px 10px;
}
#content {
  margin-left: 5px;
  padding: 10px 0 0 9px;
  width: 800px;
  float: left;
  line-height: 1.2em;
}
#features {

}
#features h2 {
  margin-bottom: 5px; 
}
.feature-machines,
.feature-maintenance,
.feature-classes {
  width: 250px;
  float: left;
}
.feature-machines {
  padding-left: 10px;
}
.feature-maintenance {
  padding-left: 16px;
}
.feature-classes {

}
#features p {
  padding: 0 50px 0 30px;
}
.separator {

}
#callouts {
  padding: 10px 0 0 20px;
  width: 780px;
}
.callout-1,
.callout-2,
.callout-3,
.callout-4 {
  margin-right: 20px;
  float: left;
}
.callout-icon {
  float: left;
  width: 54px;
  padding-top: 5px;
}
.callout-description {
  float: left;
  width: 100px;
}
.callout-2 .callout-description {
  width: 122px;
}
.callout-3 .callout-icon {
  width: 106px;
}
.callout-3 .callout-description {
  width: 133px;
}
.callout-4 {
  width: 110px;
}
.callout-4 p {
  margin-top: 4px;
}
#machines {
  position: relative;
  top: -30px; 
}
.machines-c1,
.machines-c2,
.machines-c3 {
  float: left;
  width: 250px;
}
.machines-c1 h2,
.machines-c2 h2,
.machines-c3 h2 {
  height: 180px;
}
.machines-c1 p,
.machines-c2 p,
.machines-c3 p {
  width: 190px;
  margin: 0 auto;
}
#machines-activa {

}
.machines-activa-col {
  float: left;
  width: 250px;
}
.machines-activa-col h1 {
  padding: 20px 0 10px 0;
}
.machines-activa-col h2 {

}
.machines-activa-col p {
  width: 190px;
  margin: 0 auto;
}
.machines-activa-col ul {
  margin: 0 0 0 10px;
  padding: 0;
}
.machines-activa-col li {
  padding: 4px;
  margin: 2px 0;
  list-style-position: inside;
}
.machines-activa-col li.even {
  background: url(../images/bg-li-even.jpg) top left repeat-y;
}
#tips {
}

#footer {
  color: #7c7c7c;
  font-weight: bold;
  font-size: 12px;
  margin: 30px 0 0 50px;
}

/***************************************************************************************************
  Misc
***************************************************************************************************/
.clear {
  clear: both;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.cursor-pointer {
  cursor: pointer; /* hand-shaped cursor */
  cursor: hand; /* for IE 5.x */
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.no-border {
  border: 0;
}
.trim {
  margin: 0;
  padding: 0;
}


/***************************************************************************************************
  Navigation
***************************************************************************************************/


/***************************************************************************************************
  Typography
***************************************************************************************************/
a {
  color: #7c7c7c;
  text-decoration: none;
}
a:hover {

}
h1, h2, h3 {
  margin: 0;
}
h1 {
  font-size: 18px;
  line-height: 22px;
}
h2 {
  font-size: 15px;
  line-height: 18px;
}
ul {
  margin: 0 0 0 3em;
  padding: 0 0 1em 0;
  list-style: disc;
}
ol {
  margin: 0 0 0 3em;
  padding: 0 0 1em 0;
  list-style: decimal;
}
p {
  margin: 0;
  padding-bottom: 1em;
}
label {
  color:#555
}