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

/***** Global Settings *****/
html, body {
	border:0;
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5c5c5c;
}
/***** Headings *****/

h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}
h1 {
	padding:5px 0 15px 0px;
	letter-spacing:-1px;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#c12023;
}
h2 {
	padding:20px 0;
	letter-spacing:-1px;
	font-size:1.5em;
}
h3 {
	font-size:1em;
	font-weight:bold;
}
/***** Common Formatting *****/
p, ul, ol {
	margin:0;
	padding:0 0 1.25em 0;
}
ul, ol {
	padding:0 0 1.25em 2.5em;
}
blockquote {
	margin:1.25em;
	padding:1.25em 1.25em 0 1.25em;
}
img {
	border:0;
}
/***** Links *****/

a, a:link, a:visited, a:hover {
	text-decoration:underline;
}
a {
	outline:none;
}
/***** Forms *****/

form {
	margin:0;
	padding:0;
	display:inline;
}
input, select, textarea {
	font:1em Arial, Helvetica, sans-serif;
}
textarea {
	width:100%;
	line-height:1.25;
}
/*label {
	cursor:pointer;
}*/
/***** Tables *****/

table {
	border:0;
	margin:0 0 1.25em 0;
	padding:0;
}
table tr td {
	padding:2px;
}
/***** Global Classes *****/
.clear {
	clear:both;
	padding:0px;
	margin:0px;
	height:1px;
	font-size:1px;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.img-left {
	float:left;
	margin:4px 10px 4px 0;
}
.img-right {
	float:right;
	margin:4px 0 4px 10px;
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}
textarea:focus, input:focus, select:focus {
	border: 1px solid #999999;
	background-color: #FFFF9D;
}
/*home page start here*/
#wraper {
	width:100%;
	margin:0 auto;
	padding:0px;
}
#topheader {
	width:100%;
	height:115px;
	margin:0 auto;
	padding:0px;
	background:url(../images/header_bg.gif) 0 0 repeat-x;
}
.container {
	width:980px;
	margin:0 auto;
}
.logo {
	width:65px;
	height:80px;
	background:url(../images/logo_icon.gif) 0 0 no-repeat;
	cursor:pointer;
	display:block;
	text-decoration:none;
	float:left;
}
.logotxt {
	width:184px;
	height:54px;
	margin-top:26px;
	background:url(../images/pragathi.gif) 0 0 no-repeat;
	cursor:pointer;
	display:block;
	text-decoration:none;
	float:left;
}
.search-panel {
	width:250px;
	float:right;
}
.searchleft {
	width:26px;
	float:left;
}
.searchmiddle {
	width:176px;
	background:url(../images/search_middle.gif) 0 0 repeat-x;
	height:36px;
	float:left;
}
.searchmiddle input {
	width:172px;
	height:17px;
	line-height:17px;
	padding:2px;
	margin:7px 0px 0px 0px;
	background:#FFFFFF;
	border:none;
	color:#999999;
}
.searchright {
	width:48px;
	float:left;
}
/**/
.navi-container {
	height:32px;
	padding:2px 0 0 0;
	float:right;
}
#mainMenu {
	overflow: hidden;
	height:32px;
	float:left;
	padding:0px;
	margin:0;
}
#mainMenu ul {
	margin:0px;
	padding:0px;
}
#mainMenu li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
	float: left;
}
#mainMenu a {
	text-decoration:none !important;
	display:block;
	background-image:url(../images/navigation_btn.gif);
	background-position:0px 0px;
	overflow: hidden;
	height:33px;
}
#mainMenu a span {
	visibility:hidden;
}
#menuhome, #menuhome a {
	background-position: 0px 0px;
	width: 89px;
}
#menuhome a:hover, #menuhome a.selected {
	background-position: 0px -33px;
}
#menuaboutus, #menuaboutus a {
	background-position: -87px 0px;
	width: 87px;
}
#menuaboutus a:hover, #menuaboutus a.selected {
	background-position: -87px -33px;
}
#menuprojects, #menuprojects a {
	background-position: -176px 0;
	width: 96px;
}
#menuprojects a:hover, #menuprojects a.selected {
	background-position: -176px -33px;
}
#menupartners, #menupartners a {
	background-position: -272px 0;
	width: 93px;
}
#menupartners a:hover, #menupartners a.selected {
	background-position: -272px -33px;
}
#menuARP, #menuARP a {
	background-position: -272px 0;
	width: 93px;
}
#menuARP a:hover, #menuARP a.selected {
	background-position: -272px -33px;
}
#menuresources, #menuresources a {
	background-position: -364px 0;
	width: 95px;
}
#menuresources a:hover, #menuresources a.selected {
	background-position: -364px -33px;
}
#menuhelp, #menuhelp a {
	background-position: -461px 0;
	width: 161px;
}
#menuhelp a:hover, #menuhelp a.selected {
	background-position: -461px -33px;
}
#menuactivities, #menuactivities a {
	background-position: -621px 0;
	width: 98px;
}
#menuactivities a:hover, #menuactivities a.selected {
	background-position: -621px -33px;
}
#menuevents, #menuevents a {
	background-position: -719px 0;
	width: 81px;
}
#menuevents a:hover, #menuevents a.selected {
	background-position: -719px -33px;
}
#menucontacts, #menucontacts a {
	background-position: -800px 0;
	width: 108px;
}
#menucontacts a:hover, #menucontacts a.selected {
	background-position: -800px -33px;
}
/**/

