@charset "utf-8";
/* Masters Concrete CSS --------------------------------------------------------------------------------------------------------*/
/* {
	margin: 0px;
}*/
html {
	height: 100%;
}

body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 100%;
	background-image: url(http://mastersconcrete.com/images/interface/mcp_bg.jpg);
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	background-position: top center;
}

#nonFooter {
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 980px;
	margin: 0px auto -52px auto;
	display: block;
	background: none;
}

h1 {
       margin: 0px;
       padding: 0px;
       	font: 14px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
       font-weight: bold;
}
h2 {
       margin: 0px;
       padding: 0px;
       	font: 13px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
       font-style: italic;
       font-weight: bold;
       color: #333333;
}

* html #nonFooter {
	height: 100%;
}
* html #container {
	height: 100%;
	margin-right:0px;
}
#container {
	min-height: 100%;
	width: 980px;
	position: relative;
	margin: 0px 0px 0px 0px;
	display: block;
}

img {
	border: none;
}
img a{
	border: none;
}


/* HEADER --------------------------------------------------------------------------------------------------------*/

.preheader {
	width: 980px;
	height: 40px;
	position: relative;
	margin: 0px auto 0px auto;
	background: none;
}

.datebox {
	width:auto;
	height: 16px;
	position: relative;
	float: left;
	margin: 18px 0px auto 20px;
	background: none;
	font: 10pt Helvetica, Geneva, Arial, sans-serif;
	color: #CCCCCC; 
}
#topnav_container {
	margin: 0px 0px auto auto;
	padding: 8px 0px 0px 0px;
	float: right;
	display: block;
}
#topnav_container ul {
	list-style-type: none;
	text-align: center;
	float: right;
	margin-right: 25px;
}

#topnav_container ul li { 
	display: inline;
}

#topnav_container ul li a {
	padding: 15px 10px 5px 5px;
	text-decoration: none;
	font: 11pt Helvetica, Geneva, Arial, sans-serif;
	color: #CCCCCC; 
	display: inline;
}

#topnav_container ul li a:hover {
	background: none;
	color: #FFFFFF;
	background: url(http://mastersconcrete.com/images/interface/btns/mcp_bg_topnav.png) repeat-x;
	background-position: bottom;

}

.header { 
	width: 980px;
	height: 95px;
	position: relative;
	margin: 0px auto 0px auto;
	background:none;
}

#logo {
  list-style: none;
  padding: 0;
  margin: 11px 0px 0px 10px;
  width: 215px;
  height: 54px;
  position: relative;
  float: left;
}
#logo span {
  display: none;
  position: absolute;
}
#logo a {
  display: block;
  text-indent: -900%;
  position: relative;
  outline: none;
}
#logo a:hover {
  background-position: left bottom;
}
#logo a:hover span {
  display: block;
}
#logo .home {
  width: 215px;
  height: 54px;
  background: url(http://mastersconcrete.com/images/interface/mcp_logo.gif) no-repeat;
  float: left;
}



/* Main Menu --------------------------------------------------------------------------------------------------------*/


.mainnav_container {
	width: 600px;
	height: 32px;
	position: relative;
	float: left;
	margin: 30px auto 0px 134px;
}
#menu {
  list-style: none;
  padding: 10px 0px 0px 0px;
  margin: 0px;
  width: 600px;
  height: 32px;
  background-color:#ffffff;
  position: relative;
}

#menu li, a {
  display: inline;
  position: relative;
  outline: none;
}
#menu a:hover {
  background-position: left bottom;
}
#menu a:hover span {
  display: block;
}
#menu .company {
  width: 114px;
  height: 32px;
  background: url(http://mastersconcrete.com/images/interface/btns/mcp_btn_company.gif) no-repeat;
  float: left;
}
#menu .companySelected {
  width: 114px;
  height: 32px;
  background: url(http://mastersconcrete.com/images/interface/btns/mcp_btn_company.gif) bottom left no-repeat;
  float: left;
}
#menu .products {
  width: 106px;
  height: 32px;
  background: url(http://mastersconcrete.com/images/interface/btns/mcp_btn_products.gif) no-repeat;
  float: left;
}
#menu .productsSelected {
  width: 106px;
  height: 32px;
  background: url(http://mastersconcrete.com/images/interface/btns/mcp_btn_products.gif) bottom left no-repeat;
  float: left;
}
#menu .services {
  width: 106px;
  height: 32px;
  background: url(http://mastersconcrete.com/images/interface/btns/mcp_btn_services.gif) no-repeat;
  float: left;
}
#menu .servicesSelected {
  width: 106px;
  height: 32px;
  background: url(http://mastersconcrete.com/images/interface/btns/mcp_btn_services.gif) bottom left no-repeat;
  float: left;
}
#menu .resources {
  width: 135px;
  height: 32px;
  background: url(http://mastersconcrete.com/images/interface/btns/mcp_btn_resources.gif) no-repeat;
  float: left;
}
#menu .resourcesSelected {
  width: 135px;
  height: 32px;
  background: url(http://mastersconcrete.com/images/interface/btns/mcp_btn_resources.gif) bottom left no-repeat;
  float: left;
}
#menu .distrib {
  width: 139px;
  height: 32px;
  background: url(http://mastersconcrete.com/images/interface/btns/mcp_btn_distrib.gif) no-repeat;
  float: left;
}
#menu .distribSelected {
  width: 139px;
  height: 32px;
  background: url(http://mastersconcrete.com/images/interface/btns/mcp_btn_distrib.gif) bottom left no-repeat;
  float: left;
}


