/* CSS Document */
html, body {
height: 100%; /* Required */
}
body {
margin : 0;
padding : 0;
font : 100% verdana, arial, tahoma, sans-serif, "Trebuchet MS";
line-height : 1.8em;
color : #fff;
background : #acf;/*#287cbf; #f6b719 #64c228 #ff0000*/
}

/*CONTAINER*/
#container {
position: relative;
min-height: 90%;
width : 1024px;
margin : 25px auto 0px auto;
background-color:#fff;

	-moz-box-shadow:0 0 10px #111;
	-webkit-box-shadow:0 0 10px #111;
	box-shadow:0 0 10px #111;
	
-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;	
}
* html #container {
height: 100%;
}
/*HEADER*/
#header {
height : 100px;
width: 100%;
color : #990000;
background : transparent;

-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;	
}
#logo {
float:left;
height:90px;
width:167px;
background : transparent url(../imgs/farma-fiel.png) no-repeat top center;
margin: 10px auto auto 10px;
padding: 0px auto auto 0px;
vertical-align:middle;
text-align:center;

-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;	
}
#title{
float:left;
}
#title p.title{
color:#287cbf;
font-size:26px;
margin-left:20px;
font-weight:bold;
font-family:Georgia, 'Times New Roman', Times, serif;"
}
.twitterimg{
float:right;
margin-top:15px;
padding-right:60px;
}
/*SECONDARY NAVIGATION*/
#secondnav{
height:50px;
}
#secondnav p{
font-family:Gabriola, "Times New Roman", Arial, Helvetica, sans-serif;
font-size:36px;
float:left;
color:#C75690;
}
#secondnavlist {
float:right;
vertical-align:top;
text-align: right;
background: transparent;
padding-right:10px;
}
#secondnavlist li {
list-style: none;
margin: 0;
display: inline;
}
#secondnavlist li a {
padding : 0.5em 0.5em;
margin: 0;
color : #999;
background : transparent;
text-decoration : none;
font-size:12px;
}
#secondnavlist li a:link,#secondnavlist li a:visited {
color : #333;
background : transparent;
}
#secondnavlist li a:hover {
color : #333;
text-decoration:underline;
background : transparent bottom center no-repeat;
}
/* MENU  */
#menu {
vertical-align:bottom;
text-align: center;
background: #fff;
width:95%;
padding-bottom:15px;
padding-left:15px;
}
#menu li {
list-style: none;
margin: 0;
display:inline;
}
#menu li a {

margin: 0;
color : #fff;
text-decoration : none;
font-size:12px;
text-transform:uppercase;
}
#menu1 {
background-color:#287cbf;
width:150px;
height:30px;
float:left;
text-align:center;
}
#menu2 {
background-color:#f6b719;
width:150px;
height:30px;
float:left;
text-align:center;
}
#menu3 {
background-color:#f00;
width:150px;
height:30px;
float:left;
text-align:center;
}
#menu4 {
background-color:#64c228;
width:150px;
height:30px;
float:left;
text-align:center;
}
#menu5 {
background-color:#2f96b4;
width:150px;
height:30px;
float:left;
text-align:center;
}
#menu6 {
background-color:#f40;
width:150px;
height:30px;
float:left;
text-align:center;
}
#menu li a:link,#navlist li a:visited {
color : #fff;
}
#menu li a:hover {
color : #333;
background : bottom center no-repeat;
}
#menu li a #active {
color :  #333;
background : bottom center no-repeat;
}
/* CONTENT  */
#content {
clear:both;
width: 100%;
color : #333;
background : transparent;
padding-top: 15px;
}
/* SLIDESHOW */
#slideWrapper {
background: transparent;
width:900px;
height:150px;
text-align:center;
}
/*TABLE BOX*/
#content table.hometable{
width:900px;
height:250px;
text-align:center;
margin: 10px auto auto 60px;
padding-top:15px;
}
#content table.hometable tr td{
color:#333;
border:double;
border-radius:10px;
text-align:left;
vertical-align:top;
width:320px;
padding:0px 5px 5px 5px;
}
#content table.hometable tr td a{
color:#fff;
text-decoration:none;
}
#content table.hometable tr td strong{
font-size:110%;
color:#fff;
}
#content table.hometable tr td.first{
background:#2f96b4;
}
#content table.hometable tr td.second{
background:#f6b719;
}
#content table.hometable tr td.third{
background:#287cbf;
}
/* TITLES AND TEXT*/
#content h1{
font-family:"Charis SIL", Arial, Georgia, "Times New Roman", Times, serif;
font-size:16px;
background-color:#64c228;
color:#FFFFFF;
text-transform:uppercase;
padding-left:15px;
width:50%;
}
#content h2{
font-family:"Charis SIL", Arial, Georgia, "Times New Roman", Times, serif;
font-size:14px;
background-color:#64c228;
color:#FFFFFF;
padding-left:15px;
width:50%;
}
#content p{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#333;
padding-left:15px;
padding-right:15px;
text-align:left;
}
#content ul.enhanced_list{
list-style:none;
font-family:Arial, "Charis SIL", Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#f40;
}
#content ul.secondary_list{
list-style:none;
font-family:Arial, "Charis SIL", Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#333;
list-style:none;
}
#content span.enhanced_text{
font-family: "Charis SIL", Arial, Helvetica, sans-serif;
font-size:14px;
color:#f40;
font-weight:bold;
}
textarea {
border: 1px solid #B07C3F;
}
input.textinput {
border: 1px solid #B07C3F;
margin-right: 5px;
}
input.submit {
background:#f6f4da;
border: 1px solid #B07C3F groove;
margin-right: 5px;
color:#f40;
cursor:pointer;
}
/*FOOTER */
#footer {
clear:both;
margin: 0;
width: 100%;
height:300px;
background: #333;
margin-top: 30px;
} 
#footer a {
color: #fff;
text-decoration:none;
font-size:80%;
}

