@charset "utf-8";
/* CSS Document */

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

	#container {
		background: white;
		height: 2000px;
		width: 960px;
		margin: 0 auto;
		
	}
	
	#container_services {
		background: white;
		height: 1000px;
		width: 960px;
		margin: 0 auto;
		
	}	
	
	#logo {
		position:relative;
		float: left; 
		width: 200px;	
		padding: 30px 60px 0px 60px;
	}
	
	#menu {
		position:relative;
		float:left;	
		width: 570px;
		height: 40px;
		margin-left:50px;
		margin-top: 80px;
	}
	
	li {
		float: left;
		width: 100px;		
	}
	
	#header {
		overflow: hidden;	
	}
	
	#content {
		position:absolute;
		clear:both;
		width: 890px;
		margin: 80px 0px 0px 70px;
		height: 300px;
	
	}
	
	#content1 {
		position:absolute;
		clear:both;
		width: 890px;
		margin: 50px 0px 0px 70px;
		height: 300px;
	
	}	
	
	#aboutus {
		float: left;
		font-family: 'Roboto Condensed', sans-serif;
		font-size:12px;	
		width: 350px;
		line-height: 30px;
	}
	
	p {
		font-family: 'Roboto Condensed', sans-serif;
		font-size:12px;			
	}
	
	#aboutpic {
		float: right;
	}
	
	h3 {
		color: #993;
		font-family: 'Roboto Condensed', sans-serif;
		font-size:14px;			
		font-weight:bold;	
	}
	
	#firstparagraph {
		margin-top: 50px;	
	}
	
	#services {
		clear:both;	
	}
	
	#servicespic {
		float:left;
		margin-top: 70px;		
	}
	
	#servicestext {
		float: left;
		width: 300px;
		font-family: 'Roboto Condensed', sans-serif;
		font-size:12px;	
		line-height: 30px;
		text-align: right;	
	}
	
	#wecanhelp {
		float:left;
	}
	
	#clientfacts {
		clear:both;
		padding-top: 50px;	
		
	}
	
	.roboto {
		font-family: 'Roboto Condensed', sans-serif;
		font-size:12px;	
		line-height: 30px;
	}	
	
	
	#phonepic {
		margin-top: 20px;
		float: left;
		width: 70px;
		margin-left: 50px;
	}
	
	#phones {
		float: left;
	}
	
	#phones p {
		margin-top: 30px;
		margin-left: 20px;
		line-height: 0px;
		font-family: 'Roboto Condensed', sans-serif;
		font-size:20px;	
		vertical-align: text-top;
	}
	
	#emailpic {
		float: left;
		width: 70px;
		margin-left: 50px;
		margin-top: 20px;	
	}
	
	#email {
		float: left;
		margin-top: 40px;
		margin-left: 20px;
		line-height: 10px;
		font-family: 'Roboto Condensed', sans-serif;
		font-size:20px;	
		vertical-align: text-top;		
	}
	
	#prodofc, #salesofc, #nyofc {
		margin-top: 50px;	
		width: 250px;
		float: left;
		font-family: 'Roboto Condensed', sans-serif;
		font-size:12px;	
		margin-left: 20px;		
	}
	
	#footer {
		background:#990;	
		height: 20px;
		width: 960px;
		margin:auto;	
	}
	
	#menu ul li {
		list-style: none; 
		font-family: 'Roboto Condensed', sans-serif;
		font-size:20px;			
	}
	
	#menu a {
		text-decoration: none;
		color: #000;	
	}
	

