/* global */

*{
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	min-height: 100%;
}

body {
	height: 100%;
	min-height: 100%;
	background-color: #fff;
	/*background-image: url(pic/background.gif);*/
	background-image: url(/images/bg_plexus.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #959191;
	position: relative;
}

h1 {
	color: #676362;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 27px;
}

h2 {
	font-size: 18px;
	color: #676362;
	font-weight: bold;
	padding-bottom: 8px;
}

h3 {
	font-size: 11px;
	color: #E86A29;
	font-weight: normal;
}

ul {
	list-style-type: none;
	
}

li {
	background: url(../images/bullet.gif);
	background-repeat: no-repeat;
 	background-position: 0px 17px;
	padding: 10px 0 0 12px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


.second li {
	background: url(../images/bullet1.gif);
	background-repeat: no-repeat;
 	background-position: 0px 17px;
}

a {
	color: #e86a29;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul a {
	color: #707070;
}

ul a:hover, ul a.active {
	color: #E86A29;
	text-decoration: none;
}

ul a.active {
	font-weight: bold;
}

img {
	border: none;
}

.blueText {
	color: #255d8c;
}

.more {
	float: right;
	width: 38px;
	height: 7px;
	overflow: hidden;
	background: url(../images/linkMore.gif);
}

.more:hover {
	background: url(../images/linkMoreOver.gif);
}

.moreLink {
	float: right;
    margin-top:5px;
	width: 38px;
	height: 7px;
	overflow: hidden;
	background: url(../images/linkMore.gif);
}

.moreLink:hover {
	background: url(../images/linkMoreOver.gif);
}

.clear {
	clear: both;
}

.headerWrap {
	padding: 0 0 8px 0;
    margin: 0 0 10px 0;
	border-bottom: 2px solid #cbcbcb;
}

.borderBottom {
	padding: 0 0 5px 0;
    margin: 0 0 10px 0;
	border-bottom: 2px solid #cbcbcb;
}

.headerGray {
	font-size: 16px;
    color:#989898;
}

.headerBlue {
	font-size: 16px;
    color:#255d8c;
}

.subheaderBlue {
	font-size: 15px;
    color:#255d8c;
}


/* end global */


/* basic */

#glueGun {
	position: absolute;
	width: 148px;
	height: 66px;
	background: url(../images/glueGun.gif) no-repeat;
	left: 797px;
	top: 8px;
	z-index: 90;
}

#logo {
	height: 70px;
	width: 860px;
}

#logo img {
	margin: 20px 0 0 16px;
}

#navigationHolder {
	width: 100%;
	height: 33px;
	background: url(../images/navigationBg.gif) repeat-x bottom;
	z-index: 0;
	position: relative;
}

#navigation {
	width: 860px;
	height: 33px;
}

#leftNavigation {
	float: left;
}

#leftNavigation a {
	height: 33px;
	width: 130px;
	float: left;
}

#home {
	background: url(../images/buttonHomeOff.gif) no-repeat;
}

#home.active {
	background: url(../images/buttonHomeOn.gif) no-repeat;
}

#industries {
	background: url(../images/buttonIndustriesOff.gif) no-repeat;
}

#industries.active {
	background: url(../images/buttonIndustriesOn.gif) no-repeat;
}

#materials {
	background: url(../images/buttonMaterialsOff.gif) no-repeat;
}

#materials.active {
	background: url(../images/buttonMaterialsOn.gif) no-repeat;
}

#products {
	background: url(../images/buttonProductsOff.gif) no-repeat;
}

#products.active {
	background: url(../images/buttonProductsOn.gif) no-repeat;
}

#aboutUs {
	background: url(../images/buttonAboutUsOff.gif) no-repeat;
}

#aboutUs.active {
	background: url(../images/buttonAboutUsOn.gif) no-repeat;
}

#rightNavigation {
	float: right;
	padding: 6px 0 0 0;
	position:relative;
	z-index: 100;
}

#rightNavigation a {
	height: 20px;
	float: left;
	margin: 0 0 0 5px;
	position:relative;
	z-index: 100;
}

#adhesiveSelector {
	background: url(../images/buttonAdhesiveSelectorOff.gif) no-repeat;
	width: 98px;
}

#adhesiveSelector.active {
	background: url(../images/buttonAdhesiveSelectorOn.gif) no-repeat;
}

