
/* CSS Document */

@import url("leftpanel.css");
@import url("rightpanel.css");
@import url("centerpanel.css");

html{min-height:100%; margin:0 0 1px;}
body{
	margin:0;
	padding:0;
	background:/*url(images/body-bg.jpg) repeat-x 0 100% */#ededed;
	color:#555;
}
div, td, ul, h1, h2, h3, p, form, input{margin:0; padding:0;}
td{vertical-align:top;}
ul{list-style-type:none;}

#main{background:url(images/bg.gif) repeat-x 0 0;}

#container{width:778px; margin:0 auto; position:relative; background:/*url(images/left-panel-img.gif) no-repeat 0 84px */#fff; color:#555; padding:0 1px;}
#container img#logo{width:225px; height:49px; position:absolute; top:24px; left:0; z-index:1;}

#container table#mainTable{width:778px;}
#container td#leftPanel{padding:94px 0 0; width:183px; background:url(images/left-panel-img.gif) repeat-x 0 0 #F3EBE1;}
#container td#centerPanel{width:413px; background:url(images/center-panel-img.gif) repeat-x 0 249px;}
#container td#rightPanel{width:182px; background:url(images/right-panel-img.jpg) no-repeat 0 94px #F0EFDA;}

#services, #partners, #clients{cursor:pointer;}

/*Footer Starts*/
ul#footerMenu{
	width:659px;
	height:33px;
	margin:0 auto;
	padding:18px 0 0 119px;
	background:url(images/footer-menu-bg.gif) repeat-x 0 100%;
	font:bold 12px/14px Arial, Helvetica, sans-serif;
}
ul#footerMenu li{
	background:url(images/footer-menu-divider.gif) no-repeat 100% 100%;
	_background-position:100% 50%;
	padding:0 6px 0 6px;
	float:left;
}
ul#footerMenu li a{color:#000; text-decoration:none;}
ul#footerMenu li a:hover{color:#5B5B5B; text-decoration:none;}
ul#footerMenu li.noBg, #footer ul li.noBg{background:none;}

#footer{width:778px; height:77px; margin:0 auto; background:#F2EFEF; color:#5B5B5B; padding:10px 0 0;}
#footer p{text-align:center; font:bold 11px/16px Arial, Helvetica, sans-serif;}
#footer p span{padding:0 0 0 15px; color:#000;}
#footer p span.noPad{padding:0;}
#footer p a{color:#5B5B5B; text-decoration:none;}
#footer p a:hover{color:#000; text-decoration:underline;}
#footer p.copyright{font-size:10px; color:#000;}

#footer ul{padding:7px 0 0; height:18px; width:193px; margin:0 auto;}
#footer ul li{
	padding:0 11px;
	font:bold 11px/18px Arial, Helvetica, sans-serif;
	float:left;
	background:url(images/footer-menu-divider1.gif) no-repeat 100% 55%;
	_background-position:100% 50%;
}
#footer ul li a{color:#003E8C; text-decoration:none;}
#footer ul li a:hover{color:#000; text-decoration:none;}
/*Footer Ends*/