@charset "utf-8";
/* CSS Document */
/*Padding needed for Thickbox*/
*{padding: 0; margin: 0;}
body {
  text-align: center;  /* MSIE 5 doesn't center based on auto left/right margins, 
                          but 'text-align:center' does center top-level divs: */
  min-width: 1024px;      /* Specify a min-width for the body as wide as the 'wrapper'
                           element itself. This prevents negative (i.e. inaccessible)
                           left-margins in narrow browser windows when using 
                           Navigator 6+/Mozilla on Win32: */
						   
}

#Wrap {
  text-align: left;    /* Reset alignment to compensate for 'text-align:center': */
  width: 1024px;        /* Specify the width of the element. This should be the same
                          as 'body min-width': */
  height: 768px;
  margin-left: auto;   /* Set left and right margins to auto, thus centering the 
                          element in the containing (body) tag: */
  margin-right: auto;
/*  background-image: url(../Images_Base/Home_BG.jpg);
*/
}

#LeftColumn {
float: left;
width: 525px;
}

#Quote {
margin-left: 50px;
font-family:Arial, Helvetica, sans-serif;
font-style:italic;
font-size:11px;
color: #666666;
text-align: center;
width: 400px;
padding-top: 580px;
}

#Navigation {
padding-top: 71px;
width: 525px;
}

#RightColumn {
padding-left: 50px;
float: left;
width: 400px;
}


#PageContent {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #666666;
padding-top: 150px;
text-align: justify;
}
#PageContent a:link, a:visited, a:active, a:hover {
color:#666666;
}

#PageContent_Products {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #666666;
padding-top: 110px;
text-align: justify;
}

#PageContent_Products a:link, a:visited, a:active, a:hover {
color:#666666;
}

#PageContent_ContactInfo {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #666666;
padding-top: 110px;
text-align: justify;
}
#LatestNewsTitle {
padding-top: 10px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #666666;
}
#LatestNews {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color: #666666;
padding-top: 20px;
text-align: left; 
}

#LatestNews a:link, a:visited, a:active, a:hover {
color:#666666;
}

#Footer {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color: #666666;
padding-top: 740px;
padding-left: 525px;
text-align: center;
}