@charset "utf-8";
/* CSS Document */

body, html{
	background-color:#cac8c8;
	background-image:url(../images/top_bg.jpg);
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	font-family: Verdana, Lucide Grande, Arial, Helvetica, sans-serif;
	color:#878686;
	font-size:11px;
}

a:link{
	color:#990000;
	text-decoration:none;
}

a:visited{
	color:#990000;
	text-decoration:none;
}

a:hover{
	color:#990000;
	text-decoration:underline;
}


#main{
	width:949px;
	margin:0 auto;
	padding:0px;
}

/* Fix for IE6 */
*html #main{
	width:952px;
}

#mainsupport{
	width:949px;
	margin:0px;
	padding:0px;
	float:left;
	background-color:#FFFFFF;
}

/* Fix for IE6 */
*html #mainsupport{
	width:952px;
}

#headleft{
	width:605px;
	height:77px;
	margin:0px;
	padding:0 0 0 3px;
	float:left;
}
/* Fix for IE6 */
*html #headleft{
	width:600px;
}

#logoblank{
	width:294px;
	height:72px;
	margin:0px;
	padding:5px 0 0 10px;
	float:left;
}

#logo{
	width:294px;
	height:72px;
	margin:0px;
	padding:0px;
	float:left;
	background:url(../images/logo.gif) no-repeat;
}

#headright{
	width:339px;
	height:77px;
	margin:0px;
	padding:0px;
	float:left;
}

#search{
	width:226px;
	height:35px;
	margin:0 0 0 103px;
	padding:0;
	float:left;
}

/* Fix for IE6 */
*html #search{
	margin:0 0 0 60px;
}

#logout_box{
	width:226px;
	height:30px;
	margin:5px 0 0 0;
	padding:0;
	float:left;
}

#logout_box a{
	color:#990000;
	text-decoration:none;
}

#logout_box a:hover{
	color:#990000;
	text-decoration:underline;
}

#search_box{
	width:194px;
	height:35px;
	margin:5px 0 0 0;
	padding:0;
	float:left;
}

#search_box input{
	width:190px;
	height:20px;
	border:1px solid #cfcece;
}

#search_btn{
	width:27px;
	height:35px;
	margin:5px 0 0 5px;
	padding:0;
	float:left;
}

#left_side{
	width:200px;
	height:auto;
	float:left;
}

#left_menu{
	width:200px;
	background-image:url(../images/header_categories.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#3b3b3b;
	display:block;
	margin:0;
	padding:0;
	float:left;
}

#left_menu dl{
	margin:25px 0 2px 0;
 	padding:0;
}

#left_menu dl dt{
	height:24px;
	background-image:url(../images/menu_heading_bg.jpg);
	background-repeat:repeat-x;
	color:#c0c0c3;
	padding:3px 0 0 18px;
	margin:0 0 0 0;
}

#left_menu dl dt a{
	color:#c0c0c3;
	height:24px;
	overflow:hidden;
	text-decoration:none;
}

#left_menu dl dt a:hover{
	color:#bf2836;
	text-decoration:none;
}

#left_menu dl dd{
	color:#c0c0c3;
	margin:0 0 3px 25px;
	padding:2px 0 2px 0;
}

#left_menu dl dd a{
	color:#c0c0c3;
	text-decoration:none;
}

#left_menu dl dd a:hover{
	color:#bf2836;
	text-decoration:none;
}

/* NEWSLETTER BOX *******************************/
#newsletter{
	width:200px;
	height:111px;
	background-image:url(../images/header_news_signup.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#871b25;
	margin:1px 0 0 0;
	padding:0;
	float:left;
	bottom:0px;
}
#newsletter_new{
	width:200px;
	height:111px;
	background-image:url(../images/header_news_signup_new.gif);
	background-repeat:no-repeat;
	background-position:top;
	background-color:#333333;
	margin:1px 0 0 0;
	padding:0;
	float:left;
	bottom:0px;
}

#newsletter_inner{
	width:162px;
	margin:30px 0 0 12px
}

#newsletter_inner .text_box{
	width:162px;
	height:16px;
	font-family:"trebuchet MS", Verdana;
	font-size:90%;
	color:#8f8f8f;
}

