@charset "utf-8";
/* CSS Document */

Body
{
	background: #7CBB1A url(../img/design/backgroundGradient.png) repeat-x top left;

	margin:0px;
	padding:0px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:smaller;
	
	color:#333333;
}

h4
{
	font-size:medium;
	font-weight:bold;
	margin-top:0px;
	margin-bottom: 15px;
}

h5
{
	font-size:small;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:5px;
}

ul ul
{
	margin-bottom:15px;
}

form ul
{
	list-style-type:none;
	margin:0px;
}

form td
{
	padding-bottom:15px;
}	

a img
{
	border:0px;
	display:inline;
}

/* BACKGROUND */
div.backgroundImage
{
	position: absolute;
	top:0px;
	left:0px;

	width:100%;

	/*background-image:url(../img/design/backgroundImage.png);*/
	background-repeat: repeat;
	
	margin:0px;
	padding: 30px 0px 30px 0px;
}


/* HEADER */
div.header
{
	z-index:100;
	position:absolute;
	top:50px;
	left:0px;
	
	width:100%;
	height:70px;
	
	background-image:url(../img/design/menuBar.png);
	background-repeat:repeat-x;
}

div.headerContent {
	margin-left: auto;
	margin-right: auto;
	
	width: 980px;
	
	position:relative;
	top:0px;
	left:0px;
}

div.globalMenu
{
	width: 500px;
	
	position:absolute;
	top:0px;
	left:0px;
	


}

div.siteLogo {
	position:absolute;
	top:0px;
	right:10px;
}

/* WRAPPER */
#wrapper {
	position: relative;
	top:0px;
	width: 980px;
	margin: 0px auto 0px auto;
}

/* TOP */
#topShadows {
	position:relative;
	top:0px;
	left:0px;
}

div.topLeftShadow {
  width: 6px;
  height: 6px;
  background: url(../img/design/topLeftGradient.png) no-repeat bottom left;
  position: absolute;
  top: 0px;
  left: 0px;
}

div.nearTopLeftShadow {
  width: 5px;
  height: 6px;
  background: url(../img/design/nearTopLeft.png) no-repeat bottom left;
  position: absolute;
  top: 0px;
  left: 6px;
}

div.topShadow {
  height: 6px;
	width: 958px;
  background: url(../img/design/topGradient.png) repeat-x top left;
	position: absolute;
  top: 0px;
  left: 11px;
}

div.nearTopRightShadow {
  width: 5px;
  height: 6px;
  background: url(../img/design/nearTopRight.png) no-repeat bottom left;
  position: absolute;
  top: 0px;
  right: 6px;
}

div.topRightShadow {
  width: 6px;
  height: 6px;
  background: url(../img/design/topRightGradient.png) no-repeat bottom left;
  position: absolute;
  top: 0px;
  right: 0px;
}


/* BOTTOM */
#bottomShadows {
	position:relative;
	bottom: -6px;
	left: 0px;
	margin-top:6px;
}

