/* GLOBAL */
html{height: 100%;}

body
{ font-family: verdana, arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;}

p
{ margin: 0px;
  padding: 0px 0px 16px 0px;
  line-height: 1.4em;}

h1
{ font: bold 175% arial, sans-serif;
   letter-spacing: .1em;}

h2
{ margin: 0px; 
  font: bold 120% arial;
  color: #B60000;}

h3
{ font: italic 95% arial;
  padding: 0 0 10px 0;
  color: #888;}
  
img{border: 0px;
  margin:0}

a{outline: none;}

blockquote
{ margin: 15px 0px 15px 0px; 
  padding: 0px 0px 0px 20px;
  border-left: 8px solid;}

/* LISTS */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;}

ul li
{ list-style-type: square;
  margin: 0px 0px 11px 0px; 
  padding: 0px;}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 0px;}

ol li
{ margin: 0px 0px 11px 0px; 
  padding: 0px;}

/* IMAGES POSITION */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;}

/* TABLES */
table
{ margin: 10px 0 10px 0;}

table tr th
{ background: #e9e5e0;
  color: #FFFFFF;
  padding: 4px 2px;}
  
table tr td
{ background: #faf9f8;
  color: #47433F;
  text-align:center;
  border-top: 0px solid #faf9f8;}

/* MAIN CONTAINER */
#main
{ width: 780px;
  margin-left: auto; 
  margin-right: auto;}

#links{text-align: right;}
#links a, #links a:hover, #footer a:hover{text-decoration: underline;}

/* logo */
#logo
{ width: 780px;
  height: 160px;
  text-align: left;
  position: relative;}

#logo h1
{ margin-left: 17px; 
  margin-right: auto;
  position: absolute;
  top: 75px;
  font-size: 150%;
  letter-spacing: .2em;}

/* navigation menu */
#menu
{ height: 34px;
  margin-left: 17px; 
  margin-right: auto;
  position: absolute;
  top: 126px;}

#menu ul{margin: 0px auto;} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;} 

#menu li a 
{ display: block; 
  float: left; 
  height: 32px;
  text-decoration: none; 
  padding: 2px 20px 0px 14px;
  text-transform: uppercase;} 

/* CONTENT = col1 + col2 */
#content
{ margin-left: auto; 
  margin-right: auto;
  width: 780px;
  height: auto;
  overflow: hidden;} 

/* COLUMN 1 - SIDEBAR */
#column1
{ width: 210px;
  float: right;
}

.sidebaritem
{ text-align: left;
  width: 210px;
  float: left;
}

.sbihead
{ height: 16px;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;}

/* .sbihead h1
{ font-size: 112%;} */

.sidebaritem a, #column2 a, .sidebaritem a:hover, #column2 a:hover
{ padding: 0px 0px 2px 0px;
  text-decoration: underline;}

.sbicontent
{padding: 10px;}

.sbicontent p
{ line-height: 14px; 
  padding: 0px 0px 0px 0px;}

.sbicontent2
{padding: 10px;}

.sbicontent2 p
{ line-height: 14px; 
  padding: 0px 0px 0px 0px;}

.sbilinkOut
{padding: 0px;}

.sbilinks{padding: 0px;}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; } 

.sbilinks li a , .sbilinks li a:hover
{ float: left; 
  height: 16px;
  text-decoration: underline;
  padding: 10px;
  border: 0px;} 

/* COLUMN 2 - CONTENT */
#column2
{ float: left;
  width: 539px;
  text-align: justify;
  padding: 15px;}

#column2 h1
{ padding: 6px 0px 4px 0px; 
  margin: 0px 0px 12px 0px; 
  border-bottom: 1px solid;
  font-size: 150%;
  text-transform: uppercase;}

/* TABLE */
table.products {
	border-width: 0px;
	border-spacing: 0px;
	border-style: none;
	border-color: white;
	border-collapse: separate;
	background-color: #fffff0;}
table.products th {
	border-width: 0px;
	padding: 4px;
	border-style: none;
	border-color: #fffff0;
	background-color: #fffff0;}
table.products td {
	border-width: 0px;
	padding: 4px;
	border-style: none;
	border-color: #fffff0;
	background-color: #fffff0;}

/* </style>

END TABLE */

/* CONTACT FORM */
form {margin-top: 0px;}

div.row
{ clear: both;
  width: 448px;}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;}

div.row span.forminput
{ float: right;
  text-align: right;} 

div.spacer
{ clear: both;
  width: 80px;}

input, textarea
{ width: 259px; 
  font-family: verdana, arial, sans-serif;
  border: 1px solid;
  font-size: 100%;
  margin: 2px;}

.submit
{ font-family: verdana, arial, sans-serif;
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
  font-size: 100%;}

#footer
{ clear:both;
  text-align: center;
  height:14px;}

#footer a{text-decoration: none;}

