@charset "utf-8";
/* CSS Document */

body{ margin:0px; background:#c9c9c9; font-family: Arial, "Arial Narrow", "Arial Black"  ;}
*{
    margin:0;
    padding: 0;
}
img{
    border: 0;
}

#wrap-container
{ 
	width:1000px; 
	margin:auto; 
	height:auto;
}
#header
{ 
	width:1000px; 
	height:170px;
	margin:auto; 
	background:url(images/header_bg.jpg) repeat-x;
}
#header .topnav{ 
	height:115px;
}
#header .logo{ 
	height:60px; 
	width:175px; 
	float:left; 
	margin-top:25px; 
	margin-left:10px;
}
#header .right{ 
	height:60px;
	width:200px; 
	float:right; 
	margin-top:20px; 
	margin-right:20px; 
	font-size:12px;  
}
#header .search
{
	height:30px; 
	width:200px; 
	float:right; 
	margin-top:5px; 
	margin-bottom:5px; 
	font-size:12px; 
	background:url(images/searchg.png) no-repeat right;
} 
#header .inputtxt
{ 
	width:150px; 
	margin-right:5px; 
	margin-top:8px; 
	border:none; 
	font-size:11px; 
}
#header .imgclass 
{ 
	float:right;
	display:inline;
}
#services_banner_left
{
	float:left;
	display:inline;
	width:737px;
	height:240px;
	background:url(images/services_banner_left.jpg) no-repeat;
}
#services_banner_right
{
	float:left;
	display:inline;
	width:263px;
	height:240px;
	background:url(images/services_banner_right_bt.png) repeat-x;
}
#services_banner_right ul
{
	float:left;
	display:inline;
	font-family:Arial;
	font-size:12px;
	color:white;
	text-align:justify;
	margin-top:15px;
	margin-left:20px;
}
#services_banner_right ul li
{
    background:url(images/products_bullet.gif) no-repeat left;
	padding-left:20px;
	margin-top:10px;
	list-style:none;
}
#service_middle_container
{
	float:left;
	display:inline;
	width:1000px;
	height:516px;
	background:url(images/services_content_bg.gif) repeat-x;
}
#text_container
{
	float:left;
	display:inline;
	width:735px;
	height:516px;
	margin-bottom:20px;
}
.heading
{
	float:left;
	display:inline;
	font-size:12px;
	font-weight:normal;
	font-family:Arial;
	color:#3c93c8;
	margin-top:20px;
	margin-left:45px;
}
.text
{
	float:left;
	display:inline;
	font-size:12px;
	font-weight:normal;
	font-family:Arial;
	margin-left:45px;
	margin-top:20px;
	text-align:justify;
	width:650px;
}
#framworks_container
{
	float:left;
	display:inline;
	width:264px;
	height:516px;
}
.framework_img
{
	float:left;
	display:inline;
	margin-top:15px;
	margin-left:20px;
}
#footer{ float:left;width:1000px; height:45px;margin:auto; background-color: #f7f7f4; font-size:12px; padding-top:25px;}
#footer a:link, #footer a:visited{ color:#000000; text-decoration: none;}
#footer a:hover{ color:#2387c0; text-decoration: none;}
.active a:link, .active a:visited, .active a:hover{color:#2387c0; text-decoration: none;}
