body {
        font-family: Verdana, Arial, sans-serif;
        color: #000;
		margin:0;
	    padding:0;
		background-color:#e8e9e9;
}
ol, ul {
        list-style: none;
}
strong {
        font-weight: bold;
}
p{
	font-size:12pt;
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
}

h1 {
	    letter-spacing: 0.02em;
}
h2 {
	    letter-spacing: 0.02em;
}
/* ------------------------------ container ------------------------------------*/
#container{
	overflow:auto;
	width:1000px;
	margin:0 auto;
	height:auto;
	background-color:#FFF;
}

/* ------------------------------ header wrap ------------------------------------*/

#header-wrap{
	width:1000px;
	height:329px;
	margin:0;
	padding:0;
	border-bottom:1px solid #e0e1e1;
	background-color:#FFF;
}
.header{
	float:left;
	width:1000px;
	height:329px;
	text-align:left;
	margin:0;
	padding:0 0px 0 0px;
	background:url(../images/header-bg.jpg) repeat-x;
}
.header .logo{
	float:left;
	width:425px;
	height:89px;
	margin:124px 0 0 0px;
	padding:110px 0 0 25px;
	background:url(../images/bg-map.png) no-repeat;
}
.header-right-imag{
	float:right;
	width:450px;
	height:329px;
	margin:0px 0 0 0px;
	padding:0px 0 0 0px;
}

/* ------------------------------ top menu ------------------------------------*/

.top-menu{
	float:right;
	width:320px;
	height:55px;
	padding:0 0 0 0px;
}
.top-menu ul{
	height:55px;
	margin:0px;
	padding:0;
	list-style: none;
	
	
}
.top-menu ul li {
	width:100px;
	height:40px;
	text-align:center;
	float:left;
	color:#283891;
	margin:0px 0px 0 2px;
	padding:15px 0px 0px 0px;
	background:url(../images/top-menu-line.png) no-repeat left;
}
.top-menu ul li a{
	font-family: Arial, Helvetica, sans-serif;
	width:130px;
	height:55px;
	text-align:center;
	font-weight:bold;
	text-decoration:none;
	color:#283891;
	font-size:14px;
}
.top-menu a:hover {
		color:#f7941d;
		text-decoration: none;
}
/* ------------------------------ middle-content ------------------------------------*/

.home-content{
	float:left;
	width:920px;
	height: auto;
	padding:10px 40px 20px 40px;
	margin:0px;
	background-color:#FFF;
}

.home-content p{

	font-size:12pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	line-height:25px;
	color:#000;
	}
.home-content h1 {
	font-family: Arial, Helvetica, sans-serif;
	width:400px;
	padding:0 0 5px 0;
	border-bottom:1px solid #666;
  }
/* ------------------------------ it-services ------------------------------------*/

.it-services{
	float:left;
	width:410px;
	height:320px;
	text-align:center;
	padding:10px;
	margin:0px 0 0 0px;
}
.it-services h1 {
	width:400px;
	padding:0 0 5px 0;
  	border-bottom:1px solid #666;
  }
  
/* ------------------------------ data-senter-services ------------------------------------*/

.data-senter-services{
	float:left;
	width:410px;
	height:320px;
	padding:10px;
	text-align:center;
	margin:0px 0 0 60px;
}
.data-senter-services h1 {
	width:400px;
	padding:0 0 5px 0;
		border-bottom:1px solid #666;
  }
  /* ------------------------------ data-senter-services ------------------------------------*/

.career-form{
	float:left;
	width:410px;
	height: auto;
	padding:10px;
	margin:0px 0 0 0px;
	font-size:14px;
	color:#000;
}
/* ------------------------------ footer ------------------------------------*/
#footer
{
	float:left;
	width:1000px;
	margin:0px;
	padding:7px 0px 0 0px;
	color:#FFF;
	height:38px;
	background:url(../images/footer-bg.jpg) repeat-x;
}
.footer-links
{
	float:left;
	width:340px;
	height:20px;
	margin:8px 0 0 30px;
	padding:0px 0 0 0;
}
.footer-links ul
{
	width:330px;
	margin:0 0 0px 10px;
	padding:0;
	
}
.footer-links ul li
{
	height:20px;
	float:left;
	font-family:Myriad Pro;
	font-size:14px;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	color:#FFF;
	margin:0 0 0px 0;
	padding:0px 0px 0px 0px;
	border-right:1px solid #FFF;
}
.footer-links ul li a
{

	float:left;
	font-family:Myriad Pro;
	font-size:14px;
	text-align:left;
	text-decoration:none;
	font-weight:normal;
	color:#FFF;
	margin:0 0 0px 0;
	padding:0px 10px 0px 8px;
}
.footer-links a:hover{
	color:#f7941d;
	text-decoration: none;	
}
.copyright
{
	float:right;
	margin:0px 50px 0 0px;
	padding:0;
	color:#FFF;
	text-decoration:none;
	font-weight: normal;
	text-align: left;
	font-size:13px;
}
.copyright a
{
	font-family:Myriad Pro;
	margin:0px;
	padding:0;
	color:#f7941e;
	text-decoration:none;
	font-weight: bold;
	text-align: left;
	font-size:13px;
}
.copyright a:hover{
	color:#FFF;
	text-decoration: none;	
}