@charset "utf-8";
@import url("menu.css");

/* CSS Document */

/* #########################################################################################################################
 
 
	   Project       :      Almega 
	   Developer     :      Bridge - India 
	   Date          :      3 Oct 2009
	   Version       :      1.0 


#########################################################################################################################*/

/*############################################# --- Global Styles ---  ##################################################*/
html, body {
	margin:0;
	padding:0;
	font-family: 'Trebuchet MS', Helvetica, Jamrul, sans-serif;
	font-size:12px;
	color:#5a676e;
	font-weight:normal;
	line-height:18px;
	background:#fff;
}
* {
	margin:0;
	padding:0;
}
a {
	outline:0;
	color:#5a676e;
	text-decoration:none;
}
a:hover, a:focus {
	outline:0;
}
/*############################################# --- General Styles  ---  ##################################################*/
#global-container {
	width:100%;
	height:auto;
	overflow:hidden;
	text-align: center;
}
/*#main-wrapper {
	width:911px;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding:0px 21px 0px 24px;
	background:url(images/bg.gif) repeat-y;
}*/
#main-wrapper {
	width:956px;
	height:auto;
	overflow:hidden;
	margin:auto;
	background:url(images/bg.gif) repeat-y;
}
#inner-wrapper {
	width:911px;
	height:auto;
	overflow:hidden;
	margin:0px 21px 0px 24px;
}
.header {
	width:911px;
	height:81px;
	overflow:hidden;
	/*border-bottom:1px solid #a2adb3;*/
	background:url(images/header-bg.gif) repeat-x;
}
.logo {
	width:319px;
	height:81px;
	overflow:hidden;
	padding:0;
	float:left;
	background:url(images/header_design.jpg) no-repeat;
}
.menu-container {
	width:540px;
	height:auto;
	overflow:hidden;
	float:right;
}
.nav {
	width:465px;
	height:auto;
	overflow:hidden;
	float:left;
}
.language {
	width:64px;
	height:auto;
	overflow:hidden;
	float:right;
	text-align:left;
	font-size:10px;
	text-transform:uppercase;
	font-weight:normal;
	padding-top:5px;
}
.language a {
	color:#5a676e;
	text-decoration:none;
}
.language a:hover {
	color:#0078bb;
	text-decoration:none;
}
.img-banner {
	width:911px;
	height:180px;
	padding:2px 0px 2px 0px !important;
	border:0;
	border-top:1px solid #a2adb3;
	border-bottom:1px solid #a2adb3;
	background-image: url(images/Banner-network.jpg);
	background-repeat: no-repeat;
}
.flash-banner {
	width:911px;
	height:180px;
	padding:2px 0px 2px 0px !important;
	border:0;
	border-top:1px solid #a2adb3;
	border-bottom:1px solid #a2adb3;
}
.content-container {
	width:911px;
	height:auto;
	overflow:hidden;
	background:url(images/left_col_bg.png) repeat-y;
}
/*.content-left {
	width:241px;
	height:auto;
	overflow:hidden;
	float:left;
	background:url(images/content-left-bg.gif) #e3e6e8 top repeat-x;
	padding:50px 30px 50px 30px;
}*/
.content-left {
	width:301px;
	height:auto;
	overflow:hidden;
	float:left;
	background:url(images/content-left-bg.gif) #e3e6e8 top repeat-x;
}
.content-left-inner{
	width:241px;
	height:auto;
	float:left;
	margin:50px 30px 50px 30px;
}

.bluelink {
	color:#0078bb;
}
.bluelink a {
	color:#0078bb;
	text-decoration:none;
}
.bluelink a:hover {
	color:#0078bb;
	text-decoration:underline;
}
/*.content-right {
	width:490px;
	height:auto;
	overflow:hidden;
	float:left;
	background:url(images/content-right-bg.gif) #fff top repeat-x;
	padding:50px 48px 50px 72px;
}*/
.content-right {
	width:610px;
	height:auto;
	overflow:hidden;
	float:left;
	background:url(images/content-right-bg.gif) #fff top repeat-x;
}
.content-right-inner {
	width:490px;
	height:auto;
	overflow:hidden;
	float:left;
	margin:50px 48px 50px 72px;
}
#footer-container {
	width:100%;
	height:43px;
	overflow:hidden;
	background:url(images/footer-bg-blue.gif) bottom repeat-x;
}
/*#footer-wrapper {
	width:911px;
	height:43px;
	overflow:hidden;
	margin:auto;
	padding:0px 21px 0px 24px;
	background:url(images/footer-bg.gif) top left no-repeat;
}*/
#footer-wrapper {
	width:956px;
	height:43px;
	overflow:hidden;
	margin:auto;
	background:url(images/footer-bg.gif) top left no-repeat;

}
#footer-wrapper-inner {
	width:911px;
	height:43px;
	overflow:hidden;
	margin:0px 21px 0px 24px;
}
.footer-left {
	width:241px;
	height:auto;
	overflow:hidden;
	float:left;
	padding:4px 0 0 0;
	font-size:12px;
	margin:0 30px 0 30px;
}
.footer-left a {
	color:#5a676e;
	text-decoration:none;
}
.footer-left a:hover {
	color:#0078bb;
	text-decoration:none;
}
.footer-right {
	width:510px;
	height:auto;
	overflow:hidden;
	float:left;
	padding:4px 0 0 0;
	font-size:12px;
	margin:0 28px 0px 72px;
}
.footer-right a {
	color:#5a676e;
	text-decoration:none;
}
.footer-right a:hover {
	color:#0078bb;
	text-decoration:none;
}
.selected-link-footer {
	color:#0078bb !important;
	text-decoration:none !important;
}