#newsletter_inner a{
	color:#FFFFFF;
	font-size:70%;
	letter-spacing:1px;
}

#newsletter_inner a:hover{
	color:#c28c91;
}

/* END NEWSLETTER BOX *******************************/

#right_side{
	width:748px;
	float:left;
}

/* Fix for IE6 */
*html #right_side{
	width:750px;
}

#page_content{
	margin:5px 5px 5px 5px;
	float:left;
}

/* Fix for IE6 */
*html #page_content{
	margin:5px 0 0 5px;
}

#page_body{
	float:left;
	margin:5px 5px 5px 5px;
	padding-bottom:10px;
}

/* Fix for IE6 */
*html #page_body{
	margin:5px 0 0 5px;
}

#page_body h1{
	color:#990000;
	font-weight:lighter;
	padding-top:3px;
	padding-bottom:5px;
	margin:0px 0 10px 0;
	font-size:20px;
}

#page_body h2{
	color:#990000;
	font-weight:lighter;
	padding-top:3px;
	padding-bottom:5px;
	margin:0px 0 10px 0;
	font-size:14px;
}

#top_menu{
	width:748px;
	height:39px;
	margin:0 0 0 1px;
	background-image:url(../images/top_menu_bg.gif);
	background-repeat:repeat-x;
	float:left;
	clear:both;
}

#home_body_left{
	width:571px;
	float:left;
	margin:0 0 0 1px;
}

/* Fix for IE6 */
*html #home_body_left{
	width:572px;
}

#banner{
	width:571px;
	height:167px;
	float:left;
	margin:1px 0 0 0;
	padding:0;
}

#welcome{
	width:284px;
	height:141px;
	float:left;
	margin:1px 0 0 1px;
	padding:0;
}



#our_mission{
	width:285px;
	height:141px;
	float:left;
	margin:1px 0 0 1px;
	padding:0;
}

.home_bot_box{
	width:140px;
	height:163px;
	float:left;
	margin:0 1px 0 0px;
	padding:0;
}

.header_bg{
	height:23px;
	padding:0;
	margin:0;
	background-image:url(../images/header_bg.gif);
	background-repeat:repeat-x;
}

.header2_bg{
	height:24px;
	padding:0;
	margin:0;
	background-image:url(../images/header2_bg.gif);
	background-repeat:repeat-x;
}

/* Projects menu***********************/

.projects_menu a{
	font-size:12px;
	line-height:20px;
	width:140px;
	font-family:Verdana, Arial, "Helvetica", sans-serif;
	color:#CCCCCC;
	float:left;
	margin:3px 0 0 7px;
}

/* Featured Products *********************/
.background_body{
	height:800px;
	width:auto;
	padding:0;
	margin:0;
	background-image:url(../images/gradient.gif);
	background-repeat:repeat-x;
 }
 /* End Featured Products**********************/
 
 /* vef vip *********************/
.vef_vip{
	height:500px;
	width:auto;
	padding:0;
	margin:0;
	background-image:url(../images/vip_background.gif);
	background-repeat:no-repeat;
 }
 /* End vef vip**********************/
 
 /* Browse background ********************/
 .browse_backgournd{
  height:175px;
  width:auto;
  padding:0;
  margin:0;
  background-image:url(../images/browse_background.gif);
  background-repeat:no-repeat;
  }
  
 /* End Browse background***********************/

#home_body_right{
	width:175px;
	margin:0 0 0 1px;
	padding:0;
	float:left;
}

/* CATALOG BOX *******************************/
#catalogue{
	width:175px;
	height:107px;
	float:left;
	margin:0;
	padding:0;
	background-image:url(../images/header_catalog.gif);
	background-position:top;
	background-repeat:no-repeat;
	font-size:11px;
	line-height:12px;
	overflow:hidden;
}

/* END CATALOG BOX *******************************/

/* VIEW CART BOX *******************************/
#view_cart{
	width:175px;
	height:60px;
	float:left;
	margin:1px 0 0 0;
	padding:0;
	background-image:url(../images/your_quote.gif);
	background-repeat:no-repeat;
	overflow:visible;
	color:#FFFFFF;
}

/* END VIEW CART BOX *******************************/

