/* common elements */

a {  
  color: #6f6f6f;
}

a:hover {  
  color: #3366cc;
}

a:visited {  
  color: #6f6f6f;
}

a.white {  
  color: white;
}

a.white :hover  {  
  color: white;
}

a.white :visited  {  
  color: white;
}


img { 
  border: 0;
}

span.small-header { 
  font-weight: bold;
}

ul { 
  list-style: disc;
}

blockquote {
  padding: 10px; 
  border: 1px #DDD dashed 
}

*.code { 
  font-family: Courier New;
  font-size: 9pt;
  line-height: 1.3em; 
}

/* Common to layout */

body {
  padding: 0px; 
  font-size: 12pt; 
  background: url(../img/body-bg-2.png) fixed repeat-x bottom;
  margin: 0px; 
  line-height: 1.8em; 
  font-family: 'Arial' 'lucida sans', 'helvetica', 'sans-serif', 'sans'; 
  height: 99%;
  color: #6f6f6f;
  text-align: center;
}

div.main {
  background: url(../img/content-bg.png) repeat-y;
  position: relative;
  top: 30px;
  width: 750px;
  text-align: left;
  padding: 0;
  margin: 0 auto;
  border-width: 2px;
  border-style: ridge;
  border-color: #c6c6c6;
}

div.header {
  height: 110px;
  padding: 0;
  margin: 0;
  background: url(../img/header-bg.png) repeat-y;
}

div.logo {
  position: absolute; 
  top: 0px; 
  left: 5px; 
  padding: 5px; 
  font-size: 30px; 
  font-weight: bold; 
  color: #ffffff;      
}

div.tools {
  position: absolute; 
  top: 0px; 
  right: 10px; 
  padding: 5px; 
  font-size: 12px; 
  color: #ffffff;      
}

div.tools a:visited {  
  color: #ffffff;      
}

div.tools a:link {  
  color: #ffffff;      
}

div.tabs {
  position: absolute; 
  top: 110px; 
  left: 0px; 
  width: 750px;
  border-bottom: gray solid 1px;
}

div.tab {
  position: absolute; 
  border-top: solid gray 1px; 
  border-left: solid gray 1px; 
  border-right: solid gray 1px; 
  border-bottom: solid gray 1px; 
  width: 100px;
  height: 30px;
  text-align: center;
  padding: 0;
  margin: 0;
  bottom: -1px;
  z-index: 1;
  font-size: 12pt;
  font-weight: bold;
  background: url(../img/tab-bg.png) repeat-x bottom; 
}

div.tab span {
  vertical-align: -7px;
}

div.selected {
  border-bottom: none;
  background: url(../img/tab-sel-bg.png) repeat-x bottom; 
}

div.tabs * a { 
  text-decoration: none;
}

div.tabs * a:hover { 
  color: #3366cc;
}

div.tab-home { 
  left: 310px;
}

div.tab-customers { 
  left: 530px;
}

div.tab-technology { 
  left: 530px;
}

div.tab-products { 
  left: 420px;
}

div.tab-blog { 
  left: 640px;
}

div.tab-contact { 
  left: 640px;
}

div.content-holder {
  padding: 5px;
  margin: 0;
}

div.content { 
  margin: 5px;
  padding: 20px 20px 10px 20px;
}

div.content img.business {  
  float: right; 
  width: 250px; 
  padding: 5px 5px 5px 5px;
}

div.footer {
  background: url(../img/header-bg.png) repeat-y; 
  text-align: right;      
  color: #ffffff;
  padding-right: 5px;
  font-size: 9pt; 
}

div.privacy-policy { 
  float: left;
  color: #ffffff;
  font-size: 9pt;
  padding-left: 10px; 
}

/* page specific */



body.index * div.article { 
  font-size: 10pt; 
  width: 235px; 
  line-height: 110%; 
  position: absolute; 
  top: 525px; 
}



body.customers * div.success-stories { 
  position: absolute; 
  top: 115px; 
  left: 275px;
  margin: 5px;
  padding: 20px 20px 10px 20px;
}


/*

body.index * div.content-holder { 
   height: 1000px; 
}


body.customers * div.content-holder { 
   height: 1700px; 
}

body.technology * div.content-holder { 
  height: 500px;
}

body.which-open-source * div.content-holder { 
  height: 6600px;
}

body.eclipse-javafx * div.content-holder { 
  height: 8500px;
}

body.low-budget * div.content-holder { 
  height: 4500px;
}

body.contact * div.content-holder { 
  height: 275px;
}

body.implement-business-validation * div.content-holder { 
  height: 4400px;
}

body.template * div.content-holder { 
  height: 400px;
}

body.groovy-web * div.content-holder { 
  height: 5400px;
}

body.sales-increase * div.content-holder { 
  height: 2000px;
}

*/