/*  template3.css *******/
* {
margin:0;
padding:0;
}
/*************************** home page *****************************************
  body color is light brown #9C6141
  container #99CC43
  footer #6A971E
  menu is the same color as the body #56342B
  the bands are muted pink #F7AFE5 
  content boxes for photos 
  red for the submit buttons and error messages #C52020
*/

#container {
  position:absolute;
  top:10%;
  left: 50%;
  margin-left:-425px;
  width:850px;
  height:550px;
  /*
  background-color:white;
  */
}

#main-photo {
  position:absolute;
  top: 20px;
  left:80px;
  width: 700px;
  height: 600px;
}
#enter-message {
  position:absolute;
  top: -30px;
  left:480px;
  width: 280px;
  height: 50px;
}

#email-message {
  position:absolute;
  top: -30px;
  left:810px;
  width: 80px;
  height: 30px;
}

#back-message {
  position:absolute;
  top: -30px;
  left:310px;
  width: 180px;
  height: 30px;
}

#enter-button {
  position:absolute;
  top: -30px;
  left:720px;
  width: 50px;
  height: 50px;
}

/***********************************photos page********************************/
#paginate_buttons {
  position: absolute;
  top:0px;
  left:0px;
  width:850px;
  height:30px;
  line-height:30px;
}
#container-photos {
  position:absolute;
  top:10%;
  left: 50%;
  margin-left:-425px;
  width:850px;
  height:780px;
  /*
  background-color:white;
  */
}

#container-enlarge {
  position:absolute;
  top:18%;
  left: 50%;
  margin-left:-425px;
  width:850px;
  height:680px;
  /*
  background-color:white;
  */
}

#photo_1 {
  position:absolute;
  top:50px;
  left: 0px;
  width:150px;
  height:150px;
  padding:5px;
  background:#E6E6E6;color:#000;
}
#photo_2 {
  position:absolute;
  top:50px;
  left: 170px;
  width:150px;
  height:150px;
  padding:5px;
  background:#E6E6E6;color:#000;  
}

#photo_3 {
  position:absolute;
  top:50px;
  left: 340px;
  width:150px;
  height:150px;
  padding:5px;
  background:#E6E6E6;color:#000;  
}
#photo_4 {
  position:absolute;
  top:50px;
  left: 510px;
  width:150px;
  height:150px;
  padding:5px;
  background:#E6E6E6;color:#000;  
}
#photo_5 {
  position:absolute;
  top:50px;
  left: 680px;
  width:150px;
  height:150px;
  padding:5px;
  background:#E6E6E6;color:#000;  
}

#photo_6 {
  position:absolute;
  top:220px;
  left: 0px;
  width:150px;
  height:150px;
  padding:5px;
  background:#E6E6E6;color:#000;  
}
#photo_7 {
  position:absolute;
  top:220px;
  left: 170px;
  width:150px;
  height:150px;
  padding:5px;
  background:#E6E6E6;color:#000;  
}

#photo_8 {
  position:absolute;
  top:220px;
  left: 340px;
  width:150px;
  height:150px;
  padding:5px;
  background:#E6E6E6;color:#000;  
}
#photo_9 {
  position:absolute;
  top:220px;
  left: 510px;
  width:150px;
  height:150px;
  padding:5px;
  background:#E6E6E6;color:#000;  
}
#photo_10 {
  position:absolute;
  top:220px;
  left: 680px;
  width:150px;
  height:150px;
  padding:5px;
  background:#E6E6E6;color:#000;  
}

#photo_11 {
  position:absolute;
  top:390px;
  left: 0px;
  width:150px;
  height:150px;
  padding:5px;
  background:#E6E6E6;color:#000;  
}
#photo_12 {
  position:absolute;
  top:390px;
  left: 170px;
  width:150px;
  height:150px;
  padding:5px;
  background:#E6E6E6;color:#000;  
}

