/*----CSS display for C&A's Website--------*/
html, body, div, ul, p, li {
  margin: 0%;
  padding: 0%;
}
body {
  background-color: rgb(5, 8, 72);
  font-family: "Times New Roman", Times, serif;
}
#wrap {
	margin: 20px 25px 10px 25px;
	padding: 0px;
}
h1 {
  font-size: 2.25em;
  margin: 0px;
  padding: 0px;
  text-align: left;
  font-family: Impact;
}
h3 {
  padding-left: 300px;
}
font.lite {
  color: rgb(136, 136, 136);
  font-size: 27px;
}
#dropmenudiv {
  position: absolute;
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(0, 0, 153);
  border-bottom-width: 0;
  font: normal 12px times new roman, times, serif;
  line-height: 18px;
  z-index: 100;
}
#dropmenudiv a {
  color: rgb(0, 0, 0);
  width: 100%;
  display: block;
  text-indent: 3px;
  border-bottom: 2px solid rgb(0, 0, 153);
  padding: 1px 0;
  text-decoration: none;
  font-weight: bold;
}
#dropmenudiv a:hover {
  background-color: rgb(255, 0, 0);
  color: rgb(255, 255, 255);
}
#header {
  background: #a5b5c6/*rgb(211, 211, 211)*/ url(images/bgtop.jpg) repeat-x;
  border-left: 1px solid;
  border-bottom: 1px solid;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: rgb(0, 0, 153);
  color: rgb(0, 0, 0);
  height: 65px;
  padding-top: 10px;
}
#navigate {
  background: url(images/kitchen2.jpg) no-repeat;
  height: 520px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color:  rgb(0, 0, 153);
  margin: 0px;
}
ul#navleft {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 192px;
}
ul#navleft li {
  border: 4px outset #a5b5c6;
}
ul#navleft li a:link, ul#navleft li a:visited {
  background-color: #5c6f90;
  color: rgb(255, 255, 255);
  display: block;
  font: bold 10pt/1.5 "times new roman", times, sans-serif;
  text-decoration: none;
  width: 100%;
}
ul#navleft li a:hover {
  background-color: rgb(67, 97, 107);
  color: rgb(255, 255, 255);
}
#advert {
  background-color: #a5b5c6;
  color: rgb(0, 0, 0);
  font-size: 10pt;
  height: 433px; 
  padding: 10px;
  margin: 0px;
  width: 170px;
  border-left: 1px solid rgb(0, 0, 153);
  border-right: 1px solid rgb(0, 0, 153);
  border-top: 1px solid rgb(0, 0, 153);
}
#topright {
  position: absolute;
  top: 30px;
  left: 73%;
}
#topright {
  font-family: "Times New Roman", Times, serif;
  font-size: 11px;
  font-weight: bold;
}
#space {
  background-color: rgb(5, 8, 72);
  height: 10px;
}
#blurb {
  background-color: #a5b5c6;
  border: 1px solid rgb(0, 0, 153);
  width: 98.8%;
  padding: 5px;
}
#update {
  background-color: rgb(5, 8, 72);
  color: rgb(255,255,255);
  height: 15px;
  font-size: 10px;
  text-align: center;
  padding-top: 3px;
}
/*------The end-----*/