body{
	font-family:arial, sans-serif;
	/*background-color:#DEF;*/
	background:url(../images/misc/page_background.jpg);
	text-align:center;
	padding:0px;
	padding-top:10px;
	margin:0px;
	font-size:11pt;
}

/* WRAPPERS */
.total_wrapper{
	width:997px;
	background:url(../images/misc/mainpage_background.jpg) no-repeat;
	background-color:#FFF;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	overflow:hidden;
	border:1px solid green;
}
.header_wrapper{
	width:997px;
	height:150px;
	float:left;
	/*background-color:#FFF;*/

}
.nav_wrapper{
	width:173px;
	/*background-color:#FFF;*/
	float:left;
	border-left:solid #4EA700 1px;
	border-right:solid #4EA700 1px;
}
.nav_wrapper_top{
	width:175px;
	height:20px;
	float:left;
	background:url(../images/misc/nav_wrapper_top.png) no-repeat;
}
.nav_wrapper_bottom{
	width:175px;
	height:75px;
	float:left;
	background:url(../images/misc/nav_wrapper_bottom.png) no-repeat;
	
}
.content_wrapper{
	width:797px;
	/*background-color:#FFF;*/
	float:left;
	padding-right:15px;
	/*min-height:350px;*/
}
.page_full_wrapper{
	width:997px;
	/*background-color:#FFF;*/
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	/*min-height:600px;*/
	height:100%;
}
.footer_wrapper{
	width:997px;
	color:#777;
	text-align:center;
	/*background-color:#DEF;
	float:left;*/
	margin: 0 auto;   /* align for good browsers */ /* counter the body center */
	overflow:hidden;
}
.product_box_wrapper{
	width:600px;
	/*background-color:#FFF;*/
	/*margin: 0 auto;    align for good browsers */
	/*text-align: left;  counter the body center */
	padding-top:50px;

	float:left;
}
.right_banner_wrapper{
	width:250px;
	float:left;
}
.news_feed{
	width:185px;
	/*background-color:#FFF;*/
	float:left;
	padding-left:7px;
	
	/*position:absolute;
	top:145px;
	right:150px;*/
}
.page_wrapper_left{
	width:180px;
	float:left;
	padding-left:5px;
	/*background-color:#FFF;*/
}
.page_wrapper_right{
	width:195px;
	float:left;
	/*background-color:#FFF;*/
}
.index_slideshow{
	width:772px;
	height:250px;
	/*background-color:#FFF;*/
	float:left;
	/*padding-bottom:15px;*/
	padding-left:35px;
}
.product_wrapper{
	width:797px;
	/*background-color:#FFF;*/
	float:left;
	padding-left:14px;
	padding-bottom:15px;
}
.product_display_wrapper{
	width:772px;
	float:left;
	padding-right:10px;
	padding-top:75px;
	padding-left:28px;
}
.feed_wrapper{
	width:787px;
	/*background-color:#FFF;*/
	float:left;
	/*padding-left:10px;
	border:1px solid #4FA800;*/
}
.top_menu_wrapper{
	width:220px;
	height:45px;
	padding-top:15px;
	padding-left:10px;
	background:url(../images/misc/top_menu_background.jpg) no-repeat;
	background-color:#FFF;
	color:green;
	float:left;
	display:block;
}
.phone_wrapper{
	width:250px;
	/*background-color:#FFF;*/
	color:#000;
	font-size:13pt;
	font-weight:bold;
	float:left;
	height:45px;
	padding-top:15px;
}
/* NAV LINKS */
/* MOSTLY DEPRECATED - links now blue with underline */
a{
	/*color:#4FA800;
	text-decoration:none;*/
}
a:hover{
	/*color:#8FE840;
	text-decoration:underline;*/
}
.nav_item{
	width:150px;
	padding-left:20px;
	float:left;
	/*background-color:#FFF;*/
	font-size:9pt;
	display:inline;
	padding-bottom:5px;
}

.nav_item a{
	/*color:#4FA800;
	text-decoration:none;*/
	font-weight:bold;
}
.nav_item a:hover{
	/*color:#8FE840;
	text-decoration:underline;*/
}
.nav_item_divider{
	width:185px;
	line-height:22px;
	padding-left:20px;
	float:left;
	background:url(../images/misc/nav_divider_background.png)no-repeat;
	/*background-color:#FFF;*/
	font-size:10pt;
	padding-bottom:5px;
}

.nav_item_divider a{
	/*color:#4FA800;
	text-decoration:none;*/
	font-weight:bold;
}
.nav_item_divider a:hover{
/*	color:#8FE840;
	text-decoration:underline;*/
}
.nav_item_shop{
	width:150px;
	padding-left:40px;
	float:left;
	/*background-color:#FFF;*/
	font-size:9pt;
}

