/* CSS Document */

body {
	background-image: url(Assets/bg.gif);
	background-repeat:repeat-x;
  /*background-color: #3e3f40;*/
  color: #fff;
  margin: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 10pt;
}

a {
  color: #1f90c8;
  text-decoration: none;
}

a:hover {
  color: #1f90c8;
  text-decoration: none;
}

h1 { font-size: 10pt; font-style: normal; margin-top: 10px;}

h2 { font-size: 10pt; margin-bottom: -20px; }

h3 { font-size: 10pt; margin-bottom: 0; }

.italic { font-style: italic }

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
  }
  
#background {
	background-color: #000;
}
  
#header { 
	width: 1000px;
	height: 100px;
}
  
#header .logo {
	float: left;
	width: 250px;
	height: 68px;
	border: none;
	margin-top: 20px;
	margin-left: 20px;
}

#header .tel {
	float: right;
	width: 250px;
	height: 68px;
	border: none;
	margin-top: 20px;
	margin-right: 20px;
}
  
#container {
	position: relative;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #fff;
  }
  
hr {
	height: 1px;
	color: #474747;
}

.float_img {
	float: left;
	padding-right: 20px;
	margin-top: 5px;
	border: none;
}

.float_img1 {
	float: left;
	margin-top: 5px;
	border: none;
}

.img_pad {
	float: left;
	padding-bottom: 10px;
	border: none;
}

#navigation {
  font-size: 10pt;
}

#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation li {
  display: inline;
}

#navigation a:link, #navigation a:visited {
  padding: 5px 30px 5px 0;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}

#navigation a:hover {
  color: #1f90c8;
  font-weight: bold;
}

body#home a#homenav,
body#product a#productnav,
body#tech a#technav,
body#contact a#contactnav {
	color: #1f90c8;
  	font-weight: bold;
}

* html #navigation a {
  width: 100%;
}

#sub_nav {
	float:left;
	width: 272px;
	font-weight: 700;
    color: #FFFFFF;
	margin-top: 5px;
}

#sub_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}

#sub_nav li {
	border-bottom: 1px solid #dfdede;
}

#sub_nav a:link, #sub_nav a:visited {
	color: #fff;
    background-color:#000;
    display:block;
    padding: 10px 0 10px 12px;
    text-decoration:none;
}

#sub_nav a:hover {
	background-color: #1f90c8;
    color: #fff;
}

* html #sub_nav li a {
  width: 100%;
}

.clearing { height: 0; clear: both; }

.right { float: right; margin-top: 10px; }

#content {
	padding-top: 2px;
	padding-bottom: 2px;
	/*background-color: #0f0f0f;*/
	padding-left: 10px;
	padding-right: 10px;
	
}

#content p {
	margin-top: 1px;
}

#map {
	padding-top: 2px;
	padding-bottom: 2px;
}

#info {
	float:right;
	margin-right: 0;
    width: 628px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 0;
	border: 1px solid #fff;
}

#info1 {
	float:right;
	margin-right: 0;
    width: 628px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
}

#ds { background-image: url(Assets/sherr_ds.gif); height: 70px; margin-bottom: 0; width: 648px; margin-left: -10px;}

#as { background-image: url(Assets/sherr_as.gif); height: 70px; margin-bottom: 0; width: 648px; margin-left: -10px;}

#vd { background-image: url(Assets/sherr_vd.gif); height: 70px; margin-bottom: 0; width: 648px; margin-left: -10px;}

#gh { background-image: url(Assets/sherr_gh.gif); height: 70px; margin-bottom: 0; width: 648px; margin-left: -10px;}

#lbs { background-image: url(Assets/sherr_lbs.gif); height: 70px; margin-bottom: 0; width: 648px; margin-left: -10px;}

.banner_img { margin-left: -10px; margin-bottom: -15px;}

#buttons { float: right; margin-bottom: 10px;}

#bttm_layer {
  width: 940px;
  height: 110%;
  }
  
#footer {
	background-image: url(Assets/footer.gif);
	width: 1000px;
	height: 23px;
	background-repeat: repeat-x;
	}

.dye { margin-top: 5px; float: right; text-align: right; font-family: verdana; font-size: 10pt;}

.right { float: right; border: none; margin-top: 0; margin-bottom: 15px;}