@charset "UTF-8";
/* CSS Document */
body {
	background-color: #161616;
	background-image: url(../img/bannerRpt.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0;
}
body,td,th {
	font-family: Helvetica, Arial, sans-serif;
	color: #CCC;
	font-size: 0.9em;
	line-height: 1.4em;
	font-weight: normal;
}
h1,h2 {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #3C0;
}
p {
	letter-spacing: 0.05em;
}
#mainContent h3,h4,h5,h6 {
	font-size: 1em;
	color: #666;
	margin-bottom: 10px;
}
a img {
	border: none;
}
#wrapper {
	width: 921px;
	position: relative;
	margin: 0 auto;
	padding: 0 20px;
	text-align: left;
}
#banner {
	width: 921px;
	height: 155px;
	position: relative;
	margin-bottom: 20px;
}
#bnrLogo {
	position: absolute;
	top: 0px;
	left: 20px;
	width: 255px;
	height: 112px;
}
#bnrPostit {
	position:absolute;
	left:720px;
	top:0px;
	width:190px;
	height:71px;
	z-index:1;
	padding: 1px 20px 0 60px;
	background-image: url(/img/postit.png);
	color: #699;
	background-repeat: no-repeat;
	font-style: italic;
}
#bnrPostit span {
	/*font-size: 2em;*/
}
#bnrInfo {
	position: absolute;
	top: 60px;
	left: 645px;
	width: 255px;
	height: 41px;
}
#bnrNav {
	position: absolute;
	top: 119px;
	left: 20px;
	width: 700px;
	height: 36px;
}

.mainBtn { margin-right: 19px;}

#bnrFeeds {
	position: absolute;
	top: 126px;
	left: 855px;
	width: 60px;
	height: 22px;
}
.time { position: absolute; top: 10px; right: 15px;}

/* ==== Landing Page ==== */

#fullWidthPanel {
	width: 860px;
	/*height:	250px;*/
	color: #FFF;
	background-color: #252525;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 5px 6px #000;
	-webkit-box-shadow:0px 5px 6px #000;
	border-radius: 5px;
	box-shadow:0px 5px 6px #000;
	behavior: url(../PIE/PIE.htc);
	padding: 20px 5px 5px 15px;
	margin: 0 20px 20px 20px;
	float: left;
/* position: relative;*/
}
.Box1, .Box2, .Box3, .Box4 {
   width: 195px;
   float: left;
   border: solid 1px #060;
   text-align: center;
   margin: 10px 20px 20px 0;
   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 5px 6px #000;
	-webkit-box-shadow:0px 5px 6px #000;
 border-radius: 5px;
   box-shadow:0px 5px 6px #000;
   behavior: url(../PIE/PIE.htc);
}
.lastBox {
   margin-right: 0;
}
#fullWidthPanel .Box1 h1 {
   background-image: url("/img/buttonBGRed.gif");
   background-repeat: repeat-x;
   font-size: 1em;
   color: #FFF;
   margin: 0 0 10px;
   padding: 0;
   font-weight: bold;
}
#fullWidthPanel .Box2 h1 {
   background-image: url("/img/buttonBGAmb.gif");
   background-repeat: repeat-x;
   font-size: 1em;
   color: #FFF;
   margin: 0 0 10px;
   padding: 0;
   font-weight: bold;
}
#fullWidthPanel .Box3 h1 {
   background-image: url("/img/buttonBGGrn.gif");
   background-repeat: repeat-x;
   font-size: 1em;
   color: #FFF;
   margin: 0 0 10px;
   padding: 0;
   font-weight: bold;
}
#fullWidthPanel .Box4 h1 {
   background-image: url("/img/buttonBGBlue.gif");
   background-repeat: repeat-x;
   font-size: 1em;
   color: #FFF;
   margin: 0 0 10px;
   padding: 0;
   font-weight: bold;
}
.Box1 h1 a, .Box2 h1 a, .Box3 h1 a, .Box4 h1 a {color: #fff;}
.Box1 p, .Box2 p, .Box3 p, .Box4 p { font-size: 0.9em; padding: 0 5px;}

#mainContent {
	width: 580px;
	background-color: #252525;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 5px 6px #000;
	-webkit-box-shadow:0px 5px 6px #000;
	border-radius: 5px;
	box-shadow:0px 5px 6px #000;
	behavior: url(../PIE/PIE.htc);
	padding: 5px 5px 5px 15px;
	margin: 0 20px 20px 20px;
	float: left;
}

