
/*=============================== Standard Tags ===========================================*/ 

body {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 12px;
	line-height: 16px;
	background: #ecebee;
	color: #3f3f3f;
}

h2 {
	font-size: 26px;
	line-height: 26px;
	color: black;
	margin: 0;
	padding: 0 0 7px 0;
}

h3 {
	font-size: 22px;
	line-height: 22px;
	color: black;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 18px;
	line-height: 18px;
	color: white;
	background: black;
	margin: 0;
	padding: 5px;	
}

h5 {
	font-size: 18px;
	line-height: 18px;
	color: white;
	background: #da1f3e;
	margin: 0;
	padding: 5px;	
	border-bottom: 2px solid white;
}

h6 {
	font-size: 16px;
	line-height: 16px;
	color: #b2b2b2;
	margin: 0;
	padding: 0;	
}

h7 {
	font-size: 18px;
	line-height: 18px;
	color: white;
	background: black;
	margin: 0;
	padding: 5px;	
}

.header {
	display: block;
	font-size: 16px;
	line-height: 16px;
	color: #b2b2b2;
	margin: 0;
	padding: 0;	
}

a {
	color: #666;
	outline-style: none;
}

a:hover {
	color: #999;
	text-decoration: none;
}

#wrapper {
	margin: 0 auto;
	width: 950px;
}

.clear {
	clear: both;
}

.highlight {
	font-weight: bold;
	color: red;
	width: 10px; 
}

.error {
	text-align: center;
	color: red;
}

/*=============================== Title Bar (index) ===========================================*/ 


#title {
	font-size: 12px;
	height: 115px;
	background: url(../../gfx/home_banner.jpg) 0 0 no-repeat;
	position: relative;
}

#title h1 a {
	display: block;
	height: 61px;
	width: 317px;
	position: relative;
	top: 30px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; /* need for FX and IE */
	background: url(../../gfx/home_logo.png) 0 0 no-repeat;
	outline: none;
}

#title h1 a:hover {
	cursor: pointer; /* IE7 */
}


#title ul {
	position: relative;
	float: right;
	top: -67px;
	right: 6px;
	padding: 0;
	margin: 0;	
}


#title li {
	float: left;
	list-style: none;
	white-space: nowrap;
}

#title li a {
	color: white;
	display: block;
	text-decoration: none;
	padding: 0 12px 0 0;
}


#title li a:hover
{
	color: #666;
	text-decoration: underline;
}

#search {
	position: absolute;
	right: 10px;
	top: 30px;
}

#searchform {
	text-align: right;
}

#search form, #searchform form {
	margin: 0;
	padding: 0;
}

#search input, #searchform input {
	vertical-align: bottom;
}

ul.results li {
	list-style: none;
	clear: left;
}

ul.results li img {
	float: left;
	margin-right: 10px;
	margin-bottom: 40px;
	
} 


#contactpage {
	padding: 40px 20px 20px 20px;
	background: url(../../gfx/contact_bg.jpg) 0 bottom no-repeat;	
}

#sitemappage {
	background: url(../../gfx/contact_bg.jpg) 0 bottom no-repeat;		
}


#sidebanner {
	float: right; 
	position: relative; 
	width: 232px;
	height: 389px;
}

#electrical {
	position: absolute;
	left: -1px;
	bottom: 145px;
}

#electrical a {
	display: block;
	text-indent: -2000em;
	outline: none;
	width: 480px;
	height: 48px;
	background: url(../../gfx/home_electric.jpg) 0 0 no-repeat;	
}

#electrical a:hover {
	background: url(../../gfx/home_electric.jpg) 0 -48px no-repeat;	
}


/*=============================== Header Bar ===========================================*/ 


#header {
	height: 42px;
	background: url(../../gfx/main_sbanner.jpg) 0 0 no-repeat;
}

#header h1 {
	margin: 0;
	padding: 0;
	float: left;
}

#header h1 a {
	display: block;
	height: 42px;
	width: 78px;
	text-indent: -2000em;
	text-decoration: none;
	z-index: 1000; /* need for FX and IE */
	background: url(../../gfx/main_slogo.png) 0 0 no-repeat;
	outline: none;
}

#header h1 a:hover {
	cursor: pointer; /* IE7 */
}


#header ul {
	padding: 0;
	margin: 0;
	float: right;
}


#header li {
	float: left;
	list-style: none;
	white-space: nowrap;
	margin: 0;
}

#header li a {
	display: block;
	text-decoration: none;
	text-indent: -2000em;
	outline: 0;
	height: 42px;
}