/* Content --------------------------------------------------------------------------------------------------------*/


#topPicNav {
	width: 980px;
	height: 225px;
	position: relative;
	margin-top: 10px;
	padding: 0px;
	display: block;
	float: left;
}



#top_img { 
	width: 715px;
	height: 225px;
	position: relative;
	padding: 0px;
	background:#990000;
	display: block;
	float: left;
}

#quickNav {
  padding: 0px;
  margin: 0px 0px auto auto;
  width: 252px;
  height: 225px;
  position: relative;
  float: left;
  display: block;
}

#quickNav li, a {
  list-style: none;
  display: inline;
  position: relative;
  outline: none;
  text-indent: 0px;
  padding:0px;
}
#quickNav a:hover {
  background-position: 0px -40px;
}

#quickNav a:hover span {
  display: block;
}
#quickNav .quickNavReadymix{
  width: 252px;
  height: 40px;
  background: url(http://mastersconcrete.com/images/interface/mcp_btn_readymix.jpg) no-repeat;
  float: left;
}
#quickNav .quickNavReadymix:active {
  background-position: 0px -40px;
}
#quickNav .quickNavMasterpieces {
  width: 252px;
  height: 40px;
  background: url(http://mastersconcrete.com/images/interface/mcp_btn_masterpieces.jpg) no-repeat;
  float: left;
}
#quickNav .quickNavLandscape {
  width: 252px;
  height: 40px;
  background: url(http://mastersconcrete.com/images/interface/mcp_btn_landscape.jpg) no-repeat;
  float: left;
}
#quickNav .quickNavMasonry {
  width: 252px;
  height: 40px;
  background: url(http://mastersconcrete.com/images/interface/mcp_btn_masonry.jpg) no-repeat;
  float: left;
}
#quickNav .quickNavUtility {
  width: 252px;
  height: 40px;
  background: url(http://mastersconcrete.com/images/interface/mcp_btn_utility.jpg) no-repeat;
  float: left;
}

.quickNavSpacer {
	width: 252px;
	height: 5px;
	margin: 0px;
	padding: 0px;
	float: left;
	clear:both;
	display: block;
}



/* Content --------------------------------------------------------------------------------------------------------*/



#content {
	width: 980px;
	height: auto;
	min-height: 500px;
	position: relative;
	margin: 0px;
}
.column_1 {
	width: 465px;
	height: auto;
	min-height: 200px;
	margin: 20px auto auto 0px;
	padding: 0px;
	float: left;
	position: relative;
	display: block;
	background-image: url(http://mastersconcrete.com/images/interface/mcp_column_redstrip.gif);
	background-position: 0px 10px;
	background-repeat: repeat-x;
}
.column_1-home {
	width: 720px;
	height: auto;
	min-height: 200px;
	margin: 20px auto auto 0px;
	padding: 0px;
	float: left;
	position: relative;
	display: block;
	background-image: url(http://mastersconcrete.com/images/interface/mcp_column_redstrip.gif);
	background-position: 0px 10px;
	background-repeat: repeat-x;
}
.column_2 {
	width: 240px;
	height: auto;
	min-height: 200px;
	margin: 20px auto auto 18px;
	padding: 0px;
	float: left;
	position: relative;
	display: block;
	background-image: url(http://mastersconcrete.com/images/interface/mcp_column_redstrip.gif);
	background-position: 0px 10px;
	background-repeat: repeat-x;

}
.column_3 {
	width: 240px;
	height: auto;
	min-height: 200px;
	margin: 20px auto auto auto;
	padding: 0px;
	float: right;
	position: relative;
	display: block;
	background-image: url(http://mastersconcrete.com/images/interface/mcp_column_redstrip.gif);
	background-position: 0px 10px;
	background-repeat: repeat-x;

}
.column_header {
	width: auto;
	height: 20px;
	position: relative;
	margin: 10px auto 5px auto;
	padding-top: 5px;
	padding-left: 35px;
	float: left;
	font: 14px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-weight: 900;
	color: #FFFFFF;
	text-transform: uppercase;
	background-image: url(http://mastersconcrete.com/images/interface/mcp_header_bg.gif);
	background-position: 10px 5px;
	background-repeat: no-repeat;
}
.column_1 .text {
	width: 420px;
	height: auto;
	position: relative;
	float: left;
	clear: both;
	margin: 5px auto 10px 35px;
	font: 12px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #333333;
	text-align: left;
}
.column_1-home .text {
	width: 685px;
	height: auto;
	position: relative;
	float: left;
	clear: both;
	margin: 5px auto 10px 35px;
	font: 12px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #333333;
	text-align: left;
}	


/* FOOTER --------------------------------------------------------------------------------------------------------*/

#footer, .push {
	height: 52px;
}
#footer {
	width: 980px;
	position: relative;
	border-top: 1px #CCCCCC solid;
	margin: auto auto 0px auto;
	clear: both;
}
#footerCopyright {
	width: auto;
	height: 20px;
	position: relative;
	margin: 7px auto auto auto;
	padding-top: 8px;
	padding-left: 35px;
	float: left;
	font: 10px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	background-image: url(http://mastersconcrete.com/images/interface/mcp_logo_footer.gif);
	background-position: 0px 5px;
	background-repeat: no-repeat;
}

#footerLinks {
	margin: 5px 0px auto auto;
	float: right;
	display: block;
}

#footerLinks ul {
	list-style-type: none;
	float: right;
}

#footerLinks ul li { 
	display: inline;
}

