/* COLORS
======================================================================
	#xxxxxx : color name
====================================================================== */


@import url(base.css);


/* GENERAL
====================================================================== */

html {
	min-width: 740px;
	background: url(../_images/background_bar.jpg) repeat-y top center;
}

body {
	min-width: 740px;
	color: #665540;
	background: url(../_images/background_grass.jpg) repeat-x top center;
}

body, input, select, textarea {
	font-family: 'Lucida Grande', LucidaGrande,'Lucida Sans', Geneva, Arial, sans-serif;
}

h1 {
	/* good place to define a font-family */
	font-size: 1.95em;
	font-weight: normal;
}

h2 {
	margin-top: 25px;
	color: #689f26;
	font-size: 1.6em;
	font-weight: normal;
	line-height: 1;
	white-space: nowrap;
}

h3, h4, h5, h6 {
	margin-top: 2.2em;
	/* color: #333; */
	font-size: .8em;
	line-height: 1.4;
	color: #689f26;
	
}

h4, h5, h6 {
	/* color: #666; */
}

h5, h6 {
	font-weight: normal
}

p, address, dl, ul, ol, table, label {
	/* good place to define typical font-size, line-height and margins */
	margin-top: 1.5em;
	font-size: .8em;
	line-height: 1.6;
}

h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
	/* use to reduse space above first paragraph under any header */
}

ul {
	margin-left: 1.5em;
	list-style-type: none;
}

ul ul {
	margin-top: 0;
	margin-bottom: 20px;
	list-style-type: disc;
}

ol {
	margin-left: 1.5em;
	list-style-type: decimal;
}

ol ol {
	margin-top: 0;
	margin-left: 1.5em;
	list-style-type: lower-alpha
}

dd {
	margin: 0;
}

dt {
	margin-top: 1.5em;
	font-weight: bold;
}

blockquote {
	margin: 0;
}

blockquote p {
	display: block;
	width: 200px;
	color: #689f26;
	margin: 0 0 0 25px;
}

#body_text blockquote p {
	width: 420px;
	color: #665540;
	margin: 30px 0 10px 0;
}

cite {
	color: #969990;
	font-size: .7em;
	font-style: normal;
	text-align: left;
	display: block;
	margin: 0 0 0 25px;
	line-height: 1.3;
	font-weight: bold;
}

#body_text cite {
	color: #665540;
	float: left;
	margin: 0;
}

cite:before {
  content: "- ";
}

cite span {
	margin-left: 10px;
	font-weight: normal;
	display: block;
}

#body_text cite span.Company {
	font-weight: normal;
	margin-left: 0;
	color: #665540;
}

#body_text cite span {
	color: #689f26;
	margin-left: 12px;
}

em, q { font-style: italic; }

strong { font-weight: bold; }

a:link,
a:visited {
	color: #7dbd25;
}

a:hover,
a:active {
	color: #35a2ff;
}



/*FORMS
====================================================================== */
#newsletter form {
	width: 135px;
	text-align: left;
}

#right form {
	width: 420px;
	margin: 25px 0 0 13px;
}

form.Row {
	overflow: auto;
	margin: 0 0 15px 0;
}

fieldset {
	position: relative; /* make legend move horizontally correct in IE */
	overflow: auto;
}

legend {
	position: relative;
	left: -7px; /* IE */
	padding: 1.5em 0 .85em 0;
	font-weight: bold;
}

fieldset>legend {
	left: 0; /* future proof */
}

input, textarea, select {
	margin-top: 3px;
	display: block;
}

label {
	margin: 0;
	padding-bottom: .85em;
	width: 310px;
	line-height: 1.2;
	display: block;
}

#right label.FieldLarge {
}

#right label.FieldLarge {
	float: left;
}

select,
label.FieldLarge,
label.FieldLarge input,
label.FieldLarge select,
label.FieldMedium,
label.FieldMedium input,
label.FieldMedium select,
label.FieldSmall,
label.FieldSmall input,
label.FieldSmall select,
input.InputRadio,
input.InputCheck {
}

label.FieldLarge{
	width: 200px;
	margin: 0;
}

label.FieldLarge input,
label.FieldLarge select {
	width: 194px;
	border: 1px solid #7dbd25;
	margin-top: 5px;
	padding: 3px 0 3px 3px;
}

label.FieldMedium,
label.FieldMedium input,
label.FieldMedium select {
	width: 135px;
	color: #86887f;
	font-size: 10px;
}

label.FieldSmall,
label.FieldSmall input,
label.FieldSmall select {
	width: 70px;
}

label.FieldLarge,
label.FieldMedium,
label.FieldSmall {
	margin-right: 10px;
}

label.LabelRadio,
label.LabelCheck {
	margin-left: 25px;
	padding-bottom: 15px;
}

input.InputRadio,
input.InputCheck {
	margin: 0;
}

.FieldMedium input {
	border: 1px solid #bbbeb1;
}

.field-describe textarea {
	width: 406px;
	min-height: 100px;
	border: 1px solid #7dbd25;
	margin: 7px 0 0 0;
}

#right .Send {
	float: right;
	margin: 0 14px 0 0;
	color: #fff;
	font-weight: bold;
	padding: 3px 10px;
	border: 0px solid transparent;
	background: #675540;
	cursor: pointer;
}

#right .Send:hover {
	background: #7dbd25;
}

#newsletter .Send {
	width: 42px;
	height: 15px;
	color: #fff;
	font-weight: bold;
	font-size: 9px;
	border: none;
	cursor: pointer;
	margin-left: 95px;
	background: url(../_images/send.gif) no-repeat 0 0;
}



/*CONTAINERS
====================================================================== */

