﻿/******* html tags        ***********/

input 
{
	font-family:Tahoma, Verdana;
	font-size: 0.9em;
}

td 
{
	font-family:Tahoma, Verdana;
	font-size: 0.9em;
}

h1
{
	color: #455C94;
}
p 
{
	font-family:Tahoma, Verdana;
	font-size: 0.9em;
}

body 
{
	font-family:Tahoma, Verdana;
	font-size: 0.9em;
}

body{
	padding:0;
	margin:0;
	
	
}

input,select {
	border: 1px #455C94 solid;
	font: 11px tahoma;
	height:18px;
}
input {
	height:15px;
	margin: 0 5px;
}
/******************* IDs **************/

#header {
	background: url('images/header.jpg') repeat-x bottom;
	height: 142px;
	margin:0;
	padding:0;
}

#upperMenu {
	background: url('images/upperMenu.jpg') no-repeat top;
	height: 36px;
	width: 745px;
	margin:0 auto;
	padding:2px 0 0 15px;
}

#logo {
	background: url('images/logo.gif') no-repeat;
	display: block;
	width:285px;
	height:63px;
	text-indent:-2000px;
	overflow:hidden;
	margin:27px 0px 0px 17px;
	float:left;

}

#siteMenu {
	float:right;
	display:block;
	width:422px;
	height:27px;
	margin:94px 0 0 0;
}
html>body #siteMenu{
	margin:93px 0 0 0;
}

#siteMenu .home,#siteMenu .about,#siteMenu .rates,#siteMenu .faq,#siteMenu .contact{
	width:73px;
	display:block;
	float:left;
	height:27px;
	margin:0 7px 0 0;
	text-indent:-2000px;
	overflow:hidden;
}
#siteMenu .home {
	background: url('images/home.jpg') no-repeat;
}
#siteMenu .about {
	background: url('images/about.jpg') no-repeat;
}
#siteMenu .rates{
	background: url('images/rates.jpg') no-repeat;
}
#siteMenu .faq{
	background: url('images/faq.jpg') no-repeat;
}
#siteMenu .contact{
	background: url('images/contact.jpg') no-repeat;
}

#container {
	background: #ffffff url('images/containerbg.jpg') repeat-x top;
	margin:0 auto;
	padding:0;
	height:auto;
	overflow:hidden;	
}

#middle {
	background: #e0ecf0 url('images/middlebg.jpg') no-repeat bottom;
/*	height:500px;*/
	margin:0 auto;
	width: 779px;
	padding:0 0 0 0;
}
html>body #middle{
	width: 745px;
	overflow:hidden;
}
#content {
	background: #FFFFFF url('images/conntentft.jpg') no-repeat bottom;
	float: right;
	width: 426px;
	margin: 17px;
	padding:0;

}
#contenthd {
	background: url('images/conntenthd.jpg');
	height: 19px;
	margin:0;
	
}
.AspNet-GridView {
	width:100%;
	margin:0;
	padding:0;
}
#sidebar {
	background: #FFFFFF url('images/sidebarft.jpg') no-repeat bottom;
	float: left;
/*	height: 200px;*/
	width: 266px;
	margin: 17px 0 17px 17px;
	border:0;
	padding:0;
/*	padding:17px;*/
}
#sidebarhd {
	background: url('images/sidebarhd.jpg');
	height:19px;
}

#sideLinks {
	margin:0 17px 17px 17px;
	padding:0;
	
}
#AccountBox {
	margin:0;
	padding:0;
}
.clear {
	clear:both;
}

.loginBox {
	background: url('images/loginbg.jpg') no-repeat;
	width: 198px;
	height: 126px;
	margin: 0 0 17px 17px;
	padding: 0;
	color: #455C94;
}
.login {
	width: 232px;
}
html>body .loginBox{
	width: 232px;
	margin:0 17px 17px 17px;
	
}
div.loginBox {
	padding: 17px;

}
.content {
	margin:0 17px 17px 17px;
}

a.downlaodSide, a.passwordSide, a.OrderSide,a.sendSMSSide, a.profileSide , a.transactionSide{
	display: block;
	height: 54px;
	width: 232px;
	text-indent:-2000px;
	overflow:hidden;
	margin: 0 0 17px 0;
}

a.downlaodSide {
	background: url('images/DownloadSide.jpg') no-repeat;
}
a.passwordSide{
	background: url('images/PasswordSide.jpg') no-repeat;
}
a.OrderSide{
	background: url('images/OrderSide.jpg') no-repeat;
}
a.profileSide {
	background: url('images/ProfileSide.jpg') no-repeat;
}
a.transactionSide{
	background: url('images/HistorySide.jpg') no-repeat;
}
a.sendSMSSide{
	background: url('images/sendSMS.jpg') no-repeat;
}
