
body {
	background-image: url(../utilities/calico-back.jpg);
	background-repeat: repeat;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	margin: 0;
}

a {
	color: #0051bd;
	text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
		}

.text {
	width: 475px;
	float: left;
	}

.pullframe {
	width: 230px;
	float: right;
	margin-top: 20px;
	}
	
	.sidebar {
		float: right;
		width: 230px;
		margin-bottom: 10px;
		}
		
	.sidebar2 {
		border: 1px #999 solid; 
		padding: 3px 10px;
		float: right;
		width: 210px;
		margin-bottom: 10px;
		}

.pull {
	background-color: #DDD;
	border: 1px #BBB solid;
	padding: 3px 10px;
	width: 210px;
	float: right;
	margin-bottom: 20px;
	}
	
	.pull ul {
		padding-left: 20px;

		}
	
.quote {
	background-color: #DDD;
	background-image: url(../utilities/quilt-trans.png);
	background-position: center;
	background-repeat: no-repeat;
	border: 1px #BBB solid;
	padding: 8px 15px;
	width: 210px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #777;
	font-style: italic;
	line-height: normal;
	text-align: right;
	margin-bottom: 20px;
	}
	
h1 {
	font-size: 24pt;
	font-family: "Trebuchet MS";
	color: #0051bd;
	border-bottom: 6px #AAA dotted;
	padding-bottom: 10px;
	}
	
	h1 a {
		color: #0051bd;
		}

h2 {
	font-family: "Trebuchet MS";
	color: #72ac23;
	font-weight: normal;
	margin-bottom: 0px;
	font-size: 14pt;
	font-style: italic;
	}
	
	h2 a {
		color: #72ac23;
		}
	
	#feature h2 {
		color: #fff;
		}

#frame {
	text-align: left;
	margin: 0px auto;
	}

#title {
	background-image: url(../utilities/calico-title.jpg);
	background-repeat: no-repeat;
	height: 168px;
}

	#logo {
		position: relative;
		top: 70px;
		right: 45px;
		width: 182px;
		height: 130px;
		float: right;
		}
		
#shadow-lt {
	background-image: url(../utilities/shadow-lt.png);
	background-repeat: repeat-y;
	border-right: 1px #333 solid;
}
#shadow-rt {
	background-image: url(../utilities/shadow-rt.png);
	background-repeat: repeat-y;
	border-left: 1px #333 solid;
}
.body, #body {
	background-color: #FFFFFF;
	padding: 20px;

}

#nav {
/*height: 168px;*/

}
	.nav {
		height: 158px;
		border-right: 1px #ea7a7d solid;
/*		display: block;*/
		float: left;
		padding: 0 10px 10px;
		}
	.hide {
		display: none;
		}
	#nav1:hover { 
		background-image: url(../utilities/nav-welcome-on.png); }
	#nav2:hover { 
		background-image: url(../utilities/nav-about-on.png); }
	#nav3:hover { 
		background-image: url(../utilities/nav-testimonials-on.png); }
	#nav4:hover { 
		background-image: url(../utilities/nav-order-on.png); }
	#nav5:hover { 
		background-image: url(../utilities/nav-faq-on.png); }
	#nav6:hover { 
		background-image: url(../utilities/nav-samples-on.png); }
	#nav7:hover { 
		background-image: url(../utilities/nav-more-on.png); }

li.text {
	margin-bottom: 10px;
	}

#feature {
	background-color: #72ac23;
	padding: 0 20px;
	color: #fff;
	background-image: url(../utilities/quilt-trans.png);
	background-repeat: repeat;
	background-position: center;
	}
	
	#feature a {
		color: #fff;
		}
	
	.col1, .col2, .col3 {
		float: left;
		width: 220px;
		clear: right;
		margin: 10px 15px;
		}
		
		.col2 {
			
			}
.imgleft {
	float: left;
	margin: 5px 5px 5px 0;
	border: 1px #555 solid;
	}
	
	.imgright {
	float: right;
	margin: 5px 5px 0 5px;
	border: 1px #555 solid;
	}
	
.noborder {
	border: 0px;
	}

#feature .imgleft, #feature .imgright {
	border: 1px #fff solid;
	}
	
#footer {
	background-image: url(../utilities/shadow-bm.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #555;
	color: #fff;
	padding: 5px;
	text-align: center;
	}
	
	#footer a {
		color: #fff;
		}

#search {
	background-image: url(../utilities/shadow-top.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #555;
	color: #DEE;
	padding: 5px;
/*	font-size: 8pt;*/
	}
	
	#search a, #search a:visited, #search a:active {
		color: #DEE;
		}
	
/*	#search a:hover {
		border-bottom: dotted 1px #fff;
		text-decoration: none;
		}*/
	
	#search input {
		font-size: 7pt;
		}
	
.smalltext {
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	}
	
	.quote .smalltext {
		color: #000;
		}

.bigtext {
	font-size: 14px;
	}

.text p, .text ul, .text hr {
	margin-left: 30px;
	}

.grey {
	color: #777;
	}

.textborder {
	border: 1px #777 dotted;
	padding: 5px;
	}

.question {
	border-bottom: 1px #777 dotted;
	}
	
	
