/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Yellow AMEC CSS Style #FADD1D
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#EEF3F7;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
}

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:775px;
	background:#FFFFFF url(../images/bg_content.jpg) no-repeat left bottom;

	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%;
}

h1 {
	margin:0em;
	color: #E8ECF0;
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight: bold;
}

p {
	line-height:1.5;
	margin:0 0 1em;
}

a {
	color: #365F88;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

div#header {
	background:#EFF3F7 url(../images/top_header.jpg) no-repeat center top;
	padding-top: 135px;
}

div#header p {
	font-style:italic;
	font-size:1.1em;
	margin:0;
}

#headerprint {
}

#headerprintlogo {
	width: 65px;
	float: left;
}

#headerprintaddress {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	float: left;
	margin-top: 20px;
	margin-left: 50px;
}

div#footer {
	position:absolute;
	width:100%;
	bottom:0; /* stick to bottom */
	background:url(../images/bg_footer.jpg) no-repeat bottom;
	border-top:5px solid #365F88;
	color: #FFFFFF;
	clear: both;
}

div#footer p {
	padding:1em;
	margin:0;
	text-align: center;
}

#navicontainerfooter {
	margin: 0px;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}
#navicontainerfooter ul {
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
}
#navicontainerfooter li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}

#navicontainerfooter a {
	color: #333333;
	text-decoration: none;
}
#navicontainerfooter a:hover {
	color: #000000;
	text-decoration: underline;
}

#navicontainer {
	text-align: center;
}

#pagetitle {
	background-color: #95B7D0;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 14px;
	padding-right: 0px;
	background-image: url(../images/bg_pagetitle.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #365F88;
}

div#content {
	padding:0em 0em 6em;
	overflow: auto;
}

div#content p {
	text-align:justify;
	padding:0 1em;
	clear: left;
}


#normalcontent {
	padding: 1em;
}

#rightcontent {
	width: 540px;
	margin-left: 5px;
	float: left;
	padding: 1em;
	margin-bottom: 50px;
}
#rightcontent li {
	padding-top: 5px;
	padding-bottom: 5px;
}

#rightcontent #gtest textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 98%;
}

#rightcontent #gtest table {
	width: 500px;
}


* html #content #rightcontent { /*IE 6 only - makes the footer fit at the bottom in IE6 */
	float: none;
}

#leftcontent {
	float: left;
	width: 200px;
	padding-bottom: 6em;
}


.leftcontentimages {
	text-align: center;
	width: 130px;
	margin-bottom: 45px;
	margin-left: 35px;
}
.leftcontentimages a {
	text-decoration: none;
	font-weight: bold;
	color: #999999;	
}
.leftcontentimageshorizontal a {
	text-decoration: none;
	font-weight: bold;
	color: #999999;
}
.leftlogintexfield {
	width: 110px;
}

.leftcontentimageshorizontal {
	float: left;
	margin-right: 25px;
	margin-left: 15px;
	width: 130px;
	text-align: center;
}

.leftcontentimageshorizontal a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.leftcontentimages a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}


#leftblocktitle {
	background-color: #365F88;
	width: 182px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
}

* html #leftblocktitle{ /*IE 6 only */
	width: 173px; /*Box model bug: 182px minus all left and right paddings for #blueblock */
}

.leftblocksubtitle {

	background-color: #365F88;
	width: 182px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 18px;
}
* html .leftblocksubtitle {

	width: 173px; /*Box model bug: 182px minus all left and right paddings for #blueblock */
}

.leftblockseperator {
	width: 100%;
	height: 10px;
}

* html .leftblockseperator{ /*IE 6 only */
	width: 191px; /*Box model bug: 100% minus all left and right paddings for #blueblock */
}

#leftblock {
	width: 200px;
	padding: 0 0 1em;
	margin-bottom: 1em;
	font-size: 12px;
	color: #333;
}

* html #leftblock{ /*IE 6 only */
	width: 167px; /*Box model bug: 200px minus all left and right paddings for #blueblock */
}

#leftblock ul{
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#leftblock li {
	border-bottom: 1px solid #808080;
	margin: 0;
}

#leftblock li a{
	display: block;
	padding: 5px 5px 5px 8px;
	border-left: 10px solid #A9A9A9;
	border-right: 1px solid #808080;
	background-color: #F4F4F4;
	color: #6C6B6B;
	text-decoration: none;
	width: 100%;
}

html>body #leftblock li a{ /*Non IE6 width*/
	width: auto;
}

