body {
	background-repeat: repeat-x;
	/*css shorthand values: Top Right Bottom Left */
	margin: 5px 0 0;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-top-style: none;
	text-align: center;
	background-image: url(graphics/body_bg.jpg);
}

/*font family for page*/
div, p, td, ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

/*Contains Logo at top of Page*/
#header {
	width: 890px;
	top: 0px;
	height: 80px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	color: #FFFFFF;
}

#address {
	font: 0.7em/1.3 Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: left;
	margin-bottom: 5px;
	margin-right: 5px;
}

/* The main Layout Table*/
#mnTable {
	width: 888px;
	border: 1px solid #223869;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF;
}

/*Navigation (left) Table Cell*/
#navCell {
	vertical-align: top;
	width: 205px;
	text-align: left;
	padding: 5px;
	background-color: #B2B8CD;
}

/*Main Content (center) Table Cell*/
#mainCell {
	background-color: #E9EDF8; /* */
	margin: 0px;
	padding: 5px;
	width: 370px;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.4em;
	text-align: left;
}
#mainCell a:link {
	color: #304B8B;
	font-weight: bold;
	text-decoration: underline;
}
#mainCell a:visited {
		color: #223869;
	font-weight: bold;
	text-decoration: underline;
}
#mainCell a:hover {
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}

h1 {
	margin: 5px 5px 5px 0px;
	color: #FFFFFF;
	font-size: 1.2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant: normal;
	padding-top: 0px;
	font-weight: bold;
}

h2 {
	color: #000066;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	white-space: normal;
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 5px;
	line-height: normal;
}

/*Sidebar (right) Table Cell */ 
#sidebar {
	vertical-align: top;
	color: #FFFFFF;
	background-color: #304B8B;
	width: 250px;
	margin: 0px;
	padding: 5px;
	font-weight: normal;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	text-align: left;
}
#sidebar a:link {
	color: #FFFFFF;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	;
}
#sidebar a:visited {
	color: #FFFFFF;
}
#sidebar a:hover {
	color: #E0E2EB;
}

/* Footer Div */
#footer {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

/*Contains the Expand All and Collapse All controls*/
#p7TMctrl {
	margin: 12 0 12px;
	display: block;
	/*/*/display: block;
	font-weight: normal;
	font-variant: normal;
	line-height: 25px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #333333;
}
#p7TMctrl a:link {
	color: #304B8B;
}
#p7TMctrl a:visited {
	color: #304B8B;
}
#p7TMctrl a:hover {
	color: #FFFFFF;
}

/*Top-level menuitem divs*/
/* sets a 3px bottom margin on top-level menu items*/
#p7TMnav div {
	margin: 0 0 0px;
}

/*Second-level menuitem divs*/
/* sets bottom margin back to zero*/
#p7TMnav div div {
	margin: 0 0 0 0;
}


/*third level menuitem divs*/
/*Sets left margin to 12px establishing a cascading indent*/
#p7TMnav div div div {
	margin: 0 0 0 0px;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #FFFFFF;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 25px;
}

/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/font-size: 0.7em;
	background-color: #304B8B;
	display: block;
	padding: 2px 0px 2px 12px;
	text-decoration: none;
	vertical-align: middle;
	border-top: none;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: none;
}
#p7TMnav div a:hover {
	/*/*/font-size: 0.7em;
	color: #FFFFFF;
	background-color: #7390BA;
display: block;
	padding: 2px 0px 2px 12px;
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
	color: #333333;
	font-size: 0.7em;
	background-color: #D6D9E4;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #FFFFFF;
	border-left: 0;
}
#p7TMnav div div a:hover {
	color: #FFFFFF;
	background-color: #223869;
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	color: #fff;
	font-size: 0.7em;
}
#p7TMnav div div div a:hover {
	color: #FFF;
	background-color: #7390BA;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image:    url(graphics/p7co_plus.gif);
	background-position: 6px 50%;
	padding: 0 0 0 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:    url(graphics/p7co_minus.gif);
	background-position: 6px 50%;
	padding: 0 0 0 20px !important;
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-repeat: no-repeat;
	background-image:    url();
	background-position: 6px 50%;
	padding: 0 0 0 20px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	color: #304B8B!important;
	background-color: #E9EDF8!important;
	background-repeat: no-repeat;
	background-image:     url();
	background-position: 6px 50%;
	padding: 0 0 0 20px !important;
	font-weight: bold;
}

