/* CSS Document for Atlantic Christmas Village */
body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #fff;
  font-family: Arial, Tahoma, Verdana;
  font-size: 12px;
}

td{
 font-size: 12px;
}

img {
  border: 0;
}

h1 {
  font-size: 18px;
  color: #ff2200;
}
h2 {
  font-size: 14px;
  color: #ff2200;
  border-bottom:1px solid #FCE2DC;
}

form{padding:0px; margin:0px;}

input{padding:2px; font-size:11px; font-family:tahoma; color:#7D8381; padding-left:2px;}
textarea{padding:0px; font-size:11px; font-family:tahoma; color:#7D8381; padding-left:2px;}
.button{padding:2px; font-size:11px; font-family:tahoma; color:#FFFFFF; background-color:#7F7F7F; border:1px solid #7F7F7F; font-weight:bold;}

#site-wrap {
  width: 800px;
  margin: 0 auto;
  background: url('/images/content-wrap-bg.jpg') repeat-y;
}

#banner {
  width: 800px;
  height: 250px;
  margin: 0 auto;
  background: url('/images/banner.jpg') top center no-repeat #FFF;
}

#menu {
  float: right;
  position: relative;
  top: 201px;
  height: 25px;
  width: 525px;
  text-align: right;
  overflow: hidden;
}

#menu div {
  float: right;
}

#menu a:link, #menu a:visited {
  float: left;
  display: block;
  height: 25px;
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  padding: 6px 9px;
  
}

#menu a:hover {
  color: #FFF;
  background: url('/images/menu-hover.jpg') repeat-x;
}

#sub-menu {
  clear: both;
  float: right;
  position: relative;
  top: 201px;
  height: 16px;
  width: 445px;
  text-align: center;
  overflow: hidden;
}

#sub-menu a:link, #sub-menu a:visited {
  color: #fff;
  font-weight: bold;
  font-size: 11px;
  text-decoration: none;
  padding: 3px 9px;
}

#sub-menu a:hover {
  color: #000;
}

#left {
  float: left;
  width: 233px;
  margin: 0;
  padding: 0;
}

#content-wrap {
  float: left;
  width: 800px;
  background: url('/images/left-bottom.jpg') bottom left no-repeat;
}

#content {
  float: right;
  width: 550px;
  background: url('/images/content-top.jpg') top right no-repeat;
  text-align: left;
}

#content-padding {
  padding: 20px;
  padding-bottom: 70px;
}

#footer {
  clear: both;
  text-transform: uppercase;
  padding: 10px;
  height: 30px;
  background: #fff;
}

#footer-left {
  float: left;
  font-size: 10px;
  font-weight: bold;
}

#footer-right {
  float: right;
}

#footer-right a:link, #footer-right a:visited {
  font-size: 10px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  margin: 0 3px;
}

.txtform{font-size:11px;}


img
{ 
vertical-align:top;
}  
