﻿.MainLogo
{
	background-image:url(../images/Logo.png);
	width:254px;
	height:124px;
	display:block;
	background-repeat:no-repeat;
}

.ContactUs
{
	background-image:url(../images/ContactUsImage.png);
	text-align:center;
	width:10px;
	height:10px;
	display:block;
	border-style:none;
	background-repeat:no-repeat;
}

.SortUp
{
    background-image:url(../images/icons/SortUp.png);
    background-repeat:no-repeat;  
     background-position: center right;
    width:10px;
    height:10px;
    
 }
 
 .SortDown
{
    background-image:url(../images/icons/SortDown.png);
    background-repeat:no-repeat; 
     background-position: center right; 
    width:10px;
    height:10px;

    
 }