#flashbanner {
	padding:0px 0px 0px 0px;
	margin:17px 0px 10px 0px;
}
.column-1, .column-2 {
	width:316px;
	height:280px;
	border:1px solid #efefed;
	border-left:none;
	border-right:none;
	padding:5px;
	float:left;
}
.column-2 {
	border:1px solid #efefed;
}
.column-1 span, .column-2 span {
	display:block;
	height:35px;
}
.column-1 p, .column-2 p {
	padding:10px 0px;
	margin:0px;
}
#logocontainer {
	width:980px;
	margin:auto;
}
#logocontainer p {
	text-align:center;
	font-size:18px;
	padding:10px 0px;
}
.logo-holder {
	display:block;
	border:1px solid #efefed;
	width:146px;
	height:40px;
	padding:10px 0px 0px 0px;
	margin:10px 18px 10px 0px;
	text-align:center;
	float:left;
}
.logo-holderright {
	display:block;
	border:1px solid #efefed;
	width:146px;
	height:40px;
	padding:10px 0px 0px 0px;
	margin:10px 0px 10px 0px;
	text-align:center;
	float:right;
}
#footer {
	width:100%;
	background:url(../images/footer_bg.gif) 0 0 repeat-x;
	height:48px;
}
.footer-container {
	width:980px;
	margin:0 auto;
	color:white;
	font-weight:normal;
	text-align:left;
	padding:20px 0px 0px 10px;
}
/*home page end*/
.knowmore-bg {
	margin:5px 0px 10px 5px;
	padding:85px 5px 6px 95px;
	background:url(../images/know_more.gif) 0 0 no-repeat;
}
a.knowmore-bg {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.knowmore-bg a.navilink:link, .knowmore-bg a.navilink:visited {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}
.knowmore-bg a.navilink:hover {
	color:#ff4f02;
	text-decoration:none;
}
.listings {
	margin:0;
	padding:10px 0px;
}
.listings li {
	padding:0px 15px;
	list-style:none;
	background:url(../images/bullet.gif) left 10px no-repeat;
}
.listings li span {
	display:block;
	padding:8px 0;
	width:100%;
	background:url(../images/hr_line.gif) bottom repeat-x;
}
.listings li a.navilink:link, .listings li a.navilink:visited {
	color:#353535;
	text-decoration:none;
}
.listings li a.navilink:hover {
	color:#b43903;
	text-decoration:none;
}
/*cccccccccc*/
#innerli .listings {
	margin:0;
	padding:10px 0px;
}
#innerli .listings li {
	padding:0px 20px 0px 30px;
	list-style:none;
	background:url(../images/bullet_black.gif) 20px 12px no-repeat;
}
#innerli .listings li span {
	display:block;
	padding:8px 0;
	width:100%;
	background:url(../images/grey_hr.gif) bottom repeat-x;
}
#innerli .listings li a.navilink:link, #innerli .listings li a.navilink:visited {
	color:#b43903;
	text-decoration:none;
	font-size:10px;
	float:right;
	margin-top:-20px;
}
#innerli .listings li a.navilink:hover {
	color:#666666;
	text-decoration:none;
	font-size:10px;
}
.feedback-form {
	width:182px;
	border:1px solid #b43903;
	padding:10px 7px 10px 15px;
	margin:5px 0px 0px 0px;
}
label {
	padding:10px 0px;
	margin:0px;
}
.feedback-form input, textarea {
	width:166px;
	padding:2px;
	border:1px solid #c1c1c1;
}
.feedback-form textarea {
	height:115px;
}
.submit_bg {
	width:140px;
	height:20px;
	padding:6px 0px 0px 0px;
	text-align:center;
	float:right;
	background:url(../images/submit_bg.gif) bottom right no-repeat;
	margin:-27px 5px 0px 0px;
}
#contacts .hr-grey {
	background:url(../images/grey_hr.gif) bottom repeat-x;
	height:1px;
	margin:10px 20px;
}
/*colum height structure for about us*/
#aboutus .big-column-1, .big-column-2, .big-column-3 {
	width:210px;
	border:1px solid #efefed;
	border-left:none;
	border-right:none;
	padding:5px;
	float:left;
}
#aboutus .big-column-2 {
	width:528px;
	border:1px solid #efefed;
}
#aboutus .big-column-3 span, #help .big-column-3 span, #partner .big-column-3 span, #project .big-column-3 span, #cproject .big-column-3 span, #prodetails .big-column-3 span, #activities .big-column-3 span, #events .big-column-3 span, #contacts .big-column-3 span {
	padding:0px 5px 0px 5px;
	margin:0px;
}
#aboutus .big-column-2 p, #help .big-column-2 p, #partner .big-column-2 p, #project .big-column-2 p, #cproject .big-column-2 p, #activities .big-column-2 p, #events .big-column-2 p, #contacts .big-column-2 p {
	padding:10px 20px 0px 20px;
	margin:0px;
}
/*colum height structure for activities*/
#activities .big-column-1, .big-column-2, .big-column-3 {
	width:210px;
	height:355px;
	border:1px solid #efefed;
	border-left:none;
	border-right:none;
	padding:5px;
	float:left;
}
#activities .big-column-2 {
	width:528px;
	border:1px solid #efefed;
}
/*colum height structure for help*/

