/* START GLOBAL STYLES */
img,div,li	{
	behavior: url(/includes/iepngfix.htc);
}
body	{
	margin : 0px;
	padding : 0px;
	background-color : #FFF;
	font-family : Arial, Verdana, sans-serif;
	font-size : 11px;
	line-height : 15px;
	color : #000;
}

/* homepage scroller styles */

div.scrollable_callouts	{
	width:199px;
	height:110px;
	border-top:4px solid #7a7e7f;
	border-right:1px solid #7a7e7f;
	border-left:1px solid #7a7e7f;
	border-bottom:1px solid #7a7e7f;
	position:relative;
	overflow:hidden;
	background-color:#FFF;
	margin-left:24px;
}

div.scrollable_callouts div.items	{
	width:20000em;
	position:absolute;
	height:85px;
}

div.scrollable_callouts div.items div	{
	float:left;
	width:187px;
	height:78px;
	padding:6px;
}	

a.prevPage	{
	position:absolute;
	top:89px;
	left:6px;
}	

a.nextPage	{
	position:absolute;
	top:89px;
	left:184px;
}	
/* homepage scroller styles */



div.flash_container	{
	border-left:1px solid #FFF;
	border-right:1px solid #FFF;
}
div.home_content	{
	width:590px;
	margin:0 0  0 159px;
	padding:28px 0 0 0;
}
div.home_content p	{
	font-size:12px;
	margin:0;
	padding:0 0 15px 0;
}
div.home_content a	{
	color : #669999;
}
div.right_col_callout	{
	width:202px;
	margin:20px 0 0 23px;
}
div.right_col_callout h1	{
	color:#FFF;
	border-bottom:1px dotted #FFF;
	font-size:18px;
	font-style:italic;
	text-transform:none;
}
div.right_col_callout p	{
	font-size:23px;
	color:#ff6600;
	padding:10px 0;
	margin:0;
}
div.right_col_callout p.small	{
	font-size:11px;
	color:#FFF;
}

div.home_callout	{
	width:200px;
	margin-left:24px;
	border-left:1px solid #999;
	border-bottom:1px solid #999;
	font-size:11px;
	color:#999;
}
div.callout_content	{
	width:139px;
	padding:3px 7px 7px 6px;
	background-color:#FFF;
}
div.home_callout h1, div.scrollable_callouts h1	{
	font-size:16px;
	line-height:16px;
	border-bottom:1px dotted #999;
	text-transform:none;
	line-height:20px;
	padding:0;
	margin:0;
}
div.home_callout p	{
	padding:2px 0 0px 0;
	margin:0;
	line-height:12px;
}
#platic_pallets_callout	{
	border-top:4px solid #ff6600;
	background:url(../images/homepage/plastic_pallet_bg.jpg) no-repeat right top;
}
#platic_pallets_callout h1	{
	color:#ff6600;
}
#small_bottle_callout	{
	border-top:4px solid #669999;
	background:url(../images/homepage/small_bottle_bg.jpg) no-repeat right top;
}
#blog_callout	{
	border-top:4px solid #679998;
	background:url(../images/homepage/blog_callout_bg.jpg) no-repeat right top #FFF;
}
div.blog_callout_content	{
	width:145px;
	padding:3px 0 7px 6px;
	background-color:#FFF;
}

a.learn_more	{
	display:block;
	background:url(../images/homepage/learn_more_bg.jpg) no-repeat 0 4px;
	padding-left:13px;
	color:#669999;
}


.greentext	{
	color : #669999;
}

.dotted_rule	{
	background-image : url("../images/common/horizontal_dot_repeat_grn.gif");
	margin : 5px 0px;
}

h1	{
	font-size : 20px;
	line-height : 25px;
	color : #669999;
	margin : 0px;
	padding : 0px 0px 5px 0px;	
	text-transform : uppercase;
}

h2	{
	font-size : 15px;
	line-height : 18px;
	color : #669999;
	margin : 0px;
	padding : 10px 0px 0px 0px;	
}


h3	{
	font-size : 12px;
	line-height : 15px;
	color : #669999;
	margin : 0px;
	padding : 0px 0px 0px 0px;	
}

h4	{
	font-size : 12px;
	line-height : 15px;
	color : #669999;
	margin : 0px;
	padding :15px 0px 10px 0px;	
}

#content_area a	{
	color : #669999;
	text-decoration : underline;
}

#content_area a:hover	{
	color : #999;
	text-decoration : underline;
}

#content_area p	{
	font-size : 11px;
	line-height : 14px;
	margin : 0px;
	padding : 5px 10px 0 0px;
}

