/* CSS Document */

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

html {
	margin: 0px;
	padding: 0px;
}
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.3;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	background: #5B5B5B url(../images/bkg.jpg) repeat-x;
	clear: both;
	font-size:12px;
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
	border-style: none;
}

a img {
	border-style: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
	font-size: 114%;
	color: #006699;
	margin-left: 15px;
}
h2.sectionTitle span{
	display: none;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	margin: 0px auto;
	padding: 10px;
	width: 670px;
	background-color: #eeeeee;
	background-image: url(../images/BrushedMetal.jpg);
	border:#FFFFFF solid 5px;
}
#containerBttm{
	clear: both;
	line-height: 0.2;
	margin: 0px;
	padding: 0px;
	font-size: 0.2em;

}
#footer {
	margin: 0px auto;
	padding: 0px;
	width: 690px;
	font-size: 70%;
	color: #999999;
	text-align: left;
	
}
#masthead {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 670px;
	height: 118px;
	background:url(../images/masthead.gif) no-repeat;
}
#masthead h1 span {
	display: none;
}
.sectionTitle {
	width: 480px;
	margin: 0px;
	padding: 0px;
	height: 36px;
	background-position: top;
}
#welcome{

	background:url(../images/welcome.gif) no-repeat;
	
}
#contactUs{

	background:url(../images/contactUs.gif) no-repeat;
	
}
#links{
	background:url(../images/links.gif) no-repeat;
}
#glass{
	background:url(../images/glass.gif) no-repeat;
}
#eSystems{
	background:url(../images/eSystems.gif) no-repeat;
}
#maint{
	background:url(../images/maint.gif) no-repeat;
}
#welding{
	background:url(../images/welding.gif) no-repeat;
}
#articles{
	background:url(../images/articles.gif) no-repeat;
}

#usDie{
	background:url(../images/usDieMold.gif) no-repeat;
}

#testimonials{
	background:url(../images/testimonials.gif) no-repeat;
}
#contract{
	background:url(../images/contract.gif) no-repeat;
}

#thankYou{
	background:url(../images/thankYou.gif) no-repeat;
}
#contactInformation{
	width: 480px;
	margin: 0px;
	padding: 0px;
	height: 26px;
	background:url(../images/contactInfo.gif) no-repeat;
	background-position: top;
}
#contactInformation  span{
	display: none;
}


p.contentP {
	margin: 12px 15px 0px 15px;
	padding: 0px;
	
}
#content p.topParagraph {
	margin: 0px 15px 0px 15px;
}
#content{
	margin: 0px;
	padding: 0px;
	background:#FFFFFF url(../images/contentMiddle.gif) repeat-y;
	width: 480px;
	float: right;
	
}

#contentTan {
	background:#FFFFFF url(../images/headlineMiddle.gif) repeat-y;
	margin: 0px;
	padding: 0px;
	width: 480px;
	float: right;
}


#contentBttm{
	width: 480px;
	height: 13px;
	background:url(../images/contentBttm_white.gif) no-repeat;
	background-position:bottom;
}
#contentBttmTan{
	width: 480px;
	height: 13px;
	background:url(../images/contentBttm_tan.gif) no-repeat;
	background-position:bottom;
}


#leftBar {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 180px;
	
}
#leftBar .leftBarBttm {
	margin: 0px;
	padding: 0px;
	height: 13px;
	background: url(../images/navBttm.gif) bottom no-repeat;
}
#contact {
	margin: 0px;
	padding: 0px;
	background: url(../images/contact.gif) no-repeat;
	width: 180px;
	height: 121px;
}
#contactForm {
	margin: 12px 10px 10px 10px;
}


#contact h3 span {
	display: none;
}

#installations {
	margin: 0px;
	padding: 0px;
	background: url(../images/installations.gif) no-repeat;
	width: 180px;
	height: 121px;
}


#installations h3 span {
	display: none;
}


.left {
	float: left;
	margin: 0px 15px 0px 0px;
	
}
#linkList {
margin: 0px;
padding: 0px;
background:url(../images/navMiddle.gif) repeat-y;
}
#linkList ul {
	display: block;
	background:url(../images/navTop.gif) top no-repeat;
	margin: 0px;
	list-style: none;
	padding: 10px 15px;

}
#linkList li {
	display:block;
	padding: 2px 10px 2px 10px;
	background: url(../images/list.gif) left no-repeat;
}
#linkList li.current {
	background: url(../images/listCurrent.gif) left no-repeat;
}

.content_img {
	display: block;
	margin: 12px auto 0px auto;
	padding: 0px;

}
