/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin: 0;
	padding: 0;
	height: 100%; /* needed for container min-height */
	background: #fff;
	/*font-family: Arial,Helvetica,Garuda,sans-serif;*/
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size: 12px;
	color: #000000;	
}

/* main table */

div#header {
	width: 962px;
	height: 116px;
	margin: 0 auto 0 auto;
	border-top:8px solid #522e91;
}
	
div#content {
	width: 962px;
	min-height: 643px;
	padding: 0 0 0 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
	background: URL("/graphics/bg.gif") repeat-y;
}

div#footer {
	width: 962px;
	height: 132px;
	background: url("/graphics/footer.gif") #d9d9d9 no-repeat;
	font-size: 11px;
	color: #fff;
	margin: 0 auto 0 auto;
}

/* content formatting */

#pagecontent {
	width: 960px;
	margin: 0px 1px 0 1px;
	padding:0 0 15px 0;
	overflow: auto;
	line-height:20px;
}

#pagecontent2 {
	width: 675px;
	margin: 40px 35px 40px 0;
	overflow: hidden;
	line-height:20px;
	float: right;
	display:inline;
}

#leftbar {
	width: 201px;
	margin: 72px 0 0 1px;
	float: left;
	display:inline;
}

#logolink {
	width:219px; 
	height:106px; 
	border:0; 
	float:left; 
	display:inline; 
	margin:10px 0 0 18px;
}

#left_foot_top {
	float: left;
	display:inline;
	margin: 12px 0 0 28px;
	height:55px;
	line-height:20px;
}

#left_foot_top a{
	color: #fff;
	text-decoration: none;
}

#left_foot_top a:hover{
	color: #8cc63f;
	text-decoration: underline;
}

#right_foot_top {
	float: right;
	height:67px;
}

#left_foot_bot {
	float: left;
	display:inline;
	margin: 8px 0 0 14px;
	line-height:20px;
	color:#7c7b7d;
}

#right_foot_bot {
	float: right;
	display:inline;
	margin: 7px 13px 0 0;
}

#right_foot_bot img {
	float:right;
	display:inline;
	border:0;
}

#tell {
	width:295px; 
	height:191px; 
	margin:16px 0 0 15px; 
	float:left; 
	display:inline; 
	border:0;
}

.tell {
	width:295px; 
	height:93px; 
	margin-bottom: 5px;
	float:left; 
}

.save {
	width:280px; 
	height:205px; 
	margin:7px 0 0 25px; 
	float:left; 
	display:inline; 
	border:0;
}

.sim {
	width:177px; 
	height:120px; 
	margin:18px 0 0 18px; 
	padding:65px 16px 0 117px;
	float:left; 
	display:inline; 
	border:0;
	background: url("/graphics/simcard_homepage.gif") no-repeat;
}

.learnmore {
	border:0; 
	float:right; 
	margin:5px 0 0 0;
}

#clear {
	clear: both;
}

div.clear {
	clear: both;
}

/* text styles */

form {
	margin: 0;
}

a {
	color: #522e91;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #8cc63f;
	text-decoration: underline;
}

h1 {
	font-weight: normal;
	font-size: 24px;
	color: #522e92;
	margin: 0 0 20px 1px;
}

h4 {
	font-weight: normal;
	font-size: 18px;
	color: #522e92;
	margin: 20px 0 0 0;
}

img.faq {
	vertical-align: middle;
	border: 0;
}

p { 
	margin:11px 0;
}

.contact td {
	font-size: 10px;
	text-align: right;
}

.error {
	font-size: 15px;
	line-height: 17px;
	color: #1b1a1d;
	padding: 10px 20px 20px 20px;
}

table#phones {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	border: 0;
	width: 770px;
}

table#phones a, table#phoneDetails a {
	text-decoration: none;
}

table#phones td {
	width: 110px;
}

table#phones img, table#phoneDetails img {
	border: 0;
}

table#phoneDetails {
	border: 0;
	width: 100%;
}

/* graphical menu codes */

#topmenu ul {
	list-style: none;
	width: 387px;
	height: 22px;
	padding:0;
	margin: 46px 22px 0 0px;
	float:right;
	position: relative;
	overflow: hidden;
	background: url("/graphics/topmenu.gif") no-repeat;
}

#topmenu li {
   display: inline;
   position: absolute;
}

