@charset "utf-8";
/* CSS Document */
	*
	{
		padding:auto;
		margin:auto;
		text-align: center;
	}
	body
	{
		font-family:Arial;
		font-size:10pt;
		color:#666666;
		background-color:#666666;

	}
	a,a:visited
	{
		color:#666666;
		text-decoration:none;
	}
	a:hover
	{
		color:#666666;
		text-decoration:underline;
	}
	#footlink a
	{
		color:#dcdcdc;
		text-decoration:none;
		font-size:9pt;
	}
	#header
	{
		background-image:url(images/top.gif);
		height:70px;
		width:800px;
		margin-top:10px;
		margin-bottom:10px;
	}
	#logo
	{
		background-image:url(images/logo.gif);
		margin:15px;		
		width:254px;
		height:40px;
		float:left;
	}
	#menu
	{
		float:right;
		margin-top:30px;
		font-weight:bold;
		font-size:10pt;
		background-color:#FFFFFF;
	}
	#selected
	{
		background-color:#FFFFFF;
		font-family:Verdana;
		font-weight:bold;
		font-size:8pt;
		color:#ff742c;
		margin-right:15px;
	}
	#un_selected
	{
		background-color:#FFFFFF;
		font-weight:bold;
		font-family:Verdana;
		font-size:8pt;
		color:#777777;
		margin-right:25px;
	}
	#footer
	{
		width:800px;
		color:#dcdcdc;
		font-size:9pt;
		font-family:Arial, Helvetica, sans-serif;
		text-align:right;
		margin-bottom:20px;
	}
	#home_middle
	{
		width:800px;
		height:330px;
		margin-bottom:10px;
	}
	#home_bottom
	{
		width:800px;
		height:140px;
		margin-bottom:10px;
	}
	#marketing
	{
		background-image:url(images/marketing.jpg);
		height:330px;
		width:600px;
		float:left;
		color:#555555;
		font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	#customers
	{
		background-image:url(images/testimonial.gif);
		height:330px;
		width:190px;
		float:right;
	}
	#products
	{
		background-image:url(images/products.gif);
		height:140px;
		width:455px;
		float:left;
	}
	#services
	{
		background-image:url(images/services.gif);
		height:140px;
		width:335px;
		float:right;
		color:#eeeeee;
	}
	#inside
	{
		background-color:white;
		width:800px;
	}	
	#inside_content
	{
		text-align:left;
		margin-left:25px;
		margin-right:25px;
		margin-top:20px;
	}
	#inside_content a
	{
		color:#016aab;
		text-decoration:underline;
	}
	h1
	{
		font-family:Verdana;
		color:#FF7329; 
		font-weight:bold; 
		font-size:18pt;
		text-align: left;
		margin-left:-5px;
	}



