/*--------------------------------------------------------------------------------------------------------------------------
 Develop by - Mir Darbez Ali
 Date - (06/5th May/2009)
 CSS DOCUMENT STARTS HERE, 
--------------------------------------------------------------------------------------------------------------------------*/
 
body,html{
	background-color:#d1e7f2;
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color:#fff;
	}
#wrapper{
	width:100%;
	}
#page{
	width:960px;
	margin:auto;
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat-y;
	min-height:605px;
	_height:605px;
	
	}
* + html #page{
	width:960px;
	margin:auto;
	background-image:url(../images/body_bg.gif);
	background-repeat:repeat-y;
	min-height:622px;
	
	}

/*--------------------------------------------------------------------------------------------------------------------------
 	HEADER CSS STARTS HERE
--------------------------------------------------------------------------------------------------------------------------*/
#logo{
	float:left;
	margin-left:25px;
	}
#header{
	float:right;
	margin-right:20px;
	}
#image{
	background-color:#cce4f2;
	margin:10px 9px 0px 15px;
	_margin:10px 0px 0px 15px;
	padding:0 15px;
	_height:100px;
	}
* + html #image{
	background-color:#cce4f2;
	margin:10px 9px 10px 15px;
	padding:0 15px;
	height:185px;
	}
	
.balance{
	clear:both;
	}
/*--------------------------------------------------------------------------------------------------------------------------
 	IMAGE GALLERY CSS STARTS HERE
--------------------------------------------------------------------------------------------------------------------------*/
.stepcarousel{
	position: relative; /*leave this value alone*/
	border: 0px solid #cce4f2;
	overflow: scroll; /*leave this value alone*/
	width: 897px; /*Width of Carousel Viewer itself*/
	height: 175px; /*Height should enough to fit largest content's height*/
	margin:10px;
	}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left: 0;
	top: 0;
	
	}

.stepcarousel .panel{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 11px 21px 10px 1px; /*margin around each panel*/
	width: 194px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	border:6px solid #5f8ea9;
	}

	
	.stepcarousel .panel:hover{
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin: 5px 21px 10px -5px;
	padding:13px 0 0 13px;	
	border:none;
	background-image:url(../images/glow.gif);
	_background-image:url(../images/glow.gif);
	background-repeat:no-repeat;
	width:221px;
	height:167px;

	
	}

	
	.stepcarousel .panel_selected{
	background-image:url(../images/hover.jpg);
	width:210px;
	height:200px;
	background-repeat:no-repeat;
	padding-top:10px;
	text-align:center;
	border:0px;
	}

	
	.stepcarousel .panel_selected:hover{
	background-image:url(../images/hover.jpg);
	}

/*--------------------------------------------------------------------------------------------------------------------------
	BODY CSS STARTS HERE
--------------------------------------------------------------------------------------------------------------------------*/
.big_image{
	background-color:#32627e;
	padding:10px;
	width:871px;
	margin:auto;
	margin-left:40px;
	margin-top:-10px;
	}
#left{
	float:left;
	}
.h1{
	line-height:18px;
	float:left;
	padding:0  0 0 10px;
	text-align:justify;
	width:220px;
	}
#bottom{
	background-image:url(../images/bottom.jpg);
	width:898px;
	height:13px;
	background-repeat:no-repeat;
	margin:0 0px 20px 40px;
	}
#bottom_long{
	background-image:url(../images/bottom-1.jpg);
	width:895px;
	height:13px;
	background-repeat:no-repeat;
	margin:0 0px 20px 40px;
	}
a.link{
	color:#fee58d;
	text-decoration:underline;
	}
a.link:hover{
	color:#fee58d;
	text-decoration:none;
	}
	
	
a.link1{
	color:#950000;
	text-decoration:underline;

	}
a.link1:hover{
	color:#c60000;
	text-decoration:none;

	}
#sub{margin:10px ;}	
	
#subscribe{
	margin:100px 0 0 0;
	} 
#subscribe_btn{
	margin:10px 0 0 0;
	} 
	
.chart ul{
	margin:0;
	padding:inherit;
	}
.chart ul li{
	margin-left:15px;
	list-style-type:none;
	text-align:left;
	padding-bottom:10px;
	font-size:11px;
	line-height:normal;
	font-weight:normal;
	text-decoration:none;
	color:#e5f5ff;
	list-style-image:url(../images/bullet.jpg);
	background-repeat:no-repeat;
	}
.chart ul li a{
	text-decoration:none;
	color:#bed9e8;
	}
.chart ul li a:hover{
	text-decoration:none;
	color:#fff;
	}
	

/*--------------------------------------------------------------------------------------------------------------------------
	FOOTER CSS STARTS HERE
--------------------------------------------------------------------------------------------------------------------------*/
#footer{
	background-color:#9f9f9f;
	height:6px;
	width:936px;
	margin:auto;
	margin-left:15px;
	
	}
#footer_bg{
	background-color:#cce4f2;
	height:50px;
	width:916px;
	margin:auto;
	margin-left:15px;
	color:#32627e;
	padding:20px 0 0 20px;
	}