/*
-x	style.css
-x	copyright (c) 2009, the Web Building Company. All rights reserved.
-x	
-x	http://
-x	site version: 0.0.1

------------------------------------------------- N O T E S -------------------------------------------------
-x 	Little Treasures
-x 	
-x 

-------------------------------------------------------------------------------------------------------------*/
html{
	background-color:	#FFFEDB
	}
#container{
	text-align: 		left;
	background:		 	url(../images/bodySlice.jpg) repeat-y;
	font-family:		Tahoma, sans-serif, arial;
}
/***************   HEADER   ********************************************************/
#header{
	background:		 	url(../images/header.jpg) no-repeat;
}

/***************   NAVIGATION   ****************************************************/
#main_nav{
	margin:				auto;
	text-align: 		center;
	width:				140px;
}
#main_nav li a{
	text-decoration:	none;
	color:				white;
	font-family:		Tahoma, sans-serif, arial;
	font-size:			108%;
}
#main_nav li a:hover{
	text-decoration:	underline;
}
#main_nav li {
	padding:			15px 0 15px 0;
}
#main_nav ul{
	list-style-type:	none;
	margin:				0;
	width:				139px;
	text-align:			center;
}
#main_nav img{
	padding:			10px 0 10px 0;
}
.navTop{
	background:		 	url(../images/navTop.png) no-repeat;
	height:				15px;
	padding:			0 0 0 0;
}
.navSlice{
	background:		 	url(../images/navSlice.png) repeat-y;
}
.navBottom{
	background:		 	url(../images/navBottom.png) no-repeat;
	height:				15px;
}
#shft{
	position:			absolute;
	bottom:				12px;
	left:				0;
	width:				100%;
	height:				50px;
}
#sub_nav{
	padding-top:		10px;
	margin-bottom:		-15px;
	float:				left;
	width:				100%;
	overflow:			hidden;
	position:			relative;
}
#sub_nav ul{
	clear:				left;
	float:				left;
	position:			relative;
	margin:				0;
	padding:			0;
	left:				50%;
	text-align:			center;
}
#sub_nav li{
	display:			block;
	float:				left;
	position:			relative;
	right:				50%;
}
#sub_nav li a{
	display:			block;
	text-decoration:	none;
	padding:			0 15px 0 15px;
	color:				#242424;
	font-size:			108%;
}
#sub_nav li a:hover{
	text-decoration:	underline;
}
/**************   CONTENT   **********************************************************/
#content{

}
h1{
	font-family:		Tahoma, sans-serif, arial;
	font-size:			197%;
	font-weight:		500;
	text-align:			right;
	color:				white;
	padding:			0px 0 20px 0;
	margin:				0 0 0 50px;
}
h2{ 
	font-family:		Tahoma, sans-serif, arial;
	font-size:			197%;
	font-weight:		500;
	text-align:			right;
	color:				white;
	padding:			0px 0 20px 0;
	margin:				0 0 0 50px;
}
#main_content ul li{
	list-style-type:  	circle;
	list-style-position:inside;
	margin:				20px 0 10px 10px;
}
p{
	text-align:			justify;
	margin:				0 0 15px 10px;
	line-height:		16pt;
}
em{
	font-style:			italic;
}
#bee{
	position:			absolute;
	top:				-5px;
	left:				0;
	background:		 	url(../images/bee.png) no-repeat;
	height:				50px;
	width:				50px;
}
#butterfly{
	position:			absolute;
	top:				150px;
	left:				575px;
	background:		 	url(../images/butterfly.png) no-repeat;
	height:				50px;
	width:				50px;
	z-index:			1;
}
#strong{
	font-weight:		bold;
	color:				white;
}
#col1 { width: 30%; }
#col2 { width: 70%; }
#col3 { width: 30%; }
#col4 { width: 70%; }
th, td{
	font-family:		sans-serif, Tahoma, arial;
	font-size:			10pt;
	color:				#313131;
	text-align:			center;
	padding:			5px 0 5px 0;
	border:				1px solid white;	
}
thead th, tfoot{
	font-weight:		bold;
}
tfoot td{font-size:		11pt;}
th{	font-style:			normal;}
/***************   FOOTER   ************************************************************/
#footer{
	position:			relative;
	background:		 	url(../images/footer.jpg) no-repeat;	
	text-align:			center;
	margin:				auto;
	margin-bottom:		0px;
}
.blank{
	height:				100px;
	width:				100%;
}
#testimonial{
	position:			relative;
	margin-top:			0px;
	text-align:			center;
	width:				576px;
	color:				#313131;
	z-index:			10;
	margin:				auto;
}
.footerTop{
	background:		 	url(../images/footerTop.png) no-repeat;
	height:				133px;
	padding:			0 0 0 0;
}
.footerSlice{
	background:		 	url(../images/footerSlice.png) repeat-y;
}
.footerBottom{
	background:		 	url(../images/footerBottom.png) no-repeat;
	height:				81px;
	width:				100%;
	margin-top:			0px;
}
#copyright a, #copyright p{
	color:				#D0CECF;
	font-size:			8pt;
	text-align:			right;
}
#copyright a:hover, #copyright p:hover{
	color:				black;
}


/****************************************************************************************/


