/* COLORS */
#page {
	background : #22272B;
}
body, p, .green-pod .nav a, .greenbutton p, .greenbutton a, .greenbutton a:visited, .greenbutton a:hover {
	color: #FFF;
}
#menu, .searchfield, .searchbutton, .blue-pod, .grey-pod, .grey-pod input, .formfield, #message, .green-pod, #loginpod input, #enquirepod input, #enquirepod select, .greenbutton {
	border: solid 1px #51545A;
}
#news a, #news a:hover, #news a:visited, .blue-pod a, .blue-pod .nav a, .blue-pod .nav a:visited, .blue-pod .nav a:hover {
	color: #008B45;
}
#footermenu, #footermenu a, #footermenu a:visited, #footermenu a:hover {
	color: #9C9D9F;
}
.blue-pod {
	background: #EBF0F4;
}
.grey-pod {
	background-color: #CECCCD;
}
#submit, .green-text, a.green-text:hover, #content a {
	color: #008B45 !important;
}
#news p, .blue-pod, #message, .grey-text, .green-pod .nav a:hover, #loginpod input, #enquirepod input, #enquirepod select  {
	color: #1A171B;
}
.grey-pod input, #message, #loginpod input, #enquirepod input, #enquirepod select {
	background-color: #EBECED;
}
a.grey-text:hover {
	color: #515459;
}
.green-pod {
	background: #008B45;
}
#news h3 {
	color: #51545A;
}
h1 {
	color: #868789;
}
h2, h5 {
	color: #0D8C43;
}
h3 {
	color: #B1B3B4;
}
h4 {
	color: #D7D5D7;
}
h6 {
	color: #C00418;
}
ol, ul {
	color: #BCBDC3;
}
/* END COLORS */

a {
	text-decoration: none;
}

p {
	margin-bottom: 1.62em;
}
.pod p {
	margin-bottom: 0;
}
body {
	background: #000 url(/app/templates/default/images/back-gradient.jpg) repeat-x top;
	font-size: .75em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}
/* end header styles */

#tools {
	float: right;
	margin-right: .5em;
}
#tools img {
	margin-left: .25em;
}

/* top nav styles */
#menu {
	background: #828282 url(/app/templates/default/images/main-menu-gradient.gif) no-repeat;
	height:27px;
	line-height:20px;
	width: 563px;
	margin-bottom: 8px;
}
#menu .start {
	display:block;
	background:transparent url(/app/templates/default/images/main-menu-gradient.gif) repeat-y;
	height:27px;
	width:3px;
	float: left;
}
#menu .end {
	display:block;
	height:27px;
	width:4px;
	float: left;
}
/* top nav styles */

/* search form */
#search {
	text-align: right;
	margin-bottom: 8px;
}
.searchfield {
	height: 19px;
	width: 151px;
	vertical-align: middle;
	padding: 4px;
}
.searchbutton {
	vertical-align: middle;
	height: 27px;
	width: 27px;
	margin-left: -12px;
}
/* end search form */

#leftnav {
	margin-bottom: 8px;
}
#products p {
	margin-bottom: 0;
}
#news h3 {
	font-size: 1.35em;
	margin-top: 0;
}

#footer {
	margin-top: 8px;
	padding: 2px;
	margin-left: 8px;
}

.pod {
	margin-bottom: 8px;
}

/* blue pod */
.blue-pod {
	padding: 8px;
}

.blue-pod .nav {
	list-style: none;
	font-weight: bold;
	line-height: 1.35em;
	padding-left: 0;
}
/* end blue pod */

/* grey pod */
.grey-pod {
	padding: 8px;
}
.grey-pod input {
	height: 17px;
	padding: 3px;
}
/* end grey pod */

/* green pod */
.green-pod {
	padding: 8px;
}
.green-pod .nav {
	list-style: none;
	font-weight: bold;
	line-height: 1.35em;
	padding-left: 0;
}
/* end green pod */

/* green button */
.greenbutton {
	width: 170px;
	background: url(/app/templates/default/images/product-gradient.gif) repeat-x top;;
	padding: 5px;
	display: block;
}
.greenbutton p, .greenbutton a, .greenbutton a:visited, .greenbutton a:hover {
	font-weight: bold;
}
/* end green button */


.loginheader {
	background:#375B5E;
	/* border same color so width same as pods */
	border: solid thin #6B727A;
	height: 21px; 
	color: #FFF;
	font-weight: bold;
	padding: 2px;
	line-height: 21px;
}
 .loginheader p {
	color: #FFF;
} 
.loginheader a, .loginheader a:visited, .loginheader a:hover {
	color: #FFF;
	text-decoration: none;
}
#loginpod label, #enquirepod label {
	display: block;
	font-weight: bold;
	color: #375B5E;
}
#username, #name, #email, #company, #phone, #website, #subject {
	width:158px;
	height:19px;
	padding: 4px;
	margin-bottom: 2px;
}
#recipient {
	height: 27px;
	width: 168px;
	line-height: 27px;
	margin-bottom: 2px;
}
#submit {
	border: 0 !important;
	padding: 0 !important;
	background: none !important;
	font-weight: bold;
}
#message {
	width: 158px;
	padding: 4px;
	overflow: auto;
	font-size: inherit;
	font-family: Arial, Helvetica, sans-serif;
}
#password {
	width:139px;
	height:21px;
	float: left;
	border-right:none !important;
	padding:0;
}
.loginbutton {
	width:22px;
	height: 21px !important; 
	float:left;
	border-left: none;
	padding:0 !important;
	margin:0;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	height: 1%;
}

/* type styles */
h1 {
	line-height: 1.25em;
	font-size: 2em;
	font-weight: normal;
	margin-top: .83em;
	margin-bottom: .42em;
	text-align: left;
}
#byline h1 {
	font-size: 1.5em;
}
h2 {
	line-height: 1.25em;
	font-size: 1.75em;
	font-weight: normal;
	margin-top: .83em;
	margin-bottom: .42em;
	text-align: left;
}
h3 {
	line-height: 1.25em;
	font-size: 1.5em;
	font-weight: normal;
	margin-top: .83em;
	margin-bottom: .42em;
	text-align: left;
}
h4 {
	line-height: 1.25em;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: .83em;
	margin-bottom: .42em;
	text-align: left;
}

h5 {
	font-size: 1.2em;
	line-height: 1.25em;
	font-weight: bold;
	margin-top: .42em;
	margin-bottom: 3px;
	text-align: left;
}
h6 {
	font-size: 1em;
	line-height: 1.25em;
	font-weight: bold;
	margin-top: .42em;
	margin-bottom: 3px;
	text-align: left;
}

ol, ul {
	padding-left: 3.5em;
}

ul {
	list-style-type: disc;
	list-style-position: inside;
}

.threecol {
	text-align: left; 
	-moz-column-count: 3; 
	-moz-column-gap: 8px;
	-webkit-column-count: 3; 
	-webkit-column-gap: 8px;
}

.module {
	margin-bottom: 8px;
}
.module h1 {
	visibility: hidden;
	display: none;
}

#content img {
	margin: 5px;
}

.gs-result .gs-title, .gs-result .gs-title *, .gsc-results .gsc-cursor-box .gsc-cursor-current-page, .gsc-results .gsc-cursor-box .gsc-cursor-page {
	color: #008B45 !important;
}
