/* base.css, part of YUI's CSS Foundation */
h1 {
	/*18px via YUI Fonts CSS foundation*/
	color: #8C0000;
	font-size: 29px;
	background: url(../images/underline.gif) repeat-x bottom;
	font: Arial, Helvetica;
}

.pre h1 {
	color: #9cac3b;
}
.perm h1 {
	color: #0066b3;
}
.max h1 {
	color: #f5821f;
}

h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin-top: 2px;
	margin-bottom: 20px;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:normal; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:normal;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	border:0px solid #000;
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated marking to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table {
	/*so things don't run into each other*/
	margin-bottom:1em;
}



html{
	background-color: #C8C8C8;
}

body {
	font-family: Arial, Helvetica;
	font-size: 12px;
	color: #000;
	background-color: #C8C8C8;
}

h2 {
	color: #8C0000;
	font-size: 29px;
	background: url(../images/underline.gif) repeat-x bottom;
	font: Arial, Helvetica;
}

h3 {
	color: #8C0000;
	font-size: 29px;
	background: url(../images/underline.gif) repeat-x bottom;
	font: Arial, Helvetica;
}

h3.pre {
	color: #9cac3b;
	background: url(../images/underline-pre.gif) repeat-x bottom;
	margin:0 0 5px 0;
}

h3.perm {
	color: #0066b3;
	background: url(../images/underline-perm.gif) repeat-x bottom;
	margin:0 0 5px 0;
}

h3.max {
	color: #f5821f;
	background: url(../images/underline-max.gif) repeat-x bottom;
	margin:0 0 5px 0;
}

h4 {
	color:#000000;
	font-size:20px;
	margin-bottom:10px;
}

strong {
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

td, th {
	padding: 0 10px 10px 10px;
}

ul.nav {
	float:right;
	margin:26px 15px 0 0;
	padding:0;
}

ul.nav li {
	margin-left: 24px;
	list-style-type: none;
	display: inline;
	color: #fff;
	font-size: 18px;
}

ul.nav li a {
	list-style-type: none;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}

ul.nav li a:hover {
	text-decoration: underline;
}

#topheader {
/*	background: #B20405;
background-image:url(../images/nexus-resin-header.jpg);
background-repeat:no-repeat;
	width: 960px;*/
}

/*mine*/
#headernew {width:960px; margin:0 auto; height:150px; background:#8C0000; /* background-image:url(../images/nexus-resin-header.jpg); background-repeat:no-repeat; */}
#headernew li {list-style-type:none;}
.logo {padding:20px 0 0 18px; float:left; width:400px;}
.phone {float:right; text-align:right; padding:18px 18px 0 0; margin:0; width:500px; font-family:Georgia, "Times New Roman", Times, serif; font-size:54px;}

#topbuilder {width:200px; float:right; margin:0;}


#nexnavigation {
position:absolute;
display: block;
top: 106px;
margin: 0 auto 0 auto;
text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.1em;
height:25px;
}
				
#nexnavigation ul {
width: 500px;
margin: 0 auto;
padding: 0;
display: block;
left: 35em;
position: relative;
list-style-type: none; 
}
		
#nexnavigation li {
color: #8f8f6b;
display: block;
float: left;}
						


.nexusnav:link, .nexusnav:visited, .nexusnav:active {
/*background:#8C0000; */
background:#919191;
color: #fff;
text-decoration: none;
margin: 0;
padding: 1em 1em 1em 1em; }
		
.nexusnav:hover {
background:#000;
text-decoration: none;
color: #919191;
margin: 0;
padding: 1em 1em 1em 1em; }

						
#nexnavigation li .number {
font-weight: normal;
padding-right: 3px;
font-family: cambria, georgia, serif;
font-size: 1em;
color:#8C0000; }
		

#productlist {margin:0; padding:0;}

#premix:link {color:#9bab3b;}
#premix:visited {color:#9bab3b;}
#premix:hover {color:#000000;}

