/* body
----------------------------------------------- */
body {
	margin: 0;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;  /* makes margin: 0 auto; center elements, text counter acted by text-align: left; */
}
a:link, a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a img {
	border-width: 0;
}
hr {
	width: 743px;
	height: 2px;
	margin: 15px auto;
	padding: 0;
	border: 0;
	background: #ED2201;
	color: #ED2201;
	clear: both;
}

/* Logo
----------------------------------------------- */
#logo {
	width: 743px; /* image is actually 136 */
	height: 77px;
	margin: 15px auto;
	padding: 0;
	background-position: center;
}

/* Navigation
----------------------------------------------- */
#nav {
	width: 743px;
	height: 14px; /* 28-14 */
	margin: 0 auto;
	padding: 7px 0;
	background: url(images/nav_bg.jpg) no-repeat;
}
#nav ul {
	width: auto;
	height: 14px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav li {
	width: auto;
	height: 14px;
	margin: 0 20px;
	padding: 0;
	display: inline;
}
#nav ul li a:link, #nav ul li a:visited {
	font-size: 100%;
	color: #666;
	font-weight: lighter;
}
#about .about a:link, #about .about a:visited {
	color: #ED2201;
	font-weight: bold;
}
#industrial .industrial a:link, #industrial .industrial a:visited {
	color: #ED2201;
	font-weight: bold;
}
#agricultural .agricultural a:link, #agricultural .agricultural a:visited {
	color: #ED2201;
	font-weight: bold;
}
#oil .oil a:link, #oil .oil a:visited {
	color: #ED2201;
	font-weight: bold;
}
#contact .contact a:link, #contact .contact a:visited {
	color: #ED2201;
	font-weight: bold;
}
#nav ul li a:hover{
	color: #ED2201;
	font-size: 100%;
}

/* Banners
----------------------------------------------- */
#about #banner {
	width: 743px;
	height: 142px;
	margin: 0 auto 15px auto;
	padding: 0;
	background: url(images/about2.jpg) no-repeat;
}
#industrial #banner {
	width: 743px;
	height: 142px;
	margin: 0 auto 15px auto;
	padding: 0;
	background: url(images/about2.jpg) no-repeat;
}
#oil #banner {
	width: 743px;
	height: 142px;
	margin: 0 auto 15px auto;
	padding: 0;
	background: url(images/about2.jpg) no-repeat;
}
#agricultural #banner {
	width: 743px;
	height: 142px;
	margin: 0 auto 15px auto;
	padding: 0;
	background: url(images/about2.jpg) no-repeat;
}

/* Content
----------------------------------------------- */
#content {
	width:743px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	font-size: 12px;
	color: #5a5959;
}
#content p {
	margin: 0;
	padding: 0 0 5px 0;
        font-size: 12px; 
	text-align: left;
	color: #5a5959;
	text-indent: 20px;
}
#content ul {
	margin: 0;
	padding: 0 0 0 30px;
	text-align: left;
	color: #5a5959;
}
.img_right {
	width: 300px;
	margin: 20px 0 7px 14px;
	float: right;
}
.img_left {
	width: 300px;
	margin: 14px 14px 7px 0;
	float: left;
}

/* headings
----------------------------------------------- */
h1 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 16px;
	text-align: left;
	color: #ED2201;
	clear: right;
}
h2 {
	margin: 7px 0 0 0;
	padding: 0;
	font-size: 11px;
	text-align: right;
	color: #ED2201;
}
h3 {
	width: 645px;
	margin: 5px 0 0 0;
        font-size: 12px; 
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #a48acb;
}
h4 {
	width: 645px;
	height: 5px;
	margin: 5px;
	padding: 0;
        font-size: 18px; 
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #b60f28;
}
h5 {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 16px;
	text-align: left;
	color: #ED2201;
	clear: left;
}
h6 {
	margin: 7px 0 0 0;
	font-size: 11px;
	text-align: left;
	color: #ED2201;
	padding: 0;
}
h7 {
	margin: 0;
	padding: 0 0 5px 0;
        font-size: 12px; 
	color: #5a5959;
}
/* Footer
----------------------------------------------- */
#footer {
	width: 743px;
	margin: 0 auto;
	padding: 0;
}
#footer ul {
	width: auto;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
#footer li {
	width: auto;
	margin: 0 10px 0 0;
	padding: 0;
	display: inline;
	font-size: 11px;
	color: #666;
}
#footer ul li a:link, #footer ul li a:visited {
	font-size: 11px;
	color: #666;
}
#footer ul li a:hover{
	font-size: 11px;
	color: #ED2201;
}
/* === form div and elements ======================================= */

#form-div { 
  font-family : arial, helvetica, palatino sans, tahoma, arial, sans-serif;
  width : 70%;
	margin : 0;
  color : #555;
  line-height : 1.7em;
	text-align: left;
}

#form-div p.form-footer {
  margin : -35px 2px 20px 13px;
 }

#form-div p.form-footer a { 
  color : #444; 
}

#form-div p.form-footer a:hover, #form-div p.form-footer a:focus, #form-div p.form-footer a:active { 
  color : #000; 
  text-decoration : none; 
}

#form-div p.form-footer a:focus, #form-div p.form-footer a:active { 
  background-color : #eee; 
}