#photo_13 {
  position:absolute;
  top:390px;
  left: 340px;
  width:150px;
  height:150px;
  padding:5px;
  background:#E6E6E6;color:#000;  
}
#photo_14 {
  position:absolute;
  top:390px;
  left: 510px;
  width:150px;
  height:150px;
  padding:5px;
  background:#E6E6E6;color:#000;  
}
#photo_15 {
  position:absolute;
  top:390px;
  left: 680px;
  width:150px;
  height:150px;
  padding:5px;
  background:#E6E6E6;color:#000;  
}
#photo_16 {
  position:absolute;
  top:560px;
  left: 0px;
  width:150px;
  height:150px;
  padding:5px;
  background:#E6E6E6;color:#000;  
}
#photo_17 {
  position:absolute;
  top:560px;
  left: 170px;
  width:150px;
  height:150px;
  padding:5px;
  background:#E6E6E6;color:#000;  
}

#photo_18 {
  position:absolute;
  top:560px;
  left: 340px;
  width:150px;
  height:150px;
  padding:5px;
  background:#E6E6E6;color:#000;  
}
#photo_19 {
  position:absolute;
  top:560px;
  left: 510px;
  width:150px;
  height:150px;
  padding:5px;
  background:#E6E6E6;color:#000;  
}
#photo_20 {
  position:absolute;
  top:560px;
  left: 680px;
  width:150px;
  height:150px;
  padding:5px;
  background:#E6E6E6;color:#000;  
}


#home-footer {
  position:absolute;
  left:-1px;
  bottom: -20px;
  width: 850px;
  height: 20px;
  background-color:#B2082C;
}

#next-button-upper {
  position:absolute;
  top:0px;
  left:550px;
  width:50px;
  height:50px;
}
#previous-button-upper {
  position:absolute;
  top:0px;
  left:500px;
  width:50px;
  height:50px;
}
#next-button-lower {
  position:absolute;
  top:980px;
  left:550px;
  width:50px;
  height:50px;
}
#previous-button-lower {
  position:absolute;
  top:980px;
  left:500px;
  width:50px;
  height:50px;
}

#reply-send-box {
  position:relative;
  top :330px;
  left:10px;
  width:80px;
  height:40px;
  z-index:2;
}

#ReplyErrorBox {
  position:absolute;
  top :140px;
  left:550px;
  width:250px;
  height:60px;
  z-index:6;
  line-height:18px;
  border: 5px solid #B0DCA3;
  padding: 10px;
background-color:#E91B38;
}

#ReplyNotice {
  line-height:20px;
  padding:8px;
  position:absolute;
  left:450px;
  top:140px;
  width:400px;
  height:100px;
  text-align: center;
  background-color: #CCFFCC;
  border: 5px solid #77966D;
  z-index:11; 
}
#photo-1 {
  position:absolute;
  top: 80px;
  left:10px;
  width: 250px;
  height: 250px;
  padding:5px;
  background:#E6E6E6;color:#000;
}

#photo-2 {
  position:absolute;
  top: 80px;
  left:300px;
  width: 250px;
  height: 220px;
  padding:5px;
  background:#E6E6E6;color:#000;
}
#photo-3 {
  position:absolute;
  top: 350px;
  left:10px;
  width: 250px;
  height: 250px;
  padding:5px;
  background:#E6E6E6;color:#000;
}
#photo-4 {
  position:absolute;
  top: 330px;
  left:300px;
  width: 250px;
  height: 250px;
  padding:5px;
  background:#E6E6E6;color:#000;
}
#photo-5 {
  position:absolute;
  top: 620px;
  left:10px;
  width: 250px;
  height: 250px;
  padding:5px;
  background:#E6E6E6;color:#000;
}
#photo-6 {
  position:absolute;
  top: 620px;
  left:300px;
  width: 250px;
  height: 250px;
  padding:5px;
  background:#E6E6E6;color:#000;
}
#photo-7 {
  position:absolute;
  top: 900px;
  left:10px;
  width: 250px;
  height: 250px;
  padding:5px;
  background:#E6E6E6;color:#000;
}

/*******************************enlarge photo********************************/
#enlarge {
  position:absolute;
  top: 10px;
  left:10px;
  height: 650px;
  padding:5px;
  background:#E6E6E6;color:#000;
}

body { 
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
     background-image: url(cosmetics/background2.jpg);
} 
   
h1 {font-family: "Times New Roman", serif; 
    font-size:26px;
    color:black;
    text-decoration:none;
   }
