@charset "utf-8";
/* CSS Document */

body{
	background:#FF7E00 url(../images/bg_img.jpg) no-repeat center top;
	margin:0px;
	font:normal 12px/18px Verdana, Geneva, sans-serif;
	color:#000;
	}
	
img{
	border:0px;
	}

a{
	color:#FFF;
	text-decoration:none;
	}

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

h1,h2,h3,h4,h5,h6{margin:0px;}

h1{
	font:bold 25px/40px Verdana, Geneva, sans-serif;
	color:#003366;
	}

h2{
	font:bold 18px/40px Verdana, Geneva, sans-serif;
	color:#003366;	
	}

h3{
	font:bold 26px/40px Verdana, Geneva, sans-serif;
	color:#003366;	
	}

h4{
	font:bold 23px/40px Verdana, Geneva, sans-serif;
	color:#fff;
	}

table td{vertical-align:top;}

forum{
	margin:0px;
	}

.gray{
	color:#D8D8D8;
	}

/* start  wrap */
#wrap{
	width:100%;
	background:url(../images/bg_rpt.png) repeat-x left top;
	}

#header_wrap{
	width:100%;
	float:left;
	}

#header{
	width:1002px;
	height:130px;
	margin:0px auto;
	}

#content_wrap{
	width:100%;
	float:left;

	margin-top:20px;
	}

#content{
	width:1002px;
	min-height:650px;
	height:auto;
	margin:0px auto;
	}
	
#footer_wrap{
	width:100%;
	float:left;
	}

#footer{
	width:1002px;
	margin:0px auto;
	padding:20px 0px;
	font-size:11px;
	color:#FFF;
	}
/* end wrap */

#pnh_logo{
	margin-left:22px;
	margin-top:533px;
	float:left;
	}

#hari_logo{
	margin-right:20px;
	margin-top:552px;
	float:right;
	}

#bizbox_logo{
	float:left;
	margin-top:20px;
	position:relative;
	}


/* start bizbox slide */
#slide_holder{
	width:558px;
	height:205px;
	margin-top:300px;
	margin-left:480px;
	position:absolute;

	}
.promo_panel{
   background-color: #fff;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -o-border-radius: 10px;
   border-radius: 10px;
   width:500px;
   height:570px;
   position:absolute;
   margin:560px 0px 0px 90px;
	}
.promo_panel p{
   margin:20px 0px 0px 20px;  
  }
.promo_panel p span{
   color:#FF7E00;
   font: bold 18px "Trebuchet MS", tahoma, Arial;
   
  }
.click{
  margin:500px 0px 0px 92px;
  position:absolute;
  }
.click p{
  color:#fff;
  font: bold 20px "Trebuchet MS", tahoma, Arial;
  }
.click p a{
  color:#fff;
  font: normal 15px "Trebuchet MS", tahoma, Arial;
  }
.promo_panel2{
  margin:1133px 0px 0px 85px;
  position:absolute;
  }
  
.email{
   background-color: #fff;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px;
   -o-border-radius: 10px;
   border-radius: 10px;
   width:270px;
   height:290px;
   position:absolute;
   margin:560px 0px 0px 630px;
   padding:0px 0px 0px 5px ;
   color:#FF7E00;
   font: normal 15px "Trebuchet MS", tahoma, Arial;
 }

/* The Nivo Slider styles */
.nivoSlider {
	width:558px;
	height:205px;
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */

.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

.theme-default .nivoSlider {
/*	position:relative;
	background:#fff url(../images/arrows.png) no-repeat 50% 50%;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.theme-default .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-default .nivoSlider a {
	border:0;
	display:block;
}

.theme-default .nivo-controlNav {
	position:absolute;
	left:50%;
	bottom:-5px;
    margin-left:35px; /* Tweak this to center bullets */
	margin-top:20px;
}
.theme-default .nivo-controlNav a {
	display:block;
	width:22px;
	height:22px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.theme-default .nivo-controlNav a.active {
	background-position:0 -22px;
}

.theme-default .nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}

.theme-default a.nivo-nextNav {
	background-position:-30px 0;
	right:30px;
}
.theme-default a.nivo-prevNav {
	left:-35px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}
.theme-default .nivo-caption a {
    color:#fff;
    border-bottom:1px dotted #fff;
}
.theme-default .nivo-caption a:hover {
    color:#fff;
}


/* end bizbox slide */
