/* Sustainable Adhesive Products */

/*<group=styles>*/

body {
	background: #004600 left bottom url(theme/body.gif) repeat-x fixed;
	font: 14px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: white;
	padding-bottom: 30px;
}

a:link, a:visited {
	color: #ffff66;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
	color: #82b761;
}

img {
	border: none;
}

.image-left {
	float: left;
	margin: 3px 10px 3px 0;
}

.image-right {
	float: right;
	margin: 3px 0 3px 10px;
}

blockquote {
	background: #82b761;
	font-size: .9em;
	color: #333333;
	padding: 8px;
	margin: 5px auto 10px;
}

blockquote a:hover, a:active {
	color: #ffffff;
	text-decoration: underline;
}

h1 {
	color: #ffffcc;
	font-size: 2.1em;
	line-height: 2.1em;
}

h2 {
	color: #ffffcc;
	font-size: 1.8em;
	line-height: 1.8em;
}

h3 {
	color: #ffffcc;
	font-size: 1.5em;
	line-height: 1.5em;
}

h4 {
	color: #ffffcc;
	font-size: 1.2em;
	line-height: 1.2em;
}

p {
	color: #fff;
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 10px;
}

.standout {
	color: #82b761;
	line-height: 1.5em;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

.standout2 {
	color: #82b761;
	line-height: 1.5em;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	padding-top: 25px;
	padding-bottom: 15px;
}

.homeimage {
	margin-top: 30px;
}

.address {
	line-height: 16px;
}

.data {
	margin: 10px;
	height: 40px;
	background: #003605 no-repeat url(theme/data.gif);
	padding-left: 50px;
	color: #ffff66;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}

.news {
	margin: 10px;
	height: 40px;
	background: #003605 no-repeat url(theme/data.gif);
	padding-left: 50px;
	color: #ffff66;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
}

.news a:link, .news a:visited {
	color: #ffffff;
}

.news a:hover, .news a:active {
	color: #800000;
}
	
/*</group>*/

/*<group=layout>*/

.clearer {
	clear: both;
}

#maincontainer {
	width: 800px;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

#logo {
	height: 100px;
	width: 200px;
	background: url(theme/logo.gif) no-repeat;
	float: left;
	margin-right: 10px;
}

#header {
	float: right;
	height: 96px;
	text-align: left;
	padding-top: 4px;
}

#header h1 {
	font-size: 22px;
	color: #ffffff;
	line-height: 16px;
	text-align: right;
}

#header h2 {
	font-size: 18px;
	color: #84b65f;
	text-align: right;
}

#banner {
	width: 800px;
	height: 120px;
	float: left;
	clear: right;
	background: inherit;
	margin-top: 8px;
}

#content {
	width: 490px;
	margin-right: 10px;
	float: left;
}

#sidebar {
	float: right;
	width: 290px;
	padding-top: 16px;
	margin-left: 10px;
}

#footer {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
}

#copyright {
	float: right;
	font-size: .9em;
}

.rule {
	height: 2px;
	border-top: 2px solid #82b761;
	float: left;
	width: 800px;
	margin-bottom: 16px;
	margin-top: 16px;
}

#divider {
	width: 800px;
	height: 12px;
	float: left;
	background: url(theme/divider.gif) repeat-x;
}
	
/*</group>*/

/*<group=slimbox>*/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	cursor: pointer;
	background: #000 url(theme/overlay.png) repeat;
	z-index: 2000;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 2000;
}

.lbLoading {
	background: #fff url(theme/loading.gif) no-repeat center;
	z-index: 2000;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	z-index: 2000;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	z-index: 2000;
	color: #000000;
}

#lbPrevLink {
	left: 0;
	z-index: 2000;
	color: #000000;
}

#lbPrevLink:hover {
	background: transparent url(theme/prevlabel.gif) no-repeat 0% 15%;
	z-index: 2000;
	color: #000000;
}

#lbNextLink {
	right: 0;
	z-index: 2000;
	color: #000000;
}

