/* General Settings */

BODY.mainbody {
  background-color: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
}
A {
  color: #AF8462;
  text-decoration: underline;
}
A:hover {
  color: #AF8462;
  text-decoration: underline;
}
H1 {
  font-family: Tahoma, Arial, Helvetica, sans-serif; 
  font-size: 18px; 
  color: #FFFFFF; 
  font-weight: normal; 
  text-decoration: none;
  text-align:left;
}
TABLE {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
}
.highlight {
  background-color: #FFFF00;
}
.red {
  color: #FF0000;
}
.pink {
  color: #FD44D5;
}
.float_left {
  float: left;
  padding: 0px 10px 0px 0px;
}
#ul_common {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
#ul_common li {
  padding-left: 20px;
  padding-bottom: 10px;
  background-image: url('../images/common/pinkheart.gif');
  background-repeat: no-repeat;
  background-position: top left;
}

/* General table settings */
TABLE.maintable {
  width: 837px;
}
TD.header {
  background-image: url('../images/common/header.jpg');
  width: 837px;
  height: 202px;
}
TD.bg1 {
  background-image: url('../images/common/bg1.jpg');
  width: 837px;
}
TD.bg1_top {
  background-image: url('../images/common/bg1_top.jpg');
  background-repeat: no-repeat;
  width: 837px;
  padding: 10px 35px 10px 35px;
}
TABLE.bg1_table {
  width: 767px;
}
TD.bg1_col1 {
  width: 530px;
}
TD.bg1_col2 {
  width: 27px;
}
TD.bg1_col3 {
  width: 210px;
}
TD.bg2 {
  background-image: url('../images/common/bg2.jpg');
  width: 837px;
}
TD.bg2_top {
  background-image: url('../images/common/bg2_top.jpg');
  background-repeat: no-repeat;
  width: 837px;
  padding: 10px 35px 10px 35px;
}

/* Menu */
TABLE.menu {
  width: 760px;
  font-family: "Times New Roman", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
}
TD.menu_space {
 height: 165px;
}
.menu_link {
  font-family: "Times New Roman", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: none;
}
.menu_link:hover {
  font-family: "Times New Roman", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  color: #FFFFFF;
  text-decoration: underline;
}

/* Home Page */
.home_highlight1 {
  font-style: italic;
  font-weight: bold;
}

/* Contact Us */
.contact_link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: underline;
}
.contact_link:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: underline;
}


/* Optin */
H1.headline {
  font-family: Tahoma, Arial, Helvetica, sans-serif; 
  font-size: 19px; 
  font-style: normal;
  font-weight: normal; 
  color: #FFFFFF; 
  text-decoration: none;
  text-align: center;
}
.optin_text {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 14px; 
  font-style: normal;
  font-weight: normal; 
  color: #FFFFFF; 
  text-decoration: none;
  text-align: center;
}
.worth {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 11px; 
  font-style: italic;
  font-weight: normal; 
  color: #FFFFFF; 
  text-decoration: none;
}

#social-box{
text-align: center;
}

/* Footer */
TABLE.footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #AF8462;
}
.footer_link {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #AF8462;
  text-decoration: none;
}
.footer_link:hover {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  color: #AF8462;
  text-decoration: underline;
}


/* Form Input Settings */

input.btn{
   color:#FFFFFF;
   font-family: Arial, Verdana,helvetica,sans-serif;
   font-size:14px;
   font-weight:bold;
   background-color:#000000;
   border:3px solid;
   width: 100px;
   border-color:#FD44D5;
}
input.btnhov{
   color:#FD44D5;
   font-family: Arial, Verdana,helvetica,sans-serif;
   font-size:14px;
   font-weight:bold;
   background-color:#000000;
   border:3px solid;
   border-color:#FFFFFF;
}

input {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: normal;
  border-color:#E0E0E0;
  border-style:solid;
  border-width:1px;
  width: 100%;
  background-color:#FFFFFF;
  color:#000000;
  margin-bottom: 10px;
}


