body, html
{
	font-family: Trebuchet MS;
	background-image: url(images/layout/background.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #5C5C5C;
	margin: 0px;
	padding: 0px;
}
#container
{
	background-color: #FFF;
	border-left: 5px solid #403F3F;
	border-right: 5px solid #403F3F;
	border-bottom: 5px solid #403F3F;
	margin: 0px auto 20px auto;
	width: 924px;
}
/*///////////////////////////////////// HEADER */
#header
{
	position: relative;
	background-image: url(images/layout/header.jpg);
	/*background-image: url(images/layout/top_banner_ad.png);*/
	/*background-image: url(images/layout/orderuganda_top_banner_ad.png);*/
    background-repeat: no-repeat;
	width: 924px;
	height: 171px;
}
/*
#logo
{
	position: absolute;
	background-image: url(images/layout/logo.png);
	background-repeat: none;
	cursor: hand;
	cursor: pointer;
	width: 231px;
	height: 117px;
	top: 20px;
	left: 30px;
}
*/
#logo
{
	position: absolute;
	background-image: url(images/layout/sendairtime.png);
	background-repeat: none;
	cursor: hand;
	cursor: pointer;
	width: 221px;
	height: 235px;

	left: -31px;
}
/*///////////////////////////////////// NAV */
#nav
{
	width: 924px;
	height: 28px;
	border-top: 1px solid #19191A;
	border-bottom: 1px solid #19191A; 
	background-color: #131212;
}
#nav ul
{
	list-style-type: none;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 28px;
	float: right;
}
#nav ul li
{
	margin: 0px 10px 0px 10px;
	display: inline;
}
#nav ul li a
{
	color: #FFF;
	text-decoration: none;
}
#nav ul li a:hover
{
	color: #669999;
	text-decoration: none;
}
/*///////////////////////////////////// CONTENT */
#content
{
	background-color: #FFF;
	width: 924px;
	min-height: 551px;
	height: auto !Important;
	height: 551px;
}
.leftCol
{
	width: 424px;
	float: left;
}
.rightCol
{	width: 500px;
	float: right;
}
.regularContent
{
	width: 460px;
	padding: 20px;
}
.regularContent p
{
	line-height: 20px;
	margin: 0px 0px 15px 0px;
}
h1
{
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-size: 20px;
	color: #417d87;
	font-weight: bold;
}
h1 b
{
	font-size: 20px;
	color: #000;
}
h2
{
	margin: 0px;
	padding: 0px;
	font-size: 20px;
	color: #417d87;
	font-weight: bold;
}
h2 b
{
	font-size: 20px;
	color: #000;
}
h3
{
	font-size: 18px;
	text-align: right;
	margin: 0px;
	padding: 10px 15px 10px 15px;
	color: #FFF;
}
h4
{
	font-size: 14px;
	color: #417d87;
	line-height: 30px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	border-bottom: 1px solid #E4E4E4;
}
h5
{
	font-size: 14px;
	color: #417d87;
	line-height: 30px;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	float: left;
}
h6
{
	margin: 0px;
	padding: 20px 0px 10px 0px;
	font-size: 20px;
	color: #417d87;
	font-weight: bold;
	text-align: center;
}
p
{
	font-size: 14px;
	line-height: 16px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
}
p.indent
{
	font-size: 14px;
	line-height: 16px;
	margin: 0px;
}
p.centered
{
	font-size: 14px;
	line-height: 16px;
	margin: 0px;
	text-align: center;
}
ol
{
	font-size: 13px;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
ol li
{
	margin: 0px 0px 10px 0px;
}
em
{
	font-weight: bold;
	color: #417d87;
	font-style: normal;
}
/*///////////////////////////////////// HOME PAGE CONTENT */
.welcome
{
	padding: 15px;
	background-color: #E4E4E4;
	height: 70px;
}
.ghanaIndex
{
	padding: 15px;
	background-color: #FF0000;
	font-size: 15px;
	text-align: center;
}
.instructions
{
	padding: 15px;
	margin: 15px 0px 30px 0px;
}
.instructions ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	font-size: 13px;
	font-weight: bold;
}
.instructions ul li
{
	margin: 0px;
}
.paymentOptions
{
	float: right;
}
.steps
{
	margin: 0px 10px 0px 0px;
	vertical-align: middle;
}
.message
{
	margin: 0px 0px 30px 20px;
}
.message img
{
	float: left;
	margin: 5px 30px 0px 0px;
}
.message p
{
	font-size: 12px;
}
/*///////////////////////////////////// LOGIN BOX */
.loginBox
{
	background-image: url(images/layout/login_background.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
	height: 100px;
}
.loginBox div
{
	text-align: right;
	padding: 0px 15px 3px 0px;
}
.loginBox .input
{
	font-family: Trebuchet MS;
	font-size: 11px;
	padding: 3px;
	background-color: #FFF !Important;
	border: 1px solid #666;
	margin: 0px 0px 0px 10px;
}
.loginBox .submit
{
	margin: 0px 0px 0px 10px;
	vertical-align: middle;
}
.loginBox b
{
	font-size: 14px;
	color: #FFF;
}
.loginBox a
{
	font-size: 11px;
	color: #FFF;
}
.noLoginBox
{
	background-image: url(images/layout/login_background.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
	height: 30px;
}
/*///////////////////////////////////// CHART */
.chart
{
	background-color: #FFF;
	background-repeat: repeat-y;
	width: 424px;
}
.chart .provider
{
	text-align: center;
	background-color: #56919C;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	color: #FFF;
	float: left;
	width: 132px;
	height: 25px;
}
.chart .label
{
	text-align: center;
	background-color: #56919C;
	border-top: 1px solid #FFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	color: #FFF;
	float: left;
	width: 97px;
	height: 25px;
}
.chart .telcom
{
	width: 133px;
	height: 123px;
	float: left;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
}
.chart .prices div
{
	font-size: 12px;
	text-align: center;
	color: #FFF;
	background-color: #2C6A74;
	float:left;
	width: 95px;
	height: 30px;
	border-right: 1px solid #FFF;
	border-top: 1px solid #FFF;
	line-height: 30px;
}
.norightborder
{
	border-right: 0px none !Important;
	background-color: #19565e !Important;
	display: block;
	width: 97px !Important;
	height: 30px !Important;
}
.chart .login
{
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	background-color: #19565e;
	color: #FFF;
	cursor: hand;
	cursor: pointer;
	display: block;
	width: 97px;
	line-height: 30px;
	height: 30px;
	text-transform: uppercase;
}
.chart .login:hover
{
	background-color: #005a29;
	text-decoration: none;
}
.chart .soldOut
{
	font-family: Trebuchet MS;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	background-color: #CC0000;
	color: #FFF;
	display: block;
	width: 97px;
	line-height: 30px;
	height: 30px;
	text-transform: uppercase;
}
.form
{
	margin: 15px;
	border: 1px solid #E4E4E4;
}
/*///////////////////////////////////// SMS FORM */
.row
{
	padding: 10px 0px 10px 20px;
}
.row a
{
	font-size: 11px;
}	
.row label
{
	font-size: 11px;
	text-transform: uppercase;
	margin: 5px 0px 0px 0px;
	float: left;
	width: 150px;
}
.row .input
{
	font-size: 11px;
	padding: 3px;
	border: 1px solid #999;
	background-color: #FFF !Important;
}
.row select
{
	font-size: 11px;
	padding: 3px;
	border: 1px solid #999;
	background-color: #FFF !Important;
}
.row textarea
{
	font-size: 11px;
	font-family: Trebuchet MS;
	padding: 3px;
	border: 1px solid #999;
	width: 250px;
	height: 100px;
}
.nolabel
{
	margin: -10px 0px 10px 170px;
}
.nolabel .chrLeft
{
	font-size: 11px;
	width: 22px;
	color: #FFF;
	border: 1px solid #999;
	background-color: #999;
	cursor: default;
}
.nolabel i
{
	font-style: normal;
	font-size: 10px;
}
/*///////////////////////////////////// SMS FORM */
.table
{
	margin: 15px;
	border: 1px solid #E4E4E4;
}
.table textarea
{
	font-size: 11px;
	font-family: Trebuchet MS;
	padding: 3px;
	border: 1px solid #999;
	width: 250px;
	height: 100px;
}
.table .right
{
	height: 30px;
	line-height: 30px;
	float: right;
	text-align: center;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #E4E4E4;
}
.table .right img
{
	padding: 3px 0px 0px 0px;
}
.table .date
{
	font-style: normal;
	font-size: 11px;
	line-height: 20px;
	padding: 0px 10px 0px 15px;
	color: #666;
	float: left;
}
.table .airtime
{
	font-style: normal;
	font-size: 11px;
	line-height: 20px;
	padding: 0px 10px 0px 15px;
	color: #666;
	float: right;
}
.table .textarea
{
	border-top: 1px solid #E4E4E4;
	padding: 15px 15px 0px 15px;
}
.table textarea
{
	font-size: 11px;
	font-family: Trebuchet MS;
	padding: 3px;
	border: 1px solid #999;
	width: 430px;
	height: 70px;
}
.table .submit
{
	padding: 5px 10px 5px 0px;
	text-align: right;
}
/*///////////////////////////////////// ADS */
.ads
{
	width: 424px;
	text-align: right;
	padding: 12px 0px 5px 0px;
}
.ad1
{
	float: right;
	width: 410px;
	height: 200px;
	border: 1px solid #999;
	background-color: #E4E4E4;
	margin: 0px 0px 12px 0px;
}
.ad2
{
	float: right;
	width: 410px;
	height: 100px;
	border: 1px solid #999;
	background-color: #E4E4E4;
	margin: 0px 0px 12px 0px;
}
/*///////////////////////////////////// RECEIPT PAGE */
.receiptDetails
{
	width: 924px;
	background-color: #E4E4E4;
}

.receiptDetails .spacing
{
	padding: 40px;
}
.carrier
{
	margin: 25px 40px 0px 0px;
}
.carrier img
{
	border: 1px solid #403F3F;
}
.receiptDetails ul
{
	font-family: Trebuchet MS;
	font-size: 13px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.receiptDetails ul li
{
	padding: 5px 0px 5px 0px;
}
/*///////////////////////////////////// FOOTER */
#footer
{
	border-top: 1px solid #FFF;
	background-color: #000;
	width: 924px;
	height: 100px;
}
#footer ul
{
	color: #FFF;
	font-size: 11px;
	list-style-type: none;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}
#footer ul li
{
	margin: 0px 5px 0px 5px;
	display: inline;
}
#footer ul li a
{
	color: #FFF;
	text-decoration: none;
}
#footer ul li a:hover
{
	color: #669999;
	text-decoration: none;
}
/*///////////////////////////////////// MISCELLANEOUS */
form
{
	margin: 0px;
	padding: 0px;
}
.flag
{
	margin: 0px 0px 0px 15px;
}
.icon
{
	vertical-align: middle;
}
.floatLeft
{
	float: left;
}

.clear
{
	clear: both;
}
a
{
	color: #417d87;
	text-decoration: none;
}
a:hover
{
	text-decoration: underline;
}