#permeable:link {color:#0066b2;}
#permeable:visited {color:#0066b2;}
#permeable:hover {color:#000000;}

#max:link {color:#f48120;}
#max:visited {color:#f48120;}
#max:hover {color:#000000;}

.producth1 {font-size:17px; margin:0 0 5px 0;}


#header {
	background-color: #B20405;
	color: #fff;
	width: 960px;
}

.header_logo {
	float: left;
	position: relative;
	top: 34px;
	margin-left: 20px;
/*	background: url(../images/Nexus_logo-new.gif) no-repeat; */
	height: 80px;
	width: 288px;
	margin-bottom: 64px;
}

.header_logo span {
	display: none;
}

.header_phone {
	background: url(../images/telephone_icon.jpg) no-repeat right;
	height: 32px;
	position: relative;
	top: 14px;
	margin-right: 10px;
}

.banner {
	clear: both;
	margin: 0px;
	background: url(../images/banners/index.jpg) no-repeat center;
	height: 293px;
	width: 960px;
}

.banner span {
	display: none;
}

#container {
	background: #fff;
	float: left;
	width: 960px;
}

.container-full {
	background: #fff;
	padding-left: 14px;
	padding-right: 14px;
	font-size: 12px;
	color: #000;
	overflow: auto;
}


.container-leftb {
	background: #fff;
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	color: #000;
	float: left;
	width: 68%;
}


.container-lefthome {
	background: #fff;
	padding: 14px 20px 14px 18px;
	font-size: 12px;
	color: #000;
	float: left;
/*	width: 30%; */
width:280px;
}

.container-middlehome {
	background: #fff;
	padding: 14px;
	font-size: 12px;
	color: #000;
	float: left;
/*	width: 33%; */
width:280px;
}

.container-righthome {
	float: left;
	background: #fff;
	padding: 14px 14px 14px 20px;
	color: #000;
/*	width: 26%; */
width:280px;
}

.container-left {
	background: #fff;
	padding: 14px 16px 14px 18px;
	font-size: 12px;
	color: #000;
	float: left;
	width: 68%;
}

.container-left img {
	border: 4px solid #CBCBCB;
}

.container-left img.noborder {
	border: none !important;
}

.container-left th, td {
	padding: 0 10px 5px 0;
}

.container-left th, td p {
	color: #8C0000;
	font-weight: bold;
	font-size: 14px;
}

.container-right {
	float: left;
	background: #fff;
	padding: 14px 0 14px 10px;
	color: #000;
	width: 26%;
}

.trainingcontainer-left {
	background: #fff;
	padding:14px 18px 14px 24px;
	font-size: 12px;
	color: #000;
	float: left;
	width:383px;
}

.trainingcontainer-left ul li {
	list-style: none;
}

.trainingcontainer-right {
	float: left;
	background: #fff;
	padding: 14px 0 14px 10px;
	color: #000;
	width: 500px;
}

.container-leftContact {
	background: #fff;
	padding: 14px 10px 14px 18px;
	font-size: 12px;
	color: #000;
	float: left;
	width: 45%;
}

.container-rightContact {
	float: left;
	background: #fff;
	padding: 14px;
	color: #000;
	width: 45%;
}

.container-gallery {
	background: #fff;
	padding: 14px 18px 14px 18px;
	font-size: 12px;
	color: #000;
}

.container-gallery img {
	border: 4px solid #C8C8C8;
}

.container-testimonial {
	background: #fff;
	padding: 14px 18px 14px 18px;
	font-size: 12px;
	color: #000;
}

.quote {
	font-size: 11px;
}

.quote-italics {
	text-align: right;
	font-weight: bold;
	font-style: italic;
	color: #8C0000;
}

.quote-home {
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: #8C0000;
	margin-bottom: 3px;
}

.quote-boldhome {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	padding-left: 22px;
	padding-right: 22px;
}

.quote-bold {
	font-size: 11px;
	font-weight: bold;
	padding-left: 22px;
	padding-right: 22px;
}

