body {
	font-family: Helvetica, Arial, Verdana;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	line-height: 18px;
	margin-top: 0px;
	background-color: #C1DEF5;
}

h1 {
	background-image: url(../images/layout/header_bkgd.jpg);
	background-repeat: no-repeat;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	margin: 4px 0 15px 0;
	padding: 7px 0 6px 40px;
	text-transform: lowercase;
	letter-spacing: 1px;
}

h2 {
	font-size: 14px;
	font-weight: bolder;
	color: #466882;
	margin-bottom: 10px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 0px;
}
address {
	font-style: normal;
}
.textborder {
	background-image: url(../images/textborder.gif);
	background-repeat: no-repeat;
	color: #67A1D3;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	min-height: 30px;
}

.price {
	font-size: 13px;
	font-weight: bolder;
	color: #669439;
	margin-bottom: 10px;
}

/*** Form Styles ***/

.form {
	font-size: 13px;
	font-weight: bolder;
	margin-bottom: 4px;
}

.error {
	color: #FF9900;
	font-weight: bold;
}

/*** Photo Image Styles ***/

#rtphotoarea {
	background-color: #CC9047;
	margin: 3px 0px 10px 10px; 
	width: 201px;
	float: right;
	padding: 0px;
}
.photocaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	padding: 0px 8px 0px 8px;
	line-height: 22px;
}
.smphotocaption {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	padding: 0px 8px 0px 8px;
	line-height: 15px;
}

.imagespacert {
	margin-bottom: 10px;
	margin-left: 5px;
	float: right;

	
}
.imagespacelt {
	
	margin-bottom: 100px;
	margin-right: 5px;
    float: left;
}

.productlt {
	margin-bottom: 40px;
	margin-right: 40px;
    float: left;
}

.product_list {
	clear: left;
}
/*** Featured Products (Home Page) Styles ***/

.featuredproducts {
	width: 192px;
	border-spacing: 0;
	table-layout: fixed;
	margin-bottom: 5px;
	border: solid 1px #336699;
}
.featuredheaders {
	margin: 0px;
	background-image: url(../images/layout/th_background.jpg);
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	padding: 2px 3px 2px 10px;
	vertical-align: top;
	line-height: 15px;
}
.featuredheaders a:link, 
.featuredheaders a:visited,
.featuredheaders a:active {
	color: #FFF;
	text-decoration: none;
}
.featuredheaders a:hover {
	color: #FFF;
	text-decoration: underline;
}
.featuredtext {
	vertical-align: top;
	background-color: #D9E5CF;
	color: #4B7128;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin: 0px;
	padding: 6px;
}

.featuredbutton {
	vertical-align: top;
	background-color: #D9E5CF;
	color: #4B7128;
	padding: 6px;
	padding-right: 15px;
}

/*** Table Styles ***/

th {
	background-color:#D9E5CF;
	font-size: 14px;
	font-weight: bolder;
	color: #466882;
	margin-bottom: 3px;
}

/*** Lists Styles ***/

ol {
	font-weight: bold;
	font-size:13px;
	color: #466882;
}
ol li {
	margin-bottom: 10px;
}
ol p {
    font-weight: normal;
	color: #666666;
	font-size:12px;
  	margin: 0px;
}
