@charset "UTF-8";
body  {
	margin: 20; /* 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: "Times New Roman", Times, serif;
	font-size: 90%;
	background-color: #CCCCCC;
	position: relative;
	top: 20px;
}
.twoColFixLtHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/ci_home_bkg.jpg);
	background-repeat: no-repeat;
	clip: rect(auto,auto,auto,auto);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 519px;
	background-position: 0px 127px;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	background-image: url(../images/ci_header.jpg);
	background-repeat: no-repeat;
	height: 127px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #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 */
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: normal;
	display: none;
}
#suppliers {
	height: 300px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 133px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 300px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 330px;
} 
.twoColFixLtHdr #mainContent_new {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#about_copy {
	height: 300px;
	padding-left: 160px;
	padding-top: 10px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
}

.twoColFixLtHdr #footer {
	background-repeat: no-repeat;
	height: 40px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #container_about {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/about_bkg.jpg);
	background-repeat: no-repeat;
	clip: rect(auto,auto,auto,auto);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 519px;
	background-position: 0px 127px;
}
.twoColFixLtHdr #header_about {
	background-color: #FFFFFF;
	background-image: url(../images/about_header.jpg);
	background-repeat: no-repeat;
	height: 127px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixLtHdr #header_services {
	background-color: #FFFFFF;
	background-image: url(../images/blank_header.jpg);
	background-repeat: no-repeat;
	height: 127px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixLtHdr #container_services {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/blank_bkg.jpg);
	background-repeat: no-repeat;
	clip: rect(auto,auto,auto,auto);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 519px;
	background-position: 0px 127px;
}
.twoColFixLtHdr #container_open {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/open_bkg.jpg);
	background-repeat: no-repeat;
	clip: rect(auto,auto,auto,auto);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 519px;
	background-position: 0px 127px;
}
#contact_copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}
.twoColFixLtHdr #header_open {
	background-color: #FFFFFF;
	background-image: url(../images/open_header.jpg);
	background-repeat: no-repeat;
	height: 127px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixLtHdr #header_open 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 */
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: normal;
	display: none;
}
.twoColFixLtHdr #header_about 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 */
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: normal;
	display: none;
}
.twoColFixLtHdr #header_services 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 */
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: normal;
	display: none;
}
.twoColFixLtHdr #header_gallery {
	background-color: #FFFFFF;
	background-image: url(../images/gallery_header.jpg);
	background-repeat: no-repeat;
	height: 127px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixLtHdr #container_gallery {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/gallery_bkg.jpg);
	background-repeat: no-repeat;
	clip: rect(auto,auto,auto,auto);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 519px;
	background-position: 0px 127px;
}
.twoColFixLtHdr #header_gallery 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 */
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: normal;
	display: none;
}
.twoColFixLtHdr #header_suppliers {
	background-color: #FFFFFF;
	background-image: url(../images/suppliers_header.jpg);
	background-repeat: no-repeat;
	height: 127px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixLtHdr #container_suppliers {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/suppliers_bkg.jpg);
	background-repeat: no-repeat;
	clip: rect(auto,auto,auto,auto);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 519px;
	background-position: 0px 127px;
}
#testimonials {
	height: 300px;
	padding-left: 300px;
}
.twoColFixLtHdr #header_suppliers 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 */
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: normal;
	display: none;
}
.twoColFixLtHdr #header_testimonials {
	background-color: #FFFFFF;
	background-image: url(../images/testi_header.jpg);
	background-repeat: no-repeat;
	height: 127px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixLtHdr #container_testimonials {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/testi_bkg.jpg);
	background-repeat: no-repeat;
	clip: rect(auto,auto,auto,auto);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 519px;
	background-position: 0px 127px;
}
.twoColFixLtHdr #header_testimonials 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 */
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: normal;
	display: none;
}
.twoColFixLtHdr #header_location {
	background-color: #FFFFFF;
	background-image: url(../images/map_header.jpg);
	background-repeat: no-repeat;
	height: 127px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixLtHdr #container_location {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/map_bkg.jpg);
	background-repeat: no-repeat;
	clip: rect(auto,auto,auto,auto);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 519px;
	background-position: 0px 127px;
}
.twoColFixLtHdr #header_location 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 */
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: normal;
	display: none;
}
.twoColFixLtHdr #header_contact {
	background-color: #FFFFFF;
	background-image: url(../images/contact_header.jpg);
	background-repeat: no-repeat;
	height: 127px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixLtHdr #container_contact {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/contact_bkg.jpg);
	background-repeat: no-repeat;
	clip: rect(auto,auto,auto,auto);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 519px;
	background-position: 0px 127px;
}
.twoColFixLtHdr #header_contact 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 */
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: normal;
	display: none;
}
#open_copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}
#location_copy {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #000000;
	margin-top: 160px;
	margin-left: 0px;
	width: 400px;
}
#location {
	height: 300px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #333333;
	padding-left: 70px;
}
a.text:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #678B89;
	text-decoration: none;
}
a.text:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent_map {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 100px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 330px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
}
.twoColFixLtHdr #mainContent_services {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
}
.twoColFixLtHdr #header_suppliers_hard {
	background-color: #FFFFFF;
	background-image: url(../images/hard_suppliers_header.jpg);
	background-repeat: no-repeat;
	height: 127px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.twoColFixLtHdr #container_suppliers_hard {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../images/hard_suppliers__bkg.jpg);
	background-repeat: no-repeat;
	clip: rect(auto,auto,auto,auto);
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 519px;
	background-position: 0px 127px;
}
.headings {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	font-weight: bold;
	color: #FFFFFF;
}
a.email:link {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	color: #FFFFFF;
}
a.email:hover {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: bold;
	color: #AFC5AD;
}
.twoColFixLtHdr #header_suppliers_hard 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 */
	font-family: "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: normal;
	display: none;
}
#blogo {
	text-align: center;
	margin-top: 5px;
}

