/* Many styles in this style sheet are not used but are for future reference */

body {	
	background-color:#000000;
	margin: 10px 10px 10px 10px ;
	}

body, h1, h2, h3, h4, h5, h6, table, td, th, textarea, input {	
	font-family: arial, verdana, helectica, sans-serif;
	}

body, p {	
	font-family: arial, verdana, helectica, sans-serif;
	margin-left: 5px;
	color: #fff000;
	}

.center {
	text-align: center;
	}


a.title /* Yellow */
{
	font-size: 250%;
	color: #fff000;
	margin-bottom: 0px;
}


h1 /* Yellow */
{
	text-align: center;
	font-size: 130%;
	color: #fff000;
	margin-bottom: 0px;
}

h2 /* Pink */
{
	text-align: center;
	font-size: 130%;
	color: #ff0066;
	margin-bottom: 0px;
}

h3 /* Blue */
{
	text-align: center;
	font-size: 130%;
	color: #0000ff;
	margin-bottom: 0px;
}

h4 /* Green */
{
	text-align: center;
	font-size: 130%;
	color: #00ff00;
	margin-bottom: 0px;
}

h5 /* Light Green */
{
	text-align: center;
	font-size: 130%;
	color: #66ffcc;
	margin-bottom: 0px;
}

h6 /* Light Blue */
{
	text-align: center;
	font-size: 130%;
	color: #00ffff;
	margin-bottom: 0px;
}

.left_links {
	font-size: 80%;
	}

/* PAGE LINKS STYLES */
a:link { color: #ffffff; text-decoration: underline;}
a:visited { color: #ffffff; text-decoration: underline;}
a:hover { color: #dfa181; text-decoration: none;}

/*+++++++++++++ Tables +++++++++++++*/

.pad {padding: 0px 7px 0px 7px}

/* Table header */

.basic_table 
{
	margin-left: 0px;
}

th.basic_table
{
	background-color: #a9001d;
	border-style: solid;
	border-width: 2px;
	border-color: #a9001d;
	font-size: 80%;
	font-weight: bold;
	text-align: center;
	color: white;
}

/* Table main data */

td.basic_table
{
	background-color: #ffffff;
	padding: 2px;
	border-left: solid;
	border-right: solid;
	border-bottom: solid;
	border-width: 1px;
	border-color: #a9001d;
	font-size: 80%;
	text-align: center;
	color: #000000;
}

/* Table main data CENTER */
td.basic_table_c
{
	background-color: #ffffff;
	padding: 2px;
	border-bottom: solid;
	border-width: 1px;
	border-color: #a9001d;
	font-size: 80%;
	text-align: center;
	color: #000000;
}
/* Table main data RIGHT (two cell table) */
td.basic_table_r
{
	background-color: #ffffff;
	padding: 2px;
	border-right: solid;
	border-bottom: solid;
	border-width: 1px;
	border-color: #a9001d;
	font-size: 80%;
	text-align: center;
	color: #000000;
}

.left_table 
{
	margin-left: 8px;
	margin-top: 8px;
	margin-bottom: 0px;
}

#navcontainer
{ 
	border-top: 1px solid #a9001d;
}

#navcontainer ul
{

	padding-left: 0px;
	margin-top: 0px;
	margin-left: 0px;
	list-style-type: none;
}

#navcontainer a
{
	display: block;
	padding: 4px;
	width: 170px;
	font-size: 80%;
	border-bottom: 1px solid #a9001d;
	border-left: 1px solid #a9001d;	
	border-right: 1px solid #a9001d;
	margin-bottom: 0px;
	margin-top: 0px;
}

	#navcontainer a:link, #navlist a:visited
{
	color: #a9001d;
	text-decoration: underline;
}

#navcontainer a:hover
{
background-color: #a9001d;
color: #ffffff;
text-decoration: none;
}



#chemtec_logo {
	background: #a9001d url('../images/chemtec.jpg') no-repeat top right; 
	width:100%; height:70px; background-color:#a9001d
	}

.header {
	background-color: #a9001d;
	width: 100%; 
	font-size:100%;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	color: #fae74a;
	padding: 3px;
	}
.header a:link {color: #ffffff; text-decoration: none;}
.header a:visited {color: #ffffff; text-decoration: none;}
.header a:hover {color: #fae74a; text-decoration: underline;}

/*+++++++++++++ Search Function +++++++++++++*/
#search_box {
	margin-left:8px;
	} 

a.search {
	font-size: 6.5pt;
	font-weight: bold;
	} 

tr.search_background {
	background-color: #a9001d;
	width: 100%;
	}

/* Advanced Search Link */
a.search:link {color: #dfa181; text-decoration: none;}
a.search:visited {color: #dfa181; text-decoration: none;}
a.search:hover {color: #fae74a; text-decoration: underline;}

a.search_box:hover {color: #a9001d; text-decoration: none;}

#product_menu {
	width: 140px;
	margin-top: 8px;
	margin-left: 3px;
	}

.main {
	width: 100%;
	margin: 8px 0px 0px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #a9001d;
	}
.main p {
	margin: 0px 0px 3px 0px;
	font-size: 80%;
	line-height: 140%;
	text-align: left;
	color: #000000;
}

#subject {
	padding: 0px;
	width: 100%;
	border-style: solid;
	border-width: 1px;
	border-color: #a9001d;
	background-color: #a9001d;
	}
a.news_subject {
	margin: 0px 4px 0px 4px;
	font-size:100%;
	font-weight: bold;
	text-align:left;
	color: #ffffff;
	}

.footer {
	padding-bottom: 5px;
	margin: -5.5px 0px 0px 0px;	
	background-color: #a9001d;
	text-align: center;
	color: #ffffff
	}
.footer a { 
	font-size: 7pt;
}
.footer a:link {color: #dfa181; text-decoration: none;}
.footer a:visited {color: #dfa181; text-decoration: none;}
.footer a:hover {color: #fae74a; text-decoration: underline;}

.request	{
	margin: 0px 0px 0px 4px;
	width: 100%;
	font-size: 7pt;
	text-align: left;
	color: #a9001d;
	}
.request a:link {color: #a9001d; text-decoration: none;}
.request a:visited {color: #a9001d; text-decoration: none;}
.request a:hover {color: #dfa181; text-decoration: underline;}
