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

/**Begin GENERAL styles**/
.one_third {width: 100%;}
.two_thirds {width: 100%;}
.suppliers_list li {
	display: 			block;
	width: 	 			100%;
}
/**End GENERAL styles**/

/**Begin CONTENT styles**/
#home #teasers p {width: 100%;}
#home #banner h1 {font-size: 1.3em;}

#contact #owner:before,
#contact #mailing_address:before {
	font-size: 3em;
	width:     60px;
	height:    60px;
}
#about figcaption {font-size: 1em;}
#about .content {padding: 50px 0;}

#services #services_sidebar {display: none;}
#services #services_main section:first-of-type {margin-top: 1em;}
#services #home_automation .one_third {margin: 1em 0;}

#products #product_grid .grid_thirds {width: 100%;}
#products .category_title {text-align: right;}
#products #products_intro {margin-top: 1em;}
/**End CONTENT styles**/

/**Begin FOOTER styles**/
footer nav ul li {
	width: 		20%;
	text-align: center;
}
/**End FOOTER styles**/