/* @override http://www.drupal5dev3.econsultant.co.za/sites/drupal5dev3.econsultant.co.za/themes/ecustomfixed/style.css */

/* $Id: style.css,v 1.19 2006/12/27 13:17:15 drumm Exp $ */

/*
** HTML elements
*/
body {
  margin: 0;
  padding: 0;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  color: #787878;
  background: url(images/body_bg.gif);
}

/* @group Custom */
html, body, #frontbodywrapper, #frontfixedwidth{
	height:100%;
	font: 12px Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;
}
#headerwrapper {
	width: 780px;
}
.headergreenlinetop {
	background-color: #148f2d;
	color: #fff;
	width: 780px;
	height: 30px;
	vertical-align: middle;
	padding-left: 10px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	line-height: 30px;
}
.headergreenlinetop a {
	color: #fff;
	text-decoration: none;
}
.headergreenlinetoplinks {
	float: left;
	display: inline;
}
.headerlangaugebuttons {
	float: right;
	background-color: #74bb81;
	color: #fff;
	line-height: 30px;
	display: inline;
	padding-right: 10px;
	border-left: 1px solid #fff;
	padding-left: 10px;
}
.headerlangaugebuttons a {
	color: #051d5d;
}
.headerblueline 
{
	color: #fff;
	width: 780px;
	border: 1px solid #fff;
	height: 30px;
	vertical-align: middle;
	padding-left: 10px;
	line-height: 30px;
	background: #051d5d url(images/headerblueline_bg.jpg) repeat-x;
}
.headerblueline a
{
	color: #fff;
	text-decoration: none;
}
#headersearch {
	float: left;
	color: #fff;
	height: 30px;
	display: inline;
	padding-right: 10px;
	border-right: 1px solid #fff;
}
#weather {
	float: left;
	color: #fff;
	line-height: 30px;
	display: inline;
	padding-right: 10px;
	border-right: 1px solid #fff;
	padding-left: 10px;
	vertical-align: middle;
}
#weather a {
	color: #fff;
}

#weather img{
	float: left;
	padding-right: 10px;
	vertical-align: middle;
}
#headerimagefade {
	height: 114px;
	float: left;
}
.headergreenlinelinks 
{ 
	background-color: #148f2d;
	color: #fff;
	width: 792px;
	vertical-align: middle;
    border-top: 1px solid #fff;
	text-align: center;
	float: left;
	vertical-align: middle;
}
.headergreenlinelinks a {
    color: #fff;
    border-right: 1px solid #fff; 
    height:30px;
	line-height: 30px;
	padding: 4px 10px;
	text-decoration: none;
}
.headergreenlinelinks a:hover {
    color: #fff;
}
#headergreenlinelinksend {
    border-right: none;
}
#header .headerlangaugebuttons a {
    color: #051d5d;
}
/* @end */

