@charset "utf-8";
/* CSS Document */

body
{
	background-image:url(../images/repeat.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin:0 auto 0 auto;
	font-family:"Trebuchet MS", "Myriad Pro", Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333333;
	behavior:url(/csshover.htc);
}

body.interior
{
	background-image:url(../images/repeat-template.jpg);
	background-repeat:no-repeat;
	background-position:top;
	margin:0 auto 0 auto;
	font-family:"Trebuchet MS", "Myriad Pro", Arial, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#333333;
	behavior:url(/csshover.htc);
}

div#page
{
	padding:0px;
	margin:0 auto 0 auto;
	width:980px;
	width:980px !important;
	height:auto !important;
}

div#header
{
	width:980px;
	padding:0px;
	margin:0;
	height:342px;
	float:left;
}

div#navContainer
{
	width:787px;
	height:35px;
	padding-left:165px;
	float:left;
	background-image:url(../images/navBG-2.jpg);
}

div#flash
{
	width:980px;
	float:left;
	height:306px;
	margin:0px;
}
div#contentContainer
{
	width:980px;
	float:left;
	margin:0px;
	padding:0px;
}


div#text
{
	float:left;
	width:673px;
	padding-top: 25px;
	padding-left:17px;
	font-size:13px;
}
div#text h3
{
	margin: 0;
	padding: 0;
}
div#text ul {
	margin: 0 0 0 40px;
	padding: 0;
}

div#rightSide
{
	width:263px;
	float:left;
	padding-top:8px;
}

div#news
{
	background-image:url(../images/newsBG_12.jpg);
	background-repeat:no-repeat;
	background-color:white;
	margin-left:6px;
	width:212px;
	height:310px;
	font-size:12px;
	padding-top:40px;
	padding-left:14px;
	padding-right:26px;
	float:left;
}

div#news p
{
	margin:0px;
	padding:0px;
	padding-bottom:22px;
}

.newsArticles {
	margin: 0;
	padding: 0 0 0 15px;
}
.newsArticles li {
	padding: 7px 0;
}

div#bottom
{
	width:673px;
	float:left;
	padding-top:18px;
	font-size:12px;
}

div#plastics
{
	width:216px;
	float:left;
	margin:0px;
	padding:0px;
}

div#paints
{
	width:215px;
	float:left;
	margin:0px;
	padding-left:13px;
}

div#coatings
{
	width:213px;
	float:left;
	margin:0px;
	padding-left:13px;
}

div#footer
{
	width:673px;
	float:left;
	text-align:center;
	font-size:10px;
	padding-top:15px;
}

/*template styles*/

div#headerTemplate
{
	width:980px;
	height:158px;
	background-repeat:no-repeat;
	float:left;
}

div#graphicTemplate
{
	width:980px;
	float:left;
	height:123px;
	margin:0px;
	padding:0px;
}

div#contentContainerTemplate
{
	width:980px;
	float:left;
}

div#leftNav
{
	width:240px;
	float:left;
	margin-left:3px;
	margin-top:2px;
}

div#leftNavInterior
{
	margin:0px;
	padding:40px 20px 0px 30px;
	width:190px;
	float:left;
	background-image:url(../images/leftNav2.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

div#call
{
	margin:0px;
	padding-left:20px;
	width:220px;
	float:left;
}


div#textTemplate
{
	float:left;
	width:673px;
	padding-top:40px;
}

h1
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height:22px;
	color:#3d1e31;
	font-weight:normal;
}

h2
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	color:#972732;
	font-weight:bold;
}

a, a:visited
{
	color: #71010D;
	font-weight:bold;
	text-decoration:none;
}

a:hover, a:active
{
	color: #333333;
}


/*--- CSS Document --------------------------------------------------------------------------
	File Name: holyhack.css
	Date: 6-22-06
	Description: Holy Hack for keeping divs from collapsing when they hold no content (floated divs) 
	Note: This is a hack for Internet Explorer 6 (This may not work for Internet Explorer 7)
-------------------------------------------------------------------------------------------*/

.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* for ie on a mac */
.clearfix
{
	display: inline-table;
}

/* Hides from IE-mac \*/
*html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
/* End hide from IE-mac */

.imageFloatLeft {float:left; margin: 6px;}
.imageFloatRight {float:right; margin: 6px;}
.center { text-align: center; }
span.underline {text-decoration:underline}
span.strikethrough {text-decoration:line-through}
.colors-navy {color: #000080;}
.colors-blue {color: #0000ff;}
.colors-red {color: #ff0000;}
.colors-dark-red {color: #8b0000;}
.colors-orange {color: #ffa500;}
.colors-green {color: #008000;}
.colors-dark-green {color: #006400;}
.colors-gray {color: #808080;}
.colors-dark-gray {color: #666666;}
.colors-light-gray {color: #d3d3d3;}