var section;

if (document.location.href.search('outsider') != -1){
	section = 'outsider';
} else {
	section = 'traditional'
}

if (browser === 'Safari' || browser === 'IE9') {
    document.getElementById('footer_contents').style.marginTop = '-25px';
    document.getElementById('wtw').style.marginTop = '-14px';
    document.getElementById('we').style.marginTop = '-14px';
    document.getElementById('wwe').style.marginTop = '-14px';
    document.getElementById('wtfu').style.marginTop = '-14px';
    if (section === 'traditional') {
    	document.getElementById('wwg_traditional').style.marginTop = '21px';
    } else {
    	document.getElementById('wwg_traditional').style.marginTop = '20px';
    }
    document.getElementById('wwg_outsider').style.marginTop = '-40px';
    document.getElementById('wws').style.marginTop = '-40px';
    document.getElementById('sub_menu_background').style.marginTop = '121px';
}

if (browser === 'Firefox') {
	if (document.location.href.search('outsider.php') != -1){
		document.getElementById('wwg_traditional').style.marginTop = '-2px';
	}
	if (document.location.href.search('bill_detail.php') != -1){
		document.getElementById('artist-detail-container2').style.marginTop = '30px';
	}
}


if (browser === 'IE') {

	document.getElementById('sub_menu_background').style.height = '32px';
    if (typeof page === 'undefined') {
    	//not the homepage
    	if (section === 'traditional') {
		document.getElementById('wwg_traditional').style.marginTop = '10px';
	    	document.getElementById('wws').style.marginTop = '-40px';
	    	$(".category_text_container").css("marginTop","-45px");
		$(".category_text_container").css("marginLeft","8px");
	    	$(".price").css("marginLeft","-6px");
    	}
    	
	if (section === 'outsider') {
		if (document.location.href.search('outsider.php') != -1){
			document.getElementById('wwg_traditional').style.marginTop = '-2px';
		} else {
			document.getElementById('wwg_traditional').style.marginTop = '10px';
			
		}
		$(".category_text_container").css("marginTop","-75px");
		$(".category_text_container").css("marginLeft","5px");
	
    	}
    } else {
    	//homepage
    	 document.getElementById('homepage_pano').style.marginTop = '-1px';
	 document.getElementById('wwg_traditional').style.marginTop = '10px';
	 //document.getElementById('wwg_outsider').style.marginTop = '-40px';
    	document.getElementById('wws').style.marginTop = '-40px';
    }
    
}



if (browser === 'IE9') {
	if (section === 'traditional') {
		$(".category_text_container").css("marginTop","-45px");
		$(".category_text_container").css("marginLeft","8px");
		$(".price").css("marginLeft","-6px");
    	}
    	if (section === 'outsider') {
		$(".category_text_container").css("marginTop","-75px");
    	}
}

