/* CSS Document */

#header
	{
		position: relative;
		margin: 0px;
		padding: 0px;
		width: 629px;
		height: 174px;
		background: url(../img/serv_hdr.jpg);
		background-repeat: no-repeat;
	}

#linkhome
	{
		margin-top: 35px;
		margin-left: 29px;
	}

#menu
	{
		position: relative;
		margin: 0px;
		padding: 0px;
		width: 629px;
		height: 33px;
	}

#navigation
	{
		position: relative;
		margin: 0px;
		padding: 0px;
		width: 629px;	
		height: 33px;
	}

#navigation li
	{
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		display: inline;
		float: left;
	}

#navigation li a
	{
		list-style-type: none;
		padding: 0px;
		margin: 0px;
		display: inline;
		float: left;
	}
	
	#navigation #mnuleft
		{
			background: url(../img/mnu_left.gif) no-repeat;
		}

	#navigation #mnu1
		{
			background: url(../img/mnu1_off.gif) no-repeat;
		}

	#navigation #mnu1 a:hover
		{
			background: url(../img/mnu1_on.gif);
			background-repeat: no-repeat;
		}
		
	#navigation #mnu2
		{
			background: url(../img/mnu2_on.gif) no-repeat;
		}

	#navigation #mnu3
		{
			background: url(../img/mnu3_off.gif) no-repeat;
		}

	#navigation #mnu3 a:hover
		{
			background: url(../img/mnu3_on.gif);
			background-repeat: no-repeat;
		}

	#navigation #mnu4
	{
		background: url(../img/mnu4_off.gif) no-repeat;
	}

	#navigation #mnu4 a:hover
		{
			background: url(../img/mnu4_on.gif);
			background-repeat: no-repeat;
		}

	#navigation #mnu5
		{
			background: url(../img/mnu5_off.gif) no-repeat;
		}

	#navigation #mnu5 a:hover
		{
			background: url(../img/mnu5_on.gif);
			background-repeat: no-repeat;
		}
	
	#navigation #mnu6
		{
			background: url(../img/mnu6_off.gif) no-repeat;
		}

	#navigation #mnu6 a:hover
		{
			background: url(../img/mnu6_on.gif);
			background-repeat: no-repeat;
		}

	#navigation #mnuright
		{
			background: url(../img/mnu_right.gif) no-repeat;
		}

#pageimg
	{
		position: absolute;
		top: 207px;
		margin: 0px;
		padding: 0px;
		background: url(../img/services_img.gif);
		background-repeat: no-repeat;
		background-position: top right;
		height: 163px;
		width: 629px;
	}

#content
	{
		position: relative;
		margin-top: 32px;
		margin-left: 0px;
		width: 510px;
		height: 300px;
	}
		
#text1
	{
		position: relative;
		z-index: 3;
		margin: 0px;
		padding: 0px;
		margin-top: 55px;
		margin-left: 54px;
		width: 500px;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #525050;
	}
	
#text
	{
		position: relative;
		margin: 0px;
		margin-left: 50px;
		margin-top: 32px;
		padding: 0px;
		width: 500px;
		
	}

#title
	{
		position: relative;
		margin: 0px;
		margin-top: 41px;
		margin-left: 52px;
		padding: 1px;
		width: 525px;
		height: 23px;
		background: #d4d4d5;
	}

#titlebg
	{
		position: relative;
		margin: 0px;
		padding: 0px;
		padding-top: 3px;
		padding-left: 15px;
		width: 508px;
		height: 18px;
		border: #ffffff solid 1px;
		background: #ededee;
		
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #000000;
	}

li
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12.5px;
		color: #888888;
		list-style-image: url(../img/services_bullet.gif);
	}