/* The Basics */

body {
	text-align: center;
	margin: 0 auto;
	background: #ebebeb url(../images/bg.jpg) top center no-repeat;
}

img {
border: none;
}
div, ul, li, p {
margin: 0;
padding: 0;
}

.floatright{
float: right;
}

.clearboth{
clear: both;
}

#container {
margin: 0 auto;
width: 750px;
text-align: left;
background-color: #fff;
border: 15px solid #fff;
}

/*NAVIGATION*/

#nav{
height: 33px;
background: #5380bc;
width: 750px;

}

#nav ul{
list-style: none;
display: inline;
overflow: hidden;
}

#nav li{
list-style: none;
display: inline;

}

#nav a {
float: left;
padding: 33px 0 0 0;
overflow: hidden;
height: 0px !important; 
height /**/:33px; /* for IE5/Win only */
}
	
#nav a:hover, #nav a.active {
background-position: 0 -33px;
}

#thome a  {
width: 88px;
background: url(../images/nav/home.jpg) top left no-repeat;
}

#tproducts a  {
width: 108px;
background: url(../images/nav/products.jpg) top left no-repeat;
}

#tdocuments a  {
width: 131px;
background: url(../images/nav/documents.jpg) top left no-repeat;
}

#tassociates a  {
width: 123px;
background: url(../images/nav/associates.jpg) top left no-repeat;
}

#tindustry a  {
width: 154px;
background: url(../images/nav/industry.jpg) top left no-repeat;
}

#tcontact a  {
width: 146px;
background: url(../images/nav/contact.jpg) top left no-repeat;
}

/*HEADER*/

#header{
	width: 750px;
	height:160px;
	background-image: url(../images/header-new.jpg);
}

/*CONTENT*/
#content{
	width: 750px;
	background: url(../images/content-bg.gif) top left no-repeat;
	padding-top: 10px;


}

#content p{
font-family: Verdana,Arial,Helvetica,Sans-serif;
font-size: 12px;
line-height: 18px;
padding: 10px 0;
}

#content p a, #content p a:visited{
text-decoration:none;
color: #000099;
}

#content p a:hover {
color:#3366cc;
border-bottom: 1px solid #cccccc;
}

#content ul.underlinedLinks a, #content ul.underlinedLinks a:visited{
text-decoration:none;
color: #000099;
}

#content ul.underlinedLinks a:hover {
color:#3366cc;
border-bottom: 1px solid #cccccc;
}

#content p .head{
font-size: 1.5em;
color: #000066;
line-height:30px;
margin-bottom: 8px;

}

#content ul{
	list-style-type: square;
	margin-left: 20px;
	list-style-position: inside;	
}

#content li{
font-family: Verdana,Arial,Helvetica,Sans-serif;
font-size: 12px;
padding:3px;
*padding:0px;
}

#content p .subhead{
font-weight: bold;
color: #000066;
font-size: 14px;
}

#content p .subheadlined{
display: block;
font-weight: bold;
color: #000066;
line-height: 24px;
border-bottom: 1px solid #cccccc;
font-size: 14px;
}

#content .imgright{
border: 10px solid #e1e1e1;
margin-bottom: 10px;
margin-left: 10px;
}

/*TEXT STYLES*/
.bold{
font-weight: bold;
}

ul.products li{
	list-style-type: none;
	line-height: 24px;
	margin-left: 0;
}

ul.products li a:link, ul.products li a:visited{
font-size: 14px;
display: block;
height: 24px;
width: 250px;
padding-left: 40px;
font-weight: bold;
background: url(../images/leaf.gif) top left no-repeat;
text-decoration: none;
color: #000099;
}

ul.products li a:hover{
background: url(../images/leaf2.gif) top left no-repeat;
}

#MWPSUPPLY{
padding: 15px;
background: #e6e6e6;

}

.pad{
margin: 10px 0;
}

.tabbed{
margin-left:25px;
}

.test li{
line-height: 18px;
	padding-left: 20px;
	margin-left: 20px;
	list-style-position: outside;
	margin-bottom: 7px;

}

.center300{
width: 300px;
}

.center463{
width: 463px;
}


/*FOOTER*/

#footer{
	width: 750px;
	margin-top: 44px;
	border-top:1px solid #cccccc;
	height: 22px;
	background-image: url(../images/footerbg.gif);
	background-repeat: repeat-x;
	overflow:hidden;
	text-align:center;
	font-size: 10px;;
	font-family: Verdana,Arial,Helvetica,Sans-serif;
	line-height: 22px;
	color: #777777;
}

#footer a, #footer a:visited
{
text-decoration: none;
color: #777777;
}

#footer a:hover{ color: #999999;}

/*TABLE STYLES*/

table {
border:none;
margin-left: -10px;
}

table a img{
border:3px solid #ccc;
}

table a img:hover{
border:3px solid #666;
}

.row1{
background-color: #e1e1e1;
}

.row2{}