h2 {font-family: "Times New Roman", serif; 
    font-size:22px;
    color:black;
    text-decoration:none;
   }

h3 {font-family: "Times New Roman", serif; 
    font-size:24px;
    color:black;
    text-decoration:none;
   }
h4 {font-family: "Times New Roman", serif; 
    font-size:18px;
    color:black;
    text-decoration:none;
   }

h5 {font-family: "Times New Roman", serif; 
    font-size:14px;
    color:black;
    text-decoration:none;
    line-height:14px;
    font-weight:bold:
   }

h6 {font-family: "Times New Roman", serif; 
    font-size:12px;
    color:black;
    text-decoration:none;
    font-weight:normal;
   }

a: {color:white; text-decoration:none;}
a:link {color:white; text-decoration:none;}
a:visited {color:white; text-decoration:none;}
a:active {color:white; text-decoration:none;}
a:hover {color:blue; text-decoration:none;}

<!-- formatting for the oblong buttons -->
.a_normal_accent {font-size:14; color: blue; }
.accent_welcome {font-size:10; color: blue}
.a_accent {font-size:42; font-weight:bold}
.accent {font-size:48;font-weight:bold; }
.accent_sub {font-size:70;font-weight:bold;}
.accent_footer {font-size:12;font-weight:bold; font-style:italic; color:white;}
.accent_footer_home {font-size:14;font-weight:bold; font-style:italic; color:#3333FF;}
.accent_message {font-size:14; font-weight:bold; color:yellow;}
.accent_confirmation {font-size:18; font-weight:normal; color:red;}
.accent_error {font-size:16; font-weight:bold; color:black;}
.accent_faq {font-size:20; font-weight:bold; color:#3333FF;}
.accent_small {font-size:12;font-style:italic;color:yellow;}
.accent_small_bold {font-size:12;font-style:italic;font-weight:bold;color:yellow;}
.accent_faq_brackets {font-size:40;}
.accent_small_mood {font-size:14;font-weight:bold;}
.accent_50 {font-size:50; font-weight:bold; }
.accent_30 {font-size:30; font-weight:normal; }
.accent_30_yellow {font-size:30; font-weight:normal; color:#F8EF5D; }
.accent_20_bold_yellow {font-size:20;font-weight:bold; color:#F8EF5D; }
.accent_16_yellow {font-size:16;font-weight:normal; color:#F8EF5D; }
.accent_16_bold_yellow {font-size:16;font-weight:bold; color:#F8EF5D; }
.accent_16_blue {font-size:16;font-weight:normal; color:blue; }
.accent_25 {font-size:25; font-weight:normal; color:black; }
.accent_16 {font-size:16; color:black; }
.accent_16_italic {font-size:16; font-weight:bold; font-style:italic; color:black; }
.accent_12_italic {font-size:12; font-weight:bold; font-style:italic; color:black; }
.accent_italic {font-style:italic;}
.accent_14 {font-size:14; font-style:normal; color:black; }
.accent_14_italic {font-size:14; font-style:italic; color:black; }
.accent_12 {font-size:12; font-weight:normal; color:black; }
.accent_14_yellow {font-size:14;font-weight:bold; color:#F8EF5D; }
.accent_10_yellow {font-size:10;font-weight:bold; font-style:italic; color:#F8EF5D;}
.accent_20_bold_red {font-size:20;font-weight:bold; color:red; }
.accent_12_red {font-size:12; font-style:normal; color:red; }
.accent_14_italic_red {font-size:14; font-style:italic; color:red; }
.accent_18_red {font-size:18; font-style:normal; color:red; }
.accent_red {font-style:normal; color:#C52020; }
.accent_black {font-style:normal; color:#000000; }
.accent_pink {font-style:normal; color:#EBBAC5; }
.accent_14_pink {font-size:14;font-style:normal; color:#DB5252 }
.accent_italic_white {font-style:italic; color:#FFFFFF }
.accent_italic_green {font-style:italic; color: #99CC43 }


.pagenextlink,.pagenextdead,
.pageprevlink,.pageprevdead,
.pagenumlink,.pagenumdead {
  cursor: pointer;
  padding: 0 4;
  margin: 5 1;
  font-size: 10px;
  font-family: Arial,sans-serif;
  font-weight: bold;
}
.pagenextlink,.pageprevlink,.pagenumlink {
  border: 2px solid red;
  background-color: #967167;
  color: #009;
}
.pagenextdead,.pageprevdead,.pagenumdead {
  cursor: default;
  border: 2px solid #000;
  background-color: #56342B;
  color: #FFF8EE;
}

.buttonlink,.submit,.confirm {
  position: relative;
  border: 2px solid #C52020;
  background-color: #967167;
  color: #C52020;
  padding: 1 1;
  margin: 0 1;
  font-size: 10px;
  font-style:normal;
  font-family: Arial,sans-serif;
  font-weight: bold;
}

.submit-small {
  position: relative;
  background-color: #967167;
  color: #C52020;
  padding: 1 1;
  margin: 0 1;
  font-size: 10px;
  font-style:normal;
  font-family: Arial,sans-serif;
  font-weight: bold;
}

.email {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

/************************messages************/
#errorBox {
  position:absolute;
  top :50px;
  left:550px;
  width:200px;
  height:90px;
  background-color:pink;
  z-index:6;
}
#Error {
  line-height:25px;
  padding:2px;
  position:absolute;
  left:550px;
  top:80px;
  width:300px;
  height:150px;
  text-align: center;
  background-color: #CCFFCC;
  border: 5px solid #77966D;
  z-index:11; 
}

#StateError {
  line-height:25px;
  padding:2px;
  position:absolute;
  left:510px;
  top:20px;
  width:300px;
  height:80px;
  text-align: center;
  background-color: #CCFFCC;
  border: 5px solid #77966D;
  z-index:11; 
}

#Confirmation {
  line-height:20px;
  padding:2px;
  position:absolute;
  left:500px;
  top:20px;
  width:300px;
  height:110px;
  text-align: center;
  background-color: #CCFFCC;
  border: 5px solid #77966D;
  z-index:11; 
}

#LowerConfirm {
  line-height:20px;
  padding:2px;
  position:absolute;
  left:580px;
  top:280px;
  width:300px;
  height:130px;
  text-align: center;
  background-color: #CCFFCC;
  border: 5px solid #77966D;
  z-index:11; 
}

#Confirm2 {
  line-height:20px;
  padding:2px;
  position:absolute;
  left:500px;
  top:-40px;
  width:300px;
  height:110px;
  text-align: center;
  background-color: #CCFFCC;
  border: 5px solid #77966D;
  z-index:11; 
}


#ConfirmationRegistration {
  line-height:20px;
  padding:2px;
  position:absolute;
  left:450px;
  top:20px;
  width:300px;
  height:240px;
  text-align: center;
  background-color: #CCFFCC;
  border: 5px solid #77966D;
  z-index:11; 
}
#ConfirmationEmail {
  line-height:20px;
  padding:2px;
  position:absolute;
  left:450px;
  top:20px;
  width:300px;
  height:110px;
  text-align: center;
  background-color: #CCFFCC;
  border: 5px solid #77966D;
  z-index:11; 
}

.jdSlideshow
{
	display: none;
	overflow:hidden;
	position: relative;
}

.jdSlideshow img
{
	border: 0;
	margin: 0;
}

.jdSlideshow .slideElement
{
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
}

.jdSlideshow .loadingElement
{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('img/loading-bar-black.gif');
}

.jdSlideshow .slideInfoZone
{
	position: absolute;
	z-index: 10;
	width: 100%;
	margin: 0px;
	left: 0;
	bottom: 0;
	height: 40px;
	background: #333;
	color: #fff;
	text-indent: 0;
}

.jdSlideshow .slideInfoZone h2
{
	padding: 0;
	font-size: 80%;
	margin: 0;
	margin: 2px 5px;
	font-weight: bold;
	color: inherit;
}

.jdSlideshow .slideInfoZone p
{
	padding: 0;
	font-size: 60%;
	margin: 2px 5px;
	color: #eee;
}

.jdSlideshow a
{
	font-size: 100%;
	text-decoration: none;
	color: inherit;
}

.jdSlideshow a.right, .jdSlideshow a.left
{
	position: absolute;
	height: 100%;
	width: 40%;
	cursor: pointer;
	z-index:10;
	filter:alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;


