html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	/**background: #EAE6D9 url(Pic/images/subpage1_05.jpg) repeat-x left top;*/
    background: #EAE6D9 url(Pic/images/subpage1_05-350x.jpg) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
}

body.home {
	/**background-image: url(Pic/images/homepage01.jpg);*/
    background-image: url(Pic/images/homepage01-1.jpg);
}

h1, h2, h3,h4 {
	margin-top: 0px;
}

h1 {
}

h2 {
	margin: 0px;
	font-size: 40px;
}

h3 {margin: 0px;
	font-size: 16px;
	color: #FFF6E5;
	text-align: left;
}

h4 {margin: 0px;
	font-size: 14px;
	color: #FFF6E5;
	text-align: left;
}

h5 {margin: 0px;
	font-size: 16px;
	color: #51483C;
	text-align: left;
}

h6 {margin: 0px;
	font-size: 14px;
	color: #FF0000;
	text-align: left;
}



.style1 {
	font-size: 18px;
	color: #B72025;
}

.style2 {
	color: #FFFFFF;
	font-weight: bold;
}

.style3 { 
    color: #000000;
	font-weight: normal;
    font-size: 12px;
}


.style4 { 
    color: #000000;
	font-weight: normal;
    font-size: 14px;
}


.style6 {
	color: #FFFFFF;
    font-size: 18px;
	font-weight: bold;
}

.style7 {
	font-size: 18px;
	color: #FF0000;
	text-align: center;
 }





p, ol, ul {
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: justify;
	line-height: 180%;
	font-weight: bold;
}

ol.strong {
	color: #51453C;
}


ul.strong {
	color: #51453C;
}

strong {
	color: #51453C;
}

a {
	color: #7D6E64;
}

a:hover {
	text-decoration: none;
}

.more {
	height: 37px;
	margin: 50px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	line-height: normal;
}

.more a {
	padding-left: 25px;
	background: url(Pic/images/homepage09.gif) no-repeat left center;
	color: #FFFFFF;
}

.list1 {
	margin: 0px;
	padding: 0px;
	list-style: none ;
}

.list1 li {
	clear: left;
	padding: 15px 0px 20px 0px;
	border-top: 1px solid #775543;
}

.list1 li.first {
	padding-top: 0px;
	border: none;
}

.list1 a {
	text-decoration: none;
	color: #EFDBCD;
}

.list1 a:hover {
	text-decoration: underline;
}

.list1 em {
	font-style: normal;
}

.list1 em a {
	text-decoration: underline;
	color: #C59D83;
}

a img {
	border: none;
}

img.border {
	padding: 1px;
	border: 4px solid #7B624E;
	background: #493C33;
}

img.border1 {
	padding: 4px;
	border: 1px solid #BCA28B;
	background: #DCD5C5;
}

img.alignleft {
	float: left;
	margin: 0px 20px 0px 0px;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
}

/** HEADER */

#header {
	width: 1200px;
    /**width: 948px;*/
	/**height: 183px;*/
    height: 220px;
	background: url(Pic/images/bg02-long.jpg) no-repeat right top;
	/**background: url(Pic/images/bg01.jpg) no-repeat right top;*/
	/**background: url(images2/Fall.jpg) repeat-x left top;*/
}

/** SEARCH */

#search {
	float: right;
	width: 250px;
	height: 146px;
	padding-right: 74px;
}

#search form {
	margin: 0px;
	padding: 80px 0px 0px 0px;
	list-style: none;
	background: url(Pic/images/homepage03.gif) no-repeat 0px 80px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search input {
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#search .input-text {
	width: 150px;
	height: 15px;
	padding: 5px 10px;
	background: none;
	border: none;
	color: #69655D;
}

#search .input-submit {
	width: 60px;
	height: 25px;
	margin-left: 17px;
	background: url(Pic/images/homepage04.gif) no-repeat left top;
	border: none;
	color: #FFFFFF;
}

/** MENU */

#menu {
	/**width: 840px;*/
   /**width: 875px; */
     width: 1200px; 
    /**padding-top:0;*/
    padding-top:  20px;
	padding-right: 04px;
	/**padding-left: 275px;*/
    padding-left: 10px;
}

#menu ul {
	/**float: right; */
    float: center;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	list-style: none;
}

#menu li {
	float: left;
	/**width: 55px;*/
    width: 75px;
	/**height: 20px;*/
    height: 25px;
	margin-left: 2px;
	background: url(Pic/images/homepage05.gif) no-repeat left top;
}

#menu li.active {
	background-image: url(Pic/images/homepage06.gif);
}

#menu a {
	display: block;
	/**padding: 2px 0px 0px 0px;*/
    padding: 4px 0px 0px 0px;
	text-decoration: none;
	text-align: center;
	/**font-size: 11px;*/
    font-size: 12px;
	font-weight: bold;
	color: #DAD4C8;
}

