/* *******************************************  Red Concrete - 2008  ******************************************* */  

/*
Color Key:

body bg grey - #1A1A1A
seo text - #151515
footer address - #343434
rculver credit - #1F1F1F

*/

@import url('/_common/css/meyer_reset.css');

/* Separate base html elements into another file so that it can be used w/in tinymce
to provide a consistent experience editing & viewing */
@import url('/_common/css/html_elements.css');


/* HTML content entered via cms 
@import url('/_common/css/cms_html.css'); */

#wrapper { 
	margin:0 auto;
}
#container { 
	margin:0 auto;
	width:966px;
	background: #1A1A1A;
}

/* *******************************************  =General   ******************************************* */ 

.clr { clear: both; }
.pagebreak {
	margin: 5px 0; 
	padding: 0;
	width: 100%;
	height: 25px;
	background: url('/_common/img/pagebreak.gif') no-repeat 0 9px;
}
.link-wrap {
	position: relative;
	top: -55px;
	width: 244px;
	float: right;
}
.email-friend a, .download-pdf a { 
	font-size: 12px; 
}
.email-friend {  margin: 12px 0; }
.email-friend a { 
	padding: 5px 0 5px 20px; 
	background: url('/_common/img/icon-email.jpg') no-repeat 0 8px; 
}
.download-pdf { margin: 5px 0; }
.download-pdf a {
	padding: 3px 0 3px 20px;
	background: url("/_common/img/icon-pdf.jpg") no-repeat 0 5px;
}
div.center { text-align: center; }

/* ---------- fonts ---------- */

.italic { font-style: italic; }


/* *******************************************  Lightbox  ******************************************* */  

/* jQuery lightBox plugin - Gallery style */
.gallery ul { margin: 0; padding: 0; list-style: none; }
.gallery ul li { display: inline; }
.gallery ul img { 
	position: relative;
	left: -1px; top: -1px;
	border: 1px solid #1A1A1A; 
}
.gallery ul a:hover img { border: 1px solid #B5121B; }

.thumb-grid .gallery ul {
	margin: 0; padding: 0;
	position: relative;
	left: -15px;
}
.thumb-grid .gallery ul li {
	width: 73px;
	height: 45px;
	float: left;
	border: 1px solid red;
}

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

#header { 
	margin: 0 auto; 
	width: 966px;
	height: 120px;
	background: url("/_common/img/bg-header.gif") no-repeat 0 0;
}
ul#header-links {
	position: relative;
	left: 690px; top: 0;
	float: left;
	list-style-type: none;
}
ul#header-links li {
	list-style-type: none;
	display: inline;
	color: #666;
	font-size: 10px;
}
ul#header-links li a {
	color: #fff;
	font-size: 11px;
}

#logo { 
	position: relative;
	left: 32px; top: 5px;
	float: left; 
}
#logo a {
	width: 126px;
	height: 100px;
	display: block;
	text-indent: -9999px;
}


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

#main {
	margin: 0 auto; padding: 40px 0 20px 0;
	position: relative;
	left: 85px;
	width: 706px
	height: 404px;
}	

#header ul { 
	position: relative;
	left: 8px; top: 90px;
	width: 630px; 
	height: 25px;
	float: right;
}
#header ul li { 
	display: inline;
	float: left;
}
#header ul li a {
	height: 25px; 
	display: block;
	text-indent: -9999px;
	background-position: top center;
	background-repeat: no-repeat;
}
#header a:hover, #header a.on { background-position: bottom center; }

#header a.countertops {
	position: relative;
	left: -100px;
	width: 187px;
	background-image: url("/_common/img/nav/concrete-countertops.gif");
}
#header a.sinks {
	position: relative;
	left: -75px;
	width: 94px;
	background-image: url("/_common/img/nav/sinks.gif");
}
#header a.fireplaces {
	position: relative;
	left: -50px;
	width: 113px;
	background-image: url("/_common/img/nav/fireplaces.gif");
}
#header a.planters {
	position: relative;
	left: -30px;
	width: 106px;
	background-image: url("/_common/img/nav/planters.gif");
}
#header a.commerical {
	width: 120px;
	background-image: url("/_common/img/nav/commerical.gif");
}


/* *******************************************  =Sidebar   ******************************************* */ 

#section-title {
	padding: 10px 0;
	width: 220px;
	background: url("/_common/img/bg-sidenav-break.gif") no-repeat left top;
}
#section-title h2 a {
	color: #ccc;
	text-decoration: none;
}
#section-title h2 a:hover {
	color: #B5121B; 
	text-decoration: none;
}
.sidenav-break {
	height: 5px;
	background: url("/_common/img/bg-sidenav-break.gif") no-repeat left center; 
}

