@charset "UTF-8";


body {
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	background: #42413C;
	margin: 0;
	padding: 0;
	color: #999;
}
/* html5 display rule */

html, div, address, article, aside, figcaption, figure, header, footer, hgroup, menu, nav, section {
	display:block;
}


/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
}
h2{
	font: 105% Arial, Helvetica, sans-serif;
	font-weight: bold; font-style: italic;
	color:#d52d1e;
}
a img {
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #666;
	text-decoration: none; 
}
a:visited {
	color: #6E6C64;
	text-decoration: none;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	color:#d52d1e;
}/* ~~ This fixed width container surrounds all other blocks ~~ */
#container {
	width: 1024px;
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}
/*For HTML5 outline pruposes only*/
header {
	background: #fff;
	width:1024px;
	padding-bottom:100px;	
	position:relative;
	
}

nav h2{
	visibility:hidden;
	position:absolute;
	top:-100px;

}
header img {
	background: #fff;float:left; 
	padding-left:30px;
	margin-top:30px; 
}


#tiles{
	margin-left:-25px;
}
header h3{
		position:relative;
	top:130px;
	float:right;
	padding-right:30px;
	color:#d52d1e;
	font:80% Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
}
#slideshow{
	width:1024px;
	height:111px;
	background:#fff;
	position:absolute;
	top:190px;
	z-index:20;
	padding-top:1px;
	-webkit-box-shadow:4px 4px 10px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}

#slideshow image {
	width:1024px;
	height:254px;
	margin:0;
	position:relative;
}

#redrule {
margin:auto;
position:absolute;
top:165px;}


article {
	background:#fff;
	width:1024px;
	position:relative;
	top:58px;
	
}
#redrule h3{
font:1em Arial, Helvetica, sans-serif;
padding:1px 20px;
color:#fff;
margin: -28px 0 0 15px;
}




article h2 {
	font:102% Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	color: #d52d1e;
	position:relative;
	margin-bottom:150px;
	width:228px;
top:200px;}

article p {font: 90% Arial, Helvetica, sans-serif;
padding-bottom:80px;
color:#555;
}
.col2, .col3, .col4 {
	width:230px;
	float:left;
position:relative;
left:240px;
top:-37px;
}

.col1{
	width:207px;
	position:absolute;
	padding-top:25px;
	left: 1px;
	top: 192px;
	color:#333;
	font-weight:bold;
	font-size:.8em;
	height: 121px;
}
#bottomcontent blockquote {
	width:204px;
	font: 80% Arial, Helvetica, sans-serif;
	font-style:italic;
	display:block;
	float:left;
	padding-top:120px;
	margin-left:20px;
}


.col2 ul, col3 ul{
position:relative;
left:240px;
width:230px;
	
}
ul li{
	font: 85% Arial, Helvetica, sans-serif; color:#555;
	list-style-position:outside;
	padding-bottom:5px;


}

h6{font: 90%em Arial, Helvetica, sans-serif; color:#555;
}
table{font: 80%em Arial, Helvetica, sans-serif; color:#555;
}
table h6{font: 100%em Arial, Helvetica, sans-serif; color:#555;
font-weight:bold;
}
table img{padding:5px;margin:0;
}
.tableinstallation {
	text-align:start;
	}
/*article img{margin-top:-30px;
padding-bottom:50px;}*/

article .col1 img{
	margin-top:30px;
}

/* ~~ The footer ~~ */
footer {
	padding: 10px 0;
	background: #fff;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; 
}
 footer p {
	font: 85% Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding: 10px 0 0 20px;
}
footer .accent {
	
	color: #d52d1e;
}
.small {
	font-style:italic;
	font:.80em Arial, Helvetica, sans-serif;
	float:right;
	display:inline-block;
	padding: 0 20px 5px 0px;

}
