div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
margin: 0px;
padding: 0px;
}

a img
{
border-style: none;
}

body
{
margin: 0px;
padding: 0px;
text-align: center;
color: black;
background-color: #999999;
background: url(images/bg.gif) repeat scroll left top;
font: 0.75em Verdana, Arial, Helvetica, sans-serif;
}

#outerContainer
{
width: 764px;
margin: 0px auto;
text-align: left;
background-color: #ffffff;
border-top: solid 1px #000000;
border-left: solid 1px #000000;
border-right: solid 1px #000000;
}

#upperContainer
{
float: left;
width: 760px;
background-color: #ffffff;
border-left: solid 2px #F68E1E;
border-right: solid 2px #F68E1E;
background:  url(images/bgcog.gif) no-repeat scroll left bottom;
}

#innerContainer
{
float: left;
padding-top: 5px;
padding-bottom: 5px;
}

h1
{
text-indent: -100em;
}

#header
{
background:  url(images/header.jpg) no-repeat scroll left center;
margin: 0px;
width: 760px;
height: 142px;
}

#footer
{
clear: both;
width: 754px;
padding: 5px;
color: white;
background-color: #F68E1E;
border-bottom: solid 1px black;
text-align: right;
font-size: 0.8em;
}

#nav
{
float: left;
width: 150px;
}

	#nav a
	{
	font-variant: small-caps;
	font-size: 1.2em;
	text-decoration : none;
	color: #000000;
	}

	#nav a:hover
	{
	text-decoration : none;
	color: #dd0000;
	}

	#nav ul
	{
	margin: 0px;
	padding: 0px;
	}
	
	#nav li
	{
	width: 110px;
	margin: 8px 0px 0px 12px;
	padding: 4px 1px 4px 0px;
	border-top: solid 1px #F68E1E;
	border-bottom: solid 1px #F68E1E;
	border-left: solid 15px #F68E1E;
	font-weight: bold;
	list-style: none;
	text-align: center;
	}
	
	#nav ul li.selected
	{
	border-top: solid 1px #dd0000;
	border-bottom: solid 1px #dd0000;
	border-left: solid 15px #dd0000;
	}

#content
{
float: left;
width: 589px;
border-left: dotted 1px #000000;
padding: 5px 10px 5px 10px;
line-height: 150%;
}

	#content h2
	{
	background: url(images/h2bullet.gif) no-repeat scroll left top;
	padding: 0px 0px 5px 20px;
	margin-bottom: 5px;
	font-size: 1.1em;
	color: #F68E1E;
	border-bottom: dotted black 1px;
	line-height: 110%;
	}
	
	#content .contact p
	{
		font-size: 1.3em;
		line-height: 150%;
	}

	#content p
	{
	padding-bottom: 10px;
	}	
	
	#content ul
	{
	list-style: square;
	margin: 0px;
	padding: 0.5em 0 0.5em 2em;
	}

	#content ul li
	{
	padding: 0px 0px 10px 0px;
	}

	#content ul.coglist
	{
	list-style: none;
	list-style-image: url(images/cogbullet.gif);
	padding: 0.5em 0 0.5em 2em;
	margin: 0px 0px 0px 30px;/*cogbullet.gif width*/
	}
	
	#content ul.coglist li
	{
	padding: 0 0 1em 0;
	margin: 0px 0 10px 0;
	}
	
	#content #services
	{
	background: url(images/welder2.gif) no-repeat scroll right top;
	}

