@charset "UTF-8";
/* CSS Document */
html {
     overflow: -moz-scrollbars-vertical;
     min-width:1088px;
	 overflow-y: scroll;
	 overflow-x: scroll;
	 -webkit-text-size-adjust: none; /* prevent webkit from resizing text to fit */
   	 -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

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: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 90%;
	background-color: #FFF;
	background-image: url(images/mainbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left:0px;
	margin-right:0px;
    min-width:1088px;
}
body a {
	outline:none;
	text-decoration:none; 
	color:#C60;
}
body a:hover {
	color: #303;
}
.oneColFixCtrHdr #container {
	width: 1088px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtrHdr #header {
	height: 250px;
	background-image: url(images/header.jpg);
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 1088px;
	overflow:visible;
}
.oneColFixCtrHdr #footer {
	height: 152px;
	background-color: #FFF;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	padding: 0;
}
.oneColFixCtrHdr #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: 0;
	padding-bottom: 0px;
	padding-left: 60px;
}
#navContainer {
	width:1088px;
	height:27px;
//	padding-left:49px;
//	background: url(images/navbg.jpg);
	background:none;
}
#companyTab{
	float:left;
	width:93px;
	height:27px;
	background:url(images/compIn.jpg);
	margin-left:49px;
	text-align:center;
	line-height: 30px;
	color:#FFF;
}
#companyTab:hover{
	background:url(images/compHov.jpg);
}
#aboutTab {
	text-align:center;
	line-height: 30px;
	color:#FFF;
	float:left;
	width:92px;
	height:27px;
	background:url(images/aboutIn.jpg);
}
#aboutTab:hover{
	background:url(images/aboutHov.jpg);
}
#productsTab {
	text-align:center;
	line-height: 30px;
	color:#FFF;
	float:left;
	width:87px;
	height:27px;
	background:url(images/prodIn.jpg);
}

#productsTab:hover{
	background:url(images/prodHov.jpg);
}
#servicesTab {
	text-align:center;
	line-height: 30px;
	color:#FFF;
	float:left;
	width:84px;
	height:27px;
	background:url(images/servIn.jpg);
}
#servicesTab:hover{
	background:url(images/servHov.jpg);
}
#inventoryTab {
	text-align:center;
	line-height: 30px;
	color:#FFF;
	float:left;
	width:94px;
	height:27px;
	background:url(images/invIn.jpg);
}
#inventoryTab:hover{
	background:url(images/invHov.jpg);
}
#contactTab {
	text-align:center;
	line-height: 30px;
	color:#FFF;
	float:left;
	width:80px;
	height:27px;
	background:url(images/contIn.jpg);
}
#contactTab:hover{
	background:url(images/contHov.jpg);
}

#companyContent {
	padding-top:30px;
	width:1088px;
	height:360px;
	background: 	;
	position: relative;
	z-index:0;
/*	display:none;*/
}
#aboutContent {
	display:none;
	padding-top:35px;
	width:1088px;
	height:480px;
	background: 	;
	position: relative;
	z-index:0;
}
#productsContent {	
	display:none;
	width:1088px;
	height:290px;
	background: 	;
	position: relative;
	z-index:0;
	padding-top:30px;
}
#inventoryContent {
	display:none;
	padding-top:35px;
	width:1088px;
	height:395px;
	background: 	;
	position: relative;
	z-index:0;
}
#servicesContent {	
	display:none;
	padding-top:35px;
	width:1088px;
	height:420px;
	position: relative;
	z-index:0;
}
#contactContent {
	padding-top:35px;
	width:1088px;
	height:320px;
	background: 	;
	position: relative;
	z-index:0;
	display:none;
}
.shader {
	position: absolute; 
	bottom:0px; 
	left:0px; 
	right:0px;
	height:20px; 
	background: url(images/shade.png);
	background-repeat:repeat-x;
	background-position:top;
	z-index:1;
}
.product {
	width:85px;
	height:120px;
	text-align:center;
	margin-right:12px;
	padding:0;
	font-size:11px;
	float:left;
}
.product h3 {
	font-weight: bold;
	margin-top:5px;
	margin-bottom:0;
	padding:0;
}
.product p3 {
	margin:0;
	padding:0;
}
#mailerA {
	font-size:small;
	text-align:left;
	width: 555px;
	float:left;
	line-height:20px;
		
}
#contactInfo {
	float:right;
	width:500px;
}
#servicesContent ul{
	font-size: 14px;
	width:340px; 	
	line-height:20px;
}
#contacttext{
	width: 475px;
	line-height:20px;
	text-align:left;
}
#aboutContent td {
	vertical-align:top;
	padding-top:5px;
	line-height:30px;
}
#aboutcontent p {
	margin:0;
	padding-right:20px;
}
#slidesContainer {
	float:left; 
	width:550px; 
	height:319px; 
	margin: 3 auto;
	overflow: hidden;
	position:relative;
	list-style:none;
	padding:0;
}
