/* css file used on droevrugte.co.za */
/* updated 08/04/2003 */

/*general page settings */

body { 
  background-color: #705B3C; margin: 0px; font-family: Tahoma, Arial; font-size: 12px;
}
p {
  font-size: 12px;
}
a {
  font-size: 12px; text-decoration: none;
}
a:active, a:link { /* general link settings - link=blue */
  color: Green; cursor: hand;
}
a:visited { /* general link settings - visited link=red */
  color: #663300; cursor: hand;
}
a:hover { /* general link settings - hover link=underline */
  color: green; cursor: hand; text-decoration: underline;
}	
h1 { /* article section headings */
  font-size: 14px; font-weight: bold; margin-bottom: 0px; 
}
h2 { /* sub section headings */
  font-size: 13px; font-weight: bold; margin-bottom: 0px; 
}
h3 { /* sub-sub section headings */
  font-size: 12px; font-weight: bold; margin-bottom: 0px; 
}
form { /* form font setting */
  font-size: 12px; margin: 0px; padding: 0px;
}
input { /* form input font setting */
  font-size: 12px; margin: 0px; padding: 0px;
}
table { /* standard table font setting */
  font-size: 12px;
}
/* page section settings */

p,h1,pre {
  margin:0px 5px 2px 5px;
}

.faqhead, .faqhead:active, .faqhead:link, .faqhead:hover, .faqhead:visited { /* coza top menu*/
color: #ffffff; cursor: hand; font-size: 9px; font-weight: bold;
}
.nav, nav:active, .nav:link, .nav:visited  { color: white; cursor: hand; PADDING-RIGHT: 2px; PADDING-LEFT: 0px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN-LEFT: 10px; PADDING-TOP: 2px; }

/***Main menu***/
.mmenu{
width: auto; 
float:centre;
}

.mmenu ul{
padding: 0;
margin: 0;
list-style-type: none;
}

.mmenu ul li{
display: inline;
float: left;
}

.mmenu ul li a{
background: url(nav-bg.jpg) repeat-x top left;
float:centre;
margin:0px;
background-color:#;
font-size:10px;
font-family:Verdana, sans-serif;
font-style:normal;
font-weight:bold;
display: block;
color: #333333;
text-decoration: none;
padding-left:10px;
padding-right:10px;
padding-top:8px;
padding-bottom:10px;
}

.mmenu ul li a:hover{
background: url(nav-bg.jpg) repeat-x bottom left;
background-color:#;
}

.mwrapper{padding:0px}