#content_area td	{
	font-size : 11px;
	line-height : 14px;
	margin : 0px;
	padding : 0px;
}

#content_area ul	{
	font-size : 11px;
	line-height : 14px;
	padding : 0px 0px 0px 30px;
	margin : 0px;
}

#content_area li	{
	font-size : 11px;
	line-height : 14px;
	padding : 4px 0px;
	margin : 0px;
}

#formtable td {
	padding: 3px;
}

#interview_caption	{
	background-color : #FF6600;
	padding : 0px;
	margin : 0px;
}

#interview_quote	{
	font-size : 14px;
	line-height : 17px;
	font-weight : bold;
	text-align : center;
	padding : 5px;
}	

#header	{
	width : 1000px;
	height : 50px;
	color : #999999;
	font-size : 11px;
	line-height : 15px;
}

#header p	{
	padding : 3px 0px;
	margin : 0px;
}

#header a	{
	color : #999;
	text-decoration : underline;	
}

#header a:hover	{
	color : #669999;
	text-decoration : underline;	
}

#top_nav	{
	width : 1000px;
	margin : 0px;
	padding : 0px;
	border:1px solid #000;
}

#navcontainer {
	width: 1000px;
	margin: 0px;
	padding: 0px 0px 0px 10px ;
}

#navlist {
	margin: 15px 0px 0px 0px;
	padding: 5px 0px 0px 17px ;
	color: #999999;
	font-weight: normal;
	border-top: 1px dotted #9bbcb2;

}

#navlist li {
	display: inline;
	list-style-type: none;
	padding:0 18px;
	border-right:1px solid #9999ab;
}
#navlist li.last	{
	border-right:none;
}

#navlist li a {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

#navlist li a:hover {
	color: #000000;
}

#navlist li a.selected {
	color: #000000;
}

.footer_container	{
	border-top:6px solid #669999;
}
#home_footer	{
	font-size : 11px;
	line-height : 15px;
	padding : 0px 0px 0px 20px;
	margin : 10px 0px 0px 20px;
	color : #999;
}

#home_footer a	{
	color : #669999;
	text-decoration : underline;
}	

#home_footer a:hover	{
	color : #999;
	text-decoration : underline;
}

#footer	{
	border-top: 1px dotted #9bbcb2;
	font-size : 11px;
	line-height : 15px;
	padding : 0px 0px 0px 0px;
	margin : 20px 0px 0px 0px;
	color : #669999;
}

#footer a	{
	color : #999;
	text-decoration : underline;
}	

#footer a:hover	{
	color : #669999;
	text-decoration : underline;
}
/* END GLOBAL STYLES */


/* START HOMEPAGE STYLES */
#homepage	{
	margin : 0px;
	padding : 0px;
	background-color : #FFF;
	font-size : 11px;
	line-height : 15px;
	color : #000;
}

#left_col	{
	background-color : #669999;
	width : 150px;
	height:265px;
	margin : 0;
	padding : 0 0 0 0;
	font-size : 11px;
	line-height : 15px;
	color : #FFF;
	
}

#left_col a	{
	color : #FFF;
	text-decoration : underline;
}

#left_col a:hover	{
	color : #000;
	text-decoration : underline;
}

#left_col p	{
	padding : 5px 10px 5px 25px;
	margin : 0px;
	color : #FFF;
	font-size : 11px;
	line-height : 15px;
}

#left_col ul	{
	padding : 0;
	margin : 0;
}

#left_col li	{
	background : url("../images/common/left_column/left_col_bullet_bg.gif");
	background-repeat : no-repeat;
	padding : 3px 5px 3px 25px;
	margin : 0px;
}

#right_col	{
	margin : 0px 0px 0px 0px;
	padding : 0px;
	font-size : 11px;
	line-height : 15px;
	color : #999;	
}

#right_col #heading {
	width: 200px;
	height: 25px;
}

#right_col #heading a {
	text-decoration: none;
}

#right_col #heading h1, .right_col_head {
	padding-top: 7px;
	padding-left: 16px;
	font-size : 11px;
	font-weight: bold;
	line-height : 15px;
	color: #FFFFFF;
	text-transform: uppercase;
	background: #689A99 url(../images/common/right_nav_bg.jpg) top no-repeat;

}

#right_col #nav	{
	margin : 0px 0px 15px 0px;
	padding : 0px;
	list-style-type : none;
}

#right_col #nav>li	{
	background : url("../images/homepage/right_col_bullet_bg.gif");
	background-repeat : no-repeat;
	padding : 3px 0px 3px 25px;
	margin : 0px;
}