/* ORDER TRACKER BOX *******************************/
#order_tracker{
	width:175px;
	height:140px;
	float:left;
	margin:1px 0 0 0;
	padding:0;
	background-color:#9f9d9d;
	overflow:hidden;
	background-image:url(../images/header_order_tracker.gif);
	background-repeat:no-repeat;
	color:#FFFFFF;
}

#order_tracker_inner{
	width:163px;
	margin:27px 0 0 8px
}

#order_tracker_inner .text_box{
	width:155px;
	height:16px;
	font-family:"trebuchet MS", Verdana;
	font-size:70%;
	color:#8f8f8f;
}

#order_tracker_inner a{
	color:#FFFFFF;
	font-size:10px;
}

#order_tracker_inner a:hover{
	color:#000000;
}

/* END ORDER TRACKER BOX *******************************/

/* PRIVILEGE CLUB BOX *******************************/
#privilege{
	width:175px;
	height:163px;
	float:left;
	margin:1px 0 0 0;
	padding:0;
	overflow:hidden;
	background-image:url(../images/header_privillege.gif);
	background-position:top;
	background-repeat:no-repeat;
	font-size:11px;
	line-height:12px;
}

#privilege_delete{
	width:200px;
	height:130px;
	float:left;
	margin:1px 0 0 0;
	padding:0;
	overflow:hidden;
	background-position:top;
	background-repeat:no-repeat;
	font-size:1px;
	line-height:1px;
}
#privilege_delete2{
	width:175px;
	height:128px;
	float:left;
	margin:1px 0 0 0;
	padding:0;
	overflow:hidden;
	background-position:top;
	background-repeat:no-repeat;
	font-size:1px;
	line-height:1px;
}


/* END PRIVILEGE CLUB BOX *******************************/


/* PRODUCT DISPLAY **************************************/
.cat_product_display{
	padding:0px;
	margin:0px;
	
}
.cat_product_display li{
	display:list-item;
	list-style:none;
}
.cat_product_display li a{
	display:list-item;
	color:#0d4c6d;
	width:190px;
	height:105px;
	border:1px solid #ededed;
	margin:2px;
	padding:2px;
	text-decoration:none;
	text-align:left;
	overflow:hidden;
	cursor:pointer;
}
.cat_product_display li a:hover{
	text-decoration:none;
	background-color:#f4f8fc;
	border:1px solid #e0e8f0;
	color:#000000;
	overflow:hidden;
}

.align_bottom{
	vertical-align:bottom;
	padding-top:20px;
}
.black_text{
	color:#000000;
}

.next_prev{
	height:20px;
	border:1px solid #ededed;
	margin: 0px 2px 0px 2px;
	padding:2px 3px 2px 3px;
	color:#999999;
}
.next_prev a{
	height:20px;
	margin: 0px 2px 0px 2px;
	padding:2px 3px 2px 3px;
	color:#0d4c6d;
}
.next_prev a:hover{
	height:20px;
	margin: 0px 2px 0px 2px;
	padding:2px 3px 2px 3px;
	color:#0d4c6d;
}

.ncat_name{
	padding:5px;
	margin:0px;
	letter-spacing:2px
}

#product_page{
	margin-bottom:20px;
	padding-bottom:10px;
}

#product_page h1{
	width:730px;
	color:#990000;
	font-weight:lighter;
	padding-top:3px;
	padding-bottom:5px;
	margin-bottom:5px;
	font-size:20px;
}

#product_page h2{
	width:730px;
	color:#990000;
	font-weight:lighter;
	padding-top:3px;
	padding-bottom:5px;
	margin:15px 0 5px 0;
	font-size:14px;
	border-bottom:1px solid #990000;
}

#product_page fieldset{
	font-size:11px;
	border-color:#f0f0f0;
	border-style:solid;
	border-width:1px;
}

#product_page legend{
	color:#000000;
	font-weight:normal;
}

.quote_select_box{
	width:225px;
	font-family: Verdana, Lucide Grande, Arial, Helvetica, sans-serif;
	color:#878686;
	font-size:11px;	
}

.quote_input_box{
	width:60px;
	font-family: Verdana, Lucide Grande, Arial, Helvetica, sans-serif;
	color:#878686;
	font-size:11px;	
}

