@charset "UTF-8";
/* CSS Document */

body {
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color:#e0d5bd;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
	}
 
	

 #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	
}
 #toptext {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 40px;
	background-color:#FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	
}
 #header {
	background: none; 
	background-color:#e0d5bd;
	margin-top:30px;
	
}
 #logo {
	background: none;   
	margin:auto;
	height:255px;
	width:900px;
}
 #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
 #mainContent {
	margin-left:20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:860px;
	height:600px;
	background-color: #FFF;

}
 #secondContent {
	background: none;
	margin-left:20px;
	width:860px;
	height:1250px;
	line-height: 20px;
	background-color: #FFF;
	color:#000;
}
 #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #FFF;
	width: 900px;
	height:105px;
	}
 .facebooklink {
	background: #FFF;
	width:300px;
	height:90px;
	float:right;
	text-align:right;
	margin-top:10px;
	padding-right:10px;
	}
 .footerinfo {
	background: #FFF;
	width:400px;
	height:95px;
	float:left;
	margin-top:5px;
	padding-left:10px;
}
 #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:10px;
}
#homeimage {
	background: #FFF;   
	width:345px;
	height: 0px;
	margin-top:0px;
	color:none;
	text-decoration:none;
	margin-right:16px;
	position: static;
	line-height: 20px;
	padding-top: 10px;
}
#maininfo {
	background: #FFF;
	margin-left:380px;
	margin-right:20px;
	height:600px;
	width:500px;
	margin-top:15px;
	position: static;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	left: 126px;
	top: 365px;
}
#maininfo2 {
	background: #FFF;
	height:50px;
	width:480px;
	margin-top:85px;
	position: static;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	float: left;
	font-size: 14px
}
#maininfo3 {
	background: #FFF;
	height:400px;
	width:800px;
	margin-top:15px;
	margin-left: 25px;
	position: static;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	float: left;
	font-size: 16px
}
#homeimage a:link {
	color:none;
	text-decoration: none;
	border:none;
}
#homeimage a:hover {
	color:none;
	text-decoration: none;
	border:none;	
	}
#homeimage a:active {
	color:none;
	text-decoration: none;
	border:none;
}
#maininfo p{
	font-size:12px;
	line-height:17px;
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	}
#maininfo h1{
	font-size:12px;
	line-height:17px;
	text-align:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;	
	}
#maininfo li{
	font-size:12px;
	line-height:17px;
	text-align:left;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	list-style-position: inside;
	list-style-image: url(images/star.jpg);
	}
#maininfotitle {
	width:350px;
	height:30px;
	margin-top:0px;
	
}
#maininfo h1{
	font-size:13px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
}

#subinfo {
	background: #FFF;   
	height:540px;
	width:900px;
	padding-top:15px;
	padding-bottom:15px;
	
	
}
#subinfo p{
	font-size:12px;
	line-height: 15px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;	
}
#subinfo1 {
	background: #FFF;
	height:540px;
	width:379px;
	border-right: #9b5025 1px solid;
	float:left;
	display:inline;
	padding-right:35px;
	padding-left:35px;
}
#subinfo2 {
	background: #FFF;   
	height:500px;
	width:359px;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: 320px;
	padding-right: 20px;
	border-right: #9b5025 1px solid;
	text-align:left;
	position:absolute;
}
#subinfo3 {
	background: #FFF;
	height:540px;
	width:379px;
	float:left;
	display:inline;
	padding-right:35px;
	padding-left:35px;	
}
 #mainContentbook {
	background: none;
	width:900px;
	height:498px;
	margin-top:30px;

}
 #testimonials {
	background: #FFF;
	width:900px;
	height:auto;
	margin-top:30px;
	}
	
 #video {
	background: #FFF;
	width:900px;
	padding-top:30px;
	text-align:center;
	height:550px;
	}
	 #articles p {
	color:#000;
	font-size:14px;
	text-align:left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;	
	}
	 #articles a {
	color:#000;
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	text-decoration: underline;
	font-weight:normal;
	}
	
 #articles {
	width:350px;
	height:30;
	float:left;
	display:inline;
	text-align:left;
	
	}
	 #articles2 p {
	color:#000;
	font-size:12px;
	text-align:left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;	
	}
	 #articles2 a {
	color:#000;
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	text-decoration: underline;
	font-weight:normal;
	}
	
 #articles2 {
	width:350px;
	height:100;
	float:left;
	display:inline;
	text-align:left;
	padding-left:20px;
	}
	 #articlescontainer {
	width:900px;
	height:160px;

	}
		 #articlessmaller {
	width:900px;
	height:60px;

	}
 #quote {
	background: #FFF;
	width:800px;
	height:auto;
	padding-right:50px;
	padding-left:50px;
	padding-bottom:10px;
	padding-top:15px;
	border-bottom: #999 solid 1px;
	}
 #quote h1 {
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:20px;
	font-style: italic;
	text-align:left;
	font-weight: normal;	
	}
 #quote p {
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	text-align:right;
}