#leftblock li a:hover{
	border-left: 10px solid #5E84B1;
	border-right: 1px solid #808080;
	background-color: #3D3931;
	color: #FFFFFF;
}
#leftloginbox {
	float: left;
	margin-bottom: 20px;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	padding-bottom: 10px;
}
#leftloginbox input {
	font-size: 11px;
}



#langcontainer {
	top: 0px;
	position: absolute;
	z-index: auto;
	margin: 1px;
	left: 0px;
}

#langflag {
	position: absolute;
	z-index: auto;
	margin: 1px;
	top: 0px;
	height: 24px;
	width: 48px;
	right: 0px;
}

#buildingimage {
	float: right;
	border: 1px solid #000000;
}

.dashedhr {
	border-top: 1px dashed #808080;
	height: 1px;
	width: 80%;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

.solidhr {

	border-top: 1px solid #CEDAEA;
	height: 1px;
	width: 80%;
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
.formbuttons {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 100px;
}

.printerOnly{
	display: none;
}

.screenOnly{
}

#indexcontainer {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:775px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%;
	background-image: url(../images/bg_indexpage.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
}

div#indexcontent {
	padding:0em 0em 6em;
}

div#indexcontent p {
		text-align:justify;
		padding:0 1em;
}
.indexlangflags {
	text-align: center;
	width: 76px;
	float: left;
}
#indexflash {
	height: 220px;
	width: 775px;
	padding-top: 200px;
	text-align: center;
}
#indexintrotext {
	clear: right;
}
#indexpageusaaddress img {

}

#indexpageusaaddress {
	float: right;
	margin-top: 70px;
	height: 150px;
	text-align: center;
	width: 130px;
	font-size: 9px;
	margin-right: 40px;
}

.indexlangflags a {
	text-decoration: none;
}

#indexpageusaaddress a {
	text-decoration: none;
}

.imagealignright {
	float: right;
	margin-bottom: 20px;
	margin-left: 20px;
}

.imagealignleft {

	float: left;
	margin-bottom: 20px;
}

.toppagebanner {
	padding-bottom: 20px;
	padding-left: 10px;
}


#cattitle {
	font-size: 18px;
	float: left;
	margin-top: 2px;
	margin-left: 2px;
	font-weight: bold;
}

#ameclogosmall {
	float: left;
}
#productlogo {
	float: right;
}

.seriesbox {
	background-color: #EEF3F7;
	margin-top: 22px;
	margin-right: 25px;
}

.seriesboxtitle {
	font-size: 13px;
	font-weight: bold;
	float: left;
	color: #000000;
	padding: 8px;
}

.seriesboxrow {
	background-color: #FFFFFF;
	border-bottom: 2px solid #CEDAEA;
	cursor: pointer;
	margin: 5px;
}


.seriesboxlogo {
	vertical-align: middle;
	float: left;
	margin-right: 5px;
}
.seriesboxheader {
	background-color: #8AADCB;
	cursor: pointer;
}

.seriesboxicon {
	vertical-align: middle;
	text-decoration: none;
	padding-left: 5px;
}

.seriesboxdoc {
	float: right;
	padding: 8px;
	font-weight: bold;
}

.seriesbox a {
	font-weight: bold;
	text-decoration: none;
}
.seriesbox a:hover {
	font-weight: bold;
	text-decoration: none;
}

.seriesboxheader:hover {
	background-color: #CDDCE9;
}
.seriesboxorder {
	float: right;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 6px;
	font-weight: bold;
}
.seriesboxcontent {
	float: left;
	padding: 6px;
	width: 350px;
}
.seriesboxrow:hover {
	background-color: #F4F4F4;
	border-bottom: 2px solid #CEDAEA;
}
.seriesboxrownopointer {

	background-color: #FFFFFF;
	border-bottom: 2px solid #CEDAEA;
	margin: 5px;
}
.seriesboxheadernopointer {

	background-color: #8AADCB;
}

#tableholder {
	float: left;
	width: 520px;
	margin-left: 20px;
}
#forecastercontainer {
	width: 100%;
}
#forecasterheader {
	width: 100%;
	float: left;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #365F88;
	background-color: #FFFFFF;
}
#forecastercontent {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}
#forecasterameclogo {
	float: left;
	padding: 5px 10px 5px 5px;
}
#forecasteramecaddress {
	float: left;
	margin-top: 30px;
}

#forecasterfooter {
	float: left;
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #365F88;
	height: 30px;
	background-color: #5E84B1;
	color: white;
	text-align: center;
}

#forecasterfooter a{
	color: white;
	text-decoration: none;
}

#forecasterfooter a:hover{
	color: white;
	text-decoration: underline;
}