#lbNextLink:hover {
	background: transparent url(theme/nextlabel.gif) no-repeat 100% 15%;
	z-index: 2000;
	color: #000000;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
	z-index: 2000;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(theme/closelabel.gif) no-repeat center;
	margin: 5px 0;
	z-index: 2000;
	color: #000000;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
	z-index: 2000;
	color: #000000;
}

#lbCaption {
	font-weight: bold;
	z-index: 2000;
	color: #000000;
}
	
/*</group>*/

/*<group=tips>*/

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}

.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #ffff66;
	padding: 8px 8px 4px;
	background: url(theme/bubble.png) 0 top;
}

.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(theme/bubble.png) 0 bottom;
}

.custom-tip {
	color: #000;
	width: 130px;
	z-index: 13000;
}
	
/*</group>*/

/*<group=Validate>*/

#myForm {
	/*border: 1px solid #cac9b9;*/
	padding: 5px;
	margin-bottom: 50px;
}

#myForm label {
	float: left;
	width: 100px;
}

#myForm input, #myForm textarea, #myForm select {
	border: 1px solid #cac9b9;
}

#myForm .red {
	border: 1px solid red;
}

#myForm label.red {
	border: none;
	color: red;
}

#myForm .customRed {
	border: none;
	color: red;
}

#myForm #submit {
	margin-left: 100px;
}

#validationMessage {
	padding: 5px;
	/*background-color: #eee;*/
	border: 1px solid red;
	margin: 10px 0;
	color: red;
	font-weight: bold;
	display: none;
}
	
/*</group>*/

/*<group=accordian>*/

.toggler {
	margin: 1px 0;
	padding: 2px 5px 2px 28px;
	cursor:pointer;
	color: #ffffff;
	height: 22px;
	background: #68954e url(theme/arrow.gif) no-repeat;
}

.element {
	padding: 4px;
}

.element p {
	margin: 0;
	padding: 4px;
}

.float-right {
	padding:10px 20px;
	float:right;
}
	
/*</group>*/

/*<group=site links>*/

#labellink {
	width: 80px;
	height: 80px;
	margin-right: 10px;
	float: left;
	border: 1px solid #82b761;
	background: url(theme/labellink.gif) no-repeat;
}

#labellink:hover {
	width: 80px;
	height: 80px;
	margin-right: 10px;
	float: left;
	border: 1px solid #ffffff;
	background: url(theme/labellink.gif) no-repeat 0px -80px;
}

#greenlink {
	width: 80px;
	height: 80px;
	margin-right: 10px;
	float: left;
	border: 1px solid #82b761;
	background: url(theme/greenlink.gif) no-repeat;
	margin-left: 10px;
}

#greenlink:hover {
	width: 80px;
	height: 80px;
	margin-right: 10px;
	float: left;
	border: 1px solid #ffffff;
	background: url(theme/greenlink.gif) no-repeat 0px -80px;
	margin-left: 10px;
}

#biolink {
	width: 80px;
	height: 80px;
	border: 1px solid #82b761;
	background: url(theme/biolink.gif) no-repeat;
	margin-left: 10px;
	float: left;
}

#biolink:hover {
	width: 80px;
	height: 80px;
	border: 1px solid #ffffff;
	background: url(theme/biolink.gif) no-repeat 0px -80px;
	margin-left: 10px;
	float: left;
}
	
/*</group>*/

/*<group=thumbs>*/

.thumb {
	float: left;
	width: 72px;
	height: 72px;
}
	
/*</group>*/

/*<group=NavBar>*/

.nav {
	height: 18px;
	width: 160px;
	text-align: center;
	float: left;
	background: no-repeat url(theme/tab.gif);
}

.nav a:link, .nav a:visited  {
	color: #cccccc;
	font-size: 12px;
}

.nav a:hover, .nav a:active  {
	color: #ffffff;
	font-size: 12px;
}
	
/*</group>*/