#prod_main_img{
	width:300px;
	height:303px;
	float:left;
	margin:0;
	padding:0;
	border:1px solid #f0f0f0;
}

.side_view_disply_box{
	width:75px;
	height:75px;
	margin:0;
	padding:0;
	border:1px solid #f0f0f0;
	border-left:0px;
	float:left;
}

/********************************************************/

/**************** Breadcrumb Styles ********************/

#breadcrumb{
	display:block;
	text-align:left;
	margin:5px 0;
	padding:0;
	font-size:11px;
}

#breadcrumb a{
	text-decoration:none;
	color:#606060;
}

#breadcrumb a:hover{
	text-decoration:none;
	color:#650507;
	border-bottom:1px dotted #650507;
}


/* Customer area ****************************/

#cust_area{
	margin:5px;
}

#cust_area h1{
	width:730px;
	color:#990000;
	font-weight:lighter;
	padding-top:3px;
	padding-bottom:5px;
	margin-bottom:5px;
	font-size:20px;
}

#cust_area h2{
	color:#990000;
	font-weight:lighter;
	padding-top:3px;
	padding-bottom:5px;
	margin-bottom:5px;
	font-size:14px;
}

.cust_input_box{
	width:200px;
	font-family: Verdana, Lucide Grande, Arial, Helvetica, sans-serif;
	border:1px solid #f0f0f0;
	color:#878686;
	font-size:11px;	
}

#cust_area fieldset{
	font-size:11px;
	border-color:#f0f0f0;
	border-style:solid;
	border-width:1px;
}

#cust_area legend{
	color:#000000;
	font-weight:normal;
}

.cust_btn{
	height:23px;
	color:#464444;
	border:1px;
	border-color:#d0953c;
	margin-left:5px;
	font-family:Verdana;
	font-size:10px;
	padding-top:0px;
	background-image:url(../images/btn_bg.jpg);	
}

#cust_menu{
	padding-bottom:5px; 
	margin:10px 0 5px 0; 
	border-bottom:1px solid #f0f0f0; 
	height:20px;
	width:730px;
	float:left;
	vertical-align:middle;
}

#cust_menu a{
	color:#878686;
	text-decoration:none;
}

#cust_menu a:hover{
	color:#990000;
	text-decoration:underline;
}


/* End Customer area ************************/

.red_bar{
 	margin:3px 2px 3px 2px; 
	border:1px solid #b01a19; 
	font-size:12px; 
	color:#000066; 
	background-color:#e3aeae; 
	padding:5px;
	text-align:left;
}
.blue_bar{
	margin:3px 2px 3px 2px; 
	border:1px solid #546ce4; 
	font-size:12px; 
	color:#000066; 
	background-color:#e9eeff; 
	padding:5px;
	text-align:left;
}

#quote_cart{
	width:735px;
	float:left;
	margin:5px;
	padding-bottom:10px;
	clear:both;
}

/* Fix for IE6 */
*html #quote_cart{
	width:730px;
	margin:5px 0 0 5px;
}

#quote_cart h1{
	color:#990000;
	font-weight:lighter;
	padding-top:3px;
	padding-bottom:5px;
	margin:0px 0 10px 0;
	font-size:20px;
	clear:both;
}

#quote_cart h2{
	color:#990000;
	font-weight:lighter;
	padding-top:3px;
	padding-bottom:5px;
	margin:20px 0 5px 0;
	font-size:14px;
	clear:both;
}

#quote_cart h3{
	color:#990000;
	font-weight:lighter;
	padding-top:3px;
	padding-bottom:5px;
	margin:20px 0 2px 0;
	font-size:12px;
	clear:both;
}

#quote_cart fieldset{
	font-size:11px;
	border-color:#f0f0f0;
	border-style:solid;
	border-width:1px;
	padding:5px;
	width:710px;
}

#quote_cart legend{
	color:#990000;
	font-size:14px;
	font-weight:normal;
}

.formpieces {
	width: 340px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#878686;
	border:1px solid #f0f0f0;
	padding:4px;
}

.formpieces_medium {
	width: 175px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#878686;
	border:1px solid #f0f0f0;
	padding:2px;
}
.formpieces_small {
	width: 70px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#878686;
	border:1px solid #f0f0f0;
	padding:2px;
}