#threadmillcontainer {
	width: 100%;
}
#threadmillheader {
	width: 100%;
	float: left;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #365F88;
}
#threadmillcontent {
	float: left;
	width: 100%;
	background-color: #FFFFFF;
}
#threadmillcontent p {
	padding: 2em;
}

#threadmillameclogo {
	float: left;
}
#threadmillimage {
	float: left;
}

#threadmillamecaddress {
	float: left;
	margin-top: 30px;
}

#threadmillfooter {
	float: left;
	width: 100%;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #365F88;
	background-color: #5E84B1;
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#threadmillfooter a {
	color: #FFFFFF;
}
#threadmillfooter a:hover {
	color: #FFFFFF;
}

img.industry {
	padding: 10px;
	float: right;
}
.ReamerBlueseriesboxheader {
	background-color: #007FBF;
	color: #FFFFFF;
}
.ReamerGreenseriesboxheader {
	background-color: #179A5E;
	color: #FFFFFF;
}
.ReamerVioletseriesboxheader {
	background-color: #8E4A86;
	color: #FFFFFF;
}
.ReamerOrangeseriesboxheader {
	background-color: #FC7217;
	color: #FFFFFF;
}
.Reamerseriesboxtitle {

	font-size: 11px;
	font-weight: bold;
	float: left;
	color: #FFFFFF;
	padding: 8px;
}
.Reamerseriesboxcontent {
	float: left;
	padding: 8px 6px 4px;
	background-color: #F4F4F4;
	margin-top: 1px;
	border: 1px solid #E4E4E4;
}
.ReamerYellowseriesboxheader {

	background-color: #FFF34C;
}
.ReamerYellowseriesboxtitle {
	float: left;
	padding: 8px;
}

table.grid {
	font-size: 11px;
	border-spacing: 0px;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-color: black;
}

th.grid {
	font-weight: bold;
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: black;
	padding-left: 2px;
	padding-right: 2px;
}

td.grid {
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: black;
}

th.spacer {
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: black;
	width: 10px;
}

td.spacer {
	border-width: 0px 0px 0px 1px;
	border-style: solid;
	border-color: black;
	width: 10px;
}

.numeric {
	text-align: right;
	padding-left: 2px;
	padding-right: 2px;
	border-width: 1px 0px 0px 1px;
	border-style: solid;
	border-color: black;
}
.rowtitle {

	font-size: 13px;
	font-weight: bold;
	float: left;
	color: #000000;
	padding: 8px;
}
.rowheader {
	background-color: #CDDCE9;
	float: left;
	width: 100%;
}
.rowcontent {
	background-color: #FFFFFF;
	border-bottom: 2px solid #CEDAEA;
	float: left;
	width: 98%;
	margin: 5px;
}



fieldset
{
	border: 1px solid #cccccc;
	margin-bottom: 10px;
}

legend
{
	font-weight: bold;
	padding-bottom: 5px;
}

.form2col {
	width: 240px;
}
.compactparagraph {
	width: 350px;
	margin-right: 50px;
	margin-left: 70px;
	margin-top: 20px;	
}
.speechbubbleopening {
	float: left;
	background-image: url(../images/quotes_open.gif);
	background-repeat: no-repeat;
	width: 30px;
	margin-top: -10px;
	margin-left: -30px;
	height: 21px;
	position: absolute;
}
.speechbubbleclosing {
	float: right;
	background-image: url(../images/quotes_close.gif);
	width: 30px;
	margin-top: -20px;
	margin-right: -40px;
	height: 21px;
	background-repeat: no-repeat;
	position: absolute;
	right: 150px;
}

.tesdatesbox {
	width: 155px;
	float: left;
	height: 130px;
	margin-left: 10px;
	margin-right: 10px;
}

.tesdatescontent {
	background-color: #FFFFFF;
	border-bottom: 2px solid #CEDAEA;
	float: left;
	width: 100%;
	margin: 0px;
}

.litrequesttd1 {
	width: 15%;
}
.litrequesttd2 {
	width: 23%;
}
.litrequesttd3 {
	width: 58%;	
}
.litrequestfield {
	width: 300px;
}
.productbulletheaders {
	font-weight: bold;
	margin-top: -18px;	
}
.productbulletblockquotes {
	margin-top: -20px;
}
.productbulletblockquotes li {

	margin-top: -5px;
}
.bgdistributorsmap {
	background-image: url(../images/bg_distributors_map.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 350px;
}

#gaform td {
	background-color: #EFF6FF;
	padding: 2px;
}
