/* -------- Services Page -------------*/
/* -----------TOPMENU ---------------*/

img {
	border: 0;
	display: inline;
	}

/* ----------- SUBMENU ----------- */
#s1, #s2, #s4{display:none;}

#s3  {display: block;}

#inner_services    {
	width: 912px;
	background: transparent url(img/serv.jpg) top left no-repeat;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	
	}	
#first_services   {
	width: 290px;
	text-align: left;
	float: left;
	padding-left: 160px;
	padding-top: 100px;
	
	}
#first_services h2    {
	text-align: center;
	}

#first_services p      {
	margin-left: 30px;
	margin-bottom: 20px;
	line-height: 1.2em;
	
	}
#second_services  {
	float: left;
	margin-top: 100px;
	padding-left: 220px;
	width:500px;
	text-align: left;
	clear: both;
	}

#second_services h3  {
	text-align: left;
	margin-left: 100px;
	}
#second_services li   {
	list-style-image: url('img/ast.jpg');
	line-height: 1.5em;
	}
#inner_services.center  {
	margin-left: auto;
	margin-right: auto;
	width: 150px;
	}


#bottom_services      {
	background: transparent url(img/bottom3.jpg) bottom left no-repeat;
	height: 273px;
	width: 912px;
	clear: both;
	}