#topmenu li a{
	float: left;
	font-size: 11px;
	line-height: 14px;
	white-space: nowrap;
	text-transform: uppercase;
	text-align:center;
	padding: 0 0 0 0;
	text-indent:189px;
	overflow:hidden;
	height:22px;
}

#topmenu li a:hover {
	color: #bceffa;
}

a.on {
	color: #bceffa;
}
	
#topmenu a {
	color: #ffffff;
	text-decoration: none;
}

#topmenu a:hover {
	color: #bceffa;
	text-decoration: none;
}

a.map {
	background: url("/graphics/topmenu.gif") 0 0 no-repeat;
	width:120px;
}

a.map:hover{
	background: url("/graphics/topmenu.gif") 0 -21px no-repeat;
}

a.login {
	background: url("/graphics/topmenu.gif") -120px 0 no-repeat;
	width:123px;
}

a.login:hover{
	background: url("/graphics/topmenu.gif") -120px -21px no-repeat;
}

a.about {
	background: url("/graphics/topmenu.gif") -243px 0 no-repeat;
	width:85px;
}

a.about:hover{
	background: url("/graphics/topmenu.gif") -243px -21px no-repeat;
}

a.home {
	background: url("/graphics/topmenu.gif") -328px 0 no-repeat;
	width:59px;
}

a.home:hover{
	background: url("/graphics/topmenu.gif") -328px -21px no-repeat;
}

a#phones {
background: url("/graphics/topmenu4.gif") 0 0 no-repeat;
width:131px;
}

a#phones:hover{
background: url("/graphics/topmenu4.gif") 0 -37px no-repeat;
}

a#plan {
background: url("/graphics/topmenu4.gif") -131px 0 no-repeat;
width:115px;
}

a#plan:hover{
background: url("/graphics/topmenu4.gif") -131px -37px no-repeat;
}

a#better {
background: url("/graphics/topmenu4.gif") -246px 0 no-repeat;
width:202px;
}

a#better:hover{
background: url("/graphics/topmenu4.gif") -246px -37px no-repeat;
}

a#faq {
background: url("/graphics/topmenu4.gif") -448px 0 no-repeat;
width:99px;
}

a#faq:hover{
background: url("/graphics/topmenu4.gif") -448px -37px no-repeat;
}

a#shop {
background: url("/graphics/topmenu4.gif") -547px 0 no-repeat;
width:165px;
}

a#shop:hover{
background: url("/graphics/topmenu4.gif") -547px -37px no-repeat;
}

#botmenu ul {
	list-style: none;
	width: 342px;
	height:20px;
	padding:0;
	margin: 11px 29px 0 0px;
	float:right;
	position: relative;
	overflow: hidden;
	background: url("/graphics/botmenu.gif") no-repeat;
}

#botmenu li {
   display: inline;
   position: absolute;
}

#botmenu li a{
	float: left;
	font-size: 11px;
	line-height: 14px;
	white-space: nowrap;
	text-transform: uppercase;
	text-align:center;
	padding: 0 0 0 0;
	text-indent:189px;
	overflow:hidden;
	height:22px;
}

#botmenu li a:hover {
	color: #bceffa;
}

a.on {
	color: #bceffa;
}

#botmenu a {
	color: #ffffff;
	text-decoration: none;
}

#botmenu a:hover {
	color: #bceffa;
	text-decoration: none;
}

a.ct {
	background: url("/graphics/botmenu.gif") 0 0 no-repeat;
	width:79px;
}

a.ct:hover{
	background: url("/graphics/botmenu.gif") 0 -20px no-repeat;
}

a.terms {
	background: url("/graphics/botmenu.gif") -79px 0 no-repeat;
	width:96px;
}

a.terms:hover{
	background: url("/graphics/botmenu.gif") -79px -20px no-repeat;
}

a.priv {
	background: url("/graphics/botmenu.gif") -175px 0 no-repeat;
	width:100px;
}

a.priv:hover{
	background: url("/graphics/botmenu.gif") -175px -20px no-repeat;
}

a.site {
	background: url("/graphics/botmenu.gif") -275px 0 no-repeat;
	width:67px;
}

a.site:hover{
	background: url("/graphics/botmenu.gif") -275px -20px no-repeat;
}

/*hides alternate flash content on the index page */

.flash-replaced .alt {
	display: block;
	height: 0;
	position: absolute;
	overflow: hidden;
	width: 0;
}