.hide { display: none; }

body {
	background-image: url("../images/bg.gif");
	background-repeat: repeat-x;
	background-color:#d9dadb;
}

#page {
	position: relative;
	width: 792px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFF;
	font-family: "Arial", Helvetica, sans-serif;
	background-image:url("../images/leftshadow.gif");
	background-position:top left;
	background-repeat:no-repeat;
	background-color:#FFF;
	padding-left:32px;
}
#page-a {
	position: relative;
	background-color:#FFF;
	font-family: "Arial", Helvetica, sans-serif;
	background-image:url("../images/rightshadow.gif");
	background-position:top right;
	background-repeat:no-repeat;
	background-color:#FFF;
}
#header {
	background-color: #0054A4;
	background-image: url("../images/prochemHeader.gif");
	background-repeat: no-repeat;
	width: 760px;
	height: 125px;
}

/*menu*/

#sitenav {
	width: 760px;
	height: 42px;
	text-align: center;
	background-color: #004c99;
	background-image: url("../images/solarisMenuBottomBlue.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
	font-size: 13px;
}

#sitenav ul {
	position: relative;
	display: block;
	list-style: none;
	padding: 5px 2px;
	background-color: #004c99;
	color: #FFFFFF;
	height: 29px; /*compensate with padding*/
	padding-bottom: 8px;
	font-size: 11px;
}

#sitenav li ul { /* second-level lists */
	position: absolute;
	padding-top: 6px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index:100;
}

#sitenav li:hover ul ul, #sitenav li.sfhover ul ul {
	left: -999em;
}

#sitenav li:hover ul, #sitenav li li:hover ul, #sitenav li.sfhover ul, #sitenav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


#sitenav ul li {
	float: left;
	z-index:100;
	
}

#sitenav ul li a {
	display: table-cell;
	vertical-align: middle;
	height: 29px;
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
	background-color: inherit;
	text-decoration: none;
	text-transform: uppercase;
	font-weight:bold;
}

* html #sitenav ul li a {
	display: block;
}

#sitenav ul li.last a {
	border-right: none;
}

#sitenav ul li a:hover {
	color: #E6E02A;
}

#sitenav ul li.here a {
	color: #E6E02A;
}

#generalContent {
	font-size: 11px;
	font-family: "Arial", Helvetica, sans-serif;
	float: left;
	width: 524px;
	padding-top: 30px;
	padding-right: 16px;
}

#generalContent div.floatedImages {
	float: right;
	width: 160px;
}

#generalContent h1 {
	color:  #006699;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

#generalContent h2.blue {
	color: #006699;
	font-size: 12px;
	margin-bottom: 12px;
}

#generalContent p, #generalContent ul {
	width: 350px;
}

#focusContent {
	font-size: 11px;
	font-family: "Arial", Helvetica, sans-serif;
	float: left;
	width: 567px;
	background-image:url("../images/Header.jpg");
	background-repeat: no-repeat;
	padding-top: 200px;
}

.focusSubContent
{
	padding-left:28px;
}
#focusContent div.floatedImages {
	float: right;
	width: 160px;
}

#focusContent h1 {
	color:  #006699;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

#focusContent h2.blue {
	color: #006699;
	font-size: 12px;
	margin-bottom: 12px;
}

#focusContent p, #focusContent ul {
	width: 350px;
}

#content {
	background-image: url("../images/prochemContentBgNormal.gif");
	background-position: top left;
	background-repeat: repeat-y;
	height: 1%; /*IE fix =)*/
}

#content a { color: #0859FA; }

#content a.newsItem:after { display: block; }

#content p, #content ul {
	margin: 0;
	padding: 0 0 12px 0;
}

#content p.order a {
	font-weight: bold;
	color: #000000;
}

#content ul li {
	margin-left: 15px;
}

div.contactInfo { margin-bottom: 12px; display: none; }

div.contactInfo p { padding-bottom: 0 !important; }

div.contactInfo p.telephone { font-weight: bold; }

div.contactInfo h2 { text-transform: uppercase; }

div.side {
	float: left;
	width: 193px;
	padding-top: 30px;
	margin-right: 27px;
	background-color: #DCDDDE;
}

div.side a.sidelink {
	display: block;
	width: 193px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #666666 !important;
	margin-bottom: 15px;
}

div.side1 {
	float: left;
	width: 193px;
	padding-top: 28px;
	margin-right: 0px;
	background-color: #DCDDDE;
	background-repeat: no-repeat;
}

div.side1 a.sidelink {
	display: block;
	width: 193px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #666666 !important;
	margin-bottom: 15px;
}

#placeholder {
	position: absolute;
	top: 180px;
	right: 0;
	width: 220px;
	height: 120px;
}

a.topLink {
	display: block;
	width: 20px;
	margin-bottom: 12px;
}

a.theTop { display: block; margin-top: -1em; }

div.clear {	clear: both; }

#content ul.products li {
	margin-bottom: 10px;
}

#footer {
	position: relative;
	clear: both;
	width: 760px;
	height: 50px;
	text-align: center;
	border-top: 1px solid #DCDDDE;
	
	/*color: #C4C5C7;*/
}

#footer p {
	display: block;
	margin-top: 12px;
	padding: 0 0 12px 0;
}

#footer p a {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

#generalContent p.listings {
	width: auto;
}

#generalContent p.listings span.float {
	float: left;
	display: block;
}

#generalContent p.listings span.clear {
	clear: left;
	width: 160px;
}

#generalContent p.listings span.bold { font-weight: bold; }

#focusContent p.listings {
	width: auto;
}

#focusContent p.listings span.float {
	float: left;
	display: block;
}

#focusContent p.listings span.clear {
	clear: left;
	width: 160px;
}

#focusContent p.listings span.bold { font-weight: bold; }


span.cleared {
	display: block;
	line-height: 12px;
	clear: both;
}

#footerTable
{
	margin-top: 12px;
	padding: 0 0 12px 0;
}
#footerTable a{
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
#footerTable a:hover{
	text-decoration: underline;
}

a.pdf {display:block; background: transparent url(../images/bullet.png) no-repeat top left;
padding:0px 0px 10px 15px; }