body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	background-color: #8a837d;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #175387;
	text-decoration: underline;
}
a:visited {
	color: #A72122;
	text-decoration: none;
}
a:hover {
	color: #175387;
	text-decoration: none;
}
a:active {
	color: #175387;
	text-decoration: underline;
}
#tag {
	background-image: url(../images/ISO9001.gif);
	background-repeat: no-repeat;
	float: left;
	height: 53px;
	width: 268px;
	position: absolute;
	top: 32px;
	left: 225px;
}
#container {
	width: 940px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/full_bkg.jpg);
	background-repeat: repeat-y;
}
#header {
	height: 104px;
	padding-top: 0;
	padding-right: 36px;
	padding-bottom: 0;
	padding-left: 36px;
	background-image: url(../images/header.jpg);
	position: relative;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#navigation {
	background-image: url(../images/navigation_bkg.jpg);
	background-repeat: no-repeat;
	height: 76px;
	padding-right: 36px;
	padding-left: 28px;
	padding-top: 9px;
}
#mainContent {
	background-image: url(../images/main_bkg.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 36px;
	padding-bottom: 20px;
	padding-left: 36px;
}
#footer {
	height: 85px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #514D49;
	padding: 0;
	margin-right: 36px;
	margin-left: 36px;
	margin-top: 12px;
	margin-bottom: 0px;
}

#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0;
	float: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;}
	
#logo {
	position: absolute;
	height: 66px;
	width: 184px;
	top: 26px;
	float: left;
}
.tagline {
	font-family: Verdana;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #5c5449;
	padding-top: 12px;
}
#nav2 {
	float: left;
	width: 268px;
	position: absolute;
	top: 56px;
	left: 659px;
}
#nav2 a {
	color: #175387;
	text-decoration: none;
}
#nav2 a:visited {
	color: #A72122;
	text-decoration: none;
}
#nav2 a:hover {
	text-decoration: underline;
}
#nav2 a:active {
	text-decoration: none;
}
.copyright {
	left: 0px;
	font-size: 10px;
	line-height: 16px;
	color: #666666;
	float: right;
	width: 250px;
}
.trademark {
	font-size: 10px;
	color: #999999;
}
.address {
	float: left;
	width: 618px;
}
#about_us {
	float: left;
	width: 310px;
}
h1 {
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #175387;
	padding: 0px;
	margin: 0px;
}
hr {
	border: none;
	color: #999999;
	background-color: #999999;
	height: 1px;
	width: 100%;
	}
#products {
	float: left;
	width: 250px;
	background-image: url(../images/cntr_col_home.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.indent {
	text-indent: 48px;
	list-style-type: none;
}
#artwork {
	float: right;
	width: 300px;
}

#rule {
	background-color: #666666;
	background-repeat: repeat-y;
}
#whysturges {
	color: #FFFFFF;
	text-align: right;
	height: 45px;
	width: 164px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 12px;
	background-image: url(../images/why_sturges_bkg.jpg);
	background-repeat: no-repeat;
	text-transform: uppercase;
}
ul.application li      {
	list-style-type: square;
	list-style-position: inside;
	padding-left: 12px;
}
#mainContent img {
	vertical-align: top;
}