.readmore-button a {
	display: block;
	background: url(../images/readmore-button.gif) no-repeat;
	height: 24px;
	width: 96px;
}

.readmore-button a:hover {
	background-position: 0 -24px;
}

.readmore-button span {
	display: none
}



/* --individual product readmore buttons-- */

.readmoremax-button a {
	display: block;
	background: url(../images/readmoremax-button.gif) no-repeat;
	height: 24px;
	width: 96px;
}

.readmoremax-button a:hover {
	background-position: 0 -24px;
}

.readmoremax-button span {
	display: none
}

.readmorepre-button a {
	display: block;
	background: url(../images/readmorepre-button.gif) no-repeat;
	height: 24px;
	width: 96px;
}

.readmorepre-button a:hover {
	background-position: 0 -24px;
}

.readmorepre-button span {
	display: none
}

.readmoreperm-button a {
	display: block;
	background: url(../images/readmoreperm-button.gif) no-repeat;
	height: 24px;
	width: 96px;
}

.readmoreperm-button a:hover {
	background-position: 0 -24px;
}

.readmoreperm-button span {
	display: none
}

.stonebonded-button a {
	display: block;
	background: url(../images/stonebondedBtn.jpg) no-repeat;
	height: 55px;
	width: 278px;
}

.stonebonded-button a:hover {
	background-position: 0 -55px;
}

.stonebonded-button span {
	display: none
}


.projointing-button a {
	display: block;
	background: url(../images/projointingBtn.jpg) no-repeat;
	height: 55px;
	width: 278px;
}

.projointing-button a:hover {
	background-position: 0 -55px;
}

.projointing-button span {
	display: none
}


/* --PDF ICONS-- */


.drivedashpdf-button a {
	display: block;
	background: url(../images/ddpdf-button.jpg) no-repeat;
	height: 85px;
	width: 211px;
}

.drivedashpdf-button a:hover {
	background-position: 0 -84px;
}

.drivedashpdf-button span {
	display: none
}


.drivedashpdf-buttonsml a {
	display: block;
	float: left;
	background: url(../images/ddpdf-buttonsml.jpg) no-repeat;
	height: 66px;
	width: 171px;
	margin-bottom: 20px;
}

.drivedashpdf-buttonsml a:hover {
	background-position: 0 -66px;
}

.drivedashpdf-buttonsml span {
	display: none
}

.premixpdf-button a {
	display: block;
	float: left;
	background: url(../images/prepdf-button.jpg) no-repeat;
	height: 66px;
	width: 171px;
	margin-bottom: 20px;
}

.premixpdf-button a:hover {
	background-position: 0 -66px;
}

.premixpdf-button span {
	display: none
}

.permpdf-button a {
	display: block;
	float: left;
	background: url(../images/permpdf-button.jpg) no-repeat;
	height: 66px;
	width: 171px;
	margin-bottom: 20px;
}

.permpdf-button a:hover {
	background-position: 0 -66px;
}

.permpdf-button span {
	display: none
}

.maxpdf-button a {
	display: block;
	float: left;
	background: url(../images/maxpdf-button.jpg) no-repeat;
	height: 66px;
	width: 171px;
	margin-bottom: 20px;
}

.maxpdf-button a:hover {
	background-position: 0 -66px;
}

.maxpdf-button span {
	display: none
}


/* -- LARGER PDF BUTTONS -- */

.premixpdf-buttonlrg a {
	display: block;
	background: url(../images/prepdf-buttonlrg.jpg) no-repeat;
	height: 85px;
	width: 211px;
}

.premixpdf-buttonlrg a:hover {
	background-position: 0 -84px;
}

.premixpdf-buttonlrg span {
	display: none
}

.permpdf-buttonlrg a {
	display: block;
	background: url(../images/permpdf-buttonlrg.jpg) no-repeat;
	height: 85px;
	width: 211px;
}

.permpdf-buttonlrg a:hover {
	background-position: 0 -84px;
}

