
@import "reset.css";
@import "type.css";
@import "grid.css";
@import "widgets.css";

/* bradley colors:

royal blue: #003d7e;
light blue: #6abfe6;
clean'n safe blue: #0079c2;
rtx green: #9dcf88;

*/

strong {font-weight: bold;}

a {
	text-decoration: underline;
	color: #0079c2;
	}
	
a.purchase {
	display: block;
	width:  178px;
	height:  32px;
	background-image:  url(../_images/buy.gif);
	background-repeat:  no-repeat;
	clear:  both;
}

a.purchase:hover {
	background-position:  0px -38px;
}

p.msds a {
	font-size:  0.9em;
	margin:  0px;
	color:  #555;
}

h1 {
	font-weight: bold;
	font-size: 2em;
	line-height: 24px;
	color: #0079c2;
	margin: 30px 0px 7px 0px;
	padding: 0px;
}

h2 {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	line-height: 22px;
	color: #111;
	margin: 0px;
	padding: 10px 0px 0px 0px;
}

h3 {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 1.7em;
	line-height: 22px;
	margin: 0px;
	padding: 6px 0px 6px 0px;
	color: #0e4985;
}

h4 {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 1.6em;
	margin: 0px;
	padding: 12px 0px 2px 0px;
	color: #00853F;
}

h5 {
	font-family: helvetica, arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	color: #003d7e;
	padding: 7px 0px 6px 0px;
	margin: 0px;
}


p {
	font-size: 1.3em;
	line-height: 19px;
	color: #333;
	padding: 6px 0px 6px 0px;
	margin: 0px !important;
}

div#rightcol td ul li span {
	font-family: verdana, arial, helvetica, sans-serif;
	display: block;
	font-weight: normal !important;
	color: #555 !important;
	font-size: 0.8em !important;
	line-height: 14px;
	margin: 3px 0px;
	
}



/* ----------   content specific  ---------- */

div#header p {
	text-align: center;
	color: #9dcf88;
	margin: 0px !important;
	padding: 0px;
}



div#rightcol ul {
	list-style: none;
	margin: 0px 30px 0px 15px;
	padding: 6px 0px;
}

	div#rightcol ul li {
		font-size: 1.3em;
		color: #333;
		line-height: 20px;
		background-image: url(../_images/grayarrow.gif);
		background-repeat: no-repeat;
		background-position: 0px 4px;
		padding: 0px 0px 0px 10px;
		margin: 0px !important;
	}
	
	div#rightcol td ul {
		margin: 0px 12px 0px 10px;
	}
	
	div#rightcol td ul li {
		font-size: 1.3em;
	}
	
	div#rightcol ul li ul li, div#leftcol ul li ul li {
		font-family: verdana, arial, helvetica, sans-serif;
		background-image: url(../_images/dash.gif);
		background-repeat: no-repeat;
		line-height: 15px;
		font-size: 0.8em;
		color: #444;
	}
	
	div#rightcol ul li ul, div#leftcol ul li ul {
		margin: 0px 0px 3px 0px;
	}
	
	
	
	
	
	
	
div#threecolcontainer ul, div.leftcolpromo ul {
	list-style: none;
	margin: 0px;
	padding: 6px 0px;
}

	div#threecolcontainer ul li, div.leftcolpromo ul li {
		font-size: 1.3em;
		color: #333;
		line-height: 20px;
		background-image: url(../_images/graycircle.gif);
		background-repeat: no-repeat;
		background-position: 0px 6px;
		padding: 0px 0px 0px 10px;
	}


	div#threecolcontainer div#cubecrate span {
		width: 100px;
		float: right;
		clear: both;
		font-size: 1.3em;
		line-height: 16px;
		font-weight: bold;
		color: #0079C1;
		padding-top: 20px;
	}
	
	span.disclaimer {
			display: block;
			font-size: 0.9em;
			font-family: verdana, arial, helvetica;
			color: #666;
			margin: 5px 0px 15px 0px;
			padding: 0px;
			line-height: 13px;
		}


.ppe h4 {
	margin-left: 15px;
	line-height: 22px;
	}
	
.ppe p {
	margin-left: 15px !important;
	}










