/* General styles that apply globally to all pages */

/* remember to apply this style to the head section of all pages:

[if IE]>
<style type="text/css">
body { zoom: 1; }
</style>
<![endif] 
*/

* { 
	padding: 0; 
}
html {border: 0; margin: 0;}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small; 					/* Technique I'm going for here is the keywords + percentages combo as described by Dan Cederholm. */
	line-height: 130%;
	font-weight: normal;
	color: #303030;
	margin: 0;
	padding: 0;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #333333;
}
h1 {font-size: 75%;
} 			/* The reason I've used 75% here is because I want to use an image replacement technique that works */
										/* with CSS disabled, but that also allows for an increase in browser text sizing up to maximum.  */
										/* By using 75%, This should ensure that the text font NEVER peeks out from behind the image replacement! */
										/* Remember to delete headings if actual browser text is intended for use. */
p, dt, dd, ul {
	font-size: 85%;
}
h2 {
	font-family: "Gill Sans MT", "Lucida Sans", Helvetica, sans-serif;
	font-size: 75%;
	color: #003584;
	font-weight: normal;
}
h3 {
	font-family: "Gill Sans MT", "Lucida Sans", Helvetica, sans-serif;
	font-size: 160%;
	color: #033b80;
	font-weight: normal;
}
h4 {
	font-family: "Gill Sans MT", "Lucida Sans", Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #033b80;
}
.emphasis {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
}
/* wrappers, containers, self clearing code */

#wrapper {
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 10px;
	overflow: auto; 					
	padding: 10px;
}

#footer_wrapper {
	height: auto;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #333333;
}

/* Banner Styles including all banner heading image replacements*/

#indexbanner {
	width: 940px;
	clear: both;
	overflow: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.bannertext {							/* This width needs to be adjusted to control the width of the faux text 'container'. */
	width: 500px;					/* Some padding may need to be set as the design develops. */
	clear: left;	
	float: left;								/* The clear is set to ensure that the text doesn't try and float up around the heading. */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 135%;
	color: #ffffff;
	line-height: 150%;
	margin-bottom: 10px;
	margin-top: 15px;
}
#bannerimage {	
	float: right;
}
.bannerheader {	
	width: 455px;
	padding-top: 55px;
	padding-bottom:	15px;	
	height: 74px;									/* included to ensure that the image or swf object on the right hand side of the container */
	float: left;									/* still floats properly. */
	overflow: hidden;
}
#indexbannerheader {												/* replace this id name with the name of the heading */
	background-image: url(images/fast.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 74px; 								/* change the amount of padding to equal the height of the heading image */
	overflow: hidden;
	margin: 0px;
}

/* h1 image replacements */


.header { 											/* This class is used to set the height for the 'viewable window'.  If the size of the heading images */
	height: 72px;									/* are different throughout the h1-6 range, then additional classes will be necessary. */
	float: left;									/* This float rule is required to allow a nav bar to sit on the right hand side at the same level. */
	overflow: hidden;
	margin-top: 5px;								/* to the design for Additive Solutions. */
}
#logo {												/* replace this id name with the name of the heading */
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 72px; 								/* change the amount of padding to equal the height of the heading image */
	overflow: hidden;
	margin: 0px;
}
#number {
	float: right;
	margin-top: 5px;
}

/* h3 image replacements left side*/

.subhead {
	height: 50px;
	overflow: hidden;				
}
#stationary {												/* replace this id name with the name of the heading */
	background-image: url(images/stationary.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 50px; 								/* change the amount of padding to equal the height of the heading image */
	overflow: hidden;
	margin: 0px;
}
#repairs {												/* replace this id name with the name of the heading */
	background-image: url(images/repairs.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 50px; 								/* change the amount of padding to equal the height of the heading image */
	overflow: hidden;
	margin: 0px;
}
#consumables {												/* replace this id name with the name of the heading */
	background-image: url(images/consumables.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 50px; 								/* change the amount of padding to equal the height of the heading image */
	overflow: hidden;
	margin: 0px;
}
#equipment {												/* replace this id name with the name of the heading */
	background-image: url(images/equipment.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 50px; 								/* change the amount of padding to equal the height of the heading image */
	overflow: hidden;
	margin: 0px;
}
#furniture {												/* replace this id name with the name of the heading */
	background-image: url(images/furniture.png);
	background-repeat: no-repeat;
	background-position: center top;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 50px; 								/* change the amount of padding to equal the height of the heading image */
	overflow: hidden;
	margin: 0px;
}

/* Services Page */

#services_container {
	width: 920px;
	height: auto;
	overflow: auto;
	clear: both;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.service {
	width: 170px;
	float: left;
	padding-left: 10px;
	padding-right: 5px;
	background-image: url(images/container_divider.gif);
	background-position: right center;
	background-repeat: no-repeat;
}
#servicefirst {
	width: 170px;
	float: left;
	background-image: url(images/container_divider.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 5px;	
}
#servicelast {
	width: 175px;
	float: left;
	padding-left: 10px;
}
.service_list {
	margin-left: 20px;
	margin-bottom: 0;
}
.service_list li {
	padding-bottom: 5px;
}
.service_list_last li {
	padding: 0;
	margin: 0;
}
#services_container h4 {
	text-align: center;
}
#services_container a {
	color: #033b80;
}

/* footer and footer pages */

#footercontainer {
	color: #e5e5e5;
	width: 960px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0;
	overflow: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: e5e5e5;
}
#footer_headings {
	font-family: "Gill Sans MT", "Lucida Sans", Helvetica, sans-serif;
	font-size: 110%;
	font-weight: bold;
	color: #e5e5e5;
	list-style-type: none;
	width: 960px;
	margin: 10px auto 20px auto;
	text-decoration: none;
	list-style-type: none;
	padding-bottom: 10px;
}

#footercontainer p {
	font-size: 75%;
	color: #e5e5e5;
}
#footercontainer a {
	color: #e5e5e5;
}
.footerleft {
	margin-right: 20px;
	padding: 0;
	float: left;
}
.footerright {
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
}
#footerlinks {						/* The footerlinks and copyright notice seen here are designed to be used */
	padding: 0;						/* as an <ul> followed by a <p> both FOLLOWING the closing tag to the page */
	list-style-type: none;			/* wrapper.  They are designed to be used with a fixed width, center aligned */
	text-align: center;				/* page, outside the wrapper. */
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#footerlinks li {
	margin: 0;
	padding: 0;
	display: inline;
}
#footerlinks a {					/* remember to add some styling for hover states etc */
	width: 75px;
	color: #e5e5e5;
	text-decoration: none;
	text-align: center;
	font-size: 85%;
}
#footerlinks a:hover {
	font-weight: bold;
}
#copyright {
	width: 960px;
	margin: 10px auto 0 auto;
	font-size: 85%;
	text-decoration: none;
	list-style-type: none;
	padding-bottom: 20px;
	color: #ffffff;
}
#copyl, #headings_left {
	float: left;
}
#copyr, #headings_right {
	float: right;
}
#copyr a {
	text-decoration: none;
	color: #0099ff;
}
