/*-----------------------------------------------------------------------------
Statco Engineering Screen Stylesheet

version:	1.0
date:		07/28/08
author:		Ryan J. Salva
email:		ryan at capitolmedia dot com
website:	http://www.staco-engineering.com
history:	[location of file]
-----------------------------------------------------------------------------*/


/* Default Font Styles
-----------------------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000;
	background: #f0f0f0 url(/site/bg_body.gif) repeat-x 0 0;
}

p, ul, ol, blockquote, h1, h2, h3, h4, h5, h6 {
	line-height: 1.3em;
	margin-bottom: 14px; 
}

li {
	margin-bottom: 0;
}

li ul, li ol {
	margin-top: 7px; /* keeps the line spacing even */
	margin-bottom: 7px;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
}

h1 {
	color: #ab2309;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	border-bottom: 1px solid #ccc;
	padding: 0 20px;
}

h2 {
	font-family: arial, verdana, sans-serif;
	font-size: 1.4em;    
}

h3 {
	font-size: 1.2em;
}

h4 {
	font-size: 1.1em;    
}

h5 {
	font-size: 1.0em;    
}

h6 {
	font-size: 1.0em;
	font-style: italic;
}

ul, ol, blockquote, code {
	padding-left: 30px;
}

img {
	border: none;
}

a:link {
	color: #ab2309;
	text-decoration: none;
}

a:active {
	color: #E5940B;
	text-decoration: none;
}

a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #E5940B;
	text-decoration: underline;
}

dl {
	margin: 0 0 14px 0;
}

dt {
	font-weight: bold;
	display: block;
}

dd {
	display: block;
	margin-bottom: 7px;
}


/* Tables
-----------------------------------------------------------------------------*/

table, td, th {
	border-collapse: collapse;
	border: none;
	font-family: inherit;
	font-size: inherit;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

table {
	margin-bottom: 14px;
}

th, thead td {
	font-weight: bold;
	border-bottom: 2px solid #000;
	padding: 3px;
}

td {
	vertical-align: top;
	padding: 3px;
	border: none;
}


/* Convenience Classes
-----------------------------------------------------------------------------*/

.Hidden {
	display: none;
	visibility: hidden;
}

.Visible {
	display: block;
	visibility: visible;
}

.Clear {
	clear: both; 
	float: none;
	padding-bottom: 1px; /* for Gecko based browsers */
	margin-bottom: -1px; /* for Gecko based browsers */
}

.Padding {
	padding: 20px;
}



/* Header
-----------------------------------------------------------------------------*/

div#Header {
	margin: 0 auto;
	background: url(/site/bg_header.jpg) no-repeat 50% 0;
	position: relative; /* necessary to position primary navigation correctly */
	z-index: 10;
	font-size: 1.2em;
	height: 59px;
}
	
/* - - - - - - - - - - - Primary Navigation - - - - - - - - - - - */

div#Header ul {
	width: 791px;
	display: block;
	margin: 0 auto;
	padding: 0;
}

div#Header ul li {
	/* first level list items are always visible */
	display: block;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
	width: 97px;
	height: 57px;
}

div#Header ul li a {
	display: block;
	width: 97px;
	height: 57px;
	text-indent: -2000em;
	background: url(/site/bg_primary.gif) no-repeat 0 0;
}

div#Header ul li#Home a {
	background-position: 0 0;
}

div#Header ul li#Home a:hover {
	background-position: 0 -57px;
}

div#Header ul li#About a {
	background-position: -97px 0;
}

div#Header ul li#About a:hover {
	background-position: -97px -57px;
}

div#Header ul li#Contact a {
	background-position: -194px 0;
}

div#Header ul li#Contact a:hover {
	background-position: -194px -57px;
}

div#Header ul li#Food a {
	background-position: -291px 0;
}

div#Header ul li#Food a:hover {
	background-position: -291px -57px;
}

div#Header ul li#Dairy a {
	background-position: -388px 0;
}

div#Header ul li#Dairy a:hover {
	background-position: -388px -57px;
}