/* ==== Other page elements ==== */

#sidePanel {
	width: 240px;
	background-color: #252525;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 3px 4px #000;
	-webkit-box-shadow:0px 3px 4px #000;
	border-radius: 5px;
	box-shadow:0px 3px 4px #000;
	behavior: url(../PIE/PIE.htc);
	padding: 5px 5px 5px 15px;
	margin: 0 20px 20px 0;
	float: left;
	text-align: center;
}
.testNames {
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #390;
	padding: 5px 45px 10px 0px;
	margin: 0 10px;
	color: #390;
	width: 490px;
}
.testNamesR {
	text-align:right;
	font-style: italic;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #390;
	padding: 5px 0px 10px 0px;
	margin: 0;
	color: #390;
	width: 545px;
	color: #390;
}
#footer {
	width: 880px;
	padding-top: 20px;
	margin-left: 20px;
	position: relative;
	border-top: dotted 1px #99CC00;
	text-align: center;
}
#footer h1,h2,h3,h4 {
	font-size: 1em;
	color: #666;
	margin-bottom: -10px;
}
#footer ul li {
	font-size: 0.8em;
	list-style-image: url(../img/grnBullet.gif);
	margin-left: -20px;
}
#footer a:link,a:visited {
	color: #339900;
	text-decoration: none;
}
#footer a:hover,a:active {
	color: #99CC00;
	text-decoration: underline;
}
.footerList {
	width: 280px;
	margin-left: 10px;
	float: left;
	text-align: left;
}
.clearboth {
	clear: both;
}
.imgBox3 {
	width: 570px;
	border-top: dotted 1px #390;
	border-bottom: dotted 1px #390;
	padding: 10px 0;
}
.imgBox3 img{
	margin: 0 9px;
}
.imgBoxLgLeft {
	width: 320px;
	border-top: dotted 1px #390;
	border-bottom: dotted 1px #390;
	padding: 10px 0;
	float: left;
	margin: 0 15px 5px 0;
}
.imgBoxLgLeft img{
	margin: 0 10px 0 0;
}
.imgBoxLeft {
	width: 170px;
	border-top: dotted 1px #390;
	border-bottom: dotted 1px #390;
	padding: 10px 0;
	float: left;
	margin: 0 15px 5px 0;
}
.imgBoxLeft img{
	margin: 0 10px 0 0;
}
.imgBoxRight {
	width: 160px;
	border-top: dotted 1px #390;
	border-bottom: dotted 1px #390;
	padding: 10px 10px 10px 0;
	float: right;
	margin: 0 10px 5px 15px;
}
.imgBoxRight img{
	margin: 0 10px 0 0;
}
#form1 label {
	float: left;
	width: 180px;
	margin-left: 20px;
}
#form1 div {
	clear: left;
	margin-top: 10px;
}
#form1 tr {
	margin-top: 10px;
}
.textInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #92BC15;
	border: 1px solid #999999;
	width: 200px;
}
.submitBtn {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	background-image: url(/img/buttonBG.gif);
	background-repeat: repeat-x;
	width: 100px;
	height: 25px;
	border: 1px solid #390;
	margin-left: 200px;
	padding: 0.2em;
	font-weight: bold;
	cursor: pointer;
}
.error {
	font-weight: bold;
	color: #CC0000;
}
/* index image rotator */
/*--Main Container--*/
.main_view {
	float: left;
	position: relative;
	width: 871px;
	background-color: #252525;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 3px 4px #000;
	-webkit-box-shadow:0px 3px 4px #000;
	border-radius: 5px;
	box-shadow:0px 3px 4px #000;
	behavior: url(../PIE/PIE.htc);
	padding: 5px 0 5px 10px;
	margin: 0 0 20px 20px;;
}
/*--Window/Masking Styles--*/
.window {
	height:295px;	width: 860px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0; left: 0;
}
.image_reel img {float: left;}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 240px;
	right: -27px;
	width: 178px;
	height:47px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
	text-align: center;
	line-height: 40px;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
	background-image: url(/img/rotatator/pagingBgGr.png);
	background-repeat: no-repeat;
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.paging a.active {
	font-weight: bold;
	background: #030;
	border: 1px solid #060;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	behavior: url(../PIE/PIE.htc);
}
.paging a:hover {font-weight: bold;}