#menu a:hover {
	text-decoration: underline;
}



/** PAGE */

#page {
	/** width: 808px; */
    width: 1200px;
}

.home #page {
}

.home #bgtop {
}

.home #bgbtm {
}

/** CONTENT */

#content {
	float: left;
	width: 480px;
}

.home #content {
	width: 383px;
	padding: 0px;
	background: url(Pic/images/bg03.jpg) repeat-y left top;
}

.home #content .bgtop {
	background: url(Pic/images/bg04.jpg) no-repeat left top;
}

.home #content .bgbtm {
	padding: 40px 29px 0px 29px;
	background: url(Pic/images/bg05.jpg) no-repeat left bottom;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 280px;
    margin:0px;0px;0px;25px;
    /** put some space between the columns*/
    padding-left:25px;
	color: #ADA090;
	background: url(Pic/images/subpage1_01.jpg) repeat-y left top;
}

#sidebar2 {
	float: right;
	width: 280px;
	color: #ADA090;
    margin: 0px;0px;0px;25px;
	background: url(Pic/images/subpage1_01.jpg) repeat-y left top;
}


#sidebar .bgtop {
	background: url(Pic/images/subpage1_02.jpg) no-repeat left top;
}

#sidebar2 .bgtop {
	background: url(Pic/images/subpage1_02.jpg) no-repeat left top;
}

#sidebar .bgbtm {
	padding: 0px 29px;
	background: url(Pic/images/subpage1_03.jpg) no-repeat left bottom;
}

#sidebar2 .bgbtm {
	padding: 0px 29px;
	background: url(Pic/images/subpage1_03.jpg) no-repeat left bottom;
}

.home #sidebar {
	width: 383px;
	background: url(Pic/images/bg03.jpg) repeat-y right top;
}

.home #sidebar2 {
	width: 383px;
	background: url(Pic/images/bg03.jpg) repeat-y right top;
}

.home #sidebar .bgtop {
	background: url(Pic/images/bg04.jpg) no-repeat right top;
}

.home #sidebar2 .bgtop {
	background: url(Pic/images/bg04.jpg) no-repeat right top;
}

.home #sidebar .bgbtm {
	padding: 0px 29px;
	background: url(Pic/images/bg05.jpg) no-repeat right bottom;
}

.home #sidebar2 .bgbtm {
	padding: 0px 29px;
	background: url(Pic/images/bg05.jpg) no-repeat right bottom;
}

#sidebar h2 {
	height: 48px;
	padding: 18px 0px 0px 0px;
	font-size: 14px;
	color: #FFF6E5;
}

#sidebar a {
}

#sidebar a:hover {
}

/** FOOTER */

#footer {
	padding: 8px 0px;
	background: #281B12 url(Pic/images/bg06.jpg) repeat-x left top;
	color: #ADA090;
}

#footer .three-columns {
	width: 750px;
	margin: 0px auto;
}

#footer .three-columns .column1 {
	float: left;
	width: 181px;
	padding-top: 20px;
}

#footer .three-columns .column2 {
	float: left;
	width: 192px;
	padding-top: 20px;
	padding-left: 26px;
	background: url(Pic/images/homepage14.gif) no-repeat left top;
}

#footer .three-columns .column3 {
	float: left;
	width: 325px;
	padding-top: 20px;
	padding-left: 26px;
	background: url(Pic/images/homepage14.gif) no-repeat left top;
}

#footer ul {
	margin-left: 0px;
	padding-left: 0px;
	line-height: 210%;
	list-style: none;
}

#footer strong {
	color: #ADA090;
}

#footer a {
	color: #C59D83;
}

#footer .legal {
	font-size: 11px;
	color: #645137;
}

/** BOX1 */

#box1 {
	width: 948px;
	height: 264px;
	margin: 0px auto;
	background: url(Pic/images/bg02.jpg) no-repeat left top;
	color: #ADA090;
}

#box1 .image {
	float: right;
	width: 325px;
	  /**padding: 0px 50px 0px 0px; */
      padding: 0px 25px 0px 0px;
	  /**padding: 05px 50px 0px 0px; */
      padding: 05px 25px 0px 0px;
}

#box1 .border {
	padding: 4px;
}

#box1 .entry {
	float: left;
	/**width: 370px;*/
    width: 500px;
	/**padding: 20px 0px 0px 74px; */
    padding: 20px 0px 0px 50px;
}

#box1 h2 {
	margin-bottom: 15px;
	color: #FFF6E5;
}

#box1 h2 span {
	color: #CDDF81;
}

#box1 p {
	line-height: 160%;
}

#box1 a {
	color: #C59D83;
}


/** BOX2 */

#box2 {
	/**width: 948px;*/
    width: 1200px;
	height: 45px;
	margin: 0px auto;
	background: url(Pic/images/bg02-long.jpg) no-repeat left top;
	color: #ADA090;
}