.permpdf-buttonlrg span {
	display: none
}

.maxpdf-buttonlrg a {
	display: block;
	background: url(../images/maxpdf-buttonlrg.jpg) no-repeat;
	height: 85px;
	width: 211px;
}

.maxpdf-buttonlrg a:hover {
	background-position: 0 -84px;
}

.maxpdf-buttonlrg span {
	display: none
}

/* --------------------------------- */

/* -- Choose Nexus Button -- */

.choosenexus-button a {
	display: block;
	background: url(../images/choosenexus.jpg) no-repeat;
	height: 60px;
	width: 224px;
	margin-top: 20px;
}

.choosenexus-button a:hover {
	background-position: 0 -60px;
}

.choosenexus-button span {
	display: none
}

/* -- Calculator Button -- */

.calculator-button a {
	display: block;
	background: url(../images/calculatorBtn.jpg) no-repeat;
	height: 56px;
	width: 224px;
	margin-top: 10px;
}

.calculator-button a:hover {
	background-position: 0 -56px;
}

.calculator-button span {
	display: none
}

/* ------------------------------- */

/* -- Training Button -- */

.training-button a {
	display: block;
	background: url(../images/trainingBtn.jpg) no-repeat;
	height: 45px;
	width: 190px;
	margin-top: 25px;
	margin-left: 10px;
	float: left;
}

.training-button a:hover {
	background-position: 0 -45px;
}

.training-button span {
	display: none
}

.approvedinstaller-button a {
	display: block;
	background: url(../images/appinstallBtn.jpg) no-repeat;
	height: 45px;
	width: 190px;
	margin-top: 25px;
	margin-left: 10px;
	float: left;
}

.approvedinstaller-button a:hover {
	background-position: 0 -45px;
}

.approvedinstaller-button span {
	display: none
}

.contact-us-button a {
	display: block;
	background: url(../images/contact-us-button.jpg) no-repeat;
	height: 43px;
	width: 190px;
	margin-top: 5px;
	margin-left: 10px;
	float: left;
}

.contact-us-button a:hover {
	background-position: 0 -43px;
}

.contact-us-button span {
	display: none
}





/* ------------------------------- */

/* -- Comparison Table -- */

#pricecontainer {
	margin: 10px 52px;
	padding: 0;
}

table.comparison {
	width: 390px;
	line-height: 18px;
	float: left;
	margin: 10px;
}

td.comparisonfirst {
	background: #8e0000 url(../images/tablegradient.jpg) repeat-x left;
	padding: 6px 10px 6px 10px;
	font-weight: bold;
	border: 1px solid #fff;
	color: #fff;
}

td.comparisontotal {
	background: #5eb204 url(../images/tablegradientgreen.jpg) repeat-x left;
	padding: 6px 10px 6px 10px;
	font-weight: bold;
	font-size: 15px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
}

td.comparisontotal2 {
	background: #8e0000 url(../images/tablegradient.jpg) repeat-x left;
	padding: 6px 10px 6px 10px;
	font-weight: bold;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
}

td.comparisoncontent {
	background: #c8c8c8 url(../images/tablegradientgrey.jpg) repeat-x left;
	padding: 6px 10px 6px 10px;
	border: 1px solid #fff;
}

td.bold {
	font-weight: bold;
}


table.training {
	text-align: center;
	margin-top: 20px;
	color: #8e0000;
	font-weight: bold;
}

/* ------------------------------- */

/* --FOOTER-- */


#footer {
	clear: both;
	float: left;
	background: #8c0000;
	color: #fff;
	width: 960px;
}

#footer h2 {
	font-size: 20px;
	background: url(../images/underline2.gif) repeat-x bottom;
	height: 36px;
	color: #fff;
	font-weight: lighter;
	margin-bottom: 12px;
}

.footer_container1 {
	display: inline;
	background: #8c0000;
	color: #fff;
	float: left;
	width: 280px;
	padding: 20px;
}

