body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	//background:#7d7d7d;
	background:#dfeaf0;
	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;
	
}

#container{

}

.style1{color:#FFFFFF;
         font-size:20px;
         text-align:center;}
.style2{color:#FFFFFF;
         font-size:16px;
		 font-weight:bold;}		 

.oneColLiqCtrHdr #container {
	width: 1000px;  
	background: #000000;
	margin: 10px auto; /* 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. */
}

#header { 
          height:199px;
          width:1000px;

        }

.oneColLiqCtrHdr #header {
	background: #000000; 
	/*background-image: url(../img/logo-newest.jpg);*/
      background-color:#1D6893;
	
	}

.oneColLiqCtrHdr #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 */
	
}

#mainContent {position:relative;
               height: auto !important; /* for modern browsers */
                      height: 450px; /* for IE5.x and IE6 */
                      min-height: 450px; /* for modern browsers */
              width:999px;
              padding:0px;
              background-color:#1D6893;
              
              }

#mainContentProducts{ position:relative;
                      background-color:#1D6893;
                      width:999px;
                      padding:0px; 
                      border:1px solid #000000;
					     height: auto !important; /* for modern browsers */
                      height: 450px; /* for IE5.x and IE6 */
                      min-height: 450px; /* for modern browsers */      
					 
                        }

#pictures {width:370px;
           }

#footer{ width:999px;
         background-color:#143d55;
         }
-->

#FooterTable a {color:#FFFFFF;
                text-decoration:none;}        
#FooterTable a:hover{color:#000000;

                     }  

#productsTable{font-family:Arial;
               font-size:15px;
			   margin:0 auto;
               }
			   
#productsTable h4{
font-size:14px;
padding-bottom:0px;

}
#productsTable tr{
	border-bottom:1px solid #153D56;
}
span.product_descr{
	font-size:10px;
	font-family:Verdana;
	margin-top:10px;
		display:block;
		margin-bottom:10px;
		

	
}

span.product_title{
	font-size:14px;
	font-weight:bold;
	color:#153D56;
}
.td1{
	background-color:#ABCDF5;
	
	
}

.td2{
	background-color:#9AC9FC;
	
	
}


.leftHeading{height:30px;
              font-size:16px;
			  background:url('../img/leftHeading.jpg');
			  color:#FFFFFF;
			  padding-left:3px;
              }
.centerHeading{height:30px;
              font-size:16px;
			  background:url('../img/centerHeading.jpg');
			  color:#FFFFFF;
              }
.rightHeading{height:30px;
              font-size:16px;
			  background:url('../img/rightHeading.jpg');
			  color:#FFFFFF;
              }

#Search {position:absolute;
         left:10px;
		 top:10px; 
		 

}

#image-left {
             position:absolute;
             top:150px;
			       left:10px;
			 
			       }

#image-right {position:absolute;
              top:20px;
			  left:800px;
              }
			  
#abouttext {color:#ffffff;
            width:550px;
		      	padding-top:30px;
            padding-left:30px;
            padding-bottom:20px;
			      font-weight:bold;
			font-size:14px;
             }
#howtoshoptext {
	color:#ffffff;
    width:420px;
	padding-top:30px;
    padding-left:20px;
    padding-bottom:20px;
	font-weight:bold;
	font-size:14px;
	text-align:justify;

}
			 
.button {background:url('../img/button_bg.jpg');
         border:0px;
		 height:26px;
		 color:#FFFFFF;
         }
#contactTable {color:#ffffff;
        	   font-weight:bold;
			   font-size:14px;
			

}

#contacts{position:absolute;
		  color:#ffffff;
          left:20px;
		  width:450px;
		  
		  font-weight:bold;
	}

#careers {padding-top:20px;
		  text-align:center;
		  color:#ffffff;
		  font-weight:bold;


}

#pagenumbers  a{
    text-decoration:none;
    color:#143d55;
    
    font-weight:bold;
    padding-left:7px;

}

#pagenumbers .activenumber {
    text-decoration:underline;
    color:#FFFFFF;

}

#hoo
{
	color:#ffffff;
	font-style:italic;
	background-color:#143D55;
	
	width:600px;
	top: 382px;

}  

 .pricelist
 
 {
	color: #FFFFFF;
   font-size:14px;
	font-family: Verdana;
	font-weight:bold;
	/*font-style:italic;*/
	text-decoration:none;
      }

div.pages a{
	color:#ABCDEF;
	font-weight:bold;
	font-size:14px;

}	

div.pages {
	font-size:14px;
	margin-bottom:15px;
}  

div.error{
	font-size:12px;
	color:#990000;
}

