/* CSS Document */
body {
	width: 800px;
	padding-left: 50%;
        font-family: Arial, Helvetica, sans-serif;
        color: #666666;
}
#frame {
	width: 800px;
	margin-left:-400px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
         font-size: 16px;
}

#left{
	float: left;
	width:  230px;
	background-color: #D4380F;
	color: #FFFFFF;
	padding: 10px;
}

#right{
	float: left;
	width:  530px;
	padding: 10px;
}
#image{
	text-align: center;
	padding: 2px;
	
}

#navsite {
  font-size: 1.1em;
  /*font-weight: bold;*/
  width: 100%;
  padding: 0px;
  /*color: white;*/
}
#navsite ul{
  margin: 0;
  padding: 20;
}
#navsite ul li {
  list-style: none; 
  margin: 0;
}
#navsite ul li a {
  /*background-color: white;*/
  color:   white;
  text-decoration: none;
  width: 200px;  
}
html>body # navsite ul li a {
  width: auto;
}
#navsite ul li a:hover {
  background-color: white;
  color: #D4380F;
}

#footer{
clear: both;
	font-size: 10px;
	border-top: 1px solid #666666;
}

.link{
  color: white;
}

.linkgrey{
  color: #666666;

}

#pageindex a#linkindex,
#pagecontactus a#linkcontactus,
#pagelinks a#linklinks,
#pageprices a#linkprices
 {
        background-color: white ;
        color: #D4380F;
}


.textarea{
    width: 259px;
    height: 127px;
    border-width: 1px;
    border-style: solid;
    background-color: #E8D9AF;
    border-color: #BB9A76;font-family:Tahoma; font-size:12px;  color:#523008;
    overflow: auto;
}

.inputfield {
   display: block;
   width: 175px;
    border: 1px solid #9B9B8F;
   float: left;
   margin-bottom: 10px;
}
.hidden {
 display: none;
}
label {
  display: block;
  text-align: right;
  float: left;
  width: 100px;
  padding-right: 20px;
}

br {
  clear: left;
}

.buttonReset{
    color: white;
    background-color: #D4380F;
    border: 1px solid #66O;
    padding: 0px;
    width: 50px;
    height: 20px;
    font-family: Tahoma;
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 100px;
    margin-top: 2px;
    margin-bottom: 0px;
}

.buttonSubmit {
    color: white;
    background-color: #D4380F;
    border: 1px solid #66O;
    padding: 0px;
    margin-left: 200px;
    margin-top: 2px;
    font-family: Tahoma;
    font-size: 12px;
    width: 50px;
    height: 20px;
    text-transform: uppercase;
     margin-bottom: 0px;
}

.cms_email_textarea {
   width: 300px;
   height: 100px;
   font-size: 1em;
   font-family: Tahoma;
   font-size: 12px;
   border: 1px solid #9B9B8F;
   float: left;
}

#bookmark {

      padding-left: 30px;
}

#pricetable table {

}

#pricetable td {
                 font-family: Arial, Helvetica, sans-serif;
	color: #666666;
        text-align: right;

}
#pricetable th {
        padding: 0.1em 0.1em 0.1em 0.5em;
        font-family: Arial, Helvetica, sans-serif;
	color: white;
        background-color: #D4380F;


}
