@charset "utf-8";
* {
	margin:0;
	padding:0;
	}
	
html, body, #wrapper {
    min-height: 100%; /*Sets the min height to the
                        height of the viewport.*/
    width: 100%;
    height: 100%; /*Effectively, this is min height
                    for IE5+/Win, since IE wrongly expands
                    an element to enclose its content.
                    This mis-behavior screws up modern  
                    browsers*/
    margin: 0;
    padding: 0;
	padding-left:
	}
	
html>body #wrapper {
    height: auto; /*this undoes the IE hack, hiding it
                    from IE using the child selector*/
    }
body {
    position: relative;
    width: 1000px;
    margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	color: #6a6a6a;
	background:url(images/pagebg.gif) repeat-x left top;
	background-color:#FFFFFF;
    }
#wrapper {
	min-height:100%;
	width: 1000px;
	position:absolute;
    top: 0;
    left: 0;
	background: url(images/Body_bg.gif) repeat-x top;
	background-color: #FFFFFF;
	border-right: 1px solid #d3d2cf;
	border-left: 1px solid #d3d2cf;
	}
#main {
    overflow: hidden;
    height: auto;
    padding-bottom:10px;
	padding:0 10px 85px 10px; /*height of a footer*/
	}
#left-pannel {
	float: left;
	width: 239px;
	padding-top:20px;
	}
#right-pannel {
    float: left;
	width: 741px;
	padding-top:20px;
   }
 h{
 	font-size:12px;
	color: #6a6a6a;
	font-weight:bold;
	}
.text-org{
	font-size:12px;
	color:#f48000;
	padding-bottom:3px;
	font-weight:bold;
	}

.dotted-line{ border-bottom:1px #999999 dashed;}


/*inner pages*/
.innercontiner{
	overflow: hidden;
	height: auto;
	background: url(images/innerpage/cont-bg.gif) repeat-y top left;
	}
#inner-leftpannel {
	float: left;
	width: 221px;
	margin: auto;
	}
#inner-rightpannel {
	width:759px;
	height: auto;
    float: left;
	margin:auto;
	overflow: hidden; 
   }
#inner-rightpannel .right{
	float:right;
	overflow: hidden;
	background:url(images/innerpage/cont-right.gif) no-repeat top right; 
	height:500px;
	width:31px;
   }
 #inner-rightpannel .left{
 	float:left;
	overflow: hidden;
	background:url(images/innerpage/cont-left.gif) no-repeat top left; 
	height: 500px;
	width: 31px; 
   }
 .left1{
 	float:left;
	overflow: hidden;
	background:url(images/innerpage/cont-left1.gif) no-repeat top left; 
	height: 500px;
	width: 31px; 
 }
 #inner-rightpannel .cont{
 	float:left;
	overflow: hidden;
	background:url(images/innerpage/cont-bg-top.gif) repeat-x top left; 
	height: auto;
	width:661px;
	padding:12px 18px 0 18px;
   }
#inner-rightpannel .cont .title{ width:auto; height: auto; float:right; overflow: hidden; margin:25px 0 0 0;}
#inner-rightpannel .cont .icon{ width:auto; height: auto; float:right; overflow: hidden;}

#inner-rightpannel .cont .contentarea{
	margin:0 auto;
	}

#inner-rightpannel .cont .contentarea .head{
	font-size:25px;
	padding:0 0 8px 0;
	font-style:normal;
	font-weight:normal;
	clear:both;
	}
#inner-rightpannel .cont .contentarea .span1{ width:660px; height:auto; overflow:hidden; clear:both; margin:7px 0 7px 0;}
#inner-rightpannel .cont .contentarea .span1 .image{ float:left; width:80px; height:69px; overflow:hidden; margin:0 10px 0 0; }
#inner-rightpannel .cont .contentarea .span1 .float{ width:565px; float:left; height:auto; overflow:hidden;}
#inner-rightpannel .cont .contentarea .span1 .float .heading{ color:#f47e00; padding:0 0 3px 0;}
.cont-text{
	height:auto;
	text-align:justify;
	}
/*header*/
#header {
	height: 220px;
	clear:both;
	}
#header .topbar {
	height: 19px;
	color: #ccc9c9;
	padding:5px;
	text-align:right; 
	text-decoration:none;
	}
