/* ####################################################
  

  CSS definitions for Pumatiger Website
  
  Version:  1.0
  Date:     2009-04-02
  Author:   Henry Farkas
  
  -----------------------------------------------------
  
  Version History:
  
  Version: 1.1
  Date:
  Author:
  
  Changes:
  
#################################################### */


/******************************************************
  DOCUMENT WIDE SETTINGS 
*/

* {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: #900000;
  font-size: 10px;
}

html {
  /*overflow: -moz-scrollbars-vertical;*/
}

body {
  background-color: #ffffff;
  padding: 0px;
  margin: 0px;
}


/******************************************************
  STRUCTURAL ELEMENTS 
*/

td {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

table {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

div {
  margin: 0px;
  padding: 0px;
}

span {
  margin: 0px;
  padding: 0px;
}

/* -------------------------------
  MAIN COLUMNS 
*/

td.COL {
  background-image: url(../img/dots.png);
  background-repeat: repeat-y;
  background-position: right top;
  width: 33%;
  padding-right: 11px;
  text-align: right;
  vertical-align: top;
}


/******************************************************
  CONTENT ELEMENTS 
*/

a {
  font-size: 10px;
  text-decoration: none; 
  color: #f04800;
}

a:hover   {text-decoration: underline; color: #f04800;}
a:focus   {text-decoration: underline; color: #f04800;}

h1 {
  font-size: 18px;
  font-weight: bold;
  margin: 0px 0px 20px 0px;
  letter-spacing: 1;   
  line-height: 1.5;
}

h2 {
  font-size: 16px;
  font-weight: normal;
  margin: 0px 0px 15px 0px;
  letter-spacing: 0.5; 
  line-height: 1.5;
}

p {
  font-size: 10px;
  margin: 0px 0px 12px 0px;
  line-height: 1.5;
}

img {
  margin: 0px;
  padding: 0px;
  border: none;
}

hr {
  width: 100%;
  height: 1px;
  background-color: #f04800;
  color: #f04800;
  border: none;
  margin: 0px 0px 20px 0px;
}


/******************************************************
  SPECIAL ELEMENTS 
*/