.nav_item_shop a{
	/*color:#4FA800;
	text-decoration:none;*/
	font-weight:bold;
}
.nav_item_shop a:hover{
	/*color:#8FE840;
	text-decoration:underline;*/
}
.footer_wrapper a{
	color:#777;
	text-decoration:none;
}
.footer_wrapper a:hover{
	color:#000;
	text-decoration:underline;
}

/*OTHER LINKS */
.folder_story_list a{
	color:#000;
	text-decoration:none;
	font-weight:bold;
}
.folder_story_list a:hover{
	color:#999;
	text-decoration:underline;
}
.story_list_title a{
	text-decoration:none;
	font-weight:bold;
	font-size:13pt;
	color:#4FA800;
}
.story_list_title a:hover{
	text-decoration:underline;
	font-weight:bold;
	font-size:13pt;
	color:#8FE840;
}
.cart_box a{
	text-decoration:underline;
	/*color:#333;*/
	font-weight:bold;
	font-size:13pt;
	color:#4FA800;
	display:block;
}
.cart_box a:hover{
	text-decoration:underline;
	background-color:#EEFFEE;
	display:block;
}
.cart_box a:hover img{
	border:1px black solid;
}
.news_box a{
	color:#4FA800;
	text-decoration:none;
}
.news_box a:hover{
	color:#8FE840;
	text-decoration:underline;
}
.specials_box a{
	color:#4FA800;
	text-decoration:none;
}
.specials_box a:hover{
	color:#8FE840;
	text-decoration:underline;
}
.top_nav_item{
	width:70px;
	float:left;
	font-size:10pt;
	text-align:center;
	font-weight:bold;
	display:block;
}
.top_nav_item a{
	width:70px;
	float:left;
	/*color:#4FA800;
	text-decoration:none;*/
	display:block;
}
.top_nav_item a:hover{
	width:70px;
	float:left;
	/*color:#8FE840;
	text-decoration:underline;*/
	display:block;
}
.top_nav_item_large{
	width:80px;
	float:left;
	font-size:10pt;
	text-align:left;
	font-weight:bold;
	padding-left:10px;
	padding-top:5px;
	display:block;

}
.top_nav_item_large a{
	width:80px;
	float:left;
	/*color:#4FA800;
	text-decoration:none;*/
	display:block;
}
.top_nav_item_large a:hover{
	width:80px;
	float:left;
	/*color:#8FE840;
	text-decoration:underline;*/
	display:block;
}
/* PAGE LAYOUTS */
.search_bar{
	width:250px;
	float:left;
	text-align:center;
	/*padding-top:100px;*/
	/*background-color:#FFF;*/
}
.cart_box{
	width:225px;
	float:left;
	/*background-color:#FFF;*/
	line-height:35px;
	padding-left:25px;
}
.banner_holder{
	width:745px;
	height:150px;
	/*background:url(../images/banners/header_banner.png);*/
	float:left;
	/*background-color:#FFA;*/
}
.product_box{
	width:220px;
	height:235px;
	/*padding-left:20px;
	background-color:#F2F;*/
	float:left;
	text-align:center;
	display:block;
}
.image_box{
	width:220px;
	height:200px;
	float:left;
}
.product_heading{
	width:220px;
	float:left;
	margin-bottom:5px;
}
.index_intro{
	width:700px;
	/*background-color:#FFF;*/
	/*font-size:13pt;*/
	color:#4FA800;
	float:left;
	padding-bottom:25px;
	padding-left:65px;
	padding-top:50px;
}
.index_body{
	width:750px;
	padding-left:35px;
	/*background-color:#FFF;*/
	float:left;
}
.news_box{
	width:195px;
	/*background-color:#FFF;*/
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
	float:left;
}
.news_text{
	width:140px;
	padding-left:10px;
	padding-right:10px;
}
.specials_box{
	width:160px;
	/*height:250px;
	background-color:#F2F;*/
	background:url(../images/misc/special_background2.png) no-repeat;
	padding-left:2px;
	padding-top:5px;
	float:left;
	font-size:8pt;
	margin-left: auto;
    margin-right: auto;

}
.specials_bottom{
	padding-top:173px;
	padding-left:3px;
	padding-right:8px;
	color:#000;
}
.specials_box a{
	color:#000;
}
.specials_box a:hover{
	color:#555;
}
.specials_box img{
	border:0px;
}
.catalog_folder_output{
	width:757px;
	padding-top:45px;
	padding-left:25px;
}
.logo_box{
	/*background-color:#FFF;*/
	float:left;
	width:750px;
	text-align:center;
	font-size:11pt;
	font-weight:bold;
}
#mail_box{
	color:#000;
}
/* FOLDER DISPLAY */
.folder_intro{
	width:550px;
	float:left;
	padding-left:25px;
	padding-top:75px;
	/*color:#4FA800;*/
}
.folder_body{
	width:600px;
	float:left;
	padding-left:25px;
}
.folder_story_list{
	width:600px;
	padding-left:25px;
}
/* STORY DISPLAY */
.story_detail_intro{
	width:372px;
	padding-left:45px;
	padding-top:65px;
	float:left;
}
.story_intro_pic{
	width:350px;
	float:left;
	padding-top:75px;
}
.story_detail_body{
	width:762px;
	float:left;
	padding-left:35px;
	padding-right:25px;
	padding-top:25px;
}
.story_detail_pics{
	width:787px;
	float:left;
	padding-left:20px;
}
.story_detail_return{
	width:600px;
	float:left;
	padding-top:25px;
	padding-left:25px;
}
/* FORM LAYOUTS */
.page_form_wrapper{
	width:607px;
	background-color:#FFF;
	float:left;
	padding-top:10px;
	padding-left:25px;
}
/* CART LAYOUTS */
.cart_show_details{
	width:600px;
	/*background-color:#FFF;*/
	border:1px black solid;
	float:left;
	margin-top:150px;
	margin-left:75px;
}
.cart_row_display{
	border:1px black solid;
	width:600px;
	float:left;
	margin-left:75px;
}
.cart_row_odd{
	background-color:#DDDDDD;
}
.cart_row_even{
	background-color:#AAEEFF;
}
.folder_text{
	/*background-color:#FFF;*/
	width:220px;
	padding-left:25px;
	padding-right:25px;
	text-align:center;
}
/* IMAGE DISPLAY */
.banner_holder img{
	border:0px;
}
.cart_box img{
	float:left;
	border:0;
}
.product_box img{
	/*align:center;*/
	border:0;
}
.specials_box img{
	float:left;
	padding-right:3px;
}
.product_pic_folder{
	width:250px;
	padding-left:15px;
	/*background:url(../images/misc/folder_view_background2.png);*/
	height:220px;
	padding-top:40px;
}
.product_pic_folder img{
	border:0px;
}

