body,html {
	background: #fff;
	padding: 0;
	margin: 0;
	width:100%;
	height:100%;
	font: 16px calibri,sans-serif,arial;
  background-image: url(/img/top-back.jpg);
	background-repeat: repeat-x;
	}

#top {
	margin: 0 auto;
	padding: 0;
	width: 850px;
	height: 150px;
	background-image: url(/img/top-dmw.jpg);
	background-repeat: no-repeat;
	}

#menu {
	margin-left: 300px;
	padding: 0;
	font-size: 17px;
	}
	
#nav-menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}

#nav-menu li {
  float: left;
 	padding: 0;
	margin: 0;
  }
  
#nav-menu li a {
	margin-top: 15px;
	margin-left: 5px;
	padding: 0;
	float:left;
	display: block;
	width: 100px;
	height: 30px;
  text-align: center;
	text-decoration: none;
	line-height: 30px;
	color:#fff;
	background-image: url(/img/nav-button-grey.jpg);
	background-repeat: no-repeat;
	}

#nav-menu li a:hover {
	background-image: url(/img/nav-button-blue.jpg);
	background-repeat: no-repeat;
	}

#container{
	margin: 0 auto;
	margin-top: 10px;
	width: 915px;
	padding-bottom: 10px;
	text-align: left;
	}

#content {
	float: left;
	padding: 0;
	margin-top: 10px;
	font-size: 16px;
	width: 690px;
	height: 100%;
	}

h2 {
	font-size: 24px;
	height: 35px;
	width:650px;
	padding-left: 50px;
	line-height: 35px;
	background-image: url(/img/h2-back.jpg);
	background-repeat: no-repeat;
	color: #fff;
	}
	
h1 {
	font-size: 20px;
	font-style: bold;
	}

#news {
  float: right;
	margin-top:10px;
	width: 215px;
	font-size: 16px;
	background: #eeeee0;
	background-image: url(/img/side-top.jpg);
	background-repeat: no-repeat;
	}

#news h3 {
  margin: 0 auto;
  padding-bottom: 10px;
	text-align: center;
	width: 100%;
	height: 15px;
	font-size: 20px;
	font-style: italic;
  border:0;
  color: #fff;
	}

#news p {
	margin: 10px;
	padding: 0;
	}

#news ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
#news li a {
	margin: 10px;
	padding: 0;
	line-height: 20px;
	display: block;
	text-decoration: none;
	color:#000;
	}

#news li a:hover {
  text-decoration: underline;
	color:#6495ed;
	}


#prod-img {
	text-align: center;
	margin: 0 auto;
	line-height: 1.5;
	}
	
#prod-img img{
	border: 0;
	}

#prod-img ul li {
	float: left;
	padding: 5px;
	margin: 0;
	list-style-type: none;
	}

#prod-img li a {
	width: 240px;
	height: 240px;
	display: block;
	text-decoration: none;
	color: #fff;
	background-image: url(/img/images-button-grey.jpg);
	background-repeat: no-repeat;
	}
	
#prod-img a:hover {
	text-decoration: none;
	color: #fff;
	background-image: url(/img/images-button-blue.jpg);
	background-repeat: no-repeat;
	}

#pdf-img {
	text-align: center;
	}
	
#pdf-img img{
	border: 1px solid white;
	}

#pdf-img ul li {
	float: left;
	padding: 5px;
	margin: 0;
	width: auto;
	display: block;
	list-style-type: none;
	}

#pdf-img a {
	text-decoration: none;
	}
	
#pdf-img a:hover img {
	text-decoration: none;
	border: 1px solid #000;
	}

#blank {
	clear:left;
		}
		
#footer {
	width: 900px;
	margin: 20px auto;
	padding: 0;
  text-align:right;
	font-size: 12px;
	border-top: 2px solid #000;
	}
	
#footer a {
	width:auto;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color:#000;
	}

#footer a:hover {
	border-bottom: 2px solid #6495ed;
	}

img.floatright {
  float: right;
  margin-left: 20px;
  margin-right: 20px; 
  }
  
img.floatleft {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  vertical-align: middle;
  }

#contact {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	}
	
#contact p {
	padding-left: 100px;
	}
	