#header li.ceramic a {
	width: 133px;
	background: url(../../gfx/main_nav.ceramic.gif) 0 -42px no-repeat;	
}

#header li.ceramic a:hover, #header li.ceramicselected a {
	width: 133px;
	background: url(../../gfx/main_nav.ceramic.gif) 0 0 no-repeat;	
}



#header li.concrete a {
	width: 133px;
	background: url(../../gfx/main_nav.concrete.gif) 0 -42px no-repeat;	
}

#header li.concrete a:hover, #header li.concreteselected a {
	width: 133px;
	background: url(../../gfx/main_nav.concrete.gif) 0 0 no-repeat;	
}



#header li.masonry a {
	width: 119px;
	background: url(../../gfx/main_nav.masonry.gif) 0 -42px no-repeat;	
}

#header li.masonry a:hover, #header li.masonryselected a {
	width: 119px;
	background: url(../../gfx/main_nav.masonry.gif) 0 0 no-repeat;	
}


/*=============================== Product Pages ===========================================*/

.categorybox {
	float: left;
	position: relative;
	display: block;
	margin-bottom: 25px;
	width: 225px;
}


.featuredlist {
	width: 225px;
	float: left;
	padding-bottom: 20px;
	position: relative;
	display: block;
}

.featuredlist ul {
	line-height: 22px;	
	margin-right: 30px;
	margin-bottom: 0;
	margin-top: 0;
}

.categorybox ul {
	line-height: 22px;	
	margin-right: 10px;
	margin-bottom: 0;
	margin-top: 0;
}

#catlist {
	background: white url(../../gfx/greyback.jpg) top right repeat-y;
	float: left;
}


ul.catlist li {

}

#searchbox {
	width: 232px;
	height: 100%;
	float: right;
	background: #ececec;
	position: relative;
}

.searchpad {
	padding: 0 10px;
}

input.button {
	color: white;
	background: #a9a9a9;
	font-size: 90%;
	padding: 2px 10px;
	border: 2px solid white;
	vertical-align: middle;
}

input.button:hover {
	color: #a9a9a9;
	background: #ececec;
	border: 2px solid #a9a9a9;
}

.prod {
	width: 112px;
	float: left;
	font-size: 90%;
	position: relative;
	padding-bottom: 16px;
}


.prod a {
	color: #3f3f3f;	
	text-decoration: none;
}

.prod a:hover {
	color: #d91f3d;
}

.prod a img {
	width: 80px;
	height: 80px;
	border: 1px solid silver;
}

.prod a:hover img {
	border: 1px solid #d91f3d;
}

#prodimage {
	width: 200px;
	height: 200px;
	border-left: 1px solid silver;
	float: right;
	position: relative;
}

#imageborder {
	overflow: hidden;
	border: 5px solid white;
	height: 190px;
	width: 190px;
}

#imageborder a img {
	border: none;
}

#imageborder a:hover img {
	opacity:0.8;
	filter:alpha(opacity=80);	
}

#prodinfo {
	width: 680px;
	height: 150px;
	position: relative;
	float: left;
	overflow: auto;
	padding: 30px 10px 5px 10px;
}

#pricebox {
	border: 1px solid silver;
	float: right;
	font-weight: bold;
	text-align: right;
	padding: 5px 20px;
	margin: 0 0 5px 5px;
}


#trail ul.cookie {
	position: absolute;
	z-index: 100;
	top: 184px;
	left: 5px;
	padding: 0;
	margin: 0;		
}

#trail ul.np {
	position: absolute;
	z-index: 100;
	top: 184px;
	right: 210px;
	padding: 0;
	margin: 0;		

}

#trail li {
	color: #666;
	float: left;
	list-style: none;
	white-space: nowrap;
}

#trail li a {
	color: #666;
	text-decoration: none;
	padding: 2px 6px 0 6px;
}


#trail li a:hover
{
	color: #ccc;
	text-decoration: underline;
}


#prodadditional {
	width: 100%;
	float: left;
	margin-right: -200px;
	background: white;
	border-top: 1px solid silver;
	position: relative;
}

#useage {
	margin-right: 200px;
	padding: 10px 10px 60px 10px;
	border-right: 1px solid silver;
	background: #f0f0f0;
	min-height: 100px;	
}

#additional {
	width: 200px;
	float: right;
	position: relative;
}

#additional ul {
	padding: 5px 0;
	margin: 0;	
}

#additional li {
	list-style: none;
	white-space: nowrap;
	padding: 2px 10px 0 10px;
	
}

#additional li a {
	color: #666;
	display: block;
	text-decoration: none;
}


#additional li a:hover
{
	color: #000;
	text-decoration: underline;
}