/* content slider */
#sliderWrap {
	width: 860px;
	background-color: #252525;
	padding: 10px;
	margin: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 3px 4px #000;
	-webkit-box-shadow:0px 3px 4px #000;
	border-radius: 5px;
	box-shadow:0px 3px 4px #000;
	behavior: url(../PIE/PIE.htc);
}

#slider { background: #252525 url(/img/920x235panel.jpg); 
	height: 235px;
	overflow: hidden; 
    position: relative; 
	margin: 5px; 
}
#mover { 
	width: 2880px; 
	position: relative; 
}
.slide { 
	padding: 40px 30px; 
	width: 840px; 
	float: left; 
	position: relative; 
}
.slide h1 { 
	font-family: Helvetica, Arial, Sans-Serif; 
	font-size: 1.3em; 
	letter-spacing: -1px;
    color: #3C0;
	text-shadow: 0px 1px 2px #000;
	behavior: url(../PIE/PIE.htc);
}
.slide p { 
	color: #FFF; 
	font-size: 12px; 
	line-height: 22px; 
	width: 300px; 
}
.slide img { 
	position: absolute; 
	top: 0px; 
	left: 315px;
}
#slider-stopper  { 
	position: absolute; 
	top: -2px; 
	right: 20px; 
	background: #252525; 
	color: white;
    padding: 3px 8px; 
	font-size: 10px; 
	text-transform: uppercase; 
	z-index: 1000;
	-moz-box-shadow: 0px 3px 4px #252525;
	-webkit-box-shadow:0px 3px 4px #252525;
	box-shadow:0px 3px 4px #000;
	behavior: url(../PIE/PIE.htc);
}

/* side nav styling */

ul#sliding-navigation
{
	list-style: none;
	font-size: .75em;
	margin: 20px 30px 0 20px;
	padding: 0;
}

ul#sliding-navigation li.sliding-element h3,
ul#sliding-navigation li.sliding-element a
{
	display: block;
	width: 150px;
	padding: 5px 18px;
	margin: 0;
	margin-bottom: 5px;
}

ul#sliding-navigation li.sliding-element h3
{
	color: #fff;
	background-color:#333;
	font-weight: normal;
}

ul#sliding-navigation li.sliding-element a
{
	color: #9C0;
	background-color:#222;
	border: 1px solid #1a1a1a;
	text-decoration: none;
}

/* Slideshow Carousel */

/* Styling for the image gallery */

#slideshow-main {
	width:410px; 
	float:left; 
	margin-right:3px;
}

#slideshow-main ul {
	margin:0; 
	padding:0; 
	width:410px;
}

#slideshow-main li {
	width:410px; 
	height:290px; 
	display:none;
	position:relative;
}

#slideshow-main li.active {
	display:block !important;
}

#slideshow-main li span.opacity {
	position:absolute;
	bottom:0; left:0;
	display:block; 
	width:100%;
	height:60px;
	background:#000;
	filter:alpha(opacity=70); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5;
	z-index:500;
}

#slideshow-main li span.content {
	position:absolute;
	bottom:0; left:0;
	display:block; 
	width:100%;
	height:60px;
	z-index:1000;
}

#slideshow-main li span.content h1 {
	font-size:14px;
	margin:5px 0;
	padding:0 10px;;
	color:#FFF;
}

#slideshow-main li span.content p {
	font-size:11px;
	margin:5px 0;
	padding:0 10px;;
	color:#FFF;
}

/* Styling for the carousel */

#slideshow-carousel {
	float:left; 
	width:150px;
	position:relative
}

#slideshow-carousel ul {
	margin:0; 
	padding:0;
	list-style:none;
}

#slideshow-carousel li {
	background:#252525; 
	height:97px; 
	position:relative
}

#slideshow-carousel li .arrow {
	left:0px; 
	top:28px; 
	position:absolute; 
	width:20px; 
	height:40px; 
	background:url(/img/arrow.png) no-repeat 0 0; 
	display:block;
}

#slideshow-carousel li a {
	background:#000; 
	display:block; 
	width:150px; 
	height:95px;
}


#slideshow-carousel .active {
	filter:alpha(opacity=100); 
	-moz-opacity:1.0; 
	-khtml-opacity: 1.0; 
	opacity: 1.0;
}

