@charset "UTF-8";
/* remove default settings */
* {
    margin:0;
    padding:0;
}
h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
    margin:0.5em 0; 
}
/* Remove border on linked images. */
a img {
    border: none;
}
/* Layout */
.wrapper {
    max-width: 1088px;
    margin-right: auto;
    margin-left: auto;
}
body { 	min-width: 1024px; }
#header {
	background: url(../images/lines.png) no-repeat 68% top;
	position: relative;
}
#header h1 {
	background: url(../images/logo.png) no-repeat left bottom;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	padding-top: 6px;
	height: 125px;
	width: 352px;
}
#header #contactSlider {
	position: absolute;
	top: 0px;
	right: 0px;
	list-style: none;
}
#header #contactSlider li {
	display: block;
	width: 325px;
	position: relative;
	overflow: hidden;
}
#header #contactSlider li img {
	background: url(../images/contactSprit.png) no-repeat;
	width: 50px;
	display: block;
	cursor: pointer;
	position: relative;
	z-index: 6;
	left: 275px;
}
#header #contactSlider li span {
	background: #E6E6E6;
	display: block;
	position: absolute;
	top: 2px;
	right: -275px;
	width: 300px;
	z-index: 5;
}
#header #contactSlider li.phone span { padding: 13px 0px; }
#header #contactSlider li.phone img {
	background-position: 0 0px;
	height: 51px;
}
#header #contactSlider li.email span { padding: 12px 0px; }
#header #contactSlider li.email img {
	background-position: 0 -51px;
	height: 49px;
}
#header #contactSlider li.address span { padding: 12px 0px; }
#header #contactSlider li.address img {
	background-position: 0 -100px;
	height: 47px;
}
#header #nav {
	margin: 0px;
	padding: 32px 0px 12px;
	list-style: none;
}
#header #nav li:before { content: '//'; }
#header #nav li a {}

#centerBar { display: table; }
#company #centerBar p {
	display: table-cell;
	vertical-align: middle;
	background: url(../images/txtWhateverYourNeeds.png) no-repeat 10px center;
	text-indent: -9999px;
	width: 246px;
	height: 183px;
	padding-right: 71px;
}
#company #centerBar img {
	display: table-cell;
	vertical-align: middle;
}
#services #centerBar ul#photos {
	margin: 0px auto;
	width: 928px;
	list-style: none;
	padding: 0px;
}
#services #centerBar ul#photos li { display: inline; }
#services #centerBar ul#photos li a {
	text-indent: -9999px;
	display: inline-block;
	background: url(../images/sevicesImageSprit.jpg) no-repeat;
	margin: 0px -2px;
	padding: 0px;
}
#services #centerBar ul#photos li.Mosaic a { background-position:0px 0px; width:224px; height:167px; }
#services #centerBar ul#photos li.Cabinets a { background-position:-224px 0px; width:253px; height:167px; }
#services #centerBar ul#photos li.Granite a { background-position:-477px 0px; width:225px; height:167px; }
#services #centerBar ul#photos li.Flooring a { background-position:-702px 0px; width:226px; height:167px; }
#services #centerBar ul#photos li.Hardware a{ background-position:0px -167px; width:231px; height:186px; }
#services #centerBar ul#photos li.Stone a { background-position:-231px -167px; width:251px; height:186px; }
#services #centerBar ul#photos li.Tile a { background-position:-482px -167px; width:203px; height:186px; }
#services #centerBar ul#photos li.Laminate a { background-position:-685px -167px; width:243px; height:186px; }

#services #centerBar ul#photos li.Mosaic:hover a { background-position:0px -353px; }
#services #centerBar ul#photos li.Cabinets:hover a { background-position:-224px -353px; }
#services #centerBar ul#photos li.Granite:hover a { background-position:-477px -353px; }
#services #centerBar ul#photos li.Flooring:hover a { background-position:-702px -353px; }
#services #centerBar ul#photos li.Hardware:hover a { background-position:0px -520px; }
#services #centerBar ul#photos li.Stone:hover a { background-position:-231px -520px; }
#services #centerBar ul#photos li.Tile:hover a { background-position:-482px -520px; }
#services #centerBar ul#photos li.Laminate:hover a { background-position:-685px -520px; }


#content {
	display: table;
	margin-top: 4em;
}
#content > img {
	vertical-align: text-bottom;
	display: table-cell;
}
#content > div.rightCont {
	vertical-align: top;
	display: table-cell;
	padding-left: 50px;
}
#content > div.leftCont {
	vertical-align: top;
	display: table-cell;
	padding: 0px 155px 0px 20px;
}
#content div.leftCont h1 {
	font-size: 40px;
	font-weight: normal;
	text-transform: uppercase;
	color: #004DC1;
	margin: 0.25em 0px 0px;
}
#content div.leftCont h2 {
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0px 0px -0.25em;
}
#footer {
	background: #025;
	padding: 7px 0px 2px;
}
#footer p {
	margin: 0 auto;
	max-width: 1088px;
}