#moreprod {
	display: none;
	position: absolute;
	margin-left: -70px;
	border: 2px solid silver;
	background: #ecebee;
	padding: 20px;
	width: 200px;
	min-height: 200px;
}

.box {
	position: relative;
	border: 1px solid silver;
	margin: 5px 0;
	background: white;
}

.contentbox {
	position: relative;
	border: 1px solid silver;
	margin: 5px 0;
}

.boxpad {
	padding: 30px 10px 5px 20px;
	background: white;
}

.catboxpad {
	padding: 30px 10px 5px 20px;
	background: white url(../../gfx/cat_bg.png) top right repeat-y;
}

#catinfo {
	width: 600px;
	padding: 0 10px 20px 20px;
	line-height: 20px;
	position: absolute;
	bottom: -15px;
}

#maninfo {
	width: 428px;
	padding: 0 10px 5px 10px;
	position: absolute;
	top: 30px;
}

.expand {
	position: relative;
	right: 0px;
	bottom: 0px;
	text-align: right;
}

.expand a {
	color: #ccc;
	text-decoration: none;
}

.expand a:hover {
	color: #d91f3d;	
}

.expand img {
	border: none;
	vertical-align: middle;
	margin-left: 5px;
}

#pageit {
	text-align: right;
}

#pagetop {
	position: absolute;
	top: -12px;
	right: -1px;
	border: 1px solid silver;
	padding: 3px 12px;
	background: #f7f7f7;
}


#pagebottom {
	position: absolute;
	bottom: -12px;
	right: -1px;
	border: 1px solid silver;
	padding: 3px 12px;
	background: #f7f7f7;
}

/*=============================== Sitemap ===========================================*/

.maphead ul {
	margin: 0;
	padding: 0;
	height: 23px;	
}
.maphead li {
	float: left;
	line-height: 21px;
	list-style: none;
	margin: 2px 0 0 0;
	border-bottom: 1px solid #666;
}

.maphead li a {
	text-decoration: none;
}

.maphead li.cathead {
	width: 250px;
	font-size: 11px;
}

.maphead li.cathead a  {
	display: block;
	padding: 0 4px 0 8px;
	height: 100%;
	width: 100%;
	background: #f2f2f2;
	
}

.maphead li.cathead a:hover {
	background: #d9d9d9;
	color: black;
}

.maphead li.expandcat {
	width: 21px;
}

.maphead li.expandcat a  {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -2000em;
	background: url(../../gfx/sitemap_expand.png) 0 0 no-repeat;
	outline: none;	
}

.maphead li.expandcat a:hover {
	background: url(../../gfx/sitemap_expand.png) 0 -21px no-repeat;
}

.mappad {
	padding: 38px 0 20px 25px;
}

.mappadleft {
	padding: 10px 0 20px 25px;
}



ul.sectioninfo {
	margin: 4px 0 10px 0;
	padding: 0;
}

.sectioninfo li {
	padding: 0 4px 0 8px;
	list-style: none;		
}

.sectioninfo li a {
	text-decoration: none;	
}


#allmap {
	text-align: right;
	padding-right: 10px;
	padding-bottom: 4px;
}

#mapceramic {
	float: left;
	position: relative;
	width: 300px;
}

#mapconcrete {
	float: left;
	position: relative;
	width: 300px;
}

#mapmasonry {
	float: left;
	position: relative;
	width: 300px;

}

/*=============================== Content ===========================================*/


.page {
	padding: 40px 20px 20px 20px;
	min-height: 300px;
	background: url(../../gfx/contact_bg.jpg) 0 bottom no-repeat;	
}

#whytile li {
	margin-bottom: 10px;
}


#content {
	margin-top: 10px;
	padding-top: 30px;
	padding-bottom: 10px;
	border-top: 1px solid silver;
	border-right: 1px solid silver;
	border-left: 1px solid silver;
	background-image: url(../../gfx/splash_bg.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: #ffffff;

}



#quickinfo {
	position: relative;
	display: block;
	float: right;
	width: 232px;
	min-height: 350px;
	line-height: 22px;
	font-size: 12px;
	background-color: #ececec;
}


#quickinfo ul {
	margin-top: 15px;
	margin-bottom: 35px;
	line-height: 20px;
}


#splash {
	float: left;
	width: 375px;
	padding-top: 11px;
}

#section_splash {
	height: 275px;
	padding: 0;
	background-image: url(../../gfx/splash_dropshdw.png);
	background-position: 0 0;
	background-repeat: repeat-x;
}