#slideshow-carousel .faded {
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
	-khtml-opacity: 0.5; 
	opacity: 0.5;
}

/**
 * This <div> element is wrapped by jCarousel around the list
 * and has the classname "jcarousel-container".
 */
.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 75px;
    height: 75px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/* carousel skin */

.jcarousel-skin-tango .jcarousel-container-vertical {
    width: 150px;
    height: 291px;
    padding: 0;
}


.jcarousel-skin-tango .jcarousel-clip-vertical {
    width:  150px;
    height: 291px;
}

.jcarousel-skin-tango .jcarousel-item {
    width: 150px;
    height: 95px;
}

.jcarousel-skin-tango .jcarousel-item-vertical {
    margin-bottom: 0px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}



/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    bottom: 9px;
    left: 60px;
    width: 33px;
    height: 33px;
    cursor: pointer;
    background: transparent url(/img/next-vertical.png) no-repeat 0 0;
}


.jcarousel-skin-tango .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 7px;
    left: 60px;
    width: 33px;
    height: 33px;
    cursor: pointer;
    background: transparent url(/img/prev-vertical.png) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}


.bqstart {
     float: left;
     font-size: 700%;
     color: #666;
	 height: 45px;
     margin-top: -20px;
     padding-top: 45px;
     margin-bottom: -50px;
 }
 .bqend {
     float: right;
     font-size: 700%;
     color: #666;
	 height: 25px;
     margin-top: 0px;
     padding-top: 45px;
 }
#mainContent blockquote {
	background: #161616;
	padding: 10px;
	margin-left: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 5px 6px #000;
	-webkit-box-shadow:0px 5px 6px #000;
	border-radius: 5px;
	box-shadow:0px 5px 6px #000;
	behavior: url(../PIE/PIE.htc);
}
#fullWidthPanel blockquote {
	background: #161616;
	padding: 10px;
	margin-left: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 5px 6px #000;
	-webkit-box-shadow:0px 5px 6px #000;
 border-radius: 5px;
   box-shadow:0px 5px 6px #000;
   behavior: url(../PIE/PIE.htc);
}
ul#sliding-navigation li.sliding-element a:hover { color: #390; }
a:link,a:visited {
	color: #9C0;
	text-decoration: none;
}
a:hover,a:active {
	color: #390;
	text-decoration: underline;
}
.alertMsg {
	color: #F00;
	border: dotted 1px #390;
	background: #161616;
	padding: 10px;
}
.topUpR {
	padding-left: 10px;
}
#mainContent ul#bulletList li {
	list-style-image: url(/img/grnBullet.gif);
}
#mainContent ul.bulletList li {
	list-style-image: url(/img/grnBullet.gif);
}
.imgLeft {
	margin: 0 15px 5px 0;
}

tr:hover {background-color: #060;}
#pricesTbl td {padding: 3px;}
#pricesTbl2 td {padding: 3px;}
#pricesTbl3 td {padding: 3px;}
#pricesTbl4 td {padding: 3px;}
#pricesTbl5 td {padding: 3px;}
#pricesTbl6 td {padding: 3px;}

.greenTable {border: solid 1px #060;}
.greenTableCell td {color: #9C0;}
.greenText {color: #9C0;}
.pricesTblRow1 {background-color: #000;}

#top_up tr:hover {background-color:transparent;}

#flyersBadge {
	background-image: url(/img/other-sizes-badge.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 1035px;
	left: 490px;
	width: 150px;
	height: 150px;
}

/* ==== sitemap styling ==== */

.sitemap1, .sitemap2, .sitemap3 {
   margin: 10px 10px 20px 0px;
   padding: 10px;
   -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: inset 0px 5px 6px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0px 5px 6px rgba(0, 0, 0, 0.5);
	border-radius: 5px;
	box-shadow: inset 0px 5px 6px rgba(0, 0, 0, 0.5);
	behavior: url(../PIE/PIE.htc);
}
.sitemap1 { background-color: rgba(100, 0, 0, 0.7); }
.sitemap2 { background-color: rgba(0, 100, 0, 0.5); }
.sitemap3 { background-color: rgba(0, 0, 100, 0.5); }

/* ==== hello bar ==== */
a#hellobar-logo, a#hellobar-logo:link, a#hellobar-logo:visited { display: none; }
