@charset "utf-8";
/* CSS Document */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #e3e3e3;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin:0;
	padding:0;
}
img {
border:none;
}

h1 {
font-size:14px;
border-bottom:1px solid #e3e3e3;

}
h2 {
font-size:13px;
color: #666666
}
dt { margin-top:15px;font-weight:bold; }
dd { color:#666666;}
#wrapper {
margin-left:auto;
margin-right:auto;
background-color:#FFFFFF;
}
#footer {
	text-align:center;
	margin:15px 0 0px 0;
	padding:10px 0 10px 0;
	background-color:#CCCCCC;
	background-image: url(images/foot-bg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#footer a:link, #footer a:visited {
color:#333333;
text-decoration:none;
}
#footer a:hover {text-decoration:underline;}


/*
			Horizontal Navigation
*/
#navcontainer
{
margin-left: auto;
margin-right: auto;
margin-bottom: 40px;
border-top: 1px solid #b1cda6;
z-index: 1;
position:absolute;
width:900px;
top:130px;
left:0px;
}

#navcontainer ul
{
list-style-type: none;
text-align: center;
margin-top: -8px;
padding: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
display: inline;
text-align: center;
margin: 0 5px;
}

#navcontainer li a
{
padding: 1px 6px;
color: #666;
background-color: #fff;
border: 1px solid #ccc;
text-decoration: none;
}

#navcontainer li a:hover
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

#navcontainer li a#current
{
color: #000;
border: 1px solid #666;
border-top: 2px solid #666;
border-bottom: 2px solid #666;
}

.imageright {
float:right;
margin:0 0 10px 10px;
}
.indexhead {
font-size:12px;
margin:0;
padding:5px;
background-color:#999999;
font-weight:bold;
}
.isoacred_title, .searchbox_title {
text-align:center;
background-color:#999999;
padding:3px;
font-weight:bold;

}
.isoacred, .searchbox {
border:1px solid #666666;
margin-bottom:20px;
}
.float_right {
float:right;
margin:10px;
margin-right:0px;
}

.rfqbox {
	background:#b1cda5;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding:10px;
	width:300px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
     }
.rfqbox a {
color:#333333;
text-decoration:none;
font-weight:bold;
}	 
.rfqbox a:hover {
color:black;
text-decoration:underline;
}	 