



$(function() {
if (!$.browser.opera) {
	$("body").css("background-color","#411105");
	$("body").css("background-image","url('http://www.domax.szczecin.pl/wp-content/themes/expresso/inc/gradient.php?start=411105&end=411105&height=1500&width=100')");
	$("#mainframe-shadow").css("background-image","url('http://www.domax.szczecin.pl/wp-content/themes/expresso/images/bg-shadow.png')").css("background-repeat","no-repeat").css("background-position","center top");


	$(".widget-left-corner, #main-menu-left-corner").corner("tl 5px").corner("bl 5px cc:#520416");
	$(".widget-right-corner, #main-menu-right-corner").corner("tr 5px").corner("br 5px cc:#520416");
	$("#main-frame, #main-frame-content-container").corner("top round 10px");
	$("#main-menu-bar").corner("bottom round 13px");


	
	

	$("#main-menu-bar ul li a:first").corner("bl round 13px");
	$(".widget-left-container h3").corner("right round 10px").corner("bl round 10px");
	$(".widget-right-container h3").corner("left round 10px").corner("br round 10px");
	$(".list-all-pages a").corner("right");


	$("#main-menu-bar ul > li:last-child ul li a:first").corner("tr round 10px"); 
	$("#main-menu-bar ul > li > ul > li:last-child > a").corner("br 10px");
	$(".visitshop a").corner("round");
	$(".wpsc_categories li a").corner("round");
	
	
	$("#quick-form-message-message textarea, #quick-form-email input, #quick-form-submit input, #searchform input").corner();
	$(".wpcf7-form input, .wpcf7-form textarea").corner();
}
if ($.browser.opera) {
	$(".widget-left-corner, #main-menu-left-corner").corner("tl 5px cc:#411105").corner("bl 5px cc:#520416");
	$(".widget-right-corner, #main-menu-right-corner").corner("tr 5px cc:#411105").corner("br 5px cc:#520416");
	$("#main-frame, #main-frame-content-container").corner("top round 10px cc:#411105");
	$("#main-menu-bar").corner("bottom round 13px cc:#411105");


	
	

	$("#main-menu-bar ul li a:first").corner("bl round 13px cc:#411105").css("border-right","1px #520416 solid");
	$("#main-menu-bar ul li a:first").hover(
		function() {
			$(this).css("border-right","1px #84102a solid");
		},
		function() {
			$(this).css("border-right","1px #520416 solid");
		}
	);
	
	$(".widget-left-container h3").corner("right round 10px cc:#f2eee5").corner("bl round 10px cc:#411105");
	$(".widget-right-container h3").corner("left round 10px cc:#f2eee5").corner("br round 10px cc:#411105");
	$(".list-all-pages a").corner("right cc:#f2eee5").css("border-left","15px #84102a solid");


}

});