#footerLinks ul li a {
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
	font: 10px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #999999;
	display: inline-block;
}

#footerLinks ul li a:hover {
	background: none;
	color: #990000;
}



#sub-nav {
	width: 230px;
	height: auto;
	position: relative;
	margin: 10px 10px auto 10px;
	float: left;
	display: block;
	font: 12px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}

#sub-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sub-nav li {
	margin: 0px 0px 0px 0px; 
	
}
	
#sub-nav a {
	display: block;
	padding: 5px 30px;
	text-decoration: none;
	color: #333333;
	outline: none;
	background-image: url(http://mastersconcrete.com/images/interface/btn_subnav_bg.jpg);
	background-repeat: no-repeat;
	background-position: 10px 9px;

}

#sub-nav a:hover {
	color: #CC0000;
	background-image: url(http://mastersconcrete.com/images/interface/btn_subnav_bg.jpg);
	background-repeat: no-repeat;
	background-position: 8px 9px;
	font-weight: bold;
}


.news-container {
	width: 240px;
	height: auto;
	min-height: 50px;
	position: relative;
	float: left;
	margin: 10px auto 10px 0px;
	display: block;
	color: #333333;
}
.news-article {
	width: 240px;
	height: auto;
	min-height: 50px;
	position: relative;
	float: left;
	margin: 0px;
	padding-bottom: 10px;
	display: block;
}

.news-date {
	width: 50px;
	height: 50px;
	position: relative;
	float: left;
	margin: 5px auto 0px 0px;
	padding: 0px;
	display: block;
	background: url(http://mastersconcrete.com/images/interface/bg_news_date.jpg);
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
}
.news-dateMon {
	width: auto;
	height: 16px;
	position: relative;
	margin: 3px auto 0px auto;
	display: block;
}
.news-dateDay {
	width: auto;
	height: 16px;
	position: relative;
	margin: -8px auto 5px auto;
	display: block;
	font-size:30px;
}	
.news-text {
	width: 165px;
	height: auto;
	min-height: 50px;
	margin: 0px 10px 5px 10px;
	padding: 0px;
	float: right;
	font: 12px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	line-height: 18px;
	display: block;
}
.btn-more {
	width: 50px;
	height: 15px;
	position: relative;
	margin-right: 20px;
	float: right;
	clear: both;
	display: block;
	font: 12px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
}
.btn-more span{
	font: 16px;
}
.btn-more a{
	color: #666666;
	text-decoration: none;
	outline: none;

}	

.btn-more a:hover{
	color: #CC0000;
	text-decoration: none;
}

#product-pdfs {
	width: 240px;
	height: auto;
	position: relative;
	margin: 10px 10px auto 10px;
	float: left;
	display: block;
	font: 12px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
}

#product-pdfs ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#product-pdfs li {
	margin: 0px 0px 0px 0px; 
	
}
	
#product-pdfs a {
	display: block;
	padding: 5px 30px;
	text-decoration: none;
	color: #333333;
	outline: none;
	background-image: url(http://mastersconcrete.com/images/interface/btn_subnav_bg.jpg);
	background-repeat: no-repeat;
	background-position: 10px 9px;

}

#product-pdfs a:hover {
	color: #CC0000;
	background-image: url(http://mastersconcrete.com/images/interface/btn_subnav_bg.jpg);
	background-repeat: no-repeat;
	background-position: 8px 9px;
	font-weight: bold;
}