#header .topbar:hover {
	height: 19px;
	color: #ccc9c9;
	padding:5px;
	text-align:right; 
	text-decoration: none;
	}
#header .continer{	
	width: auto;
	height:159px;
	}
#header .continer .logo  {
	background:url(images/logo.gif) no-repeat left;
	height:159px;
	width:156px;
	float: left;
	display:block;
	}
#header .continer .logo a{
	text-decoration: none;
	height:159px;
	width:156px;
	display:block;
	}
#header .continer .logo a:hover {
	text-decoration:underline; 
	height:159px;
	width:156px;
	display:block;
	-moz-outline-style: none!important;
	}
#header .continer .logo_emp{
	background:url(images/logo_emp.gif) no-repeat left;
	height:159px;
	width:177px;
	float: left;
	}

#header .continer .logo_emp a{
	text-decoration: none;
	height:159px;
	width:177px;
	display:block;
	}
#header .continer .logo_emp a:hover {
	text-decoration:underline; 
	height:159px;
	width:177px;
	display:block;
	-moz-outline-style: none!important;
	}	
/*start description*/
.description {
	float: right;
	width: 608px;
	margin-top: 15px;
}
.description .toprow {
	background:url(images/description/topBackground.gif) repeat-x left top;
	height: 9px;
	}
.description .toprow div{
	background:url(images/description/topLeftCorner.gif) no-repeat left top;
	height: 9px;
	}
.description .toprow div div{
	background:url(images/description/toprightcorner.gif) no-repeat right top;
	height: 9px;
	}
.description .contentbox {
	background:url(images/description/left.gif) repeat-y left center;
	}
.description .contentbox div {
	background:url(images/description/right.gif) repeat-y right top;
	}
.description .contentarea {
	text-align: justify;
	margin: 0px;
	padding:5px 16px 5px 22px;
	line-height: 1.4em;
}
.description .bottomrow {
	background:url(images/description/bottomBackground.gif) repeat-x left top;
	height: 8px;
	}
.description .bottomrow div{
	background:url(images/description/bottomLeftCorner.gif) no-repeat left top;
	height: 8px;
	}
.description .bottomrow div div{
	background:url(images/description/bottomrightcorner.gif) no-repeat right top;
	height: 8px;
	}
.description .shadow{
	background:url(images/description/shadow.gif) no-repeat left top;
	height: 7px;
	}
/*End description*/

/*fotter*/
#footer {
	position: absolute;
	bottom: 0;
	width:100%;
	background: url(images/Footer_bg.gif) repeat-x  left top;
	height: 70px;
	}
#footer .copyrights{
	width:100%;
	text-align:center;
	color:#9a9999;
	margin:0 auto;
	}
#footer .menu-cont{
	width:740px;
	margin:10px auto 10px auto;
	color:#9a9999;
	background:none;
	clear:both;
	}	
#footer .menu-cont .menu{	
	float:left;
	width:auto;
	padding:0 20px 0 20px;
	margin:8px 9px 0 5px;
	height:15px;
	color:#9a9999;
	background:url(images/space.gif) no-repeat right bottom;
	}
#footer .menu-cont .menu1{	
	float:left;
	width:auto;
	margin:8px 0 0 0;
	padding:0 20px 0 20px;
	height:15px;
	color:#9a9999;
	}
/*menubox*/
#menubox {
	background: url(images/Menu_bg.gif) repeat-x left top;
	height: 32px;
	}
#menubox div {
	background: url(images/Menu_right.gif) no-repeat right;
	height: 32px;
	}
#menubox div div{
	background: url(images/Menu_left.gif) no-repeat left;
	height: 32px;
	text-align:center;
	}
#menubox div div div #menu-cont{
	width:750px;
	margin:0 auto;
	color:#FFFFFF;
	background:none;
	}	
#menubox div div div #menu-cont .menu{	
	float:left;
	width:auto;
	padding:0 20px 0 20px;
		margin:8px 9px 0 5px;
	height:15px;
	color:#FFFFFF;
	background:url(images/space.gif) no-repeat right bottom;
	}
.mlink{
	color:#FFFFFF;
	text-decoration: none;
	}
.mlink:hover{
	color:#f48000;
	text-decoration:underline;
	}
.mlink1{
	color:#f48000;
	text-decoration:underline;
	}
