﻿/*
	Partners India Style
*/

* { margin: 0; padding: 0; outline: 0; }
body { font: 10pt; Verdana, Helvetica, Sans-serif, Arial; color: #3a3a3a; text-align: left; 
background: #cad8e3 url(images/background.gif) repeat-x 0 0;

}

a { color: #ffc50c; text-decoration: none; }
a:hover { cursor: pointer; text-decoration: underline; }
a img { border: 0; }

.fl { float: left; display: inline; }
.fr { float: right; display:inline; }
.ac { text-align: center; }
.ar { text-align: right; }
.al { text-align: left; }
.cl { clear: both; height: 0; line-height: 0; font-size: 0; text-indent: -4000px; }
.hidden { display: none; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.shell { width: 980px; margin: 0 auto; }

.box { margin-bottom: 10px; }
.box .cnt { height: 100%; background: #fff; padding: 5px 10px; }
.box .bottom { background: url(images/box-bottom.gif) no-repeat 0 0; height: 3px; }
.box .top { 
	background: url(images/box-top.gif) no-repeat 0 0; 
	height: 4px; 
	font-size: 0; 
	line-height: 0; 
	text-indent: -4000px; 
}

/*
	Header
*/

#header {background-image:url(images/header_banner_1.jpg);
width:956px;}




h1#logo { height: 52px; width: 284px; margin: 30px 0 0 17px; }


.a-side-header { float: right; display: inline; width: 220px; font-size: 11px; color: #8f8f8f; line-height: 20px; padding-top: 10px; }
.a-side-header a:hover { text-decoration: none; }
.a-side-header span { line-height: 25px; }

.a-side-header span.sep { 
	float: left; 
	display: inline; 
	height: 25px; 
	width: 1px; 
	background: #ebebeb; 
	position: relative; 
	margin: 0 5px; 
}

.a-side-header .lang {
	float: left;
	display: inline;
	height: 20px;
	width: 72px; 
	
	padding-left: 7px; 
	font-size: 10px; 
	line-height: 20px; 
	color: #4d4d4d;
	margin: 3px 5px 0;
}

.a-side-header .sitemap { 
	float: left; 
	display: inline; 
	color: #8f8f8f; 
	/*background: url(images/icon-sitemap.gif) no-repeat 0 center; */
	padding-left: 14px; 
	line-height: 25px;
}

/*
	Navigation
*/


#navigation { 
	height: 32px; 
	background: url(images/navagationbkg.jpg) no-repeat 0 0;
	padding-top: 4px; 
	margin: 5px 0; 
	font-family:Verdana, Geneva, sans-serif, Helvetica, Arial;
}

#navigation ul { 
	list-style: none outside; 
	float: left; 
	display: inline; 
	width: 100%; 
	margin-left: 4px;
}

#navigation li { 
	float: left; 
	display: inline; 
	height: 28px; 
	margin-right: 5px;
}

#navigation li a {
	float: left; 
	display: inline; 
	height: 28px; 
	width: 84px; 
	padding-right: 10px;
	background: url(images/navibtn.jpg) no-repeat 0 0; 
	text-align: center;
	font-size: 10px; 
	text-transform: uppercase;
	line-height: 28px; 
	color: #616b63;
}

#navigation li a:hover, 
#navigation li a.active { 
	background-position: -94px 0; 
	text-decoration: none; 
}
#navigation li ul {
	position:absolute;
	margin-top:-.1em;
	margin-left:.5em;
	display:none;
}
#navigation ul li ul {
	margin-top:28px;
	margin-left:0px;
}
/* SHOW SUBMENU 1 */
#navigation li:hover ul, #navigation li.over ul {
	display:block;
}
#navigation li:hover ul ul, #navigation li.over ul ul {
	display:none;
}
/* SHOW SUBMENU 2 */
#navigation ul li:hover ul, #navigation ul li.over ul {
	display:block;
}


.column { float: left; display: inline; width: 310px; }

.middle-col { margin: 0 15px; }

.service { 
	width: 280px; 
	height: 164px; 
	padding: 7px 15px;
}

.service p { 
	text-align: center; 
	color: #fff; 
	font-size: 11px; 
	line-height: 15px; 
	padding: 5px 0; 
}

.service .more { 
	display: block;
	height: 28px;
	width: 113px;
	text-align: center;
	background: url(images/button-lrn-more.png) no-repeat 0 0; 
	color: #5d5d5d;
	font-size: 13px;
	line-height: 28px;
	margin: 7px auto; 
}

/*
	Red Box
*/

.red-box { background: url(images/redbox.jpg) no-repeat 0 0; }
.red-box h2 { height: 57px; }
.red-box h2 span { 
	display: block; 
	height: 21px; 
	background: url('images/ourhistory.jpg') no-repeat 0 0; 
	margin-left: 40px; 
	position: relative; 
	top: 15px;
}

/*
	Orange Box
*/

.orange-box { background: url(images/orangebox.jpg) no-repeat 0 0; }
.orange-box h2 { height: 57px; }
.orange-box h2 span { 
	display: block;
	height: 26px;
	background: url('images/our strategy.jpg') no-repeat 0 0;
	margin-left:47px;
	position: relative;
	top: 15px;
}

/*
	Green Box
*/

.green-box { background: url(images/greenbox.jpg) no-repeat 0 0; }
.green-box h2 { height: 57px; }
.green-box h2 span {
	display: block;
	height: 26px;
	background: url('images/exec.jpg') no-repeat 0 0;
	margin-left: 48px;
	position: relative;
	top: 15px;
}




/*
	Footer
*/

#footer { padding: 10px 0; font-size: 12px; height:auto; background-color:#999 ;
font-family:Verdana, Geneva, sans-serif, Helvetica, Arial;}
#footer a { color: #3a3a3a; text-decoration: underline; }
#footer a:hover { text-decoration: none; }
