/* CSS Document */
*{ padding:0px; margin:0px;}

body
	{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	background:#717171;
 	}
.main
	{
	margin:25px auto;
	width:940px;
	background:#fff;
 	}
.logo_left
	{
	float:left;
	width:436px;
	}
.logo_right
	{
	float:left;
	width:504px;
	padding-top:22px;
	}
.icons_right
	{
	float:right;
	width:100px;
	}
.home_left
	{
	float:left;
	padding-right:20px;
	}
.home_right
	{
	float:left;
	}
.main_menu
	{
	padding-top:34px;
	}
.content
	{
	width:890px;
	margin:auto;
	padding:20px 0px;
	}
	
.contentunder
	{
	width:890px;
	margin:auto;
	padding:100px 0px;
	text-align:center;

	}
	
.content_left
	{
	float:left;
	width:605px;
	}
.content_right
	{
	float:left;
	width:265px;
	padding-left:20px;
	}
.content_page
	{
	font-size:12px;
	color:#000;
	padding:10px 10px 10px 0px;
	text-align:left;
	line-height:18px;
 	}
.bormain	
	{
	border-bottom:1px solid #e9e9e9;
	width:470px;
	}
.bor	
	{
	border-bottom:1px solid #e9e9e9;
	}
.testimonial
	{
	font-style:italic;
	color:#ccc;
	text-align:left;
	padding:20px 0px 20px 10px;
	line-height:18px;
	}
.company
	{
	font-style:normal;
	color:#000;
	text-align:left;
	padding:20px 0px 20px 10px;
	line-height:18px;
	}
.more
	{
	text-align:right;
	font-style:normal;
 		}
.more a
	{
	text-decoration:none;
	color:#000;
	}
	
.footer
	{
	border-top:1px solid #e9e9e9;
	padding-top:20px;
	}
.footer_link
	{
	float:left;
	}
.footer_link a
	{
	text-decoration:none;
	color:#000;
	padding:0px 5px;	
	}
.foot_right
	{
	float:right;
	}


.clear
	{
	clear:both;
	}