#menubox div div div #menu-cont .menu1{	
	float:left;
	width:auto;
	margin:8px 0 0 0;
	padding:0 20px 0 20px;
	height:15px;
	color:#FFFFFF;
	}

/*---- start infobox -------*/
.infobox {
	float:left;
	width: 221px;
	margin: 0  0 10px  0;
	clear:both;
	}
.infobox .toprow{
	background:url(images/infobox/topBackground.gif) repeat-x left top;
	height: 27px;
}
.infobox .toprow div{
	background:url(images/infobox/toprightCorner.gif) no-repeat right top;
	height: 27px;
}
.infobox .toprow div div  {
	background:url(images/infobox/topleftCorner.gif) no-repeat left top;
	height: 27px;
	}
.infobox .toprow .bullet{
	background:url(images/infobox/bullet.gif);
	width:11px;
	margin-left:14px;
	margin-right:5px;
	float:left;
	height:11px;
	margin-top:7px;
}
.infobox .toprow .header{
	background-image: none;
	float:left;
	font-size: 13px;
	font-weight: bold;
	height:auto;
	margin-top:4px;
}
.infobox .bottomrow{
	background:url(images/infobox/bottomrow.gif) no-repeat left top;
	height: 26px;
	width: 221px;
}
.infobox .image{
	width:204px;
	height:60px;
	margin:0 auto 10px auto;
	border: 1px solid #d3d2cf;
}
.infobox .content{ 
	background:url(images/infobox/contentbg.gif) repeat-y left top;
	padding-top:10px;
}
.infobox .content ul{
	padding:0;
	margin: 0 0 0 16px;
	list-style: none;
}
.infobox .content ul li {
	background: url(images/infobox/bullet2.gif) 0 4px no-repeat;
	padding: 0 0 4px 17px;
}
.infobox .content ul li a { display: block; color:#6a6a6a; text-decoration:none;}
.infobox .content ul li a:hover { display: block; color: #f48000; text-decoration:underline;}

.infobox .content2{ 
	width: 221px;
	background:url(images/infobox/contentbg.gif) repeat-y left top;
	margin: 0 auto;
	padding-top:10px;
}
.infobox .content2 ul{width: 219px;padding:0;margin: 0 auto;list-style: none;background-image:url(images/ulbg.gif);}
.infobox .content2 ul li {background: url(images/infobox/bullet3.gif) 0 4px no-repeat; padding: 2px 0 5px 32px; }
.infobox .content2 ul li a { display: block; color: #f48000; text-decoration:none;}
.infobox .content2 ul li a:hover { display: block; color:#f48000; text-decoration:underline;}

.view{
	float:left;
	margin-top:-16px;
	font-weight:bold;
	text-decoration:none;
	color:#f48000;
}
.view:hover{
	float:left;
	text-decoration:none;
	color:#f48000;
}
.view1{
	text-decoration:none;
	color:#f48000;
}
	
/*---- End infobox -------*/
#flashbox {
	width: 724px;
	border:1px solid #999999;
	background-color:#CCCCCC;
	padding:8px;
	clear:both;
}
#featuredbox {width: 741px; clear:both; margin:10px 0 10px 0}
.clear {clear:both;}

/*---- start greybox-------*/

.greybox {
	background:url(images/greybox/contentbg.gif) repeat-y left top;
	width: 241px;
	height: 289px;
	float:left;
	margin:0 auto;
	}
.greybox .toprow{
	background:url(images/greybox/topBackground.gif) repeat-x left top;
	width: 241px;
	height: 5px;
	}
.greybox .toprow div{
	background:url(images/greybox/toprightCorner.gif) no-repeat  right top;
	height: 5px;
	}
.greybox .toprow div div  {
	background:url(images/greybox/topleftCorner.gif) no-repeat left top;
	height: 5px;
	}

.greybox .bottomrow{
	background:url(images/greybox/bottomBackground.gif) repeat-x left top;
	height:5px;
	width: 241px;
	}
.greybox .bottomrow div{
	background:url(images/greybox/bottomrightCorner.gif) no-repeat right top;
	height: 5px;
	}
.greybox .bottomrow div div  {
	background:url(images/greybox/bottomleftCorner.gif) no-repeat left top;
	height: 5px;
	}
.greybox .content{
	width: 227px;
	margin: 0 auto;
	clear: left;
	}
.greybox .content .image{
	height:99px;
	margin:10px auto 10px auto;
	border:1px solid #CCCCCC;
	}
.greybox .content .contentarea{
	text-align: justify;
	height: 148px;
	margin:0 auto;
	}
.greybox .content .content-list{
	height: 145px;
	margin:0 auto;
	}

.greybox .content .content-list ul{padding:0;margin: 0 0 0 2px;list-style: none; }
.greybox .content .content-list ul li {background: url(images/infobox/bullet2.gif) 0 4px no-repeat;padding: 0 0 4px 11px; border-bottom:1px  dashed  #DBDBDB;}
.greybox .content .content-list ul li a { display: block; color: #6a6a6a; text-decoration:none;}
.greybox .content .content-list ul li a:hover { display: block; color: #f48000; text-decoration:underline;}

.greyboxmargin{
	margin:0 8px 0 8px;
	float:left;
	}

/*---- End greybox-------*/
/*---- Start roundedcorner-------*/
.roundedcorner{
	width: 739px;
	margin:0 auto 10px auto; 
	}
.roundedcorner .toprow{
	background:url(images/roundedcorner/topbackground.gif) repeat-x left top;
	width:739px;
	height:7px;
	}
.roundedcorner .toprow div{
	background:url(images/roundedcorner/topleftcorner.gif) no-repeat left top;
	width:739px;
	height:7px;
	}
.roundedcorner .toprow div div{
	background:url(images/roundedcorner/toprightcorner.gif) no-repeat right top;
	width:739px;
	height:7px;
	}
.roundedcorner .bottomrow{
	background:url(images/roundedcorner/bottombackground.gif) repeat-x left bottom;
	width:739px;
	height:7px;
	}
.roundedcorner .bottomrow div{
	background:url(images/roundedcorner/bottomleftcorner.gif) no-repeat left bottom;
	width:739px;
	height:7px;
	}
.roundedcorner .bottomrow div div{
	background:url(images/roundedcorner/bottomrightcorner.gif) no-repeat right bottom;
	width:739px;
	height:7px;
	}
.roundedcorner .content {
	width:737px;
	border-right: 1px solid #d6d2d2;
	border-left: 1px solid #d6d2d2;
	}
.roundedcorner .content .contentarea{
	width:720px;
	margin:0 auto;
	}
.roundedcorner .content .contentarea .image{
	float:left;
	width:120px;
	}
.roundedcorner .content .contentarea .header{
	float:left;
	width:600px;
	}
.roundedcorner .content .contentarea .cont{
	float:left;
	width:600px;
	margin:6px 0 4px 0;
	}
.roundedcorner .content .casestudy {
	width:720px;
	margin:0 auto;
	}
	
.roundedcorner .content .casestudy .content{
	width:718px;
	border-right:1px solid #e2e0e0;
	border-left:1px solid #e2e0e0;
	background-color: #f9f9f8;
	}
.roundedcorner .content .casestudy .content div{
	width:680px;
	margin:0 auto;
	}
	
.roundedcorner .content .casestudy .toprow {
	background:url(images/casestudy/topbackground.gif) repeat-x left top;
	width:720px;
	height:17px;
	}
.roundedcorner .content .casestudy .toprow div {
	background: url(images/casestudy/toprightcorner.gif) no-repeat  right top;
	width:720px;
	height:17px;
	}
	
.roundedcorner .content .casestudy .toprow div div{
	background: url(images/casestudy/topleftcorner.gif) no-repeat left top;
	width:720px;
	height:17px;
	}
.roundedcorner .content .casestudy .bottomrow  {
	background:url(images/casestudy/bottombackground.gif) repeat-x  left bottom;
	width:720px;
	height:17px;
	}
.roundedcorner .content .casestudy .bottomrow  div{
	background:url(images/casestudy/bottomrightcorner.gif) no-repeat right bottom;
	width:720px;
	height:17px;
	}
	
.roundedcorner .content .casestudy .bottomrow div div   {
	background: url(images/casestudy/bottomleftcorner.gif) no-repeat left bottom;
	width:720px;
	height:17px;
	}	 
/*---- end roundedcorner-------*/
.textorange{text-align:left; font-weight: bold; color: #f48000;}

/*client logo iso*/
.clientlogo{
	float:left;
	width:578px; 
}
.clientlogo .toprow{
	background:url(images/roundedcorner/topbackground.gif) repeat-x left top;
	width:578px; 
	height:7px;
	}
.clientlogo .toprow div{
	background:url(images/roundedcorner/topleftcorner.gif) no-repeat left top;
	width:578px; 
	height:7px;
	}
.clientlogo .toprow div div{
	background:url(images/roundedcorner/toprightcorner.gif) no-repeat right top;
	width:578px; 
	height:7px;
	}
.clientlogo .bottomrow{
	background:url(images/roundedcorner/bottombackground.gif) repeat-x left bottom;
	width:578px; 
	height:7px;
	}
.clientlogo .bottomrow div{
	background:url(images/roundedcorner/bottomleftcorner.gif) no-repeat left bottom;
	width:578px; 
	height:7px;
	}
.clientlogo .bottomrow div div{
	background:url(images/roundedcorner/bottomrightcorner.gif) no-repeat right bottom;
	width:578px; 
	height:7px;
	}
.clientlogo .content {
	width:576px;
	height:73px;
	text-align:center;
	border-right: 1px solid #d6d2d2;
	border-left: 1px solid #d6d2d2;
	}

.iso{
	float:right;
	width:145px; 
	height:80px;
}

.iso .toprow{
	background:url(images/roundedcorner/topbackground.gif) repeat-x left top;
	width:145px; 
	height:7px;
	}
.iso .toprow div{
	background:url(images/roundedcorner/topleftcorner.gif) no-repeat left top;
	width:145px; 
	height:7px;
	}
.iso .toprow div div{
	background:url(images/roundedcorner/toprightcorner.gif) no-repeat right top;
	width:145px; 
	height:7px;
	}
.iso .bottomrow{
	background:url(images/roundedcorner/bottombackground.gif) repeat-x left bottom;
	width:145px; 
	height:7px;
	}
.iso .bottomrow div{
	background:url(images/roundedcorner/bottomleftcorner.gif) no-repeat left bottom;
	width:145px; 
	height:7px;
	}
.iso .bottomrow div div{
	background:url(images/roundedcorner/bottomrightcorner.gif) no-repeat right bottom;
	width:145px; 
	height:7px;
	}
.iso .content {
	width:143px;
	border-right: 1px solid #d6d2d2;
	border-left: 1px solid #d6d2d2;
	text-align:center;
	}

/*login	*/
.customerlogin{
	float:left;
	background:url(images/login/loginbox.gif) repeat-x left top;
	height:35px;
	width: 221px;
	margin: 0 auto 10px 0;
	clear:both;
	}
.customerlogin div{
	background:url(images/login/cutomerlogin.gif) no-repeat left top;
	height:35px;
	}
.customerlogin div div{
	background:url(images/login/loginboxright.gif) no-repeat right top;
	height:35px;
	}
.dwt_intranet{
	float:left;
	background: url(images/login/loginbox.gif) repeat-x left top;
	height:35px;
	width: 221px;
	margin: 0 auto 10px 0;
	clear:both;
	}
.dwt_intranet div{
	background:url(images/login/dwt_intranet.gif) no-repeat left top;
	height:35px;
	}
.dwt_intranet div div{
	background:url(images/login/loginboxright.gif) no-repeat right top;
	height:35px;
	}
.loginlink {
	padding-top:8px;
	padding-left:55px;
}	
.loginlink A:link {
	text-decoration: none;
	font-weight:bold;
	display:block;
	font-size:14px;
	color:#6a6a6a;
	}
.loginlink A:visited {
	text-decoration: none;
	font-weight:bold;
	font-size:14px;
	display:block;
	color:#6a6a6a;
	}
.loginlink A:active {
	text-decoration: none;
	font-weight:bold;
	font-size:14px;
	display:block;
	color:#6a6a6a;
	}
.loginlink A:hover {
	text-decoration: none; 
	color:#f38000;
	display:block;
	}
/*leftmenu*/

.leftmenu {
	margin-top:36px;
	background:url(images/innerpage/menu-bg.gif)left top;
	margin-bottom:30px;
	float:left;
	padding-left:10px;
	}	
.leftmenu .left {
	float:left;
	height:130px;
	background:url(images/innerpage/menu-left.gif) no-repeat left bottom;
	width:13px;
	}
.leftmenu .menu {
	width: 178px;
	float:left;
	height:23px;
	margin:12px 0 0 0;
	display:block;
	}
	
.leftmenu .menu .link{
	font-weight:bold;
	padding:0 0 0 15px;
	color: #6a6a6a;
	text-decoration:none;
	background: url(images/innerpage/bullet.gif) no-repeat left ;
	}

.leftmenu .menu .link:hover{
	font-weight:bold;
	padding:0 0 0 15px;
	color:#FF6600;
	text-decoration:none;
	background: url(images/innerpage/bullet-over.gif) no-repeat left ;
	}
	
.link1{
	font-weight:bold;
	padding:0 0 0 15px;
	color:#FF6600;
	text-decoration:none;
	background: url(images/innerpage/bullet-over.gif) no-repeat left ;
	}

/* Pradnya */
.q.image {
	float:left; margin: 0 auto; 
}
.contentarea .content{ 
	padding-top:10px;
}
.contentarea .content ul{
	margin: 0 0 0 16px;
    list-style: none;
}
.contentarea .content ul li {
	padding: 0 0 4px 17px; background-image: url(images/innerpage/bullet-over.gif);background-repeat: no-repeat; background-position:0 4px;
}
.contentarea .content ul li a { display:block; color:#6a6a6a; text-decoration:none;}

.contentarea .content .cont1{
	color:#f48000;
	text-decoration:underline;
	float:left;
	margin-left:130px;
	}

.contentarea .content .cont2{
	color:#f48000;
	text-decoration:underline;
	margin-left:190px;
	}
		
.view2{
	float:left;
	margin-top:-16px;
	font-weight:bold;
	text-decoration:none;
	color:#f48000;
}

.clientname {
	float:right;
}
.button .link{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	text-align:right
}
.button .link:hover{
	font-weight: bold;
	color: #FF9900;
	text-align:right;
	text-decoration: underline;
}
.methodology{ width:660px; height:auto; overflow:hidden; clear:both; margin:7px 0 7px 0;}
.methodology .image{ float:left; width:29px; height:31px; overflow:hidden; margin:0 10px 0 0; }
.methodology .float{ width:580px; float:left; height:auto; overflow:hidden;}
.methodology .float .heading{ color:#f47e00; padding:0 0 3px 0;}


.m.image {float:left; margin: 0 auto; }
.proj-management{
	margin:0 auto;
	width:298px;
}
.proj-management .m.image{float:left;}
.more{
	color:#f47e00;
	float:right;
	width:100px;
	font-weight:bold;
}
.capital-mar{
	background:url(images/innerpage/bullet-over.gif) no-repeat left top;
	width:550px;
	float:left;
}
.par		{padding:0; margin:0;}
.par p		{ margin-top:7px;}

checkbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border:0px solid #999999;
}

/*Client -------------------------------------------*/
.clinetmain{
	width:142px;
	float:left;
	padding:10px;
}

.clinetmain .top{
	width:142px;
	height:9px;
}
.clinetmain .center{
	background:url(images/clients/center-bg.gif) repeat-x left center;
	height:45px;
	border-left:1px #dbdada solid;
	border-right:1px #dbdada solid;
	padding:10px;

}
.clinetmain .bottom{
	width:142px;
	height:9px;
}

.more1{
	color:#f47e00;
	font-weight: normal;
	text-decoration:none;
}
.more1:hover{
	color:#f47e00;
	font-weight: normal;
	text-decoration:underline;
}

/* Image Slider Home page*/
#container { text-align: center;}

#imageBox {  margin: auto;  width: 550px;  overflow: hidden;   position:relative;}

#imageBoxInside {  width: 3600px;}

#imageBox img { float: left; padding: 0px; margin: 0px;}

#imageBox br {clear: both;}

#controls img { border: 0;}

/* Case Study*/
.main-box{
	width:306px;
	float:left;
	border:1px solid #e7e7e7; 
	margin:25px 22px 10px 0;
}
.main-box .heading		{color:#f48000;font-size:12px;	font-weight:bold;	margin:20px 0 10px 10px;}
.main-box .top-image	{float:right;margin:-70px 17px 0 5px;}
.main-box .float		{float:left; height:auto; width:290px; height:100px; padding:8px;}
.main-box .btn			{ color:#f48000;font-size:12px;	font-weight:bold; float:right; padding:5px; text-decoration:none; width:100px;}
.main-box .btn:hover	{ color:#f48000;font-size:12px;	font-weight:bold; float:right; padding:5px; text-decoration: underline;}