/* CSS Document */

body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}

A:link {text-decoration: none;}
A:visited {text-decoration: none;}
A:active {text-decoration: none;}
A:hover {text-decoration: none; color:#7D5B2E;}

.open {
	position:absolute;
	z-index:200;
	left: 786px;
	top: 441px;
}


.botTXT {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #000000;
	
}

.menuTXT {
	font-family: "Comic Sans MS";
	font-size: 11px;
	font-style: normal;
	line-height: 17px;
	color: #000000;
	font-weight: 400;
	text-align:left;
}

.menuTXT p {
    padding-left: 20px;
    text-indent: -20px;
    margin:0px;
}

.photoTXT {
	font-family: "Comic Sans MS";
	font-size: 10px;
	font-style: bold;
	line-height: 10px;
	color: #000000;
	font-weight: 800;
}

.linksTXT {
	font-family: "Comic Sans MS";
	font-size: 16px;
	font-weight: bold;
	line-height: 22px;
	color: #000000;
	text-align:left;
}

.rlinksTXT {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-weight: bold;
	line-height: 16px;
	color: #000000;
	text-align:left;
}

.reviewtopsTXT {
	font-family: "Comic Sans MS";
	font-size: 12px;
	font-weight: bold;
	line-height: 10px;
	color: #000000;
	text-align:left;
}

.reviewTXT {
	font-family: "Comic Sans MS";
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	color: #000000;
	text-align:left;
}



/* SIGNUP FORM */
#emailSubscribeButton {
	position: absolute;
	top: 55px;
	left: 820px;
	cursor: pointer;
}

#emailSubscribeWrapper {
	position: absolute;
	top: 140px;
	left: 570px;
    width: 300px;
    height: 300px;
}

#emailSubscribeContent {
	position: absolute;
	top: 150px;
    left: 40px;
}

#emailSubscribeContent .input_img {
    margin-right: 5px;
}

#emailSubscribeContent .input_text {
  width: 170px;
  border: solid 2px black;
  font-size: 11pt;
  margin: 10px;
  margin-bottom: 4px;
}

#emailSubscribeContent .send_button {
  background: none;
  border: 0;
  float: right;
  cursor: pointer;
}

#emailSubscribeContent .close_button {
  float: left;
  cursor: pointer;
}

#emailSubscribe_working {
  font-family: verdana;
  font-size: 13pt;
  padding: 20px;
  text-align: center;
}

#emailSubscribe_error {
  font-family: verdana;
  font-size: 13pt;
  color: red;
}

#emailSubscribe_done {
  font-family: verdana;
  font-size: 13pt;
  
}
