html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #fff;
  background-image:url(../images/bg.gif);
  background-position:left top;
  background-repeat:repeat-x;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: normal;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
#outerWrapper {
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 1000px;
}

/* Header */
#outerWrapper #header {
  background-image:url(../images/dental-supply-logo.gif);
  background-position:left top;
  background-repeat:no-repeat;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  min-height:126px;
  height:auto !important;
  height:126px;
  text-align:right;
  color: #717073;
  padding-right:27px;
}
#topNavigation {
	/*background-color: #676766; */
	min-height:66px;
	height:auto !important;
	height:66px;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 10px;
	text-transform:uppercase;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	color: #887e6e;
	text-align:center;
}
#menu {
	float: left;
	width: 990px;
	height: 27px;
	margin: 0;
	padding: 0 0 0 0px;
	list-style: none;
	word-spacing: 3px;
}
#menu li {
	display: inline;
}
#menu a, visited {
	display: block;
	float: left;
	height: 27px;
	padding: 7px 57px 0px 0px;
	color:#717074;
	text-decoration:none;
}
#menu a:hover {
	color:#7fa1b6;
	text-decoration:none;
}
#topNavigation #submenu{
	text-align:right;
	font-weight:normal;
	font-size:10px;
	margin-top: 42px;
	margin-right: 50px;
}
/* END Header */


/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  min-height:600px;
  height:auto !important;
  height:600px;
}
#footer {
  background-color: #fff;
  background-image:url(../images/bg_footer.gif);
  background-position:left bottom;
  background-repeat:repeat-x; 
  padding: 10px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  min-height:107px;
  height:auto !important;
  height:107px;
}
img.floatLeft { 
    float: left;
	margin-bottom: 50px;
}
img.floatRight { 
    float: right;
	margin-bottom: 50px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
  color: #7fa1b6;
  font-size: 24px;
  font-weight: bold;
}
h2 {
  color: #7fa1b6;
  font-size: 20px;
  font-weight: bold;
}
a img{ border:0px}
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:focus {
  color: #000;
}
a:active {
  color: #000;
}
/* COLUMNS */
#colLeft {
	width: 575px;
	float:left;
}
#colRight {
	width: 375px;
	float: right;
	padding-top: 14px;
}
.style1 {font-size: 12px}
#moreConten {
	margin-top:162px;
}