/* CSS Document */

html{overflow: auto; padding: 0px; margin: 0px; }

body{ background:#ffb530; background-color:#ffb530;margin:0px;}

div, p, img, ul, li, span{margin:0px; padding:0px; border:0px;}

.container{ width:780px; margin:0 auto;}

.logo_bg{ 
	background-image:url(images/logobg.jpg);
	background-repeat:no-repeat;
	height:371px;
	width:780px;
	margin-top:10%;
	}
.logo_container{ 
    float:left;
	width: 749px;
	margin-top:136px;
	padding-left:31px;
	}
.logo_icon{
	width:214px;
	height:102px;
	float:left;
	}
.logo_text{
	width:535px;
	height:102px;
	float:left;
	}
.con{width:169px; float:left;}
.serv{width:87px; float:left;}
.comm{width:188px; float:left;}
.block1{width:21px; float:left;}
.block2{width:20px; float:left;}
		