#section_info {
	width: 360px;
	text-align: justify;
	padding: 40px 278px 0 20px;
}

.infopages {
	width: 100%;
	border-collapse: collapse;
}

.infopages th {
	background: #ecebee;
	border: 1px solid silver;
	padding: 0 4px;
}

.infopages td {
	border: 1px solid silver;
	padding: 4px;
	vertical-align: top;
	
	
} 


/*=============================== Main ===========================================*/

#main {
	border-top: 1px solid silver;
	border-left: 1px solid silver;
	height: 389px;
	margin-top: 10px;
	background-image: url(../../gfx/splash_bg.jpg);
	background-position: 30px 10px;
	background-repeat: no-repeat;
	background-color: #ffffff;
	position: relative;
}

.redstripe {
	width: 312px;
	height: 15px;
	position: absolute;
	top: -1px;
	left: -1px;
	background-image: url(../../gfx/main_redbar.png);
}

#hometext {
	width: 470px;
	position: absolute;
	bottom: 208px;
	padding: 0 15px;
	line-height: 20px;
}


/*=============================== Navigation ===========================================*/ 



#homenav ul {
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: -1px;
}


#homenav li {
	float: left;
	width: 240px;
	list-style: none;
	white-space: nowrap;
	margin: 0;
	padding-top: 100px;
}

#homenav li a {
	display: block;
	text-decoration: none;
	text-indent: -2000em;
	outline: 0;
	height: 44px;

}

#homenav li.ceramic {
	background: url(../../gfx/home_ceramic.jpg) 0 0 no-repeat;
}

#homenav li.ceramic a {
	background: url(../../gfx/home_ceramic.button.gif) 0 0 no-repeat;	
}

#homenav li.ceramic a:hover {
	background: url(../../gfx/home_ceramic.button.gif) 0 -44px no-repeat;	
}


#homenav li.concrete {
	background: url(../../gfx/home_concrete.jpg) 0 0 no-repeat;
}

#homenav li.concrete a {
	background: url(../../gfx/home_concrete.button.gif) 0 0 no-repeat;	
}

#homenav li.concrete a:hover {
	background: url(../../gfx/home_concrete.button.gif) 0 -44px no-repeat;	
}


#homenav li.masonry {
	background: url(../../gfx/home_masonry.gif) 0 0 no-repeat;
}

#homenav li.masonry a {
	background: url(../../gfx/home_masonry.button.gif) 0 0 no-repeat;	
}

#homenav li.masonry a:hover {
	background: url(../../gfx/home_masonry.button.gif) 0 -44px no-repeat;	
}


/*=============================== Contact ===========================================*/ 

.contact {
	width: 100%;
}

.contact td, td.contact {
	vertical-align: top;
}

.contact td a, td.contact a {
	height: 180px;
	width: 100%;
	display: block;
	text-decoration: none;
	border: 1px solid white;
}

.contact td a:hover, td.contact  a:hover {
	border: 1px solid #b2b2b2;
}

#mapfunction {
	text-align: right;
}


/*=============================== Careers ===========================================*/ 

fieldset.opp {
	padding: 0 10px;
	margin: 0 0 30px 0;
	border: 1px solid silver;
}

fieldset.opp legend {
	font-weight: bold;
	border: 1px solid silver;
	padding: 2px 5px;
}

/*=============================== Footer ===========================================*/ 

#index_footer {
	margin-top: 2px;
	height: 9px;
	background-image: url(../../gfx/home_footer.jpg);
}

#footer {
	height: 60px;
	background: url(../../gfx/main_footer.jpg) 0 0 repeat-x;
	clear: both;
}

#logosoup {
	margin-top: 15px;
	height: 44px;
}

#logosoup img {
	border: 0;
}

#footer ul {
	position: relative;
	float: right;
	padding: 0;
	margin: 0;	
}


#footer li {
	float: left;
	list-style: none;
	white-space: nowrap;
}

#footer li a {
	color: white;
	display: block;
	text-decoration: none;
	padding: 5px 12px 0 0;
}


#footer li a:hover
{
	color: #666;
	text-decoration: underline;
}
 
 
#credit {
	display: none;
} 

.featured {
	margin-left: 5px;
	width: 675px;
	float: left;
}

.featured p {
	margin-left: 15px;
}


.btn_inspirations {
	margin-bottom: 40px;
}

.btn_inspirations a {
	display: block;
	height: 140px;
	width: 232px;
	overflow: hidden;
	background-image: url(../../gfx/btn_inspirations.png);
	background-position: 0 0;
	text-indent: -2000em;
}

.btn_inspirations a:hover {
	background-position: 0 -140px;
}