/* MISC TAGS */

.warning{
	color:red;
	font-weight:bold;
}
.spacer{
	width:747px;
	float:left;
	height:5px;
	/*background-color:#FFF;*/
}
.vertical_spacer{
	width:7px;
	height:50px;
	float:left;
}
.horizontal_spacer{
	width:750px;
	height:2px;
	float:left;
	/*background-color:#FFF;*/
}

.header_spacer{
	width:180px;
	height:25px;
	float:left;
}
/* HEADINGS */

h3{
	color:#4FA800;
	text-align:center;	
	font-size:9pt;
}
h1{
	color:#4FA800;
	font-size:19pt;
	text-align:center;
}

/* TITLE OUTPUT */

.title_output_wrapper{
	height:70px;
	/*background:url(../images/misc/title_background.png);*/
	background-color:#FFF;
	width:700px;
	padding-left:50px;
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	padding-top:1px;
	float:right;

}
.title_output_wrapper h1{
	color:#11959E;
	font-family:"lucida Sans Unicode";
}
.ie_title_holder{
	width:747px;
	text-align:center;
}

.roundedcornr_box_158932 {
	background: url(roundedcornr_158932_tl.png) no-repeat top left;
	float:left;
}
.roundedcornr_top_158932 {
	background: url(roundedcornr_158932_tr.png) no-repeat top right;
	float:left;
}
.roundedcornr_bottom_158932 {
	background: url(roundedcornr_158932_bl.png) no-repeat bottom left;


}
.roundedcornr_bottom_158932 div {
	background: url(roundedcornr_158932_br.png) no-repeat bottom right;
}
.roundedcornr_content_158932 {
	background: url(roundedcornr_158932_r.png) top right repeat-y;


}

.roundedcornr_top_158932 div,.roundedcornr_top_158932,
.roundedcornr_bottom_158932 div, .roundedcornr_bottom_158932 {
	width: 100%;
	height: 20px;
	font-size: 1px;
}

.roundedcornr_content_158932{
	margin-top:-14px;
}
 
.roundedcornr_bottom_158932 {
	margin-top: -19px;
}
.roundedcornr_content_158932 { 
	padding: 0 20px; 
	}
.roundedcornr_content_158932 img { 
	padding-top:15px;
	border:0px; }

.background_padder{
	padding-top:25px;
	padding-left:15px;
}

.page_spacer{
	padding-top:50px;
	padding-left:25px;
	width:700px;
}
.page_spacer_long{
	padding-top:75px;
	padding-left:50px;
	width:700px;
}

.specials_feed a{
	color:blue;
	text-decoration:underline;
}
.specials_feed{
	color:#4FA800;
}