.footer_container1 p {
	line-height: 18px;
	font-weight: bold;
}

.footer_container1 b {
	color: #868686;
}

ul.footer {
	padding: 0;
	margin: 0;
	font-weight: bold;
	line-height: 18px;
}

ul.footer li {
	list-style-type: none;
	color: #fff;
	font-size: 12px;
}

ul.footer li a {
	list-style-type: none;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}

ul.footer li a:hover {
	text-decoration: underline;
}

ul.footergrey {
	padding: 0;
	margin: 0;
	font-weight: bold;
}

ul.footergrey li {
	list-style-type: none;
	color: #868686;
	font-size: 12px;
	margin-left: 14px;
}

ul.footergrey li a {
	color:#B7B7B7;
	font-size:11px;
	font-weight:bold;
	list-style-type:none;
	text-decoration:none;
}

ul.footergrey li a:hover {
	text-decoration: underline;
}

ul.contact {
	padding: 0;
	margin: 0;
	font-weight: bold;
	line-height: 18px;
}

ul.contact li {
	list-style-type: none;
	color: #ffffff;
	font-size: 12px;
}

ul.contact li a {
	list-style-type: none;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

ul.contact li a:hover {
	text-decoration: underline;
}

/* -- Contact Form Styles -- */

form#contactform {
}
	
form#contactform fieldset {
		
}
	
form#contactform legend {
	border: 1px solid #999;
	padding: 0.2em 0.8em;
	font-weight: bold;
}
	
form#contactform label {
	display: block;
	font-size:15px;
	font-weight:bold;
}
	
form#contactform p.leftspacing {
	margin-left: 9em;
}
	
form#contactform input, form#contactform textarea {
	border: 1px solid gray;
	background-color:#ededed;
	font-size:14px;
	margin-top:5px;
	padding:10px;
	width: 410px;
}
	
form#contactform input:hover, form#contactform textarea:hover {
	border-color: #8C0000;
}
	
form#contactform input:focus, form#contactform textarea:focus {
	border-color:#8C0000;
	background-color:#DFB5B5;
	font-weight:bold;
	color:#000;
}
	
form#contactform textarea {
	width: 410px;
}
	
form#contactform button {
	cursor: pointer;
	font-weight: bold;
	margin-top: 10px;
	background: url(../images/submitBtn.jpg) no-repeat;
	width: 159px;
	height: 38px;
	text-indent: -9999px;
	border: none;
}

form#contactform button:hover {
	background: url(../images/submitBtnhover.jpg) no-repeat;
}


/* -- Brochure Form Styles -- */

form#brochureform {
}
	
form#brochureform fieldset {
		
}
	
form#brochureform legend {
	border: 1px solid #999;
	padding: 0.2em 0.8em;
	font-weight: bold;
}
	
form#brochureform label {
	display: block;
	font-size:13px;
	font-weight:bold;
}
	
form#brochureform p.leftspacing {
	margin-left: 9em;
}
	
form#brochureform input, form#brochureform textarea {
	border: 1px solid #ab2121;
	background-color:#660000;
	font-size: 12px;
	margin-top: 5px;
	padding: 6px;
	width: 280px;
	color: #fff;
}
	
form#brochureform input:hover, form#brochureform textarea:hover {
	border-color: #ab2121;
}
	
form#brochureform input:focus, form#brochureform textarea:focus {
	border-color:#ab2121;
	background-color:#660000;
	font-weight:bold;
	color:#fff;
}
	
form#brochureform textarea {
	width: 280px;
}
	
form#brochureform button {
	float: right;
	cursor: pointer;
	font-weight: bold;
	margin-top: 10px;
	background: url(../images/footersubmitBtn.jpg) no-repeat;
	width: 100px;
	height: 30px;
	text-indent: -9999px;
	border: none;
}

form#brochureform button:hover {
	background: url(../images/footersubmitBtnhover.jpg) no-repeat;
}

form#brochureform p, fieldset, table {
margin-bottom: 5px;