#help .big-column-1, #help .big-column-2, #help .big-column-3 {
	width:210px;
	height:400px;
	border:1px solid #efefed;
	border-left:none;
	border-right:none;
	padding:5px;
	float:left;
}
#help .big-column-2 {
	width:528px;
	height:400px;
	border:1px solid #efefed;
}
/*colum height structure for partner*/

#partner .big-column-1, #partner .big-column-2, #partner .big-column-3 {
	width:210px;
	height:1475px;
	border:1px solid #efefed;
	border-left:none;
	border-right:none;
	padding:5px;
	float:left;
}
#partner .big-column-2 {
	width:528px;
	height:1475px;
	border:1px solid #efefed;
}
/*colum height structure for project*/
#project .big-column-1, #project .big-column-2, #project .big-column-3 {
	width:210px;
	border:1px solid #efefed;
	border-left:none;
	border-right:none;
	padding:5px;
	float:left;
}
#project .big-column-2 {
	width:528px;
	border:1px solid #efefed;
}
/*colum height structure for events*/
#events .big-column-1, .big-column-2, .big-column-3 {
	width:210px;
	height:355px;
	border:1px solid #efefed;
	border-left:none;
	border-right:none;
	padding:5px;
	float:left;
}
#events .big-column-2 {
	width:528px;
	border:1px solid #efefed;
}
/*colum height structure for contacts*/
#contacts .big-column-1, .big-column-2, .big-column-3 {
	width:210px;
	height:355px;
	border:1px solid #efefed;
	border-left:none;
	border-right:none;
	padding:5px;
	float:left;
}
#contacts .big-column-2 {
	width:528px;
	border:1px solid #efefed;
}
#partner .partnerbox {
	margin:0px auto;
	margin-right:10px;
	padding:0px;
	width:500px;
	background:#f1e7dd;
	border:1px solid #ffffff;
}
#partner .boxleft {
	width:170px;
	padding:10px 10px;
	float:left;
	background:#f1e7dd;
}
#partner .boxleft span {
	text-align:center;
	padding:2px 5px 0px 20px;
}
#partner .boxright, #cpartner .boxright {
	width:288px;
	float:left;
	background:#fcf7f2;
	min-height:180px;
	border-left:2px solid #fff;
	padding:10px;
}
#project .partnerbox, #cproject .partnerbox {
	margin:0px auto;
	margin-right:10px;
	padding:0px;
	width:500px;
	background:#e0e0d5;
	border:1px solid #ffffff;
}
#project .boxleft, #cproject .boxleft {
	width:232px;
	padding:10px 3px;
	float:left;
	background:#e0e0d5;
}
#project .boxright, #cproject .boxright {
	width:240px;
	float:left;
	background:#f7f7ec;
	min-height:180px;
	border-left:2px solid #fff;
	padding:10px;
}
#project label, #cproject label {
	width:90px;
	float:left;
	padding:0px;
}
#project .boxright span, #cproject .boxright span {
	color:#b43903;
}
#cproject .big-column-1, #cproject .big-column-2, #cproject .big-column-3 {
	width:210px;
	border:1px solid #efefed;
	border-left:none;
	border-right:none;
	padding:5px;
	float:left;
}
#cproject .big-column-2 {
	width:528px;
	height:2410px;
	border:1px solid #efefed;
}
/*

*/

#prodetails .big-column-1, #prodetails .big-column-2, #prodetails .big-column-3 {
	width:210px;
	height:1680px;
	border:1px solid #efefed;
	border-left:none;
	border-right:none;
	padding:5px;
	float:left;
}
#prodetails .big-column-2 {
	padding:20px;
	width:498px;
	height:1650px;
	border:1px solid #efefed;
}
#prodetails .big-column-2 h3 {
	padding:5px 0;
	font-size:15px;
	font-weight:normal;
	color:#990000;
}
a.download {
	display:block;
	margin:10px 0 0 10px;
	padding:0 0 0 20px;
	color:#990000;
	text-decoration:none;
	background:url(../images/btn_download.gif) center left no-repeat;
}

.btn-submit {
	width:44px;
	height:14px;
	border:none;
	background:url(../images/submit.gif) no-repeat;
}