body {
  text-align: center;
  margin: 0px;
  background-color: #cec7c8;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
  color: #656665;
}

img {
	border: 0px;
}

a {
	text-decoration: underline;
	font-weight: normal;
	color: #656665;
}

table {
  width: 100%;
  border-collapse: collapse;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-spacing: 0;
}

td, th {
  padding: 0 0 0 0;
  vertical-align: top;
}

DIV.frame {
  margin-top: 10px;
  width: 807px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

H1 {
  font-size: 12px;
  text-align: center;
  font-weight: normal;
  color: #646464;
  margin: 4px 0 4px 0;
}

H2 {
  font-size: 12px;
  font-weight: bold;
  color: #7bb322;
  margin: 0px 0 0px 0;
}

DIV.shadow {
  width: 100%;
  background-image: url('/images/background_shadow.png');
}

DIV.content-area {
  width: 100%;
  background-image: url('/images/background_content.png');
}

DIV.content {
  background-image: url('/images/background_top.png');
  background-repeat: no-repeat;
  padding-top: 12px;
  padding-right: 60px;
  padding-left: 60px;
}

TD.content {
  padding-top: 32px;
  line-height: 15px;
}

TD.content IMG.logo{
 padding-bottom: 30px;
}

DIV.logged_in_nav {
  text-align: center;
  border-style: solid;
  border-width: 1px 0 1px 0;
  border-color: #6a6a6a;
  font-size: 14px;
  padding: 12px 0 12px 0;
  margin-bottom: 20px;
}

DIV.logged_in_nav a {
  font-weight: bold;
  text-decoration: none; 
}

TD.nav {
  background-color: #7bb322;
  width: 208px;
  text-align: center;
  padding-bottom: 24px;
  color: #fff;
}

TD.nav-divider {
  padding-right: 30px;
}

TD.nav a {
  text-decoration: none;
  color: #fff;
}

TD.nav HR {
	height: 1px;
  width: 178px;
  background-color: #b5db7b;
	padding: 0;
	margin: 0;
	border: 0;
}

TD.nav DIV.divider {
  height: 1px;
  width: 178px;
  background-color: #b5db7b;
  display: block;
}

TD.nav IMG.example {
  padding-bottom: 6px;
}

TD.nav IMG.nav {
  padding-top: 9px;
  padding-bottom: 6px;
}

TD.nav IMG.submit {
  padding-top: 14px;
  padding-bottom: 12px;
}

TD.nav IMG.login {
  padding-top: 21px;
  padding-bottom: 11px;
}

TD.nav IMG.phone {
  padding-top: 30px;
  padding-bottom: 12px;
}

DIV.paypal {
  font-weight: bold;
  color: #656665;
  font-size: 11px;
  padding-bottom: 15px;
  padding-top: 35px;
}
DIV.paypal img {
  padding-right: 18px;
  float: left;
}

DIV.paypal DIV.text {
  padding-right: 30px;
}

DIV.footer {
  height: 50px;
  background-image: url('/images/background_footer.png');
  background-repeat: no-repeat;
  font-size: 11px;
  color: #656665;
  padding-top: 18px;
  padding-right: 60px;
  padding-left: 60px;
}

DIV.footer img {
  vertical-align: middle;
  padding-right: 25px;
}

DIV.copyright {
  color: #656665; 
}

DIV.copyright A {
  text-decoration: none; 
}


DIV.home_page_image {
  float: right;
  padding-left: 20px;
}

DIV.home_page_image a {
  background-image: url('/images/home_page_image.jpg');
  background-repeat: no-repeat;
	display: block;
	width: 240px;
	height: 235px;
}
DIV.home_page_image a:hover {
  background-position: -240px 0px;
}


TD.contact-details {
  white-space: nowrap;
  font-weight: bold;
  padding-right: 25px;
}

TD.contact-details b {
  color: #7bb322;
}


TD.gift-details {
  font-size: 11px;
  font-weight: bold;
  padding-right: 25px;
  width: 135px;
}

TD.gift-details img {
  padding-bottom: 12px; 
}

b.colored {
  color: #7bb322;
}

TD.gallery {
  padding-right: 15px;
}

TD.gallery TABLE TD {
  padding-bottom: 13px;
  padding-right: 10px;
}

TD.gallery-details {
   font-weight: bold;
}

TD.gallery-details b {
   color: #7bb322;
}

TD.how-bullet {
   padding-bottom: 17px;
}

TD.how-bullet-text {
   font-weight: bold;
   padding-left: 12px;
}

TD.how-bullet-text a {
   font-weight: bold;
}

TD.login-page INPUT[type=text], TD.login-page INPUT[type=password] {
  border: 1px solid #656665;
  height: 20px;
  width: 162px;
  padding: 2px 2px 2px 2px;
  margin-top: 3px;
}

TD.login-page SPAN {
  font-size: 11px;
}

TABLE.private_area {
 margin-bottom: 20px;
}

TD.private_area_logo {
 vertical-align: bottom;
}

TD.private_area_info {
 text-align: right;
}

TABLE.list TD, TABLE.list TH {
  text-align: left;
  padding: 4px 4px 4px 4px;
  white-space: nowrap;
}

TABLE.list TH {
  background-color: #84c326;
  color: #ffffff;
  font-size: 13px;
}

TABLE.list TR.odd {
  background-color: #e8e8e8;
}

DIV.flash {
  font-weight: bold;
  font-style: italic;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  background-color: #e4e4e4;
}

FORM TEXTAREA {
  width: 100%;
  height: 100px; 
}

FORM TEXTAREA.small {
  width: 250px;
  height: 100px; 
}

FORM INPUT[type="text"], FORM INPUT[type="password"], FORM INPUT[type="file"] {
  width: 250px;
}