#layout #main #topright-promo {
  float: right;
  width: 673px;
  height: 400px;
  position: relative;
}

#layout #main #topright-promo a, #layout #main #topright-promo a img {
	width: 673px;
  height: 400px;
} 

#layout #main #topright-promo a span {
  display: block;
  width: 200px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-family: Tahoma;
  font-size: 18px;
  text-decoration: none;
  color: #D6D6D6;
  background-image: url(../images/promo-top-right/arrow-green.gif);
  background-position: center right;
	background-repeat: no-repeat;
  text-align: right;
  padding-right: 30px;
}

#layout #main #topright-promo a:hover {
  color: white;
}

#layout #main #topleft-promo {
  width: 280px;
  height: 400px;
  background-image: url(../images/promo-top-left/topleft-promo.jpg);
  margin-right: 5px;
  font-family: Arial;
  overflow: hidden;
}

#layout #main #topleft-promo .regular, #layout #main #topleft-promo .special {
  margin-left: 25px;
  margin-right: 30px;
  margin-top: 15px;
}

#layout #main #topleft-promo .regular p {
  font-size: 13px;
  color: #D6D6D6;
  margin-bottom: 5px;
}
#layout #main #topleft-promo .regular a {
	display: inline-block;
	height: 24px; line-height: 24px;
	padding-left: 5px;
  font-size: 11px;
  text-decoration: none;
  color: #3D3D3E;
  font-weight: bold;
  background: url(../images/promo-top-left/toplft-link.gif) no-repeat left;
}
#layout #main #topleft-promo .regular a span {
	display: inline-block;
	height: 24px; line-height: 24px;
	padding-right: 5px;
	background: url(../images/promo-top-left/toplft-link-corner.gif) no-repeat right;
	cursor: pointer;
}

#layout #main #topleft-promo .regular a:hover {
  color: white;
	background: url(../images/promo-top-left/toplft-link-hover.gif) no-repeat left;
}
#layout #main #topleft-promo .regular a:hover span {
  color: white;
	background: url(../images/promo-top-left/toplft-link-corner-hover.gif) no-repeat right;
}

#layout #main #topleft-promo .special p {
  font-size: 15px;
  font-weight: bold;
  color: #D6D6D6;
  margin-bottom: 10px;
}
#layout #main #topleft-promo .special a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  background-color: white;
  color: #3D3D3E;
  padding: 4px;
  font-weight: bold;
}
#layout #main #topleft-promo .special a:hover{
 background-color: #852144;
  color: white;
}

#layout #main #btmright-promo {
  float: right;
  width: 673px;
  height: 230px;
  margin-top: 10px;
	position: relative;
}

#layout #main #btmright-promo a {
	display: block;
} 
#layout #main #btmright-promo a img {
	width: 673px; height: 230px; border: none; padding: 0;
}
#layout #main #btmright-promo a span {
	position: absolute; bottom: 20px; left: 20px; display: block; color: #232323; font-family: 'Tahoma'; 
	font-size: 30px;
}
#layout #main #btmright-promo a:hover span {
	color: #000;
} 

#layout #main #btmleft-promo {
  float: left;
  margin-top: 10px;
  width: 280px;
  height: 230px;
	position: relative;
}
#layout #main #btmleft-promo a {
	display: block;
}
#layout #main #btmleft-promo a img {
	width: 280px; height: 230px; border: none; padding: 0;
}
#layout #main #btmleft-promo a span {
	position: absolute; bottom: 20px; left: 0; display: block; color: #C6C6C6;
	width: 280px; text-align: center; font-family: 'Tahoma'; font-size: 30px;  
}
#layout #main #btmleft-promo a:hover span {
	color: #fff;
} 

#layout #main #btmleft-promo a.converse {
  display: block;
  height: 30px;
  width: 225px;
  background-image: url(../images/promo-btm-left/converse-link1.png);
  background-position: center center;
  margin-top: 150px;
  margin-left: 30px;
}

#layout #main #btmleft-promo a.converse:hover {
  background-image: url(../images/promo-btm-left/converse-link-hover.png);
}

#layout #footer #footer-top {
  margin-top: 10px;
  height: 70px;
  background: url(../images/footer/footer-top-bg.jpg) repeat-x bottom left;
  position: relative;
}

#footer-top #newsletter {
  padding: 5px 0 0 85px;
}

#footer-top #newsletter h4 {
  margin-bottom: 5px;
  color: #e8f0e0;
  font-family: Arial; font-size: 16px;
}

#footer-top #newsletter form input, #footer-top #newsletter form input.submit {
  float: left;
  margin: 0;
}

#footer-top #newsletter form input {
  border: none;
  width: 180px; height: 20px;
  padding-top: 8px; padding-left: 9px;
  color: #5c5b5b;
  font-size: 11px;
  background: url(../images/footer/newsletter-form-input-bg.gif) no-repeat center;
}

#footer-top #newsletter form input.submit {
  width: 52px; height: 19px;
  margin: 6px 0 0 15px;
  padding: 0;
  padding-right: 10px; padding-bottom: 2px;
  color: #5c5b5b;
  background: url(../images/footer/newsletter-form-submit-bg.gif) no-repeat center;
}

#footer-top #newsletter form .errors {
  float: left; display: inline;
  margin: 6px 0px 0px 15px;
  color: #CFCFCF;
  font-size: 13px;
}

#footer-top .dwlogo {
  position: absolute;
  top: 10px; right: 15px;}
