* {
	margin: 0px;
	padding: 0px;
}

html {
     overflow: -moz-scrollbars-vertical;

}

body {
	text-align: center;
	height: 100%;
	background-color: #f0f0f0;
	color: #000000;
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	background: #FFFFCC url('img/bg.jpg') repeat-x top left;
	min-height: 500px;	 
}

table{
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
}

a {
	color: #996600;
}

ol, ul {
	margin-left: 20px;
	padding-left: 10px;	
}

li {
	list-style-image:url(img/angel.gif);
	padding-bottom: 5px;
}

img.product{
	border:1px solid #72a143;
	padding:2px;
	background:#D5E5D8;
	max-width: 100px;
	width: expression(this.width > 100 ? 100: true);
	/* width: expression( document.body.clientWidth > 99 ? "100px" : "auto" ); sets max-width for IE */
	/* width: expression(Math.min(parseInt(this.offsetWidth), 100 ) + "px"); */
}

img.vproduct{
	border-top:0px;
	border-left:0px;
	border-bottom:2px solid #eee;
	border-right:2px solid #eee;
	padding-bottom:2px;
	padding-right:2px;
	background:#ccc;
}


.box {
	color: #996600;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #996600;
	background-color:#f9f5e5;
	padding: 2px 5px 2px 5px;
	cursor:pointer;
}

#page_header {
	background: #FFFFCC url('img/h_top.jpg') no-repeat;
	height: 160px;
}

#body_container {
	font-family: tahoma, arial, sans-serif;
	font-size: 12px;
	width: 790px;
	margin: 0 auto;
	/* background: #FFFFCC url('img/bg.jpg') repeat-x top left; */
}

#logo_h_l {
	padding-left: 20px;
	height: 39px;
	text-align: right;
}

#h_search {
	vertical-align: bottom;
	height: 70px;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 2px;
}

#menu_h {
	text-align: center;
	height: 40px;
	background: url('img/h_bg.jpg') repeat-x;	
}

#content_area {
	padding-top: 15px;
	padding-bottom: 10px;	
	width: 788px;
}

#welcome {
	background:url(img/welcomefooter.gif)  bottom right no-repeat;
	margin-left: 10px;
	padding: 15px 15px 15px 15px;
	background-color:#FFFF99;
	width: 300px;
	float: left;
	text-align: justify;
}

p.welcome {
	/* font-family:'Brush Script MT',Phyllis,'Lucida Handwriting',cursive; */
	font-family:'Lucida Casual', 'Comic Sans MS';
	color: #003366;
	font-size: 18px;
	font-weight: bold;
}

#slideshow {
	margin-right: 10px;
	padding: 0px 0px 0px 0px;
	width: 420px;
	float: right;	
}

#potw {
	background:url(img/potwfooter.gif)  bottom right no-repeat;
	margin-left: 10px;
	width: 300px;
	padding: 0px 15px 15px 15px;
	background-color:#f9f5e5;
	float: left;
	text-align: justify;
}

#potw_header {
	background:url(img/chk_grn_sqr.gif)  top left no-repeat; 
	font-family:'Lucida Casual', 'Comic Sans MS';
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;		
	height: 25px;
	color: #669900;
	font-size: 16px;
	font-weight: bold;
}

.potw_head_txt{
	text-align: center;
	font-family:'Lucida Casual', 'Comic Sans MS';	
	font-size: 14px;
	font-weight: bold;
	color: #003366;	
}

/**** INDEX NEW AREA (BELOW SLIDESHOW) ****/

#index_news {
	margin-right: 10px;
	padding: 0px 10px 0px 10px;
	width: 400px;
	float: right;	
	text-align: justify;	
	color: #000000;	
}

#index_news br {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}

#index_news img {
	margin-right: 10px;
	margin-bottom: 5px;
	border-color: #f9f5e5;
	border-width: 3px 3px 3px 3px;	
	margin-bottom: 10px;
}

.art_date {
	color: #003366;
	font-weight: bold;
}

#index_news a {
	color: #CC6600;
	font-weight: bold;	
}

#index_news_header {
	background:url(img/chk_org_sqr.gif)  top left no-repeat; 
	font-family:'Lucida Casual', 'Comic Sans MS';
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 25px;
	color: #CC6600;
	font-size: 16px;
	font-weight: bold;
}

/**** END OF INDEX NEW AREA ****/

#newsletter {
	margin-top: 5px;
	padding: 5px 5px 5px 5px;
	width: 490px;
	float: right;	
	text-align: justify;	
	color: #000000;	
	background-color: #FAFABC;
}

#newsletter_header {
	background:url(img/chk_grn_sqr.gif)  top left no-repeat; 
	font-family:'Lucida Casual', 'Comic Sans MS';
	margin-left: 0px;
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 25px;
	color: #669900;
	font-size: 16px;
	font-weight: bold;
}