#inner {
	margin: 0 auto;
	width: 740px;
	position: relative;
}

#left {
	float: left;
	width: 265px;
}

#logo {
	width: 201px;
	height: 89px;
	margin: 55px 0 0 0;
	background: url(../_images/logo.png) no-repeat 0 0;
}

#logo a:link,
#logo a:visited {
	display: block;
	width: 201px;
	height: 89px;
}

#logo span {
	position: relative;
	top: -10000px;
}

span#tagline {
	position: absolute;
	top: 280px;
	line-height: 1;
	padding: 10px 15px 9px 0;
	color: #fff;
	font-size: 1.3em;
	font-family: Georgia;
	white-space: nowrap;
	background: #7dbe1f;
}

#quote_top {
	width: 230px;
	height: 19px;
	margin-top: 160px;
	background: url(../_images/quote_top.gif) no-repeat top left;
}

#quote{}

#quote_bottom {
	width: 230px;
	height: 26px;
	background: url(../_images/quote_bottom.gif) no-repeat bottom right;
}

#newsletter {
	width: 200px;
	height: 148px;
	margin: 60px 0 0 0;
	padding: 30px 0 0 55px;
	background: url(../_images/background_newsletter.png) no-repeat 0 0;
}

#newsletter span {
	color: #979a8f;
	font-size: .9em;
	display: block;
	margin: 0 0 15px 0;
}

#newsletter_tile {
	width: 255px;
	margin-top: -5px;
	padding: 0 0 20px 0;
	background: url(../_images/newsletter_tile.png) repeat-y 0 0;
}

#newsletter_tile p {
	margin: 0 0 0 50px;
	width: 180px;
	color: #86887f;
	font-size: 10px;
}

#right {
	float: left;
	width: 475px;
	margin: 40px 0 0 0;
}

#photo_frame {
	width: 453px;
	height: 303px;
	background: url(../_images/background_photo.png) no-repeat 0 0;
}

#photo img {
}

#body_text {
	margin: 0 0 30px 8px;
}

#body_text p {
	font-family: Georgia;
	line-height: 1.8;
}

/*PHOTOS
====================================================================== */

body#section_home #photo {
	width: 453px;
	height: 303px;
	background: url(../_images/splash/photo5.jpg) no-repeat 19px 11px;
}

body#section_our_services #photo {
	width: 453px;
	height: 303px;
	background: url(../_images/splash/photo6.jpg) no-repeat 19px 11px;
}

body#section_our_manufacturers #photo {
	width: 453px;
	height: 303px;
	background: url(../_images/splash/photo13.jpg) no-repeat 19px 11px;
}

body#section_our_clients #photo {
	width: 453px;
	height: 303px;
	background: url(../_images/splash/photo.jpg) no-repeat 19px 11px;
}

body#section_our_team #photo {
	width: 453px;
	height: 303px;
	background: url(../_images/splash/photo14.jpg) no-repeat 19px 11px;
}

body#section_links #photo {
	width: 453px;
	height: 303px;
	background: url(../_images/splash/photo4.jpg) no-repeat 19px 11px;
}

body#section_contact #photo {
	width: 453px;
	height: 303px;
	background: url(../_images/splash/photo12.jpg) no-repeat 19px 11px;
}
/*NAVIGATION
====================================================================== */
ul#nav {
	margin: 0;
	list-style-type: none;
	text-align: left;
	white-space: nowrap;
}

#nav li {
	display: -moz-inline-box;  /* for Mozilla based browsers */
	display: inline-block;
	color: #fff;
	margin-top: 0;
	background: url(../_images/nav_dividers.gif) no-repeat center right;
}

#nav li address {
	text-align: right;
	font-size: .9em;
	position: absolute;
	top: 45px;
	right: 20px;
}

#nav li a:link,
#nav li a:visited {
	display: block;  /* for Mozilla based browsers */
	display: inline-block;
	color: #fff;
	padding: 12px 15px;
}

#nav li.Last,
#nav li.Last {
	background: none;
}

#nav li a:hover,
#nav li a:active {
	text-decoration: underline;
}

#nav li.Current a:link,
#nav li.Current a:visited {
	background: url(../_images/leaf.gif) no-repeat bottom center;
}
	
	
	
	
/*FOOTER
====================================================================== */

#footer_outer {
	background: #7dbd25;
}

#footer_inner {
	width: 740px;
	margin: 0 auto;
	background: #7dbd25;
	position: relative;
}

/* un-comment below for typical cgCraft credit colors */
#footer,
#footer p#cgcraft,
#footer a:link,
#footer a:visited {
	color: #fff;
	margin: 0;
}

p#footer {
	position: absolute;
	top: 10px;
	left: 0;
}

#footer a:link,
#footer a:visited {
	padding-left: 15px;
}

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

#footer a:hover span {
	/* color: #a8d936; */
}

#footer a:active {
	/* color: #fff; */
}


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

#left,
#right {
	margin-bottom: 100px;
}

#footer_outer {
}

html,
body {
	height: 100%;
}

#outer {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -120px;
}

#footer_outer,
.Push {
	height: 60px;
}



/* CUSTOM CLASSES
====================================================================== */

.ClearBoth { clear: both;}

#body_text ul li {
	font-weight: bold;
}

#body_text ul li ul li {
	font-weight: normal;
}

.Team {
	display: block;
	font-weight: bold;
	font-size: .9em;
}

.Toggler {
	font-size: .8em;
	color: #7dbe19;
	cursor: pointer;
}

.Toggler:hover {
	color: #35a2ff;
}

#honeypot {
	position: absolute;
	top: -1000px;
}

body#section_contact #body_text address {
	margin-left: 13px;
}