/* CSS Document */

	body {
		text-align:center;
		background:url(images/background/pageback.jpg) repeat-x;
		font-family: georgia,"times new roman",times,serif;
		padding-bottom:10px;
		margin:0;
		}
	
/****** Layout Divs ******/
	
	#frame {
		width:757px;
		margin-right:auto;
		margin-left:auto;
		text-align:left;
		}
		
	#maincontent {
		background:url(images/background/contentback.jpg) no-repeat;
		width:757px;
		margin:0;
		padding:0;
		/**overflow: auto;**/
	}
	
	#menu {
		height:30px;
		background-color:#87c1ec;
		margin:0 10px 0 10px;
	}
			
	#contentleft {
		width:305px;
		padding:0 0 0 10px;
		float:left;
		background:url(images/background/leftbackcont.jpg) repeat-y;
		background-position:10px 10px;
		}
		
	#inner {
	background:url(images/background/leftbackcont.jpg) repeat-y;
		background-position:10px 10px;
	}
	
	#contentcenter {
		width:442px;
		padding:0px;
		float:right;
		}
		
	#footer {
		background-color: #c2daea;
		margin:0 7px 0 7px;
		border-bottom:2px solid #98bcd8;
		height:30px;
	}

/****** Footer Style ******/

	#footer p, #footer a {
		font-size:12px;
		color: #789cb5;
	}
	
	#footer a:hover {
		color:black;
	}
	
	#footer p {
		padding:5px;
		margin:0 5px 0 5px;
	}
	
	#design {
		float:left;
	}	
	
	#smallmen {
		float:right;
	}	

/****** Menu Style ******/

	div#navcontainer {
		background-color: #1F00CA;
		margin:0 10px 0 10px;
		background:url(images/background/navoff.jpg) bottom repeat-x;
		border-bottom:2px solid #87c1ec;
	}
	
	div#navcontainer ul {
		font-size:12px;
		font-weight:bold;
		color: white;
		text-align: center;
		margin: 0;
		padding-bottom: 5px;
		padding-top: 6px;
	}
	
	div#navcontainer ul li {
		display: inline;
		margin-left: -4px;
	}
	
	div#navcontainer ul li a {
		padding: 5px 10px 5px 10px;
		color: white;
		text-decoration: none;
		border-right: 1px solid #87c1ec;
	}
	
	div#navcontainer ul li a:hover {
		background:url(images/background/navon.jpg) bottom repeat-x;
	}
	
	#active a { border-left: 1px solid #87c1ec; }
	
	ul, ul li {
		margin:0;
		padding:0;
	}

/****** Paragraph Style **********/

	p {padding:0px 15px 5px 10px;margin-bottom:0;color:#818181;font:normal 14px/20px georgia,"times new roman",times,serif;}
		
	td p{padding:0;margin:0;font:normal 12px/16px georgia,"times new roman",times,serif;}

	a {color:#5889aa;}
	a:hover {color:black;}
	
	.section {
		background:url(images/background/divfade.jpg) no-repeat top left;
		margin:0 10px 10px 13px;
	}
	
	.endsection {
		background:url(images/background/divbot.jpg) no-repeat center bottom;
		height:11px;
		margin:10px 0 10px 0;
	}

/****** Products Style ******/

	h3 {color:#818181;font-size:12px;padding:0px 15px 0 10px;margin-bottom:0;}
	div#products ul{margin-left:10px;}
	div#products ul li {
		font-size:10px;
		list-style-type:none;
		padding:0;
		color:#818181;
	}
	
	#goleft {float:left;margin-left:10px;margin-top:20px;}
	#goright {float:right;margin-right:20px;margin-top:20px;}
	
/****** Form Style ******/

	.button {
		margin:5px;
		text-align:center;
		color:#3C6177;
	}
	
	.inputc {
		width:250px;
	}

/******* Heading Style ******/
	
	#contentheader h1 {
		background:url(images/background/header.jpg) no-repeat;
		margin:0;
		padding:0;
		width:757px;
		height:224px;
		text-indent:-2000px;
		}
	
	h2 {
			margin:20px 0 15px 0;
			padding:0;
			width:319px;
			height:31px;
			text-indent:-2000px;
	}
	
	h2#welcome {background:url(images/background/welcome.jpg) no-repeat;}
	h2#family {background:url(images/background/family.jpg) no-repeat;}
	h2#products {background:url(images/background/products.jpg) no-repeat;}
	h2#contact {background:url(images/background/contact.jpg) no-repeat;}

/****** Clearing Div ******/

	.clear {
		clear:both;
		margin-top:-1px;
		height:1px;
		overflow:hidden;
	}
	