jQuery.noConflict();

jQuery(document).ready(function(){


   jQuery('#webdesigninfo, #businessbrandinginfo, #portfolio, #teaminfo').css("display","none");
   jQuery('#homecontent, #companycontent, #servicescontent, #contactcontent, #solutionscontent').css("display","block");
   		
		jQuery('#footer').ready(function() {
        jQuery('#head').slideDown('normal');
		jQuery('#homecontent').delay(800).slideUp('normal');
		jQuery('#companycontent').delay(800).slideUp('normal');
		jQuery('#servicescontent').delay(1400).slideUp('normal');
		jQuery('#contactcontent').delay(2000).slideUp('normal');
		jQuery('#solutionscontent').delay(2000).slideUp('normal');
		
        });
		
		jQuery('#home').click(function() {
		jQuery('#companycontent, #servicescontent, #contactcontent, #solutionscontent, #webdesigninfo, #portfolio, #businessbrandinginfo, #teaminfo').slideUp('normal');
        jQuery('#head').slideDown('normal');
		jQuery('#homecontent').slideToggle('normal');
        });
 
	   
        jQuery('#company').click(function() {
		jQuery('#homecontent, #servicescontent, #contactcontent, #solutionscontent, #webdesigninfo, #portfolio, #businessbrandinginfo, #teaminfo').slideUp('normal');
        jQuery('#head').slideDown('normal');
		jQuery('#companycontent').slideToggle('normal');
        });
	
        jQuery('#services').click(function() {
		jQuery('#homecontent, #companycontent, #contactcontent, #solutionscontent, #webdesigninfo, #portfolio, #businessbrandinginfo, #teaminfo').slideUp('normal');
        jQuery('#head').slideDown('normal');
		jQuery('#servicescontent').slideToggle('normal');
        });
	
        jQuery('#contact').click(function() {
		jQuery('#homecontent, #companycontent, #servicescontent, #solutionscontent, #webdesigninfo, #portfolio, #businessbrandinginfo, #teaminfo').slideUp('normal');
        jQuery('#head').slideDown('normal');
		jQuery('#contactcontent').slideToggle('normal');
        });
    
    	jQuery('#contactus').click(function() {
		jQuery('#homecontent, #companycontent, #servicescontent, #solutionscontent, #webdesigninfo, #portfolio, #businessbrandinginfo, #teaminfo').slideUp('normal');
        jQuery('#head').slideDown('normal');
		jQuery('#contactcontent').slideToggle('normal');
        });
	
        jQuery('#solutions').click(function() {
		jQuery('#homecontent, #companycontent, #servicescontent, #contactcontent, #webdesigninfo, #portfolio, #businessbrandinginfo, #teaminfo').slideUp('normal');
        jQuery('#head').slideDown('normal');
		jQuery('#solutionscontent').slideToggle('normal');
        });
    
    	jQuery('#webdesign').click(function() {
		jQuery('#homecontent, #companycontent, #servicescontent, #contactcontent, #solutionscontent').slideUp('normal');
		jQuery('#webdesigninfo').slideToggle('normal');
        });
        
        jQuery('#solutionsportfolio').click(function() {
		jQuery('#homecontent, #companycontent, #servicescontent, #contactcontent, #solutionscontent, #webdesigninfo, #head, #businessbrandinginfo').slideUp('normal');
		jQuery('#portfolio').slideToggle('normal');
        });
        
        jQuery('#bsolutionsportfolio').click(function() {
		jQuery('#homecontent, #companycontent, #servicescontent, #contactcontent, #solutionscontent, #webdesigninfo, #head, #businessbrandinginfo').slideUp('normal');
		jQuery('#portfolio').slideToggle('normal');
        });
        
        jQuery('#businessbranding').click(function() {
		jQuery('#homecontent, #companycontent, #servicescontent, #contactcontent, #solutionscontent, #webdesigninfo, #businessbrandinginfo').slideUp('normal');
		jQuery('#businessbrandinginfo').slideToggle('normal');
        });
        
        jQuery('#team').click(function() {
		jQuery('#homecontent, #companycontent, #servicescontent, #contactcontent, #solutionscontent, #webdesigninfo, #businessbrandinginfo').slideUp('normal');
		jQuery('#teaminfo').slideToggle('normal');
        });
        
        jQuery('#website1').click(function() {
		jQuery('#homecontent, #companycontent, #servicescontent, #contactcontent, #solutionscontent, #webdesigninfo, #head, #businessbrandinginfo').slideUp('normal');
		jQuery('#portfolio').slideToggle('normal');
        });
        
        jQuery('#website2').click(function() {
		jQuery('#homecontent, #companycontent, #servicescontent, #contactcontent, #solutionscontent, #webdesigninfo, #head, #businessbrandinginfo').slideUp('normal');
		jQuery('#portfolio').slideToggle('normal');
        });
        
        jQuery('#close1').click(function() {
		jQuery('#webdesigninfo').slideUp('normal');
        });
    
        jQuery('#close2').click(function() {
		jQuery('#portfolio').slideUp('normal');
        jQuery('#head').slideToggle('normal');
        });
        
        jQuery('#close3').click(function() {
		jQuery('#businessbrandinginfo').slideUp('normal');
        });
        
        jQuery('#close4').click(function() {
		jQuery('#teaminfo').slideUp('normal');
        });

});