div#Header ul li#Beverage a {
	background-position: -485px 0;
}

div#Header ul li#Beverage a:hover {
	background-position: -485px -57px;
}

div#Header ul li#BioPharm a {
	background-position: -582px 0;
}

div#Header ul li#BioPharm a:hover {
	background-position: -582px -57px;
}

div#Header ul li#Aseptic a {
	background-position: -679px 0;
}

div#Header ul li#Aseptic a:hover {
	background-position: -679px -57px;
}


/* Ancestors
-----------------------------------------------------------------------------*/

div#Ancestors {
	width: 800px;
	line-height: 35px;
	text-indent: 25px;
	background: #fff url(/site/bg_ancestors.gif) no-repeat 0 0;
	color: #a7a7a7;
	text-decoration: none;
	margin: 6px auto;
	font-size: 1.2em
}

div#Ancestors a {
	color: #a7a7a7;
	text-decoration: none;
}
div#Ancestors a:hover {
	color: #d7202f;
}


/* Canvas
-----------------------------------------------------------------------------*/

div#Page {
	background: url(/site/bg_page.png) repeat-y 50% 0;
}

div#Wrapper {
	margin: 0 auto;
	width: 791px;
	position: relative;
}

div#Canvas {
	font-size: 1.2em;
}


/* Left Column
-----------------------------------------------------------------------------*/

div.Left {
	margin-left: 309px;
}

div#Left {
	position: absolute;
	top: 0;
	left: 0;
	width: 309px;
	font-size: 1.2em;
}

div#Logo {
	padding-bottom: 15px;
	background: url(/site/bg_logo.gif) no-repeat 0 bottom;
}

*:first-child+html div#Logo {
	padding-bottom: 13px;
} 

* html div#Logo {
	padding-bottom: 13px;
}

div#Left ul.Menu {
	list-style: none;
	padding: 0 17px 10px 17px;
}

div#Left ul.Menu li {
	padding: 0;
	margin: 0;
	line-height: 1em;
}

div#Left ul.Menu li a {
	display: block;
	line-height: 1.8em;
	text-indent: 13px;
	text-decoration: none;
}

div#Left ul.Menu li a:link, div#Left ul.Menu li a:visited, div#Left ul.Menu li a:active {
	color: #666;
}

div#Left ul.Menu li a:hover {
	text-decoration: none;
	background: #E5940B;
	color: #fff;
}

/* Footer
-----------------------------------------------------------------------------*/

div#Footer {
	clear: both;
	color: #a7a7a7;
	background: #fff url(/site/bg_footer.gif) repeat-x 0 0;
	width: 791px;
	padding-bottom: 2em;
	font-size: 1.2em;
	margin: 0 auto;
}

div#Footer a {
	color: #a7a7a7;
	text-decoration: none;
	padding: 0 .5em;
	white-space: nowrap;
}

div#Footer a:hover {
	color: #d7202f;
}

div#Locations {
	width: 309px;
	float: left;
}

div#Downloads {
	width: 220px;
	float: left;
}

div#Casers {
	width: 220px;
	float: left;
}

div#Downloads div.Padding, div#Casers div.Padding {
	padding: 20px 10px;
}

div#Downloads ul, div#Downloads ul li, div#Casers ul, div#Casers ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

p#Copyright {
	text-align: center;
	margin: 0;
	color: #999;
}

p#Credits {
	text-align: center;
	color: #999;
}

p#Credits a {
	color: #999;
}


/*Page Properties (edit mode)
-----------------------------------------------------------------------------*/

div#PageProperties {
	position: relative;
	padding: 1em;
	color: #000;
	font-family: "lucida grande", "lucida sans", tahoma, verdana, arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-size: 1.2em;
}

div#PageProperties a {
	color: #0000FF !important;
}

div#PageProperties a:hover {
	color: #0000FF !important;
}

div#MetaData {
	margin-right: 24em;
	padding: 1em;
	background: #DEDEDE;
	border: 1px solid #ccc;
}

