body {
	font: 120% Helvetica, sans-serif;
	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: #000;
	background-image: url(images/flake-tile.jpg);
	background-repeat: repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #C9CAC5;
}

#button-home {
	background:url(images/button-home.png) bottom;
	display:block;
	height:48px;width:128px;
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px; 
}

#button-home:hover {
	background-position:top;
}

#button-services {
	background:url(images/button-services.png) bottom;
	display:block;
	height:48px;width:128px;
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px;
}

#button-services:hover {
	background-position:top;
}

#button-gallery {
	background:url(images/button-gallery.png) bottom;
	display:block;
	height:48px;width:128px;
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px;
}

#button-gallery:hover {
	background-position:top;
}

#button-realign {
	background:url(images/button-realign.png) bottom;
	display:block;
	height:48px;width:128px;
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px;
}

#button-realign:hover {
	background-position:top;

}

#button-rotary {
	background:url(images/button-rotary.png) bottom;
	display:block;
	height:48px;width:128px;
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px;
}

#button-rotary:hover {
	background-position:top;
}

#button-catalog {
	background:url(images/button-catalog.png) bottom;
	display:block;
	height:48px;width:128px;
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px;
}

#button-catalog:hover {
	background-position:top;
}

#button-about {
	background:url(images/button-about.png) bottom;
	display:block;
	height:48px;width:128px;
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px;
}

#button-about:hover {
	background-position:top;
}

#button-contact {
	background:url(images/button-contact.png) bottom;
	display:block;
	height:48px;width:128px;
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px;
}

#button-contact:hover {
	background-position:top;
}

#button-email {
	background:url(images/button-email.png) bottom;
	display:block;
	height:48px;width:128px;
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px;
}

#button-email:hover {
	background-position:top;
}

#button-uptime {
	background:url(images/button-uptime.png) bottom;
	display:block;
	height:48px;width:128px;
	overflow: hidden;  
	text-indent: -10000px;  
	font-size: 0px;  
	line-height: 0px;
}

#button-uptime:hover {
	background-position:top;
}

#banner-logo {
	background-color: #0A1A48;
	background-image: url(images/banner-logo.png);
	height: 128px;
	width: 128px;
}

#banner-side {
	background-color: #0A1A48;
	background-image: url(images/banner-side.png);
	background-repeat: repeat-x;
	height: 128px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#container {
	min-width: 768px;
	width: 88%;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: center;
	border: 2px solid #000000;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#header {
	background-color: #0A1A48;
	color: #FFF;
	padding: 0px;
}

#sidebar {
	height: 512px;
	width: 128px;
}

#centerbox {
	text-align: left;
	padding-top:25px;
	padding-bottom:25px;
}

#footer {
	background-color: #0A1A48;
	text-align: center;
	line-height: 18px;
	color: #FFF;
}

.ctext {
	text-align: center;
}

.ltext {
	text-align: left;
	padding-right:110px;
	padding-left:110px;
}

.catalogtext {

	text-align: left;
	padding-right:32px;
	padding-left:32px;

}

a:link {
	text-decoration: none;
	color: #0A1A48;
}

a:visited {
	text-decoration: none;
	color: #0A1A48;
}

a:hover {
	text-decoration: none;
	color: #0A1A48;
}

a:active {
	text-decoration: none;
	color: #0A1A48;
}

a {
   outline: none;
}