/* === form div link styles ======================================== */

#form-div a { 
  color : #444; 
}
  
#form-div a:hover, #form-div a:focus, #form-div a:active { 
  color : #000; 
  text-decoration : none; 
}

#form-div a:focus, #form-div a:active { 
  background-color : #eee; 
}


/* === success and error message/results box ======================= */

#form-div p.success, #form-div p.error, #form-div p.center { 
  color : #fff;
  /* color : #000; (lite colors option - uncomment to use) */
  padding : 1px 4px; 
  border : 1px solid #000; 
  background-color : #444;
  /* background-color : #bbb; (lite colors option - uncomment to use) */
  margin : 10px 3px;
  text-align : center;
}

#form-div p.error { 
  background-color : #ea8400; 
  /* background-color : #ea8400; (lite colors option - uncomment to use) */
}

#form-div p.error a, #form-div p.success a {
  color : #000000;
}

#form-div p.center {
  text-align : center;
  background-color : #ea8400;
  color : #000;
  margin-top : -3px;
  padding : 0px 4px; 
}

#form-div p.error a:hover, #form-div p.error a:focus, #form-div p.error a:active, 
#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
  color : #eee;
  background-color : #ea8400; 
}

#form-div p.success a:hover, #form-div p.success a:focus, #form-div p.success a:active {
  background-color : #444; 
}


/* === structural form elements ==================================== */

form#gbcf-form { }

fieldset.main-set,
fieldset.req-set,
fieldset.opt-set { 
  border : 1px solid #eee;
  padding : 5px;
}


/* === textural form elements ====================================== */

#form-div legend { 
  font-weight : bold;
}

#form-div legend span { }

legend.main-legend { 
  color : #777;
  font-size : 110%;
	display: none;
}

legend.req-legend,
legend.opt-legend { 
  color : #777;
}

legend.main-legend span { }
legend.main-legend { }

legend.req-legend span { }
legend.req-legend {
  margin-left : -2px;
}

legend.opt-legend span { }
legend.opt-legend { 
  margin-left : -2px;
}

label.req-label, label.opt-label {
  color : #444;
}

label.opt-label.check {
  float : left;
  padding : 0;
  margin : 1px 4px;
  cursor : pointer;
}

label.opt-label.main-label {
  margin : 0 2px;
  font-weight : bold;
}

label.opt-label.main-label span {
  font-weight : normal;
  color : #666;
}

label.opt-label.main-label span.req, label span.req  {
  font-weight : bold;
  color : #ea8400;
}

label.req-label.explain {
  color : #666;
  font-size : .8em;
}

label.req-label.explain:hover {
  color : #000;
}

/* === control and interface form elements ========================= */
/*
  note: In this section you will see the hover/focus styles for the 
  inputs. For example: input:hover, input:focus. You will also see 
  these names applied as classes: input.hover, input,focus, for 
  example. This is not done by mistake. Those classes are needed for 
  the JavaScript focus script (files/focus.js) for IE 7 and older.
*/

input.text-long.address, input.text-long.address:hover, input.text-long.address:focus,
input.text-long.address.hover, input.text-long.address.focus {
  border-bottom : 0;
  margin-bottom : 0;
  padding-bottom : 2px;
  border-bottom : 1px dotted #bbb;
}

input.text-long.address2, input.text-long.address2:hover, input.text-long.address2:focus,
input.text-long.address2.hover, input.text-long.address2.focus {
  border-top : 0;
  margin-top : 0;
  padding-top : 2px;
  border-top : 1px dotted #bbb;
}

input.checkbox {
  border : 1px solid #999;
  width : .9em;
  height : .9em;
  padding : 0;
  margin : 0;
  cursor : pointer;
}

input.checkbox:hover, input.checkbox.hover,
input.checkbox:focus, input.checkbox.focus {
  border : 1px solid #666;
}

input.text-short, 
input.text-med, 
input.text-long,
select.select,
textarea.textarea {
  font : 1em verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  border : 1px solid #999;
  background-color : #fffffe;
  cursor : text;
  padding : 1px 2px;
}

select.select {
  padding : 1px 0;
}

input.text-short {
  width : 100px;
}

input.text-med, select.select {
  width : 250px;
}

input.text-long {
  width : 300px;
}

textarea.textarea {
  width : 440px;
  height : 200px;
}

select.select, select.select option {
  cursor : pointer;
}

input.text-short:focus, input.text-short.focus, 
input.text-med:focus, input.text-med.focus,
input.text-long:focus, input.text-long.focus,
select.select:focus, input.select.focus,
textarea.textarea:focus, textarea.textarea.focus {
  border : 1px solid #666;
  background-color : #ffe;
}

input.button { 
  font : 1.1em verdana, helvetica, palatino sans, tahoma, arial, sans-serif;
  font-weight : bold;
  margin-top : 8px;
  padding : 1px 10px;
  cursor : pointer;
  float : right;
  clear : both;
  color : #444;
}

input.button:hover, input.button.hover,
input.button:focus, input.button.focus {
  color : #333;
}

/* because IE6 sucks - if you have a conditionally served IE6 style sheet add this to it */
* html input.button {
  border : 1px solid #666;
}