div.bottomLeftShadow {
  width: 6px;
  height: 6px;
  background: url(../img/design/bottomLeftGradient.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

div.nearBottomLeftShadow {
  width: 5px;
  height: 6px;
  background: url(../img/design/nearBottomLeft.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: 6px;
}

div.bottomShadow {
  height: 6px;
	width: 958px;
  background: url(../img/design/bottomGradient.png) repeat-x bottom left;
	position: absolute;
  bottom: 0px;
  left: 11px;
}

div.nearBottomRightShadow {
  width: 5px;
  height: 6px;
  background: url(../img/design/nearBottomRight.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  right: 6px;
}

div.bottomRightShadow {
  width: 6px;
  height: 6px;
  background: url(../img/design/bottomRightGradient.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

/* SUBWRAPPER */
#subwrapper {
	position: relative;
	top:6px;
}

/* SIDES */
div.leftShadow {
  width: 6px;
	height:100%;
  background: url(../img/design/leftGradient.png) repeat-y top left;
  position: absolute;
  top: 0px;
  left: 0px;
}

div.rightShadow {
  width: 6px;
	height:100%;
  background: url(../img/design/rightGradient.png) repeat-y top right;
  position: absolute;
  top: 0px;
  right: 0px;
}


/* PAGE BODY */
div.page {
	background-color:#FFFFFF;
	width:968px;
	position:relative;
	left:6px;
}

/* CONTENT */
#pageContent {
	width:100%;
}

#leftColumn
{
	width:370px;
	/*background-image:url(../img/leftBarImages/manager.jpg);*/
	
	position:absolute;
	left:0px;
}


#flashAlternateContent
{
	border: 1px solid #FF6666;
	background-color:#FBD7D8;
	
	margin: 90px 20px 20px 20px;
	padding:10px;
	text-align:justify;
}

#flashAlternateContent a:hover
{
	text-decoration:none;
	color:#FF3333;
}

/* CENTER COLUMN */
#centerColumn
{
	padding:75px 15px 60px 0px;
	
	width:573px;
	min-height:1265px;
	
	text-align:justify;
	
	position:relative;
	left:375px;
	height:auto;
}

div.preloader
{
	
/*	top: 75px;
	left: 0px;
	*/
	width:573px;
	height:30px;
	
	text-align: center;
	
	margin-bottom: 0px;
}

#content {
	margin:0px 0px 3opx 0px;
}

/* FOOTER */

div.footer
{
	color:#999999;
	
	margin-top:30px;
	
	position:absolute;
	bottom: 10px;
	left:375px;
}


/* ClASSES */
.managerLeftColumn
{
	height:600px;
	
	
	background-image:url(../img/leftBarImages/manager.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

.formTable
{
	width:100%;
}

.section
{
	margin-bottom:20px;
	
	padding:5px 5px 5px 5px;
	
	background-image:url(../img/design/pBack.png);
}

.input
{
	border:1px solid #CCCCCC;
	background-color:#FFFFFF;
	
	padding:2px;
}

.input:focus
{
	background-color:#FFFFFF;
}

.productSpecificationTable
{
	padding:5px;
	width:100%;
}

.productSpecificationRow
{
	background-color:#DDDDDD;
	display:none;
	width:100%;
}

.productSpecificationRowTitle
{
	background-color:#CCCCCC;
	width:100%;
	vertical-align: middle;
	padding:5px;
}

.specificationRowTitle
{
	text-align:left;
}
.specificationRowShowHide
{
	text-align:right;
}

.productSpecificationCell
{
	padding:5px;
}

.formLabelCell 
{
	vertical-align:top;
}

.propertiesTable
{
}

.propertyLabel
{
	font-weight:bold;
}

.propertyValue
{
	padding-left:10px;
	padding-bottom:15px;
	text-align:justify;
}

.productImage
{
	float:right;
	display:block;

	margin-right: 10px;
	margin-bottom: 10px;
	
	max-height:150px;
	max-width:150px;
	
}

.toxicList
{
	margin:0px;
	padding-top:0px;
	list-style-image:url(../img/design/bullet.png);
}

.toxicListItem
{
}

.boxTypeA
{
	border:1px solid #CCCCCC;
	background-color:#EEEEEE;
	
	text-align:justify;
	padding:10px;
	
	font-size:small;
	font-weight:normal;
	
	margin-bottom:10px;
}

.boxTypeB
{
	border:1px solid #CCCCCC;
	background-color:#E6FFCC;
	
	text-align:justify;
	padding:10px;
	
	font-size:small;
	font-weight:normal;
	
	margin-bottom:10px;
}


.boxTypeC
{
	padding:10px;
	text-align:justify;
	
	font-size:small;
	font-weight:normal;
	
	margin-bottom:10px;
}

.retired
{
	color:#990033;
}

.errorDiv
{
	color:#990033;
	background-color:#FFBFD5;
	
	padding:10px;
	
	border:1px solid #990033;
}


/* OPTION BAR */
.options {
	margin-top:20px;

	width:auto;
	margin-left:auto;
	margin-right:auto;
}

.optionsLeft
{
	width: 10px;
	height: 32px;
	
	float: left;
	
	background: url(../img/design/optionBarLeft.png) no-repeat top left;
}

.optionsRight
{
	width:10px;
	height: 32px;
	
	float:left;
	
	background: url(../img/design/optionBarRight.png) no-repeat top right;
}


.options ul {
	height: 32px;
	background-image:url(../img/design/optionBarMiddle.png);
	float: left;
	margin: 0;
	padding: 0px;
	list-style: none;
	font-size: small;
}

.options li {
	float: left;
	padding: 0 7px;
	position: relative;
	z-index: 1;
}

.options li.last {
	background:none;
}

.options li:hover {
	z-index:2;
}

.options li a {
	display: block;
	line-height: 32px;
	overflow: hidden;
	float: left;
}

.separator
{
	clear:both;
	width:100%;
	height:5px;
}


dl.linksList
{
margin-left: 10px;
padding: 0;
}

.linksList dt
{
margin: 0;
padding: 0;
font-weight: bold;
}

.linksList dd
{
margin: 0 0 1em 0;
padding: 0;
}

/* NEWS */
.newsTable 
{
	width: 556px;
}
.newsDateCell 
{
	width: 15%;
	height: 25px;
	line-height: 25px;
	padding-left:25px;
	padding-right:5px;
	background: url(../img/design/arrow.png) no-repeat top left;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #DDDDDD;
}

.newsTitleCell
{
	padding-left:5px;
	border-bottom: 1px solid #999999;
}

.newsText
{
	border-top: 1px solid #CCCCCC;
	
	padding-bottom:20px;
}