#box2 .image {
	float: right;
	width: 325px;
	 /** padding: 0px 25px 0px 0px; */
	  padding: 05px 25px 0px 0px; 
}

#box2 .border {
	padding: 4px;
}

#box2 .entry {
	float: left;
	width: 700px;
	padding: 05px 0px 0px 50px;
}

#box2 h2 {
	margin-bottom: 15px;
	color: #FFF6E5;
}

#box2 h2 span {
	color: #CDDF81;
}

#box2 p {
	line-height: 160%;
}

#box2 a {
	color: #C59D83;
}



/** PAGE TITLE */

#pagetitle {
	/**width: 900px;*/
    width: 1400px;
	height: 37px;
    margin: 0px auto 60px auto;
    padding: 10px 0px 0px 0px;
	background: url(Pic/images/bg02-long.jpg) no-repeat left top;
	color: #ADA090;
}

#pagetitle h2 {
	margin: 0px 0px 0px 40px;
	color: #FFF6E5;
}

#pagetitle h2 span {
	color: #CDDF81;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++++   */
/*           blank line                  */
/*style info for the photo web gallery  */
/* The containing box for the gallery. */
#container {
    position:relative;
   /* width:770px;*/
    width:850px;
    /*height:396px;*/
    height:650px;
    margin:20px auto 0px auto;
    border:1px solid #aaa;
    }

 /* Removing the list bullets and indentation */
#container ul {
    padding:0px;
    margin:0px;
    list-style-type:none;
    }


 /* Remove the images and text from sight */
#container a.gallery span {
    position:absolute;
    width:1px;
    height:1px;
    top:5px;
    left:5px;
    overflow:hidden;
    background:#fff;
    }

 
/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block;
    color:#000;
    text-decoration:none;
    border:1px solid #000;
    margin:1px 2px 1px 2px;
    text-align:left;
    cursor:default;
    }
#container a.slidea {
    background:url(Pic/images6-jewels/5minsold-1_s.jpg);
    height:100px;
    width:150px;
    }
#container a.slideb {
    background:url(Pic/images6-jewels/baby_0023-2_s.jpg);
    height:100px;
    width:150px;
    }
#container a.slidec {
    background:url(Pic/images6-jewels/baby_0143-1_s.jpg);
    height:100px;
    width:100px;
    }
#container a.slided {
    background:url(Pic/images6-jewels/baby_0214_s.jpg);
    height:100px;
    width:150px;
    }
    
#container a.slidee {
    background:url(Pic/images6-jewels/baby_and_mom_0081-1_s.jpg);
    height:100px;
    width:100px;
    }
#container a.slidef {
    background:url(Pic/images6-jewels/baby-jumps_0045-1_s.jpg);
    height:100px;
    width:150px;
    }

#container a.slideg {
    background:url(Pic/images6-jewels/babyjumps2_0048-1_s.jpg);
    height:100px;
    width:150px;
    }
#container a.slideh {
    background:url(Pic/images6-jewels/babylove-0006-1_s.jpg);
    height:100px;
    width:150px;
    }
#container a.slidei {
    background:url(Pic/images6-jewels/baby-savanna_0178-1_s.jpg);
    height:100px;
    width:100px;
    }
#container a.slidej {
    background:url(Pic/images6-jewels/jewels_06-may-2009-1_s.jpg);
    height:100px;
    width:150px;
    }
#container a.slidek {
    background:url(Pic/images6-jewels/jewels2_06-may-2009-1_s.jpg);
    height:100px;
    width:150px;
    }

#container a.slidem {
    background:url(Pic/images6-jewels/jewels3_06-may-2009-1_s.jpg);
    height:100px;
    width:150px;
    } 
   
    
 
  
/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
   /* width:198px;*/
    width:320px;
   /* height:386px*/
    height:400px;
    }
#container li {
    float:left;
    }
  
  
/* move the thumbnails into the correct position */
#container ul {
    margin:5px;
    float:right;
    }
  

/* change the thumbnail border color */
#container a.gallery:hover {
   /* border:1px solid #fff; */
    border:1px solid #FF0000;
    }

/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute;
    /*width:372px;*/
   /* width:450px; */
   /* height:375px; */
      width:500px; 
      height:485px; 
 
    top:50px;
    /*left:75px;*/
    left:15px;
   /* color:#000 */
    color:#FF0000;
    background:#fff;
    }


#container a.gallery:hover img {
    border:1px solid #fff;
    float:left;
    margin-right:5px;
    }

#container a.slideb:hover img, #container a.slidei:hover img {
    float:right;
    }

    
 #container {
    background:#fff url(Pic/images2/ridingring3_facility4-web-bg.jpg) 75px 50px no-repeat;
    }
 
 
 /* END STYLE FOR THE WEB PHOTO GALLERY  */
 
 

