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

/*This will work for firefox*/

@-moz-document url-prefix() {
	
	#menu_area li
	{
		padding:50px 13px !important;
	}
	
	.logo_text span
	{
		margin:20px 0px 0px -70px !important;
	}
	
	#container
	{
		width:1008px !important; /* +8 */
	}
	
	#menubar
	{
		width:1006px !important; /* +8 */
	}
	
	#logo
	{
		width:/*436px*/ 432px !important; /* +8 */
	}
	
	#slider_area
	{
		width:1008px !important; /* +8 */
	}
	
	#footer, #menubar_patti
	{
		width:988px !important; /* +8 */
	}
	
	#search { 
		margin-left:0px !important;
	}
	
	#search span { width:240px !important; }
	
	#search input#s { width:230px !important; }
	
}