﻿div#HeaderContainer 
{
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 10%, #ba0e31 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 10%,#ba0e31 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 10%,#ba0e31 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ba0e31',GradientType=0 ); /* IE6-9 */

}

div#HeaderContainer div#StandardBengalTextLogo
{
	height: 150px;
    width: 343px;
    margin: 0 auto;
	background: url('../Images/Logo.png') no-repeat 0 40px;
}

div#HeaderContainer div#HeaderAddress 
{
	float: right;
	text-align: right;
	font-size: 12pt;
	font-weight: bold;
	margin-top: 50px;
}

div#HeaderContainer div#Logo 
{
	float: left;
	width: 143px;
	height: 143px;
	margin-top: 2px;
	margin-left: 1px;
	background: url('../Images/Elephant.png') no-repeat;
}

div#HeaderContainer #HeaderHiddenPhoneNumber 
{
	
}

div.Slider
{
	width: 500px;
	margin: 10px auto 25px auto;
}