#right_col #subnav	{
	margin : 0px 0px 0px 20px;
	padding : 0px;
	list-style-type : disc;
}

#right_col #subnav li	{
	background : url("");
	padding : 3px 0px;
	margin : 0px;
}

.right_col_video	{
	background : url("../images/homepage/right_col_bullet_bg_video.gif");
	background-repeat : no-repeat;
	padding : 3px 0px 3px 25px;
	margin : 0px;
}

#right_col a	{
	color : #999;
	text-decoration : underline;
}

#right_col a:hover	{
	color : #669999;
	text-decoration : underline;
}

#right_col p	{
	font-size : 11px;
	line-height : 14px;
	margin : 0px;
	padding : 0px 0px 10px 24px;
}

h1#home_heading {
	font-size : 18px;
	line-height : 21px;
	color : #669999;
	margin : 0px 20px 0px 20px;
	padding : 0px 0px 5px 0px;	
	background: url("../images/common/h1_bg.gif") bottom left repeat-x;
	text-transform : uppercase;
	
}

.home_paragraph	{
	color : #000;
	font-size : 11px;
	line-height : 15px;
	padding : 15px 20px;
	margin : 0px;
}

.home_paragraph  a	{
	color : #669999;
	text-decoration : underline;
}

.home_paragraph  a:hover	{
	color : #669999;
	text-decoration : underline;
}


.input	{
	font-size : 11px;
	color : #000;
}

.button	{
	font-size : 11px;
	background-color : #669999;
	color : #FFF;
}
/* END HOMEPAGE STYLES */



/* START STOCK MACHINERY STYLES */
.stockmachinery{
	border-bottom: 1px dotted #999999;
	padding: 10px 20px 10px 0;
}

.stockend{
	padding: 10px 20px 10px 0;
}

/* END STOCK MACHINERY STYLES */

/* START BLOW MOLDING SYTLES */
#bmsubhead{
	margin:7px 0px 7px 32px;
	font-size : 11px;
	font-weight: bold;
	color: #FF500A;
	
}
/* END BLOW MOLDING SYTLES */

/* START BLOW MOLDING SYTLES */
#bmsubhead{
	margin:7px 0px 7px 32px;
	font-size : 11px;
	font-weight: bold;
	color: #FF500A;
	
}
/* END BLOW MOLDING SYTLES */

/* START ARTICLE STYLES */
.articlenavcontainer	{
	padding: 10px 60px 10px 0px;
	margin: 0px 0px 0px 0px;
}

.articlenavlist li	{
	display: inline;
 	list-style-type: none;
 	padding: 0px 10px 0px 0px;
 	font-weight: bold;

 }
 
 .articlenavlist li a	{
	color : #999;
	text-decoration : underline;
}

.articlenavlist li a:hover	{
	color : #669999;
	text-decoration : underline;
}

.articlenavlist li.active {
 	color: #FF500A;
}

#playlist {
	border: 1px solid #666666;
}

#playlist tbody tr td {
	font-family:  verdana, sans-serif;
	font-size: 8pt;
	padding: 5px 6px 5px 6px;
	border-left: 1px solid #D9D9D9;
}
	
#playlist tbody tr.selected td {
	background-color: #7C7A72;
	color: #ffffff;
	font-weight: bold;
	border-left: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

/* END ARTICLE STYLES */

#plastic_pallets_callout	{
	background:url(../images/plastic_pallets/callout_bg.jpg) no-repeat 0 70px;
	border-left:1px solid #d1e0e0;
	border-right:1px solid #d1e0e0;
	border-top:4px solid #ff780f;
	font-size:11px;
	color:#727879;
	width:197px;
}

#generic_callout	{
	background:url(../images/common/generic_callout_bg.jpg) no-repeat bottom;
	border-left:1px solid #d1e0e0;
	border-right:1px solid #d1e0e0;
	border-bottom:1px solid #d1e0e0;
	border-top:4px solid #ff780f;
	font-size:11px;
	color:#727879;
	width:197px;
}

h5	{
	color:#ff780f;
	font-size:16px;
	line-height:19px;
	border-bottom:1px dotted #999;
	padding:2px 0;
	margin:0 0 5px 0;
}

#plastic_pallets_callout p, #generic_callout p	  {
	margin:0;
	padding:2px 0;
}
#plastic_pallets_callout ul, #generic_callout ul	{
	margin:0 0 0 15px;
	padding:0 55px 0 0;
}
#callout_content	{
	margin:0 auto;
	padding:10px;
}


h1.landing_page	{
	font-size:25px;
	line-height:30px;
	text-transform:none;
}