@import url("style_shah.css");

body {
	background: #5f6062 url(../images/body_bg.jpg) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
	font-size: 11px;
}

.clear {clear: both;}	
a {
  color: #000000;
  text-decoration: none;
}
a:link, a:visited, a:active {
	color: #000;
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	outline-width: medium;	
}

a:hover {
	text-decoration: underline;
}

h1,h2,h3,h4,h5,h6 {
	color: #000000;
	font-weight: bold;
	margin-bottom: 0px;
}

h2 {
	font-size:14px;
	padding: 0px 0px 0px 10px;
}

h1 {
	font-size: 18px;
	padding: 0px 0px 0px 10px;
}

h3 {
	font-size: 16px;
}

h4 {
	font-size: 15px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 13px;
}

p {
	margin-bottom: 10px;
	padding: 0px 0px 0px 20px;
}

#wrapper {
	margin: 0 auto;
	width: 880px;
	background:#ffffff;
}

#header {
	height: auto;
	background: none;
}

#nav {
	height: 25px;
	background: url(../images/nav_bg.jpg) repeat-x top left;
	float: left;
	width: 100%;
}
#navmenu {
}
#container {
	padding: 0px 18px;
}

#rightbar {
	background:#474648;
	width: 175px;
	float: right;
	height: auto;
	margin: 18px 0px;
	padding: 10px 10px;
}

#content {
	background: #ffffff;
	width: 628px;
	float: left;
	margin: 18px 0px;
	height: auto;
	/*border: 1px solid #000000;*/
}
#footer {
	background: #474648;
	height: 60px;
	width: 844px;
	padding:18px 18px 2px 18px;
}
#footer_top {
	background: none;
	height: auto;
	width: 644px;
	float: left;
}
#footer_top .footer_menu {
	background: none;
	height: 20px;
	padding:5px 0px 0px 0px;
	width: 100%;
}

#footer_top .footer_menu ul {
	list-style: none;
	list-style-type: none;
}

#footer_top .footer_menu ul li {
	float: left;
	border-left: none;
	color: #ffffff;
}
#footer_top .footer_menu ul li.item1,
#footer_top .footer_menu ul li:first-child {
	border-left: none;	
}
#footer_top .footer_menu ul li a:link,
#footer_top .footer_menu ul li a:active,
#footer_top .footer_menu ul li a:visited {
	background: none;
	float: left;
	height: 15px;
	width:auto;
	line-height: 15px;
	display: block;	
	padding: 0px 15px 0px 0px;
	color: #ffffff;
	font: Verdana;
	font-size: 12px;
}

#footer_top .footer_menu ul li#active a:link,
#footer_top .footer_menu ul li#active a:active,
#footer_top .footer_menu ul li#active a:visited,
#footer_top .footer_menu ul li a:hover {
	background: none;
	text-decoration: none;
	color: #000000;
}
#pay_card {
	background: none;
	height: auto;
	width: auto;
	float: right;
}
