﻿body 
{
	margin:0px;
	font-family:Arial, Helvetica, Sans-Serif;
	font-size:12px;
	color:Black;
}

A:link {text-decoration: none; color:#0099FF;}
A:visited {text-decoration: none; color:#0099FF;}
A:active {text-decoration: none; color:#0099FF;}
A:hover {text-decoration: underline; color: red;}


#pageWrapper
{
	width:800px;
	height:auto;
	margin:10px auto;
}

#greenTop
{
	background-color:#008240;
	width:800px;
	height:10px;
}

#orangeTop
{
	background-color:#ff6600;
	width:800px;
	height:10px;
}

#blueTop
{
	background-color:#0d2bbb;
	width:800px;
	height:10px;
}

#topBanner
{
	width:800px;
	height:102px;
	background-image:url(../images/BGbanner.gif);
	background-repeat:no-repeat;
}

#topMenu
{
	width:800px;
	background-color:#f7f7f7;
	height:20px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}

#imageBanner
{
	width:800px;
	border-bottom:1px solid #999999;
	height:100px;
}

#mainContent
{
	height:auto;
	width:780px;
	background-color:#f7f7f7;
	padding:10px;
}

#mainContentHome
{
	height:auto;
	width:780px;
	padding:10px;
	z-index:10;
	background: #F7F7F7 url(../images/bg.jpg) no-repeat bottom;
	}
/* #mainContentBG
{	width:800px;
	background-color:#f7f7f7;
	background:url(../images/bg.jpg) no-repeat bottom;
	z-index:1;} */

#footer
{
	width:790px;
	height:21px;
	line-height:20px;
	color:White;
	background-color:#008240;
	padding-left:10px;
}

#orangeFooter
{
	width:790px;
	height:21px;
	line-height:20px;
	color:White;
	background-color:#ff6600;
	padding-left:10px;
}

#blueFooter
{
	width:790px;
	height:21px;
	line-height:20px;
	color:White;
	background-color:#0d2bbb;
	padding-left:10px;
}

.searchBox
{
	float:right;
	margin-top:10px;
	margin-right:5px;
}

/* -------------------------------------------------- HOME LAYOUT */

.row
{
	width:706px;
	height:auto;
	margin:20px auto;
}

.leftContainer
{
	float:left;
	height:110px;
	width:332px;
	
}

.squareImage
{
	background-color:#00824d;
	height:82px;
	width:82px;
	margin-right:5px;
	float:left;
	border-style: none;
}

.squareAbout
{
	background-color:#00824d;
	background:url(../images/squareAbout.gif) no-repeat;
	height:82px;
	width:82px;
	margin-right:5px;
	float:left;
}

.squareNews
{
	background-color:#ff6600;
	background:url(../images/squareNews.gif) no-repeat;
	height:82px;
	width:82px;
	margin-right:5px;
	float:left;
}

.squareProducts
{
	background-color:#0d2b88;
	background:url(../images/squareAdhesives.gif) no-repeat;
	height:82px;
	width:82px;
	margin-right:5px;
	float:left;
}

.squareGlobal
{
	background-color:#9ed67d;
	background:url(../images/squareGlobal.gif) no-repeat;
	height:82px;
	width:82px;
	margin-right:5px;
	float:left;
}

.homeHeaders
{
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
	width:241px;
	height:23px;
	line-height:21px;
	float:left;
	font-weight:bold;
}

.homeTextBox
{
	color:Black;
	width:241px;
	height:43px;
	padding-top:8px;
	float:left;
}

.rightContainer
{
	float:left;
	height:110px;
	width:332px;
	margin-left:40px;
}
