/* copyright GroWorks Pty Ltd */

body {
	margin: 0px;
	font: 11px/16px "Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	color: #363B74;
	background-color: #eee;
	text-align: center;
}

td {
	font: 11px/16px "Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	color: #363B74;
}

#wrapper {
	border-right: #999 1px solid;
	padding-right: 0px;
	border-top: #ddd 1px solid;
	padding-left: 0px;
	padding-bottom: 0px;
	border-left: #ddd 1px solid;
	width: 1000px;
	padding-top: 0px;
	border-bottom: #999 1px solid;
	background-color: #fff;
	text-align: left;
	margin:auto;
	-webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    7px 7px 5px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         7px 7px 5px 0px rgba(50, 50, 50, 0.75);
}

#head {
	clear: both;
	background-color: #747E16;
	background-position: left top;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	height: 148px;
	width: 1000px;
}

#topmenu {
	position:absolute;
	width:1000px;
	z-index:110;
	height:45px;
	/*border-bottom: solid 1px #747E16; */
}

#onder {
	clear: both;
	width: 1000px;
}

#main {
	float: left;
	padding-top: 15px;
	padding-left: 8px;
	padding-right: 50px;
	padding-bottom: 15px;
}

.pageheader {
	font: 18px "Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	text-align: left;
	font-weight: bold;
	color: #363B74;
	text-decoration: none;
	text-transform: capitalize;
}

.headline {
	font: 12px "Lucida Sans Unicode",Arial,Helvetica,sans-serif;
	text-align: left;
	font-weight: bold;
	color: #747E16;
	text-decoration: none;
	text-transform: capitalize;
}

.green {
	color: #747E16;
}

a {
	color: #747E16;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

#footer {
	clear: both;
	background-image: url(../../img/bg-footer.gif);
	padding-top: 10px;
	height: 33px;
	font: 11px/16px Arial,Helvetica,sans-serif;
	text-align: center;
}

#footer a:link {
	color: #363B74;
	text-decoration: none;
}

#footer a:hover {
	color: #747E16;
	text-decoration: underline;
}

#footer a:visited {
	color: #363B74;
	text-decoration: none;
}

#footer .selected {
	color: #747E16;
	font-weight: bold;
	text-decoration: none;
}

.testimonial {
	font-size: 11px;
	font-family: "Comic Sans MS", "Trebuchet MS", sans-serif;
	text-align: justify;
}

.cssButton {
  background: #eee;
  color: #333;
  width: 100px;
  height: 20px;
  font-weight: normal;
  font-family: Tahoma, "Lucida Sans Unicode", Verdana, Arial, sans-serif;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border: 1px;
  border-style: solid;
  border-color: #bbb;
  border-spacing: 1px;
  white-space: nowrap;
}

.cssButton a {
  text-decoration: none;
  color: #333;
}

.csspinkbut {
  background: #C31759;
  color: #fff;
  width: 100px;
  font-weight: normal;
  font-family: Tahoma, "Lucida Sans Unicode", Verdana, Arial, sans-serif;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  border: 1px;
  border-style: solid;
  border-color: #C31759;
  border-spacing: 1px;
  padding:4px;
  white-space: nowrap;
}

.csspinkbut a {
  text-decoration: none;
  color: #fff;
}

/* start menu */
#nav {
	font-family:verdana, arial, helvetica, sans-serif;
	margin:0px 0 80px 0; padding-left:50px;
}

/* the styling */
#nav {
	width:950px;
	height:20px;
	background:#747E16;
	position:relative;
}

#nav .select, #nav .current {
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	display:inline;
	margin:0;
	padding:0;
	height:auto;
}

#nav .select a,
#nav .current a {
	display:block;
	height:20px;
	float:left;
	background:#747E16;
	padding:0 10px 0 10px;
	text-decoration:none;
	font-size:12px;
	line-height:20px;
	white-space:nowrap;
	border-right:1px solid #fff;
	color:#fff;
}

* html #nav .select a, * html #nav .current a {
	width:1px;
	height:20px;
}

#nav .select a:hover,
#nav .select li:hover a {
	background:#fff;
	cursor:pointer;
	color:#363B74;
}

#nav .sub {
	display:none;
}

/* for IE5.5 and IE6 only */
#nav table {
	position:absolute;
	border-collapse:collapse;
	left:0;
	top:0;
}

#nav .current a {
	background:#fff;
	color:#747E16;
}


#nav .sub li a:hover,
#nav .select a:hover .sub li a:hover,
#nav .select li:hover .sub li a:hover {
	background:#fff;
	color:#747E16;
}

#nav .sub_active .current_sub a,
#nav .sub_active a:hover {
	background:#fff; /* background hover colour active sub  */
	color:#747E16;
}

#nav .select li a:hover .sub,
#nav .select li:hover .sub {
	display:block;
	position:absolute;
	width:800px;
	top:20px;
	left:0;
	background:#fff;
	margin-top:0;
	padding:0;
	padding-left:50px;
	z-index:100;
	color:#363B74 ;
	font-size:11px;
}

#nav .sub, #nav .sub_active {
	margin:0;
	padding:0;
	list-style:none;
}

#nav .sub_active {
	display:block;
	position:absolute;
	width:800px;
	top:20px;
	left:0;
	background:#fff;
	margin-top:0;
	padding:0;
	padding-left:50px;
	z-index:10;
}

* html #nav .sub_active, * html #nav .select a:hover .sub {
	z-index:-1;
	margin-top:0;
	margin-t\op:1px;
}

#nav .sub_active a {
	height:20px;
	text-decoration:none;
	line-height:20px;
	white-space:nowrap;
	display:block;
	float:left;
	background:#fff;
	padding:2px 10px 2px 10px;
	margin:0;
	font-size:11px;
	white-space:nowrap;
	border:0;
	color:#363B74;
}

#nav .select a:hover .sub li a,
#nav .select li:hover .sub li a {
	display:block;
	background:#fff;
	padding:2px 10px 2px 10px;
	margin:0;
	white-space:nowrap;
	border:0;
	color:#363B74;
	font-size:11px;
}

.current {
	font-weight: bold;
}

.sub_active {
	font-weight: normal;
}

.current_sub {
	font-weight: bold;
}
/* end menu */

 img.bg {
 /* Set rules to fill background */
 min-height: 100%;
 min-width: 1024px;

 /* Set up proportionate scaling */
 width: 100%;
 height: auto;

 /* Set up positioning */
 position: fixed;
 top: 0;
 left: 0;

 z-index: -99999;
}
