@charset "UTF-8";
/* CSS Document */

/*======= Body and Container Objects==========*/

body {
	background: #FFF;
	color: #fff;
}
#wrap, #header, #footer {
	width: 960px;
	margin: 0px auto 0px auto;
	background: url(../images/bknd_wrap.png) center repeat-y;
	overflow:auto;
	position: relative;

	
}
#content {
	float: left;
	display: inline;
	/*background: #999;*/
	margin: 8px;
	padding: 10px;
	width: 96%;
	color: #000;
	border :2px;
	
	}
#login {
	float: left;
	display: inline;
	margin: 8px;
	padding: 10px;
	width: 700px;
}

/*======== Global Text Formatting ========*/
a {
	color: #9B9F14;
	cursor: pointer;
}
a:hover {
	color: #CC6600;
	cursor: pointer;
}
a.readmore {
	font-style: italic;
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#FFF;
	margin: 6px 0px 4px 0px;
	padding: 0px;
}
h1{
	font-size: 1.5em;
	line-height: 1.8em;
	padding-top: 0px;
}
h2 {
	font-size: 1.2em;
	line-height: 1.2em;
}
h3{
	font-size: 1.0em;
	line-height:1.3em;
}
h4{
	font-size: 0.9em;
}
h5,h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.80em;
	margin-bottom: 2px;
}
p, #content li, #home_content li{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 8px 0px;
	font-size: 0.85em;
	line-height: 1.5em;
}
#content ul, #content ul li {
	list-style-position: inside;
	list-style-type: disc;
	margin: 0px 0px 4px 0px;
}

/* Use this style on images you want to float to the left within text*/
.image_left{
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
}

/*Use this style on objects you want to float but have no margins*/
.float_left {
	float: left;
}
.float_right {
	float: right;
}


.margin_5 {
	margin: 5px;
}
.margin_8 {
	margin: 8px;
}

/* Forground Text Colour Options */
.black {
	color: #000;
}
.grey1{
	color: #CCC;
}
.grey2 {
	color: #999;
}
.grey3 {
	color: #666;
}
.grey4 {
	color: #585858;
}
.grey5 {
	color: #454545;
}
.grey6 {
	color: #2F2F2F;
}
.blue {
	color: #003A5D;
}
.green {
	color: #7F7F00;
}
.red {
	color: #58100F;
}


/*Background Colour Options */
.bknd_black {
	background-color: #000;
}
.bknd_white {
	background-color: #FFF;
}
.bknd_grey1{
	background-color: #CCC;
}
.bknd_grey2 {
	background-color: #999;
}
.bknd_grey3 {
	background-color: #666;
}
.bknd_grey4 {
	background-color: #585858;
}
.bknd_grey5 {
	background-color: #454545;
}
.bknd_grey6 {
	background-color: #2F2F2F;
}
.bknd_blue {
	background-color: #003A5D;
}
.bknd_green {
	background-color: #7F7F00;
}
.bknd_red {
	background-color: #58100F;
}


/* Heading H1 Graphic Replacement for content pages */

#content h1, #login h1{
	text-indent: -5000px;
	width: 600px;
	height: 45px;
	background-repeat: no-repeat;
	margin:0px;
}
#login h1.head_welcome{
	background: url(../images/head_hd_welcome.png) no-repeat;
	height: 76px!important;
	margin-top: 25px; 
	
	
}
h1.head_pricelist{
	background: url(../images/head_hd_pricelists.png);
}

#prices h3.moreinfo {
	text-indent: -5000px;
	width: 405px;
	height: 26px;
	background:url(../images/head_hd_moreinfo.png) no-repeat;
	margin: 0px 0px 15px 0px;
}
#home h3.moreinfo {
	text-indent: -5000px;
	width: 405px;
	height: 26px;
	background:url(../images/head_hd_moreinfo.png) no-repeat;
	margin: 45px 0px 15px 0px;
}

#header {
	background: url(../images/header_bknd_right.png) #fff 340px 0px no-repeat;
	height: 114px;
}

#header img.logo {
	float: left;
	display: inline;
	margin-left: 10px;
}


ul.nav_utility {
	float: right;
	display: inline;
	margin-right: 5px;
}
ul.nav_utility li {
	float: left;
	display: inline;
	font-size: .7em;
	padding-right: 8px;
	margin-top: 8px;
}
ul.nav_utility a{
	color: #003A5D;
	text-decoration: none;
	padding-right: 8px;
	border-right: 1px solid #003A5D;
}
ul.nav_utility a:hover{
	color: #7F7F00;
	text-decoration: underline;
}





/*==== MAIN NAVIGATION  =====*/

#left {
	width: 155px;
	padding: 0px;
	overflow:auto;
	margin-left: 38px;
	margin-right: 10px;
	margin-top: 8px;
	float: left; 
	display: inline;
	padding-top: 10px;
}
#loginform {
	margin-top: 35px;
}

#loginform td{
	padding: 5px 0px;
	height: 30px;
	vertical-align:middle;
}
#loginform input.textfield {
	width: 200px;
}
a.forgot {
	font-size: 11px;
}
a.logout {
	display: block;
	height: 30px;
	margin-top: 40px;
	background: url(../images/hd_logout_button.png) no-repeat left top;
	padding-left: 35px;
	padding-top: 3px;
	color: #fff;
}
a.logout:hover {
	color: #9B9F14;
	text-decoration:underline;
}



/*==== FOOTER  ====*/

#footer {
	clear: both;
}
#footer div{
	background: url(../images/footer_ooow_stamp.png) no-repeat bottom left;
	overflow:auto;
	padding: 20px 35px 10px 210px;
}
#footer p, #footer li {
	font-size: 11px;
	line-height: 18px;
	color:#777;
}
#footer p{
	clear: both;
	padding-top: 10px;
}
#footer p.ruleAbove {
	border-top: 1px solid #777;
}
#footer ul{
	clear: both;
	margin-bottom: 15px;
}
#footer li {
	display: inline;
	float: left;
	border-right: 1px solid #777;
	padding: 0px 6px;
}
#footer li.first {
	padding-left: 0px;
}
#footer li.last {
	border-right: none;
}
#footer a{
	color:#777; 
	text-decoration: none;
}
#footer a:hover {
	color: #fff;
}



a.pricinglink {
	font-size: 13px;
	color: #9B9F14;
	cursor: pointer;
	text-decoration:none;	
	font-family: Tahoma;	
	line-height: 14px;
	
}
a.pricinglink:hover {
	color: #CC6600;
	cursor: pointer;
	text-decoration:underline;
	
}

/*a {
	
}
a:hover {
	
}*/