#footer a:link {
	color: #000;
	text-decoration: underline;
	border:none;
	}

#footer a:hover {
	color: #039;
	text-decoration: underline;
	border:none;
	
	}

#footer a:visited {
	color: #039;
	text-decoration: underline;
	border:none;
}
#subinfobook {
	background: #FFF;   
	height:410px;
	width:800px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right:auto;

	
}#subinfobook p{
	font-size:12px;
	text-align:left;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif "Arial Black", Gadget, sans-serif;
	font-style: italic;
	
	}

#maininfo a:link {
	color: #000;
	text-decoration: underline;
	border:none;
	}

#maininfo a:hover {
	color: #039;
	text-decoration: underline;
	border:none;
	
	}

#maininfo a:visited {
	color: #039;
	text-decoration: underline;
	border:none;
} 
#clickon {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: #FFF;
	height:150px;
	width:880px;
	text-align:center;
	}
	 
#clickon p{
	font:Verdana, Geneva, sans-serif;
	font-size:14px;
	text-align:center;
}
	#buy {
	background: #FFF;
	height:43px;
	width:97px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
}
	#buy2 {
	background: #FFF;
	height:43px;
	width:97px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
}
#next {
	background: #FFF;
	height:450px;
	width:45px;
	float:right;
	cursor:pointer;
}#previous {
	background: #FFF;
	height:450px;
	width:45px;
	float:left;
	cursor:pointer;
}
#links {
	margin-top: 0px;
	font-size:13px;
	font-family: "Trebuchet MS", "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #FFF;
	text-align:center;
	text-decoration:none;
	color:#FC6;
	height:24px; 
	background-color:#963919; 
	border-top:1px solid #FC6; 
	border-bottom:1px solid #FC6;
	padding-top: 10px;
	width:900px;
}
#links a { font: normal 13.0000px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #FC6; text-decoration: none; }
#links a:hover { font: normal 13.0000px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #FFF; text-decoration: none; }

#subinfoa {
	background: #FFF;
	height:45px;
	width:900px;
	border-bottom: #9b5025 1px solid;
	padding-top: 20px;
	padding-bottom: 5px;
	text-align:left;

}
#subinfoa a{
	font-size:12px;
	text-align:center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif "Arial Black", Gadget, sans-serif;
	font-style: italic;	
	color:#000;
	}
#subinfob {
	background: #FFF;
	height:45px;
	width:900px;
	padding-top: 20px;
	padding-bottom: 5px;
	text-align:left;
}
#subinfob a{
	font-size:12px;
	text-align:center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif "Arial Black", Gadget, sans-serif;
	font-style: italic;	
	color:#000;
}
#subinfoc {
	background: #FFF;
	height:45px;
	width:900px;
	padding-top: 20px;
	padding-bottom: 5px;
	text-align:left;
	

}
#subinfoc a{
	font-size:12px;
	text-align:center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif "Arial Black", Gadget, sans-serif;
	font-style: italic;	
	color:#000;
}

#slideshow2 {  
    position:relative;
    height:500px;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #a0968a;
	font-size:13px;
	text-align:center;
	margin-top:50px;
	margin-bottom:10px;
}

#slideshow2 DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 500px;
    background-color: #FFF;
}

#slideshow2 DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow2 DIV.last-active {
    z-index:9;
}

#slideshow2 DIV IMG {
    height: 600px;
	width:800px;
    display: block;
    border: 0;
	}


 #article3 {
	width:900px;
	height:auto;
	text-align:center;
 }
#container p {
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #A94B27;
}

