body {
	background: url(/images/star120_background.gif) repeat;
}

h1 {
	
	font-size: 2em;
	
}

#header {
	width: 790px;
	height: 85px;
	background: url(/images/header_backround.gif) no-repeat;
}

#header_graphic {
	width: 790px;
	height: 243px;
	background: url(/images/main_graphic_background.gif) no-repeat;
}

#debit_nav_background {
	width: 790px;
	height: 39px;
	background: url(/images/debit_nav_background.gif) no-repeat;
}

#star120_logo {
	width: 199px;
	height: 53px;
	margin-left: 35px;
	margin-top: 15px;
	
}

#main_content {
	background: url(/images/main_content_background.gif) repeat-y;
	margin: 0 auto;
	
}

#signup {
	width: 150px;
	height: 50px;
	background: url(../images/signup.png) no-repeat;
	padding-top: 4px;
	text-align: center;
	
}

#signup a {
	text-decoration: none;
	color: white;
	font-size: 2em;
	font-weight: bold;
}



/* =========== TOP NAV ========== */

#navcontainer	{
	margin: 0 auto;
	padding: 2em 0 0 0;
}

/* to stretch the container div to contain floated list */
#navcontainer:after {
	content: "";
	display: block;
	line-height: 1px;
	clear: both;
}

ul#navlist	{
	list-style: none;
	margin: 0 auto;
	width: 100%;
	text-align: center;
	padding: 0;
}

ul#navlist li {
	display: block;
	float: left;
	width: 84px;
	margin: 0;
	padding-left: 2px;
}

ul#navlist li a {
	display: block;
	width: 100%;
	padding: 0.6em;
	text-decoration: none;
	background: url(/images/button_nav_top.gif) no-repeat;
	color: #745e50;
}

#navcontainer ul#navlist li a { 
	width: auto; 
	}

ul#navlist li#active a {
	background: url(/images/button_nav.gif);
	color: white;
}

ul#navlist li a:hover, ul#navlist li#active a:hover {
	background-image: url(/images/button_nav.gif);
	color: white;
}
/* =========== TOP NAV END ========== */

/* =========== FORMS ========== */

label {
	font-weight: normal;
	font-style: normal;
}

#commentForm label.error {
	color: maroon;;
	background-color: transparent;
	width: auto;
	display: inline;
	border: 1px none maroon;
	padding: 0;
	margin-left: 5px;
}

/* =========== FORMS END ========== */

#debitnavcontainer	{
	margin: 0 auto;
	padding: 2em 0 0 0;
	white-space: normal;
}

ul#debitlist	{
	list-style: none;
	margin: 0 auto;
	width: 100%;
	text-align: left;
	padding-left: 15px;
	padding-top: 10px;
}

ul#debitlist li {
	display: block;
	float: left;
	width: 101px;
	margin: 0;
	padding-left: 10px;
	height: 19px;
}

ul#debitlist li a {
	display: block;
	width: 100%;
	text-decoration: none;
	background: url(../images/debit_button.png) no-repeat;
	color: white;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: bold;
	padding: 2px;
	text-indent: 3px;
	letter-spacing: .1em;
}

ul#debitlist li a:hover {
	color: #333333;
}

/* =========== DEBIT NAV ========== */




/* =========== DEBIT NAV END ========== */

/* =========== SERVICES ========== */

#service_container {
	width: 745px;
	margin: 0 auto;
	background-color: red;
}

#service_container h4 {
	color: white;
	line-height: 1em;
}

#service_container p {
	color: white;
	line-height: 1.2em;
	font-size: .9em;
	padding-right: 10px;
	padding-left: 10px;
}

#service_container a {
	text-decoration: none;
	color: black;
}
#service_container a:hover {
	text-decoration: none;
}

.service_box{
	float:left;
	text-align:center;
	background-color: silver;
	width: 147px;
	height: 222px;
	margin-left: 2px;
	
}

#service_transact {
	width: 147px;
	height: 222px;
	background: url(/images/service_transactions_body.jpg) no-repeat;
	padding-top: 80px;
}

#service_dev {
	width: 147px;
	height: 222px;
	background: url(/images/service_dev_body.jpg) no-repeat;
	padding-top: 80px;
}

#service_sms {
	width: 147px;
	height: 222px;
	background: url(/images/service_sms_body.jpg) no-repeat;
	padding-top: 80px;
}

#service_international {
	width: 147px;
	height: 222px;
	background: url(/images/service_international_body.jpg) no-repeat;
	padding-top: 80px;
}

#service_airtime {
	width: 147px;
	height: 222px;
	background: url(/images/service_airtime_body.jpg) no-repeat;
	padding-top: 80px;
}

/* =========== SERVICES END ========== */


/* =========== FOOTER ========== */

#footer_graphic {
	width: 790px;
	height: 49px;
	background: url(/images/footer_graphic.gif) no-repeat;
}
	
#footer {
	margin: 0 auto;
	color: #efebe5;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 0;
	font-size: .9em;
}

#footer ul {
	float: left;
	margin: 0 30px 1px 0;
	color: #5ec719;
	padding: 1px;
}	
		
#footer ul:hover, #footer ul:hover a {
	color: #8c827b;
	}
	
#footer li:hover {
	color: white;
	}
		
#footer .title {
	display: block;
	padding: 0 0 6px 0;
	font-weight: bold;
	}
		
#footer li {
	display: block;
	padding: 1px 1px 2px;
	line-height: 120%;
	}
			
#footer a {
	padding:1px 1px;
	border:1px solid #351501;
	text-decoration:none;
	color: white;
	}	
	
#footer a:hover {
	text-decoration: none;
	background: white;
	border: 1px solid white;
	-moz-border-radius:5px;
	-khtml-border-radius: 5px;
	}
	
.rights {
	display: block;
	clear: both;
	padding: 30px 0 0 0;
	}	
	
#company_text {
	color: white;
	font-size: .8em;
	margin-top: 20px;
	letter-spacing: .1em;
}

#company_text a {
	color: #5ec719;
}

#company_text a:hover {
	color: silver;
}	
/* =========== FOOTER END ========== */


/* =========== FANCY BOX JQUERY PLUGIN ========== */
#wrap {
	width: 450px;
	margin: 50px auto;	
	}
		
#wrap a {
		outline: none;	
	}
		
#wrap img {
	border: 1px solid #CCC;
	padding: 2px;	
	margin: 10px 5px 10px 0;
	}
		
/* =========== FANCY BOX JQUERY PLUGIN END ========== */		

#page_status {
	font-size: 9px;
}