/* ---------- primary ---------- */

#sidebar {
	position: relative;
	left: -10px;
	padding: 15px 0 30px 0;
	width: 220px;
	float: left;
}
.menu-bg {
	padding: 0 0 7px 0;
	width: 297px;
	background: url("/_common/img/bg_menu.gif") repeat-y 0 0;
}
ul#sidenav {
	margin: 0; padding: 15px 0 0 0;
	width: 210px;
	list-style-type: none;
}
ul#sidenav li {
	margin: 0; padding: 0;
	color: #fff;
}
ul#sidenav li a { 
	padding: 8px 0 7px 0;
	display: block; 
	color: #fff;  
	font-weight: normal;
	font-size: 13px;
}
ul#sidenav li a:hover, ul#sidenav li a.on { color: #B5121B; text-decoration: none; }

/* ---------- tertiary ---------- */

ul.tertiary {
	margin: 0; padding: 0;
	position: relative;
	left: 10px;
}
ul.tertiary li a { margin: 0; padding: 0; }


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

#content-wrapper { 
	margin: 0 auto; padding: 25px 0;
	width: 944px;
	font-size: 11px;
	color: #000;
}
#content {
	margin: 0 0 0 26px; padding: 15px 0 50px 0;
	width: 695px;
	float: left;
	color: #f1f1f1;
}
#content p {
	padding: 5px 0;
	font-size: 12px;
	line-height: 18px;
}
#content p img {
	padding: 4px;
	background: #EFEFEF;
	border: 1px solid #CE4023;
}
#content ul, #content ol {
	padding: 5px 0 5px 30px;
}
#content ul li, #content ol li {
	list-style-type: disc;
	line-height: 18px;
	font-size: 12px;
}


/* *******************************************  =Landing Grid   ******************************************* */ 

.item-row {
	padding: 0 0 50px 0;
	width: 685px;
}
.large-image {
	padding: 8px;
	float: left;
	text-align: center;
	background: url("/_common/img/bg-img-pattern.gif") repeat 0 0;
}
.landing-img {
	margin: 10px;
	position: relative;
	left: 120px;
	width: 410px;
}

.thumb-grid {
	padding: 0 0 30px 0;
	width: 253px;
	float: left;
}
.thumb-row {
	padding: 8px 0 5px 0;
	width: 270px; 
	float: left;
}
.thumbs {
	padding: 0 0 0 16px;
	width: 73px;
	float: left;
}
.thumbs a {
	width: 73px;
	height: 48px;
	display: block;
	border: 1px solid #1A1A1A;
}
.thumbs a:hover {
	width: 73px;
	height: 48px;
	display: block;
	border: 1px solid #B5121B;
}

.desc-text {
	margin: 10px 0; padding: 0;
	width: 422px;
	color: #ccc;
	font-size: 11px;
}
.desc-text p {
	padding: 0 7px;
	color: #ccc;
	font-size: 11px;
}
.desc-text span {
	padding: 0 7px;
	color: #ccc;
	float: right;
	font-size: 11px;
}

/* *******************************************  =Alternate Grid   ******************************************* */ 

.counter-finishes .link-wrap .download-pdf {
	position: relative;
	left: -15px;
}

.countertop-desc {
	padding: 8px 0 30px 0;
	width: 408px;
	float: left;
}


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

#footer { 
	margin: 0 auto; padding: 25px 0 75px 0;
	width: 966px;
	background: url("/_common/img/bg-footer.gif") no-repeat 0 0;
	font-size: 14px;
}

#footer ul#credits {
	padding: 0 0 20px 0; 
	color: #1F1F1F;
}
#footer ul#credits li a { 
	padding: 5px 0 5px 25px;
	font-size: 12px;
	font-weight: bold;
	color: #1F1F1F;
	background: url("/_common/img/logo-rculver.gif") no-repeat 0 0;
}

#footer ul li { 
	margin: 0; padding: 0 10px 0 0;
	color: #C4E7F9;
	display: inline;
}
#footer ul li a { padding: 0 0 0 10px; color: #C4E7F9; }
#footer p { color: #343434; }

#footer p#copyright { 
	margin: 0; padding: 32px 0 36px 0;
	font-size: 13px;
	line-height: 15px;
	color: #f1f1f1;
}

#footer p#seo-text { 
	margin: 0; padding: 20px 0 0 0;
	position: relative;
	left: 0;
	width: 966px;
	color: #f1f1f1; 
	line-height: 16px;
}









