﻿body {
	margin:0;
	padding:0;
	width:100%;
	background:#e7eaec;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size: 63.5%;
	font-family: "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#003939;
	background-color:#e7eaec;

}
h1, h2, h3 {
	margin:0;
	padding:0;
	font-weight:bold;
	
}
p {
	
	margin:0;
	padding:0;

}
a:link {color:#369;}    /* unvisited link */
a:visited {color:#659; text-decoration:none;} /* visited link */
a:hover {color:#99CCFF}   /* mouse over link */
a:active {color:#99CCFF}  /* selected link */

img {
		border-style:none;
}

#header {
	float:left;
	width:100%;
	padding:0;
	margin:0;
/*	background-color:#e7eaec;*/
}
#logo {
	
	border-style:none;
	
}
#store a:link {color:#b53c40}    /* unvisited link */
#store a:visited {color:#b53c40} /* visited link */
#store a:hover {color:#f00}   /* mouse over link */
#store a:active {color:#f00}

#centeredmenu {
	float: left;
	width: 100%;
	background: #e7eaec;
	overflow: hidden;
	position: relative;
}
#centeredmenu ul {
   clear:left;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   left:50%;
   text-align:center;
   
}
#centeredmenu ul li {
   display:block;
   float:left;
   list-style:none;
   margin:0;
   padding:0;
   position:relative;
   right:50%;
   
}
#centeredmenu ul li a {
   display:block;
   margin:0 0 0 1px;
   padding:3px 1px;
  /* background-color:#e7eaec;*/
  /* color:#000;*/
   text-decoration:none;
   line-height:1.3em;
	/*text-transform:uppercase;*/
}
#centeredmenu a:link {color:#393939}    /* unvisited link */
#centeredmenu a:visited {color:#393939} /* visited link */
#centeredmenu a:hover {color:#393939}   /* mouse over link */
#centeredmenu a:active {color:#393939}  

#centeredmenu ul li a:hover {
	background: #99CCFF;
	color: #fff;
}
#centeredmenu ul li a.active,
#centeredmenu ul li a.active:hover {
   color:#fff;
   background:#369;
   font-weight:bold;
}

#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:200px;
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-400px;
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 15px 0 415px;
	overflow:hidden;
}
#col1 {
	list-style: none;
	width: 100%;
	overflow: hidden;
}

#col1 h1 {
	color: #663900;
	padding-top: 0px;
	margin-bottom: 10px;
	font: bold 3.3em Georgia, "Times New Roman", Times, serif;
	
}
#col1 h2 {
	font-size: 1.8em;
	font-weight: normal;
	border-bottom: 1px solid #106A9B;
	margin-bottom: 5px;
	color: #663900;	
}

#col1 p {
	font-size: 1.4em;
	margin-bottom: 10px;
	font: Georgia, "Times New Roman", Times, serif;
	
}


#iconbullet h2 {
	font-weight:bold;
	font-size:large;

	/*color:#000;
*/
	border-bottom-style:none;
}
#iconbullet h2 a:link,
#iconbullet h2 a:visited {
	color:#369;
}
#iconbullet h2 a:active,
#iconbullet h2 a:hover {
	color:#99CCFF;
}

#iconbullet a{
	text-decoration:none;
	
	border-style:none;
}
#iconbullet img{
	padding:0px 10px 0px 0px;	
	border-bottom-style:none;
}

#iconbullet p {
	padding:0px;
	margin-top:0px;
}
#iconbullet p a {
	font-size:medium;
}
#iconbullet ul {
	font-size:medium;
}


#col2 {
	float:left;
	width:170px;
	position:relative;
	margin-left:-50%;
	left:215px;
	overflow:hidden;
}

#col2 img{
	margin-bottom:5px;
}

#col3 {
	float:left;
	width:170px;
	position:relative;
	left:15px;
	overflow:hidden;
}
#col3 img{
	margin-bottom:10px;
}



#footer {
	clear:both;
    float:left;
    width:100%;
	text-align:center;
	height: 582px;
	background: url(images/madera_n_figaros_treehouse.png) no-repeat;
	background-position: center top;

}
 
#footer p {
    padding:10px;
    margin:0;
	position:relative;
	top:570px;	

}

#legal {
	clear: both;
	text-align: center;
}

#legal a {
	font-weight: normal;
	
}

.date {
	color:#666666;
	font-weight: normal;
	font-size: 0.8em;
}
.quote {
	font-weight: normal;
	font-size: 0.9em;
	font-style:italic;
}
.quotenoti {
	font-weight: normal;
	font-size: 0.9em;
}

.personquoting {
	font-weight: normal;
	font-size: 0.9em;
	font-style: italic;
}

.purchaselinks a:link,a:visited {
	color:#b53c40;    /* unvisited link */
}
.purchaselinks a:hover, a:active{
	color:#f00;    /* unvisited link */
}
.footnote{
	font-size:x-small;
}

.nestedlist ul {
	list-style:	circle;
	font-weight:bold;
	font-size:medium;
}
.nestedlist ul ul {
	list-style:disc;
	font-weight:normal;
	font-size:90%;
}

table
{
	width:100%;
	position:relative;

}
table,th,td
{
	border:0px solid black;
}