dl#MetaKeywords {
	padding-left: 20px;
	background: url(../admin/tag_blue.png) no-repeat 0 50%;
}
dl#MetaDescription {
	padding-left: 20px;
	background: url(../admin/tag_red.png) no-repeat 0 50%;
}

div#InternalComments {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 22em;
}

div.Note {
	padding: .5em .5em .5em 3.5em;
	background: #F3E5A1 url(../admin/note.png) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
}

div.Block {
	position: relative;
}

a.Create, a.Edit {
	width: 85px;
	height: 35px;
	text-indent: -2000em;
	display: block;
	background: url(../admin/button_edit.png) no-repeat 0 0;
	position: absolute;
	top: 0;
	left: -25px;
	z-index: 1000;
	text-align: left !important;
}


/* Forms
-----------------------------------------------------------------------------*/

fieldset {
	clear: both;
	padding: 1em;
	border: 1px solid #ccc;
}

legend { 
	color: #666;
}

div.LabelInput, span.LabelInput {
	margin-bottom: 7px;
	display: block;
}

input[type='text'], input[type='password'], select, textarea {
	width: 20em;
	font-size: 1em;
	font-family: Lucida Sans, Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	padding: 3px;
	border: 1px solid #666;
	
}

select {
	width: 20.7em;
}

textarea {
	height: 200px;
}

label {
	line-height: 2em;
	width: 12em;
	float: left;
	display: block;
}

div.FormControls {
	display: block;
	padding: 14px 0 14px 12em; /* right padding for label width plus label padding */
}

div.FullWidth label {
	width: auto;
	float: none;
	display: block;
	text-align: left;
	padding: 0;
}

div.FullWidth input.Text, div.FullWidth input.Password, div.FullWidth input.Number, div.FullWidth SELECT.Select, DIV.FullWidth textarea.TextArea {
	width: 32em;
	font-size: 1em;
	font-family: Verdana, Arial, Tahoma, Sans-Serif;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}


/* Validation messages delivered by validate.js
-----------------------------------------------------------------------------*/

.error {
	background: #F3E5A1;
}
div.errorMessage {
	background: #F3E5A1 url(../site/icon_error.gif) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: absolute;
	width: 240px;
}


/* Info, Error & Success Messages
-----------------------------------------------------------------------------*/

.Info, .Error, .Success, .ErrorInline, .Help {
	margin-bottom: 14px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: relative;
}

.Info A, .Error A, .Success A, .ErrorInline A {
	color: #000;
	text-decoration: underline;
}

.Info {
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
}

.Error {
	background: #F3E5A1 url(../site/icon_error.gif) no-repeat 10px 6px;
	border: 1px solid #FFCC00;
}

.Success {
	background: #B5E1AE url(../site/icon_success.gif) no-repeat 10px 6px;
	border: 1px solid #3B9E2B;
}

.Help {
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
}


/* Modal Dialog Box
-----------------------------------------------------------------------------*/

.ModalPop {
	background: #fff;
}

.ModalTitle {
	padding: 10px;
	font-size: 2em;
}

.ModalMessage {
	padding: 10px;
}

.ModalClose a {
	display: block;
	position: absolute;
	top: -5px;
	right: -5px;
	width: 20px;
	height: 20px;
	overflow: hidden;
	text-indent: -2000em;
	background: url(../site/close.gif) top right no-repeat;
}

.ModalClose a:hover {
}


/* Form Tips
-----------------------------------------------------------------------------*/

div.FormTip {
	/* the floating tooltip */
	background: #BFC8F1 url(../site/icon_info.gif) no-repeat 10px 6px;
	border: 1px solid #4574AE;
	margin: 0 0 0 10px;
	padding: 5px 5px 5px 35px;
	display: block;
	line-height: 1.6em;
	position: absolute;
	width: 240px;
}


/* Entrance Pages
-----------------------------------------------------------------------------*/

div#Masthead {
	position: relative;
	top: -12px;
	left: -18px;
	background: #fff url(/site/bg_masthead.gif) no-repeat left bottom;
	height: 223px;
	width: 500px;
}

div#Masthead embed {
	height: 207px;
}