#findADistributor {
	background: url(../images/buttonFindADistributorOff.gif) no-repeat;
	width: 98px;
}

#findADistributor.active {
	background: url(../images/buttonFindADistributorOn.gif) no-repeat;
}

#contactUs {
	background: url(../images/buttonContactUsOff.gif) no-repeat;
	width: 68px;
	z-index: 110; 
	position: relative;
}

#contactUs.active {
	background: url(../images/buttonContactUsOn.gif) no-repeat;
	z-index: 1000; 
	position: relative;
}

/* end basic */


/* content */

#leftContent {
	float: left;
	width: 645px;
}

#rightSidebar {
	float: right;
	width: 190px;
}

#leftSidebar {
	float: left;
	width: 164px;
	padding: 15px 0 0 0;
}

#middleContent {
	float: left;
	width: 447px;
	padding: 15px 0 0 16px;
}

#content {
	float: left;
	width: 840px;
	border-left: 20px #fff solid;
	padding: 11px 0 25px 0;
}

.homeSlogan {
	padding: 11px 0 0 20px;
}

.homeLink {
	height: 281px;
}

.homeLink img {
	border-right: 3px solid #fff;
}

.homeLink img.noBorder{
	border: none;
}

.quickLinks {
	width: 182px;
	margin: 0 0 0 12px;
	float: left;
}

.quickLinks a img {
	border-bottom: 5px solid #fff;
}

.borderH2 {
	margin: 0 0 20px 0;
	border-bottom: 2px solid #b8dfff;
}

.borderH2Gray {
	margin: 0 0 10px 0;
	border-bottom: 2px solid #cbcbcb;
}

.borderH2Gray .more {
	margin: 5px 0 0 0;
}

.borderH2More {
	margin: 0 0 10px 0;
	border-bottom: 2px solid #b8dfff;
}

.adhesiveHolder {
	float: left;
	margin: 0 0 0 20px;
	width: 403px;
	/*background: url(../images/adhesiveBg.gif) 288px 10px no-repeat;*/
}

.adhesive {
	width: 246px;
	margin: 0 0 0 43px;
	height: 121px;
}

.adhesive select {
	width: 230px;
	margin: 0 0 10px 0;
}

.welcome {
	padding: 0 0 20px 0;
}

.leftSidebarTop {
	width: 164px;
	height: 38px;
	background: url(../images/titleIndustries.gif);
}

.leftSidebarMiddle {
	width: 136px;
	background: url(../images/leftSidebarMiddle.gif) repeat-y;
	float: left;
	padding: 0 14px 14px 14px;
}

.leftSidebarBottom {
	clear: both;
	background: url(../images/leftSidebarBottom.gif);
	width: 164px;
	height: 6px;
	overflow: hidden;
}

.contentBlok {
	float: left;
	width: 450px;
	padding: 0 0 15px 0;
}

.blockImage {
	float: left;
	width: 155px;
	height: 81px;
	border-right: 20px solid #fff;
	margin: 11px 0 0 0;
}

.blockText {
	float: left;
	width: 275px;
}
	
/* end content */


/* right sidebar */

.rightSideBarTop {
	height: 11px;
	width: 190px;
	overflow: hidden;
	background: url(../images/rightSidebarTop.gif);
}

.rightSideBarMiddle {
	width: 162px;
	float: left;
	overflow: hidden;
	background: url(../images/rightSidebarMiddle.gif) repeat-y;
	padding: 16px 14px 14px 14px;
}

.rightSideBarBottom {
	clear: both;
	height: 11px;
	width: 190px;
	overflow: hidden;
	background: url(../images/rightSidebarBottom.gif);
}

#rightSidebar select{
	width: 160px;
	margin: 0 0 10px 0;
}

/* end right sidebar */


/* footer */

#footer {
	clear: both;
	float: left;
	width: 840px;
	height: 30px;
	border-left: 20px solid #fff;
	background: url(../images/footerBg.gif) top no-repeat #929292;
	color: #fff;
	font-size: 10px;
}

#footer a {
	color: #fff;
}

.footerLinks {
	float: left;
	padding: 5px 0 0 13px;
}

.copyRights {
	float: right;
	padding: 5px 13px 0 0;
}

/* end footer */





