/*
 * Figaro Framework : Redblok LLC. Internal Rapid Development Framework
 * Copyright 2007, 	Redblok LLC.
 * 					RedBlok Creative Services, LLC.
 * 					810 Westmount Avenue
 * 					Dallas, TX 75211
 * 					E-Mail: info@redblok.com
 * 
 * Created on Jul 25, 2007
 * index.css
 * [/Script Name/]
 *
 * [/Short Script Description/]
 *
 */

/**
/************************************************************************
 *    HOME PAGE
 */
#correctType {/*pick correct type section*/
    border:1px solid #ccc;
    margin:0 0 2px 0;	
}
#correctType h3 {
    color:#404441;	
}
#correctType h6 {
color: #404441;
width: 590px;
text-align: center;
font-size: 110%;	
border: 0px solid #333;
}
#specificWiring {/*wiring section*/
	border:1px solid #ccc;
	margin:0 0 2px 0;
}
#specificWiring h3 {
	color:#404441;
}
#installSafety {/*also products section*/
    border:1px solid #ccc;
	margin:0 0 2px 0;
}	
#installSafety h3 {
    color:#404441;	
}
#brandInfo {/*div for brand logos*/
    width:100%;
    clear: both;
    text-align:center;
    border:0px solid #ccc;	
}
#brandInfo img {
	border:1px solid #fff;
}
#brandInfo a:hover img {
	border:1px solid #ff0000;
}
#index_section_title {/*title above logos*/
	border:1px solid #ccc;
	margin:0 0 2px 0;
}
#index_section_title h3 {
	font-size: 13px;
	color: #404441;
	border-bottom:1px solid #ccc;
}
.wiring p{
	margin:0 4px;
}
.wiring a {
    color:#ff0000;
    text-decoration:underline;	
}
.wiring a:hover {
    color:#999;
}
.content_boxes {/*div f/150px images*/
	border: 0px solid #ccc;
}
.content_squares {/*table f/150px images*/
    margin:0 9px;
}
.content_squares td{
	border:0px solid #ccc;
    width:175px;
       
}
.content_squares img {
	padding:0 12px;
    margin:0 5px;
}
.descriptions {/*div f/desc above 150px images*/
	border: 0px solid #ccc;
}
.descriptions p {
	margin:0 10px;
}
.descriptions a{
	color:#ff0000;
	text-decoration: underline;
}
.descriptions a:hover{
	color:#999;
}
.descriptions h4 {
	font-size: 95%;
	color: #ff0000;
	padding:2px 0px;
	margin: 0 2px;
    text-align:center;
}
.desc_squares {/*table f/desc above 150px images*/
	margin:0 9px;
	font-size:95%;
	color:#000;
	text-align:left;	
}
.desc_squares td{
	border:0px solid #ccc;
    width:175px;
}
.desc_squares img{
	padding:0 12px;
    margin:0 5px;
}