/* ------ PRODUCT DETAIL
__________________________________________________________________________________*/

.product-container {
	width: 430px;
	height: auto;
	min-height: 150px;
	position: relative;
	float: left;
	margin: 10px 0px 10px -5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	display: block;
	font: 12px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}

.product-img-container {
	width: 170px;
	height: 160px;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0;
	display: block;
}
.product-img {
	width: 168px;
	height: 123px;
	position: relative;
	float: left;
	margin: 0px;
	border: 1px solid #CCCCCC;
	display: block;
	text-align: center;
}
.product-vdetail {
	width: 168px;
	height: 20px;
	position: relative;
	clear: left;
	float: left;
	text-align: right;
	margin: 5px auto 5px 0px;
	color: #999999;
} 
.product-vdetail a {
	text-decoration: none;
	color: #999999;
	outline: none;

}
.product-vdetail a:hover {
	text-decoration: none;
	color: #CC0000;
}

.product-info {
	width: 250px;
	height: auto;
	position: relative;
	float: right;
	margin: 0px 0px 10px 5px;
	display: block;
}
.product-info-header {
	width: 220px;
	height: 20px;
	position: relative;
	float: left;
	margin: 0px auto 10px auto;
	padding: 6px 0px 5px 30px;
	display: block;
	background: #CCCCCC url(http://mastersconcrete.com/images/interface/bg_prod_info.jpg) 10px 10px no-repeat; 
	font: 10pt "Arial Black", Arial, Helvetica, sans-serif;
}
.product-info-label {
	width: 80px;
	height: 20px;
	position: relative;
	float: left;
	margin: 2px auto 2px 10px;
	padding: 0px;
	display: block;
	font: 10pt Arial, Helvetica, sans-serif;
	font-weight: 900;
	text-align: left;
	color: #CC0000;
}
.product-info-desc {
	width: 160px;
	height: auto;
	min-height: 20px;
	position: relative;
	float: left;
	margin: 2px auto 2px auto;
	padding: 0px;
	display: block;
	font: 10pt Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-align: left;
	color: #333333;
}
/* ------ Distribution DETAIL
__________________________________________________________________________________*/

.dist-container {
	width: 420px;
	height: auto;
	min-height: 100px;
	position: relative;
	float: left;
	margin: 10px 0px 10px -5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #CCCCCC;
	display: block;
	font: 12px "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}

.dist-img-container {
	width: 75px;
	height: 100px;
	position: relative;
	float: left;
	margin: 0px;
	padding: 0;
	display: block;
}

.dist-img {
	width: 73px;
	height: 73px;
	position: relative;
	float: left;
	margin: 0px;
	border: 1px solid #CCCCCC;
	display: block;
	text-align: center;
}

.dist-link {
	width: 73px;
	height: 20px;
	position: relative;
	clear: left;
	float: left;
	text-align: right;
	margin: 5px auto 5px 0px;
	color: #999999;
}

.dist-link a {
	text-decoration: none;
	color: #999999;
	outline: none;
}

.dist-link a:hover {
	text-decoration: none;
	color: #CC0000;
}

.dist-info {
	width: 410px;
	height: auto;
	position: relative;
	float: left;
	margin: 0px 0px 10px 5px;
	display: block;
}

.dist-info-label {
	width: 80px;
	height: 20px;
	position: relative;
	float: left;
	margin: 2px auto 2px 10px;
	padding: 0px;
	display: block;
	font: 10pt Arial, Helvetica, sans-serif;
	font-weight: 900;
	text-align: left;
	color: #CC0000;
}

.dist-info-desc {
	width: 320px;
	height: auto;
	min-height: 20px;
	position: relative;
	float: left;
	margin: 2px auto 2px auto;
	padding: 0px;
	display: block;
	font: 10pt Arial, Helvetica, sans-serif;
	line-height: 16px;
	text-align: left;
	color: #333333;
}

.top-trans-block {
	width: 100%;
	height : 68px;
	position: relative;
	margin: 130px 0px auto 0px;
	background:url(http://mastersconcrete.com/images/interface/top_trans_bar.png) repeat-x;
	display: block;
}

.top-label {
	width: auto;
	height: auto;
	position: relative;
	float: left;
	margin: 18px auto auto 30px;
	padding: 0px 20px 0px 0px;
	border-right: 2px dotted #666666; 
	text-align: left;
	font: 23px "Futura Black","Arial Black", Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-transform: uppercase;
	display: block;
}
.top-intro {
	width: auto;
	max-width: 450px;
	height: auto;
	position: relative;
	float: left;
	margin: 18px 20px auto 20px;
	text-align: left;
	font: 12px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height: 16px;
	color: #666666;
	display: block;
}