@charset "utf-8";


/* Reset from Eric Myer used/tweeked by Martin Cregg*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
	font-family:  Helvetica, Arial, sans-serif;
	background-color: #1c1c1c;
	color: #D1D1D1;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End reset */

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #dda12c;
	margin-bottom: 10px;
}
h2 {
	
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #dda12c;
}
h5 {
	font-size: 14px;
	line-height: 25px;
}
p {
	font-size: 14px;
}
a {
	color: #dda12c;
	text-decoration: none;
}
a:hover {
	color: #ffffff;	
}
#wrapper {
	min-height: 1050px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position: relative;
	width: 1000px;
	height: 120px;
}
#logo {
	display:block;	
	float: left;
	margin-top: 30px;
	background-image: url(../images/Scarchilli-Logo.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 400px;
	text-indent: -9999px;
}
.addressInfo {
	font-size: 12px;
	color: #dda12c;
	position: absolute;
	top: 30px;
	right: 0px;
	letter-spacing: 3px;
	text-align: right;
	font-weight: bold;
}
#slider {
	height: 440px;
}
.mainMenu {
	height: 35px;
	margin-top: 15px;
}
.mainMenu ul {
 display: block;
 padding: 0px;
 margin: 0px;
 list-style: none;
 text-align: center;
}
.mainMenu ul li {
 display: inline;
 margin: 0px;
 list-style: none;
 padding: 1px;
}
.mainMenu a {
 padding: 0px 20px;
 text-decoration: none;
 color: #999;

}
.mainMenu a:hover {
 color: #fff;
}
#sideBar {
	float: right;
	margin-top: 25px;
	width: 280px;
	min-height: 560px;
	background-color: #101010;
	border: 1px solid #383838;
	padding-bottom: 40px;
	margin-bottom: 50px;
}
.sideBarTitle {
	margin-top: 30px;
	margin-left: 35px;
}

#video {
	
}
.sideBarContent {
	padding: 10px 35px;
	color: #D1D1D1;
}
#licensedBuilder {
	width: 200px;
	margin: 10px auto 0 auto;
}
#mainContent {
	float: left;
	margin-top: 25px;
	margin-left: 0px;
	width: 650px;
}

/* The margin-top in the products div controls the distance from the text above */
/* Change this margin to affect where the images intersect the bottom of the mainContent div and the top of the footer div */
/* This intersection is also dependent on the footer div margin-top value */
#products {
	float: left;
	margin-top: 50px;
}
#box1 {
	float: left;
	width: 150px;
	height: 190px;
}
#productTitle1 {
	background-image: url(../images/Title-Kitchens.png);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 150px;
	text-indent:-9999px;
}
#product1 {
	float: left;
	background-image: url(../images/kitchen-sample.jpg);
	width: 150px;
	height: 150px;
	border: 1px solid #aaaaaa;
	margin-top: 5px;
}
#box2 {
	float: left;
	width: 150px;
	height: 190px;
	margin-left: 90px;
}
#productTitle2 {
	background-image: url(../images/Title-Bathrooms.png);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 150px;
	text-indent:-9999px;
}
#product2 {
	float: left;
	background-image: url(../images/bathroom-sample.jpg);
	width: 150px;
	height: 150px;
	border: 1px solid #aaaaaa;
	margin-top: 5px;
}
#box3 {
	float: left;
	width: 150px;
	height: 190px;
	margin-left: 90px;	
}
#productTitle3 {
	background-image: url(../images/Title-Basements.png);
	background-repeat: no-repeat;
	float: left;
	height: 30px;
	width: 150px;
	text-indent:-9999px;
}
#product3 {
	float: left;
	background-image: url(../images/basement-sample.jpg);
	width: 150px;
	height: 150px;
	border: 1px solid #aaaaaa;
	margin-top: 5px;
}

.boxTitles {
	color: #dda12c;
	letter-spacing: 2px;	
}
#footer {
	clear: right;
	margin-top: 80px;
	background-color: #333;
	
}

#footerContent {
	width: 1000px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#footerMenu {
	width: 670px;
	float: left;
	margin-top: 10px;
	text-align: center;
	font-size: 12px;
	color: #999;
}
#footerInfo {
	width: 670px;	
	float: left;
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
	color: #999;
}
#footerSocialNetworkingButtons {
	float: right;
	width: 100px;
	height: 62px;
	margin-top: 30px;
	margin-right: 70px;
}
.shadow {
  -moz-box-shadow: 3px 2px 5px #292929;
  -webkit-box-shadow: 2px 2px 5px #292929;
  box-shadow: 2px 2px 5px #292929;
}
.readMore,
.highlightText {
	color: #dda12c;
	font-style: italic;
}