.select_box_small{
	width:203px;
	height:21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#878686;
	border:1px solid #f0f0f0;
}

.select_box_mid{
	width:303px;
	height:21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#878686;
	border:1px solid #f0f0f0;
}


#show_all_cat{
	text-align:left;
	float:left;
	padding:0 0 50px 0;
	margin:0 0 50px 0;
}

#show_all_cat ul{
	margin:0 0 0 20px;
	padding:0px;
}

#show_all_cat li{
	margin:10px 5px 10px 5px;
	text-align:left;
	list-style-type:none;
	padding:0px;
	font-size:12px;
	font-weight:lighter;
}

#show_all_cat li a{ text-decoration:none; color:#606060; }

#show_all_cat li a:hover{ color:#650507; }


#site_map_links{
	text-align:left;
	float:left;
	padding:0 0 50px 0;
	margin:0 0 50px 0;
}

#site_map_links ul{
	margin:0 0 0 20px;
	padding:0px;
}

#site_map_links li{
	margin:10px 5px 10px 5px;
	text-align:left;
	list-style-type:none;
	padding:0px;
	font-size:12px;
	font-weight:lighter;
}

#site_map_links li a{ text-decoration:none; color:#606060; }

#site_map_links li a:hover{ color:#650507; }

/* FOOTER *******************************/
#footer{
	width:949px;
	height:60px;
	margin:0px;
	padding:0px;
	float:left;
	background-color:#9f9d9d;
}
#footer_expand{
	width:949px;
	height:120px;
	margin:0px;
	padding:0px;
	float:left;
	background-color:#333333;
}


/* Fix for IE6 */
*html #footer{
	width:952px;
}

#footer_inner{
	margin:20px 0 0 7px;
	color:#363636;
	line-height:14px;
}
#footer_inner_new{
	margin:20px 0 0 0;
	color:#363636;
	line-height:14px;
	float:left;
}

#footer_inner a{
	color:#FFFFFF;
	text-decoration:none;	
}
#footer_inner_new a{
	color:#FFFFFF;
	text-decoration:none;	
}

#footer_inner a:hover{
	color:#000000;
}
#footer_inner_new a:hover{
	color:#3399FF;
}


.footer_special_deals{
	font-size:14px;
	line-height:50px;
	color:#CCCCCC;
	text-decoration:none;
	cursor:pointer;
	float:left;
}

.footer_special_deals:hover{
	color:#00CCFF;
	text-decoration:none;
}

/* END FOOTER *******************************/

/* WEEKLY SPECIALS************************/

#specials_body{
	width:748px;
	height:675px;
	background-color:#FFFFFF;
	border:dotted;
	border-width:1px;
	float:left;
	border-color:#999999;
}
#specials_placeholder{
	width:250px;
	height:290px;
	padding:0;
	float:left;
	border:dotted;
	border-color:#999999;
	border-width:1px;
	margin:5px 0 0 10px;
}

#specials_righthand{
	width:400px;
	height:290px;
	float:left;
	margin:5px 0 0 8px;
}
#specials_container{
	width:130px;
	height:40px;
	float:left;
	margin:8px 0 0 3px;
}
#specials_text_container{
	width:290px;
	height:60px;
	float:left;
	margin:10px 0 0 0;
}

.specials_header{
	font-size:24px;
	line-height:28px;
	color:#333333;
	text-decoration:blink;
}
.container_price{
	font-size:36px;
	width:130px;
	font-family:Verdana, Arial, "Helvetica", sans-serif;
	color:#FF6600;
	float:left;
	line-height:40px;
}

#related_specials{
	width:511px;
	height:300px;
	padding:0;
	float:left;
	margin:5px 0 0 10px;
}

#related_specials_container{
	width:511px;
	height:285px;
	padding:0;
	float:left;
	margin:3px 0 0 0;
	z-index:1;
}

#related_specials_promo{
	width:220px;
	height:335px;
	padding:0;
	float:left;
	margin:5px 0 0 5px;
}



/* END WEEKLY SPECIALS********************/

/* START SPECIAL DOWNLOADS  - 21-09-2011****************/

