	img {
		position: relative; /* ie6 fix */
	}

	h6 {color: #3366CC; font-weight: normal; border-bottom: 1px dashed #c0c0c0} /* used for PDF download */

/* CMS STANDARD */
	.thumbnail {float: left; width: 100px; height: 150px; text-align: center; margin: 0 15px 15px 0; padding: 5px;}
	.gallery_thumbnail {padding: 1px; border: 1px solid #c0c0c0;}
	.gallery_photo {padding: 1px; border: 1px solid #c0c0c0;}
	.datatable {background-color: #FFFFFF;}
	.datarow_1 {background-color: #E5F5E5; border-bottom: 1px solid #C6D0D9 }
	.datarow_2 {background-color: #FFFFFF; border-bottom: 1px solid #C6D0D9}
	.datarow_over {background-color:#DDEEFF;}
	.datarow_click {background-color:#3399FF;}

	.cms_std_rss { margin-top: 4px; clear: both; }
	a.rss:link, a.rss:visited { color: #EF6900; text-decoration: none; }
	a.rss:hover, a.rss:active { color: #000000; text-decoration: none; }
	.rss_image { margin-right: 3px; margin-bottom: 3px; vertical-align: middle }

	a.cms_plain_link:link, a.cms_plain_link:visited { text-decoration: none; color: #000000; }
	a.cms_plain_link:hover, a.cms_plain_link:active { text-decoration: underline; color: #000000; }

	.cms_std_page_top { padding-bottom: 8px; text-align: right; border-bottom: 0px solid #e7e7e7; clear:both; }
	.cms_std_page_bot { padding-top: 8px; text-align: right; clear:both; }
	a.cms_std_page_link:link, a.cms_std_page_link:visited {
		display: block; display: inline; text-decoration: none; color: #333333; background: #f1f1f1; padding: 2px 6px 2px 6px; border-bottom: 3px solid #FFFFFF; border-top: 3px solid #FFFFFF;}
	a.cms_std_page_link:hover, a.cms_std_page_link:active {display: block; display: inline; text-decoration: none; color: #FFFFFF; background: #CC0033; padding: 2px 6px 2px 6px; border-top: 2px solid #FFFFFF; border-bottom: 2px solid #FFFFFF; }
	.cms_std_page_inactive {background: #f1f1f1; padding: 2px 6px 2px 6px; color: #c0c0c0; border-bottom: 3px solid #FFFFFF; border-top: 3px solid #FFFFFF;}
	.cms_std_page_active {background: #336699 url(../layout/site_nav_back.gif) repeat-x top left; border-bottom: 2px solid #336699; border-top: 2px solid #336699; padding: 2px 5px 2px 5px; color: #FFFFFF; font-weight: bold;}

	#pdf_box {
		margin: 20px; 
		line-height: 1.8; 
		background: #f1f1f1 url(../cms/general/pdf_small.gif) no-repeat 10px 10px; 
		padding: 10px 10px 10px 40px; 
		clear: both; 
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		}

/* MENU */
	.cms_menu_area { 
		background: #FFFFFF; 
		}
	.cms_menu_area ul { 
		margin: 0px; 
		padding: 5px; 
		list-style-type: none; 
		}
	.cms_menu_area a { 
		color: #000000; 
		display: block; 
		text-decoration: none; 
		}

	.cms_menu_cat { 
		font-weight: bold; 
		}
	.cms_menu_cat a:link, .cms_menu_cat a:visited { 
		color: #000000; 
		text-decoration: none; 
		background: #FFFFFF url('../layout/site_menu_open.gif') no-repeat left center;
		padding: 1px 0px 1px 13px; 
		text-transform:uppercase; 
		}
	.cms_menu_cat a:hover, .cms_menu_cat a:active { 
		color: #000000; 
		text-decoration: none;  
		background: #f1f1f1 url('../layout/site_menu_open.gif') no-repeat left center;; 
		}
	.cms_menu_cat_closed a:link, .cms_menu_cat_closed a:visited { 
		color: #000000; 
		text-decoration: none; 
		background: #f1f1f1 url('../layout/site_menu_closed.gif') no-repeat left center; 
		padding: 1px 0px 1px 13px; 
		text-transform:uppercase; 
		}
	.cms_menu_cat_closed a:hover, .cms_menu_cat_closed a:active { 
		color: #000000; 
		background: #c0c0c0 url('../layout/site_menu_closed.gif') no-repeat left center;
		padding: 1px 0px 1px 13px;
		text-decoration: none;  
		}
	.cms_menu_cat_blank { 
		height: 5px; 
		} 

	.cms_menu_sub_cat a:link, .cms_menu_sub_cat a:visited { 
		color: #000000; 
		text-decoration: none; 
		margin-left: 0px; 
		background: #FFFFFF; 
		padding: 1px 0px 1px 5px; 
		}
	.cms_menu_sub_cat a:hover, .cms_menu_sub_cat a:active { 
		color: #000000; 
		text-decoration: underline; 
		background: #f1f1f1;
		}

	.cms_menu_sub_sub_cat a:link, .cms_menu_sub_sub_cat a:visited { 
		color: #666666; 
		text-decoration: none; 
		margin-left: 5px; 
		background: #FFFFFF; 
		padding: 1px 0px 1px 5px; 
		}
	.cms_menu_sub_sub_cat a:hover, .cms_menu_sub_sub_cat a:active { 
		color: #000000; 
		text-decoration: underline; 
		background: #f1f1f1; 
		}

/* NEWS */
	.cms_news_offers_list_1 {
		padding: 5px;
		overflow: hidden;
		background: #FFFFFF;
		clear: both;
		}
	.cms_news_offers_list_2 {
		padding: 5px;
		overflow: hidden;
		background: #f1f1f1;
		clear: both; 
		}
	.cms_news_offers_list_tmb {
		float: left;
		margin: 2px;
		border: 3px solid #FFFFFF;
		}
	.cms_news_offers_list_text {
		margin: 0px 0px 10px 130px;
		}
	.cms_news_offers_list_headline {
		font-size: 130%;
		}
	.cms_news_offers_list_date {
		color: #808080;
		text-align: right;
		}
	.cms_news_offers_list_highlight {
		font-size: 130%;
		font-weight: bold;
		color: #CC0033;
		}
	.cms_news_offers_view_image {
		float: right;
		padding: 0px;
		margin: 0px 0px 20px 10px;
		}
	.cms_new_offerss_view_add_image {
		margin: 5px;
		border: 5px solid #f1f1f1;
		}
	.cms_news_offers_view_date {
		color: #006699;
		margin-bottom: 10px;
		margin-top: -5px;
		}
	.cms_news_offers_view_highlight { 
		font-size: 13px;
		font-weight: bold;
		margin-bottom: 10px;
		color: #CC0033;
		}

/* GALLERY */
	.cms_gallery_list_block {
		float: left;
		width: 330px;
		height: 170px;
		margin: 0px 0px 20px 20px;
		padding: 5px;
		overflow: hidden;
		position: relative;
		}
	.cms_gallery_list_block_title {
		font-size: 130%; 
		font-weight: bold;
		}
	.cms_gallery_list_block_tmb {
		margin: 5px 5px 5px 5px;
		border: 3px solid #f1f1f1;
		}
	.cms_gallery_list_block_image_info {
		float: left;
		text-align: center;
		color: #808080;
		width: 120px;
		margin: 5px 10px 50px 5px;
		}
	.cms_gallery_list_block_info {
		padding: 5px 0px 5px 0px;
		}
	.cms_gallery_list_summary { 
		color: #666666; 
		padding-left: 10px;
		}
	.cms_gallery_album_link { 
		text-align: right; 
		}
	.cms_gallery_thumb { 
		padding: 1px; 
		border: 1px solid #c0c0c0; 
		vertical-align: top; 
		}
	.cms_gallery_album_summary { 
		padding: 10px; 
		}
	.cms_gallery_album_block { 
		position: relative;
		float: left;
		width: 120px;
		height: 130px;
		text-align: center;
		margin: 0px 0px 10px 10px;
		padding: 10px 5px 5px 5px;
		}
	.cms_gallery_album_thumb { 
		padding: 1px; 
		border: 1px solid #808080; 
		vertical-align: top; 
		}
	.cms_gallery_album_article { 
		padding: 0px 20px 20px 20px; 
		} 

/* LINKS */
	.cms_link_container {
		}
	.cms_link_title {
		font-weight: bold;
		}
	.cms_link_summary {
		color: #808080;
		}




/* LOGIN */
	.cms_login_box {
		border: 1px solid #C6C6C6;
		overflow: hidden;
		-moz-border-radius: 4px; 
		-webkit-border-radius: 4px; 
		border-radius: 4px; 
		margin: 20px;
		padding: 0px 0px 10px 0px;
		background: #FFFFFF url('../cms/general/cms_row.png') repeat-x bottom left;
		}
	.cms_login_box fieldset {
		padding: 0px;
		margin: 0px;
		
		}
	.cms_login_box legend {
		width: 100%;
		margin: 0px;
		padding: 5px 0px 5px 10px;
		background: #EEEEEE url('../cms/general/cms_sub_header.png') repeat-x bottom left;
		color: #3E3E3E;
		font-size: 130%;
		font-weight: bold;
		}
	.cms_login_box label {
		color: #8A8A8A;
		}

/* SHOP */
	.cms_shop_tag { 
		color: #FFFFFF; 
		text-transform:uppercase; 
		padding: 0px 4px 0px 4px; 
		font-weight: bold; 
		font-family: sans-serif, Arial, Helvetica; 
		margin: 0px 5px 0px 0px; 
		font-size: 11px; 
		-moz-border-radius: 6px; 
		-webkit-border-radius: 6px; 
		border-radius: 6px; 
		}
	.cms_shop_tag_new { 
		background: #336699; 
		}
	.cms_shop_tag_highlight { 
		background: #F5873C;
		} 
	.cms_shop_tag_in_stock { 
		background: #808080; 
		}
	.cms_shop_tag_out_stock { 
		background: #c0c0c0; 
		}
	.cms_shop_tag_featured { 
		background: #7AAD12; 
		} 
	.cms_shop_tag_text_featured { 
		background: #FFFFFF; 
		font-family: sans-serif, Arial, Helvetica; 
		color: #7AAD12; 
		padding: 0px 4px 0px 4px; 
		margin: 0px 0px 0px 0px; 
		font-weight: bold; 
		}

	.cms_addtothis_box { 
		width: 150px; 
		float:right; 
		}
	.cms_social_icons_box {
		padding: 5px;
		text-align:center;
	}
	.cms_shop_quick_search { 
		padding: 0px 0px 10px 0px; 
		}
	.cms_shop_top_text { 
		padding: 0px 0px 10px 0px; 
		font-size: 13px;
		}
	.cms_shop_results_control { 
		background: #E9E9E9; 
		margin-top: 3px; 
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		}

	.cms_shop_page_top { 
		background: #E9E9E9; 
		text-align: right; 
		border-top: 10px solid #FFFFFF;
		}
	.cms_shop_page_bot { 
		background: #FFFFFF; 
		border-top: 10px solid #FFFFFF; 
		text-align: right; 
		clear:both; 
		}

	.cms_shop_list_row { 
		background: #FFFFFF; 
		border-bottom: 5px solid #E9E9E9; 
		padding: 5px;  
		}
	.cms_shop_list_tmb { 
		padding: 0px; 
		margin: 2px; 
		border: 5px solid #FFFFFF; 
		}
	.cms_shop_list_title { 
		font-size: 115%; 
		font-weight: bold; 
		}
	.cms_shop_list_summary { 
		padding-left: 10px; 
		color: #808080; 
		}
	.cms_shop_list_new { 
		background: #FF9900; 
		color: #FFFFFF; 
		padding: 0px 3px 0px 3px; 
		font-weight: bold; 
		}
	.cms_shop_list_no_items { 
		padding: 10px; 
		margin: 10px;  
		background: #f1f1f1; 
		border: 1px dashed #c0c0c0; 
		font-style: italic; 
		text-align: center; 
		}
	.cms_shop_list_featured { 
		margin-left: 10px; 
		background: #339966; 
		color: #FFFFFF; 
		padding: 0px 3px 0px 3px; 
		font-weight: bold; 
		}
	.cms_shop_list_price { 
		font-size: 115%; 
		font-weight: bold; 
		}

	/* Grid */
	.cms_shop_grid_box { 
		border: 1px solid #e7e7e7; 
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		width: 161px; 
		height: 255px; 
		float: left; 
		margin: 15px 0px 0px 15px; 
		padding: 3px; 
		background: #FFFFFF url(../layout/site_box_bot.jpg) no-repeat bottom right; 
		}
	.cms_shop_grid_box_image { 
		text-align: center; 
		}
	.cms_shop_grid_box_tmb { 
		}
	.cms_shop_grid_box_title { 
		font-weight: bold; 
		text-align: center; 
		}
	.cms_shop_grid_box_summary { 
		font-size: 10px; 
		color: #808080; 
		}
	.cms_shop_grid_box_price { 
		font-size: 14px;  
		font-weight: bold; 
		text-align: right; 
		}

	/* View */
	.cms_shop_view_image { 

		} 
	.cms_shop_view_image_tmb { 
		margin: 5px; 
		cursor: pointer; 

		}
	.cms_shop_view_image_label { 
		border: 0px; 
		background: #FFFFFF; 
		text-align:left; 
		float:left;
		}
	.cms_shop_view_form { 
		padding: 5px; 
		}
	.cms_shop_view_description { 
		padding: 10px; 
		border-top: 4px solid #e7e7e7; 
		}
	.cms_shop_view_featured { 
		margin-left: 10px; 
		background: #339966; 
		color: #FFFFFF; 
		padding: 0px 3px 0px 3px; 
		font-weight: bold; 
		margin: 5px 5px 5px 5px; 
		}
	.cms_shop_view_new { 
		background: #FF9900; 
		color: #FFFFFF; 
		padding: 0px 3px 0px 3px; 
		font-weight: bold; 
		}
	.cms_shop_view_title { 
		color: #000000; 
		font-size: 130%; 
		font-weight: bold; 
		}
	.cms_shop_view_option { 
		padding: 3px; 
		}

	.cms_shop_view_item_area { 
		line-height: 1.5; 
		font-size: 11px; 
		padding: 5px;  
		}
	.cms_shop_view_item { 
		color: #808080; 
		}
	.cms_shop_view_item_value { 
		color: #006666; 
		}
	.cms_shop_view_item_value_warn { 
		color: #FF0000; 
		}
	.cms_shop_view_item_desc { 
		color: #808080; 
		font-size: 10px; 
		padding: 0px 0px 0px 5px; 
		}

	.cms_shop_view_price_area { 
		line-height: 1.5; 
		padding: 5px; 
		border-top: 4px solid #e7e7e7; 
		margin-top: 5px; 
		font-size: 13px; 
		}
	.cms_shop_view_price_title { 
		font-weight: bold; 
		font-size: 13px; 
		}
	.cms_shop_view_price_stike { 
		color: #006666; 
		text-decoration: line-through; 
		}
	.cms_shop_view_price_note { 
		color: #68A943; 
		padding: 2px 2px 2px 2px; 
		}
	.cms_shop_view_price_saving { 
		color: #006666; 
		font-style: italic; 
		font-size: 11px; 
		}
	.cms_shop_view_pricing_area { 
		border-top: 4px solid #e7e7e7; 
		padding: 5px; 
		}
	.cms_shop_view_pricing_item_area {
		} 
	.cms_shop_view_pricing_price_area { 
		font-size: 13px;  
		}
	.cms_shop_view_pricing_title { 
		font-weight: bold; 
		font-size: 13px; 
		}

	.cms_shop_cart { 
		border: 0px solid #e7e7e7; 
		padding: 5px; 
		height: 60px; 
		margin: 5px 0px 5px 0px; 
		}
	.cms_shop_cart_title { 
		background: #e7e7e7; 
		padding: 1px 5px 1px 5px; 
		font-weight: bold; 
		text-transform:uppercase; 
		letter-spacing: 1px; 
		}
	.cms_shop_cart_item { 
		text-align: right; 
		color: #808080; 
		}
	.cms_shop_cart_data { 
		text-align: right; 
		color: #808080; 
		}
	.cms_shop_cart_total { 
		text-align: right;
		border-top: 2px solid #e7e7e7; 
		}
	.cms_shop_cart_price { 
		text-align: right; 
		border-top: 2px solid #e7e7e7; 
		}
	.cms_shop_cart_empty { 
		padding: 10px 5px 5px 5px; 
		color: #808080; 
		}



	/* Pod Layout */
	.cms_shop_pod { 
		background: #FFFFFF url(../layout/site_box_bot.jpg) no-repeat bottom right; 
		width: 320px; 
		height: 280px; 
		float: left; 
		border: 1px solid #e7e7e7; 
		border-bottom: 5px solid #e7e7e7; 
		padding: 10px; 
		margin: 20px 0px 0px 20px; 
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		}
	.cms_shop_pod_title { 
		min-height: 45px; 
		}
	.cms_shop_pod_image { 
		min-height: 135px; 
		}
	.cms_shop_pod_image_tmb { 
		border: 5px solid #FFFFFF; 
		}
	.cms_shop_pod_featured { 
		min-height: 50px; 
		}
	.cms_shop_pod_summary { 
		min-height: 40px; 
		}
	.cms_shop_pod_price { 
		padding: 5px 0px 0px 0px; 
		font-size: 14px; 
		font-weight: bold; 
		min-height: 60px; 
		}
	.cms_shop_pod_stock { 
		padding: 3px 0px 0px 0px; 
		}

	/* Pod Related Layout */
	.cms_shop_pod_related { 
		background: #FFFFFF url(../layout/site_box_bot.jpg) no-repeat bottom right;  
		float: left; 
		border: 1px solid #e7e7e7; 
		border-bottom: 5px solid #e7e7e7; 
		padding: 10px; 
		margin: 10px 0px 0px 10px; 
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		}
	.cms_shop_pod_related_text { 
		min-height: 50px; 
		text-align: center;
		}
	.cms_shop_pod_related_pic { 
		min-height: 135px; 
		text-align: center;
		}


	/* Line Layout */
	.cms_shop_line { 
		background: #FFFFFF url(../layout/site_box_bot.jpg) no-repeat bottom right; 
		height: 180px; 
		border: 1px solid #e7e7e7; 
		border-bottom: 5px solid #e7e7e7; 
		padding: 10px; 
		margin: 20px 0px 0px 20px; 
		}
	.cms_shop_line_title { 
		min-height: 25px; 
		}
	.cms_shop_line_image { 
		min-height: 135px;  
		}
	.cms_shop_line_image_tmb {
		}
	.cms_shop_line_featured { 
		min-height: 20px; 
		}
	.cms_shop_line_summary { 
		min-height: 40px; 
		}
	.cms_shop_line_added { 
		color: #CC0033; 
		}
	.cms_shop_line_price { 
		padding: 5px 0px 0px 0px; 
		font-size: 14px; 
		font-weight: bold; 
		min-height: 60px; 
		}
	.cms_shop_line_stock { 
		padding: 3px 0px 0px 0px; 
		}

	/* Promo Box */
	.cms_shop_promo_heading { 
		background: #336699; 
		padding: 2px 5px 2px 5px; 
		color: #FFFFFF; 
		font-weight: bold; 
		text-align: center; 
		text-transform:uppercase; 
		letter-spacing: 1px; 
		font-size: 13px; 
		-moz-border-radius: 6px; 
		-webkit-border-radius: 6px; 
		border-radius: 6px;
		}
	.cms_shop_promo_zone { 
		background: #F5F5F5; 
		padding: 5px; 
		-moz-border-radius: 6px; 
		-webkit-border-radius: 6px; 
		border-radius: 6px;
		}
	.cms_shop_promo_row { 
		background: #FFFFFF; 
		border-bottom: 5px solid #F5F5F5;  
		}
	.cms_shop_promo_title { 
		font-weight: bold; 
		padding: 5px; 
		}
	.cms_shop_promo_highlight {
		font-weight: bold;
		padding: 0px 0px 0px 5px;
		color: #CC0033;
		}
	.cms_shop_promo_footer { 
		text-align: right; 
		}
	.cms_shop_promo_added { 
		text-align: right; 
		padding: 0px 5px 0px 0px; 
		color: #808080; 
		}
	.cms_shop_promo_heading_main { 
		background: #336699; 
		padding: 2px 5px 2px 5px; 
		color: #FFFFFF; 
		font-weight: bold; 
		text-align: center; 
		text-transform:uppercase;
		letter-spacing: 1px; 
		font-size: 13px; 
		-moz-border-radius: 6px; 
		-webkit-border-radius: 6px; 
		border-radius: 6px;
		}
	.cms_shop_promo_heading_alt { 
		background: #7AAD12; 
		padding: 2px 5px 2px 5px; 
		color: #FFFFFF; 
		font-weight: bold; 
		text-align: center; 
		text-transform:uppercase; 
		letter-spacing: 1px; 
		font-size: 13px;
		-moz-border-radius: 6px; 
		-webkit-border-radius: 6px; 
		border-radius: 6px;
		}

	/* Side Featured */
	.cms_shop_side_featured_title { 
		text-align: center; 
		font-weight: bold; 
		height: 45px; 
		}
	.cms_shop_side_featured_image { 
		text-align: center; 
		padding: 10px; 
		background: #FFFFFF; 
		}
	.cms_shop_side_featured_tmb { 
		border: 10px solid #FFFFFF; 
		}
	.cms_shop_side_featured_text { 
		padding: 10px; 
		}
	.cms_shop_side_featured_price { 
		padding: 10px; 
		font-size: 13px; 
		font-weight: bold; 
		}

/* CATS */
	.shop_cats_box { 
		border: 4px solid #f1f1f1; 
		padding: 10px; 
		margin: 10px; 
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		} 
	.shop_cats_title { 
		font-size: 150%; 
		} 
	.shop_cats_summary { 
		color: #808080; 
		padding-left: 10px; 
		min-height: 20px; 
		}

	.shop_pod { 
		width: 125px; 
		height: 170px; 
		float: left; 
		padding: 5px 0px 0px 0px; 
		margin: 0px 0px 10px 10px; 
		background: #e7e7e7; 
		border: 5px solid #e7e7e7; 
				-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		}
	.shop_pod_text { 
		text-align:center; 
		font-weight: bold; 
		font-size: 13px; 
		}
	.shop_pod_pic {
		text-align:center; 
		}
	.shop_pod_pic img { 
		vertical-align: middle; 
		border: 5px solid #FFFFFF; 
		}

/* MANUF */
	.shop_manuf_box {
		width: 120px; 
		height: 150px; 
		float: left; 
		text-align: center; 
		margin: 10px 0px 0px 10px; 
		border: 1px solid #e7e7e7; 
		padding: 10px 5px 5px 5px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		position: relative;
		}
	.shop_manuf_box_tmb {
		}
	.shop_manuf_box_title { 
		padding: 5px 0px 0px 0px; 
		font-size: 11px;
		}
	.shop_manuf_website { 
		text-align:right;  
		} 
	.shop_manuf_box_product {
		margin: 10px 5px 0px 5px; 
		width: 220px; 
		float:left; 
		height: 65px; 
		padding: 5px; 
		border: 1px solid #e7e7e7; 
		color: #000000; 
		overflow: hidden;
		-moz-border-radius: 6px; 
		-webkit-border-radius: 6px; 
		border-radius: 6px; 
		}
	.shop_manuf_box_product_img {
		float: left; 
		margin-bottom: 25px; 
		margin-right: 8px;
		}

/* SEARCH */
	.cms_search_form { 
		text-align: center; 
		padding: 3px; 
		background: #f1f1f1; 
		margin: 0px 0px 10px 0px; 
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		}
	.cms_search_overview { 
		text-align: center; 
		padding: 3px; 
		background: #f1f1f1; 
		margin: 0px 0px 10px 0px; 
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		}


/* ACCOUNT */
	.cms_account_heading {
		color: #3E3E3E;
		background: #EEEEEE url('../cms/general/cms_sub_header.png') repeat-x bottom left;
		text-align: center;
		font-weight: bold;
		padding: 3px 0px 3px 0px;
		}