#pgal {
	margin-right: 0px;
	padding: 5px 5px 5px 5px;
	width: 240px;
	float: right;	
	text-align: justify;	
	color: #000000;	
	background-color:#f9f5e5;	
}

#pgal img{
	margin-right: 5px;
}

#pgal a{
	font-size: 10px;
	text-align: left;
}

#pgal_header {
	background:url(img/chk_org_sqr.gif)  top left no-repeat; 
	font-family:'Lucida Casual', 'Comic Sans MS';
	padding-left: 30px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 25px;
	color: #CC6600;
	font-size: 16px;
	font-weight: bold;
}


#c_column {
	padding: 5px 5px 15px 10px;
	width: 500px;
	vertical-align: top;
	float: left;
	text-align: justify;	
}

#c_column a{
	color: #CC6600;
}

#c_column img{
	border: 0px;
	padding-right: 10px;
}

div.line_br {
	margin: 0px;
	padding: 10px 0px 0px 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}


#r_column{
	width: 250px;
	padding-right: 10px;
	padding-top: 10px;
	vertical-align: top;	
	float: right;
	text-align: justify;
}


.clearthis {
	margin : 0px;
	height : 1px;
	clear : both;
	float : none;
	font-size : 1px;
	line-height : 0px;
	overflow : hidden;
}
/* PRODUCTS PAGE ONLY XXXXXXXXXXXXXXXXXXXXXXXXX */

#products_c_column {
	padding: 5px 5px 15px 10px;
	width: 600px;
	vertical-align: top;
	float: left;
	text-align: justify;	
}

#products_c_column p.page_title {
	font-family:'Lucida Casual', 'Comic Sans MS';
	color: #996600;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

#products_r_column{
	width: 150px;
	padding-right: 10px;
	padding-top: 10px;
	vertical-align: top;	
	float: right;
	text-align: justify;
}

#products_r_column_box{
	float: right;
	width: 150px;
	text-align: center;
	border: 1px solid #996600;
	padding-bottom: 5px;	
	font-size: 11px;
}

#products_r_column_box_header{
	padding: 5px 5px 5px 5px;
	background-color:#f9f5e5;
	color: #CC6600;
	font-size: 12px;
	font-weight: bold;
	
}

/* END of PRODUCTS PAGE ONLY XXXXXXXXXXXXXXXXXXXXXXXXX */

p.page_header {
	font-family:'Lucida Casual', 'Comic Sans MS';
	color: #003366;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

p.page_title {
	font-family:'Lucida Casual', 'Comic Sans MS';
	color: #996600;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

p.page_date {
	font-family:'Lucida Casual', 'Comic Sans MS';
	color: #999999;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

p.para_header {
	font-family:'Lucida Casual', 'Comic Sans MS';
	color: #996600;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

p.related {
	font-family:'Lucida Casual', 'Comic Sans MS';
	color: #996600;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	text-decoration: underline;
}

#art_img {
	width: 120px;
	margin-left: 5px;
	float: right;	
	color: #996600;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #996600;
	background-color:#f9f5e5;
}

#page_options {
	margin-left: 5px;
	float: right;	
	color: #996600;
	font-family: Arial, Helvetica, sans-serif;
}

#page_options img{
	border: none;
}

p.img_txt {
	font-size: 10px;
	padding: 2px 2px 2px 2px;
	font-style: italic;
}

/* for footer only */

#page_footer {
	width: 790px;
	background-color: #CEC7B4;
	padding-top: 20px;
	padding-bottom: 10px;
	color: #666666;
}

#page_footer_top {
	background: #FFFFCC url('img/f_top.jpg') repeat-x;
	width: 790px;
	height:15px;
}
#page_footer_bottom {
	width: 790px;
	background: #FFFFCC url('img/f_bottom.jpg') repeat-x bottom;
}

#page_footer a{
	color: #330000;
	text-decoration: none;
}

#footer_links {
	float: right;
	width: 500px;
	padding-left: 20px;
	padding-top: 0px;
	vertical-align: top;
	text-align: left;
}

#subscribe {
	background:url(img/chk_org.gif)  top left no-repeat;  background-position:5 5px; 
	float: left;
	text-align: left;
	font-family:'Lucida Casual', 'Comic Sans MS';	
	font-size: 14px;	
	width: 230px;
	margin-left: 15px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;	
	vertical-align: top;
	background-color:#f9f5e5;
	border:1px solid #CCCCCC;
}

#subscribe p {
	padding-bottom: 5px;
}

input[type="text"]{
	padding: 0px;
	height: 15px;
	font-family: Tahoma, Arial;
	font-size: 12px;
	border: 1px solid #808080;
	margin-bottom: 2px;
}

select {
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: #808080;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}