#downloads_container{
	width:730px;
	height:240px;
	float:left;
	margin:5px 0 0 9px;
}

#downloads_cage{
	width:207px;
	height:168px;
	float:left;
	border:dotted;
	border-color:#0066FF;
	border-width:1px;
	margin:5px 5px 5px 5px;
}



/* END SPECIAL DOWNLOADS******************/

/* START PRODUCTS PAGE - 26/07/2011 */
#products_container{
	width:740px;
	border-bottom:dotted;
	border-width:1px;
	border-color:#999999;
	float:left;
	margin:5px 0 5px 5px;
}

#prod_container{
	width:75px;
	height:75px;
	padding:1px;
	border:dotted;
	border-width:1px;
	border-color:#CCCCCC;
	float:left;
	margin:5px 0 0 7px;
}
/*END PRODUCTS PAGE - 26/07/2011 */

/*START SMM BANNER*/

#smm_banner{
	width:40px;
	background-color:#CCCCCC;
	position:absolute;
	left:60px;
	top:130px;
	float:left;
	margin:0 5px 0 0;
}
/*END SMM BANNER*/

/*--------------- start next_prev -------------*/
div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px;
	margin: 2px;	
	text-decoration: none; /* no underline */
	color:#990000;
}
div.pagination a:hover, div.pagination a:active {
	padding: 2px;
	margin: 2px;
	color: #6f3a09;
}
div.pagination span.current {
	padding: 2px;
	margin: 2px;
		
	font-weight: bold;
	color:#000000;
}
div.pagination span.disabled {
	padding: 2px;
	margin: 2px;
	color: #DDD;
}

/*--------------- end next_prev -------------*/
.message_ok {
		height: 38px;
	width: 94%;
	text-align: left;
	-moz-border-radius: 5px;
	background-attachment: scroll;
	background-color: #f5f9fd;
	background-image: url(../images/ok.png);
	background-repeat: no-repeat;
	background-position: 15px 50%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 60px;
	border: 1px solid #090;
	line-height:28px;
}
.message_error {
	-moz-border-radius:5px 5px 5px 5px;
	background-attachment:scroll;
	background-color:#FDF4F5;
	background-image:url(../images/warning.png);
	background-position:3% 7px;
	background-repeat:no-repeat;
	font-size:11px;
	height:38px;
	line-height:30px;
	margin:0 auto 15px;
	padding:0 0 0 60px;
	text-align:left;
	width:94%;
	border: 1px solid #EE8377;
	line-height:28px;
}

/*----------New products text style------------------*/

.capri_text{
	font-size:16px;
	font-family:Verdana, Arial, "Helvetica", sans-serif;
	color:#FF6600;
	float:left;
	padding:0;
}

.capri_body_text{
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	float:left;
	padding:0;
	text-align:left;
}

/*-------------Facebook / Weekly specials Addition-----------------*/

#body_container{
	width:950px;
	height:300px;
	border-top:dotted;
	border-top-color:#666666;
	border-top-width:1px;
	float:left;
	margin:15px 0 0 2px;
}

#facebook_container{
	width:476px;
	height:290px;
	border-right:dotted;
	border-right-color:#999999;
	border-right-width:1px;
	float:left;
	margin:5px 0 0 0;
}

#social_media_header{
	width:465px;
	height:37px;
	float:left;
	margin:0 0 0 1px;
}

#weekly_specials_container{
	width:472px;
	height:290px;
	border-left:dotted;
	border-left-color:#999999;
	border-left-width:1px;
	float:left;
	margin:5px 0 0 0;
}

#aus_map{
	width:470px;
	height:200px;
	float:left;
}
	

/*--------------End Facebook addition 5 Dec 2011------------------*/

/*--------------Start State Based Weekly Specials ----------------*/

#state_specials_header{
	width:550px;
	height:35px;
	float:left;
	color:#FFFFFF;
}

.state_head{
	font-size:16px;
	margin:5px 0 0 0;
	font:Verdana, Arial, "Helvetica", sans-serif;
	color:#000000;
	line-height:24px;
}

#state_lable{
	width:150px;
	height:35px;
	margin:0 0 0 10px;
	float:left;
}
/*--------------End State Based Specials----------------*/
