body {
  font-family: Helvetica, Arial, sans-serif;
  background-color: #fff;
  color: #666;
  padding: 0;
  margin: 0;
}

input, select, textarea {
  padding: 2px;
  border: 1px solid #999;
  background-color: #def;	
   font-size: 110%;
}

a {
  color: #69c;
  text-decoration: none;
}

a:hover {
  color: #47a;
  background: #def;
}

a img {
  border: none;
  background-color: #fff;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
	clear: both;
}

h1 {
	font-size: 300%;
	line-height: 200%;
}

h2 {
	font-size: 200%;
	font-weight: normal;
}

h3 {
	font-size: 150%;
	font-weight: normal;
}

.smaller {
	font-size: 0.8em;
	color: #555;
}

.small {
	font-size: 0.7em;
	color: #888;
}

#header {
	background-color: #def;
	border-bottom: 1px solid #69c;
	text-align: left;
}

#info {
	margin: 0 auto;	
	width: 780px;

}	

#logo {
	float: left;
	padding-top: 10px;
	width: 360px;
}

#call {
  font-size: 130%;
	margin-left: 5px;
	color: #000;
}

  #call #icon {
     float: left;
  }
  
  #call .number {
    float: left; 
    line-height: 48px;
  }

#about {
	float: left;
	width: 360px;
	color: #999;
}

#about h3 {
	line-height: 120%;
}

#content {
	text-align: left;
	width: 780px;	
	margin: 0 auto;
	font-size: 110%;
	line-height: 150%;
}

#posts {
	width: 360px;
	float: left;
	margin-top: 20px;
	padding-left: 30px;
}

#products {
	width: 360px;
	float: left;
	margin-top: 20px;
	padding-right: 20px;
	border-right: 2px solid #ddd;
}

.paragraph {
	margin-left: 20px;
}

#contact {
	margin-top: 20px;
	width: 780px;
}

#contact .number {
	font-size: 150%;
}

#footer {		
  text-align: left;  
  border-top: 1px solid #69c;
  margin:  0 auto;
  margin-top: 50px;
  padding: 	10px 0 10px 0;
  width: 780px;
}

.interesting {
	display: none; 
}

.error {
	color: red;	
}

.message {
	color: green;
	font-weight: bold;
}