#topnavCell {
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding-top: 0px;
	padding-right: 2px;
	padding-left: 4px;
	color: #E3E9F1;
	
	background-repeat: no-repeat;
	height: 28px;
	background-color: #FFFFFF;
	background-image: url(borderaggregates_menu/bg.gif);
}
#topnavCell div a {
	color: #FFFFFF;
	text-decoration: none;
}
#topnavCell div a:hover {


	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:link {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-decoration: none;
	font-weight: bold;
}
#footer a:visited {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-decoration: underline;
	font-weight: bold;
}

#tintabout {
	background: #70665F repeat;
	padding: 0px;
	text-align: center;
	width: 320px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	
}
.introbox3 {
	float: left;
	padding: 5px;
	margin: 10px;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
}
#mainCellAbout {
	margin: 0px;
	padding: 5px;
	width: 400px;
	background-color: #FFFFFF;
}
#mainCellProduct {

	margin: 0px;
	padding: 5px;
	width: 350px;
	background-color: #223869;
}
.indexdescription {
	float: left;
	padding: 5px 0px 5px 5px;
	font-size: 0.7em;
	color: #FFFFFF;
	margin: 0px;
	text-decoration: none;
}


#headwrapper {
	float: left;
	margin-left: 0px;
	width: 667px;
	border: 1px solid #B2B8CD;
}
* html #headwrapper { float: left;}
.introboxtitle {
	padding: 5px 5px 5px 0px;
	font-size: 1.2em;
	color: #333333;
	margin: 0px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
#sidebarproductdescription {

	vertical-align: top;
	color: #333333;
	background-color: #E0E2EB;
	width: 260px;
	margin: 0px;
	padding: 5px;
	font-weight: normal;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}
#address a:link {
		color: #FFFFFF;
	text-align: right;
	margin-bottom: 5px;
}
#address a:hover {
		color: #333333;
	text-align: right;
	margin-bottom: 5px;
}
#customerfeedback {
	font: 0.7em/1.3 Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: left;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#customerfeedback a:link {
	color: #223869;
	text-align: left;
	margin-bottom: 5px;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3;
	font-weight: bold;
	text-decoration: none;
}
#customerfeedback a:visited {

	color: #223869;
	text-align: left;
	margin-bottom: 5px;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3;
	font-weight: bold;
	text-decoration: none;
}
#customerfeedback a:hover {

	color: #333333;
	text-align: left;
	margin-bottom: 5px;
	margin-right: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3;
	font-weight: bold;
	text-decoration: underline;
}
.detailbox {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 200px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0px 0px 10px;
	height: 60px;
	text-align: center;
	margin: 10px 0px 10px 10px;
}

form {
	border: 1px solid #304B8B;
	padding: 5px;
}
.introboxsub {

	padding: 5px 5px 5px 0px;
	font-size: 1em;
	color: #304B8B;
	margin: 0px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#productCell {

	background-color: #E9EDF8; /* */
	margin: 0px;
	padding: 5px;
	width: 370px;
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	line-height: 1.4em;
}
.producttitle {
	color: #FFFFFF;
}
.productbox {

	background-color: #FFFFFF;
	border: 1px solid #000000;
	width: 345px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 10px;
	margin-left: 10px;
	padding: 5px;
	margin-bottom: 5px;
	height: 80px;
	margin-top: 5px;
	text-align: left;
	float: left;
}
#kw_caption {
	text-align:left;
	font-weight:bold;
	color:#333333;
	margin-left: 6px;
}
