@charset "UTF-8";
/* CSS Document */
body {
	background: #999999;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #777777;
	font-size:12px;
	line-height: 20px;
	background-image: url(http://www.aptargroup.com/images/main/site-shadow.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.stockprice, .stockpercent, h1, h2, body, .homenews {
	font-family: Georgia, "Times New Roman", Times, serif;
}
html, body, #container {
    height:100%;
    margin: 0;
    padding: 0;
    border: none;
	/*font-family:Verdana, Arial, Helvetica, sans-serif;*/
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
img { border: 0px; }
hr { border:0; color:#999; background-color:#999; height: 1px; margin-top:20px; margin-bottom:10px; }
#container {
	width: 760px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding-left: 23px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#topnav {
	background:url(http://www.aptargroup.com/images/dotted-lines/horiz-wide.gif) no-repeat top right;
	margin-top: 21px;
	float:right;
	text-align:left;
	height: 42px;
	width: 536px;
	margin-right:21px;
}
.nav { 
	float:left;
}
#subnavDIV {
	width: 208px;
	float:left;
	padding-left:2px;
}
#subnavDIV h1 {
	margin:0;
	padding: 5px 0 8px 3px;
}
#contentArea {
	background:url(http://www.aptargroup.com/images/dotted-lines/horiz-wide.gif) no-repeat 8px 27px;
	width: 528px;
	float:left;
	padding-top: 40px;
}
#mainCol {
	color:#777777;
	padding: 0 0 0 6px;
	width: 344px;
	float:left;
	text-align: left;
	min-height: 200px;
}
#mainCol p {
	padding-right: 25px;
}
#rightCol {
	padding: 0 0 0 11px;
	width: 165px;
	float:left;
	background:url(http://www.aptargroup.com/images/dotted-lines/vert-tile.gif) repeat-y;
}
#footer {
	background:url(http://www.aptargroup.com/images/dotted-lines/horiz-wide.gif) no-repeat 8px 10px;
	width: 528px;
	float:right;
	color:#999999;
	font-size:9px;
	line-height: 13px;
	padding: 20px 0px 15px 0px;
	letter-spacing: 1px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#footer p {
	margin:0; padding:0px 0px 0px 8px;
}
#stockquote{
	padding-left: 22px;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
}
.stockquoteUp { background:url(http://www.aptargroup.com/images/icons/stock-up.gif) no-repeat 0px 20px; }
.stockquoteDown { background:url(http://www.aptargroup.com/images/icons/stock-dn.gif) no-repeat 0px 20px; }
.stockprice{
	font-size: 34px;
	margin: 0;
	padding-top: 5px;
}
.stockpercent{
	font-size: 14px;
	margin: 0;
	padding: 5px 0 8px 5px;
}
.stockdetails{
	font-size: 9px;
	color:#888;
	margin: 0;
	padding: 5px 0 5px 5px;
}
#stocklabels{
	float:left;
	margin-right:10px;
}
h1, h2, .paraHead {
	font-weight:bold;
	color: #000000;
	font-size:10px;
	margin:0;
	padding:0;
	text-transform:uppercase;
	letter-spacing:2px;
}
h2 {
	font-weight:normal;
}
a:link, a:visited {
	text-decoration: none;
	color:#666666;
}
a:active, a:hover {
	text-decoration: none;
	color:#000000;
}
.grnLinks a:link, .grnLinks a:visited, 
.locations a:link, .locations a:visited {
	text-decoration: none;
	color:#83b07e;
}
.grnLinks a:active, .grnLinks  a:hover, 
.locations a:active, .locations  a:hover {
	text-decoration: none;
	color:#000000;
}
div.hr, div.hrmain {
  height: 25px;
  background: url(http://www.aptargroup.com/images/dotted-lines/horiz-wide.gif) no-repeat scroll center;
}
div.hrmain {
  width: 250px;
}
div.hr hr, div.hrmain hr {
  display: none;
}

ol { margin: 2px 0px 0px 15px; padding: 1px; _padding: 8px;/* _padding is for IE */ }
ul { margin: 2px 0px 0px 15px; padding: 0; }
li { margin: 0; padding-bottom: 1px; }

ul.homenews, ul.irnews, ul.irquicklist, ul.eventslist {
	list-style:none;
	margin: 0px; 
	padding: 0px;
	letter-spacing:1px;
}
ul.irquicklist li {
	font-size:10px;
	line-height: 15px;
}
ul.homenews li {
	font-size: 11px;
	background: url(http://www.aptargroup.com/images/icons/doc_up.gif) 0px 9px no-repeat;
	/* this doubles up the icons but it makes it work in firefox */
}
ul.irnews li {
	font-size: 11px;
	background: url(http://www.aptargroup.com/images/icons/doc_up.gif) 0px 9px no-repeat;
	/* this doubles up the icons but it makes it work in firefox */
}
ul.eventslist li {
	font-size: 11px;
	background: url(http://www.aptargroup.com/images/icons/event_up.gif) 0px 9px no-repeat;
	/* this doubles up the icons but it makes it work in firefox */
}
ul.homenews li a, ul.homenews li a:link, ul.homenews li a:visited {
	background: url(http://www.aptargroup.com/images/icons/doc_up.gif) 0px 9px no-repeat;
	color:#666666;
}
ul.homenews li a:active, ul.homenews li a:hover {
	background: url(http://www.aptargroup.com/images/icons/doc_ov.gif) 0px 9px no-repeat;
	color:#000000;
}
ul.irnews li a, ul.irnews li a:link, ul.irnews li a:visited {
	background: url(http://www.aptargroup.com/images/icons/doc_up.gif) 0px 9px no-repeat;
	color:#666666;
}
ul.irnews li a:active, ul.irnews li a:hover {
	background: url(http://www.aptargroup.com/images/icons/doc_ov.gif) 0px 9px no-repeat;
	color:#000000;
}
ul.eventslist li a, ul.eventslist li a:link, ul.eventslist li a:visited {
	background: url(http://www.aptargroup.com/images/icons/event_up.gif) 0px 9px no-repeat;
	color:#666666;
}
ul.eventslist li a:active, ul.eventslist li a:hover {
	background: url(http://www.aptargroup.com/images/icons/event_ov.gif) 0px 9px no-repeat;
	color:#000000;
}
li.docicon {
	background: url(http://www.aptargroup.com/images/icons/doc_up.gif) 2px 6px no-repeat;
}
li.docicon a, li.docicon a:link, li.docicon a:visited {
	background: url(http://www.aptargroup.com/images/icons/doc_up.gif) 2px 6px no-repeat;
	color:#666666;
}
li.docicon a:active, li.docicon a:hover {
	background: url(http://www.aptargroup.com/images/icons/doc_ov.gif) 2px 6px no-repeat;
	color:#000000;
}
li.webcasticon {
	background: url(http://www.aptargroup.com/images/icons/webcast_up.gif) 2px 6px no-repeat;
}
li.webcasticon a, li.webcasticon a:link, li.webcasticon a:visited {
	background: url(http://www.aptargroup.com/images/icons/webcast_up.gif) 2px 6px no-repeat;
	color:#666666;
}
li.webcasticon a:active, li.webcasticon a:hover {
	background: url(http://www.aptargroup.com/images/icons/webcast_ov.gif) 2px 6px no-repeat;
	color:#000000;
}
li.presentationicon {
	background: url(http://www.aptargroup.com/images/icons/presentation_up.gif) 2px 6px no-repeat;
}
li.presentationicon a, li.presentationicon a:link, li.presentationicon a:visited {
	background: url(http://www.aptargroup.com/images/icons/presentation_up.gif) 2px 6px no-repeat;
	color:#666666;
}
li.presentationicon a:active, li.presentationicon a:hover {
	background: url(http://www.aptargroup.com/images/icons/presentation_ov.gif) 2px 6px no-repeat;
	color:#000000;
}
ul.homenews li a, ul.irnews li a, ul.eventslist li a {
	padding: 5px 25px 10px 25px;
	display: block;
	_float: left;
	_clear: left;
}
ul.irquicklist li a {
	padding: 5px 0px 5px 25px;
	display: block;
	_float: left;
	_clear: left;
}
ul.homenews li b, ul.irnews li b {
	color: #000000;
}
ul.subnav, ul.subnav ul {
	list-style:none;
	margin: 0px; 
	padding: 0px;
}
ul.subnav ul {
	padding-left: 14px;
}
ul.subnav li {
	padding: 0px;
}
ul.subnav li a {
	padding: 0px 0px 0px 14px;
	display: block;
	_float: left;
	_clear: left;
	cursor: pointer;
}
ul.subnav li a:link,ul.subnav li a:visited {
	background-image: url(http://www.aptargroup.com/images/main/spacer.gif);
	background-repeat: no-repeat;
}
ul.subnav li a:active,ul.subnav li a:hover, .selectedNav {
	background-image: url(http://www.aptargroup.com/images/icons/navarrow.gif);
	background-position: 3px 6px;
	background-repeat: no-repeat;
}
#welcomeNav,#companyNav,#irNav,#segmentsNav { background:url(http://www.aptargroup.com/images/main/menu-bg.png); _background:url(http://www.aptargroup.com/images/main/menu-bg.gif) #FFFFFF; margin-left: 7px; visibility: hidden; position:absolute; }
#welcomeNav { z-index: 201; width: 115px; }
#companyNav { z-index: 202; width: 140px;}
#irNav { z-index: 203; width: 180px;}
#segmentsNav { z-index: 204; width: 122px;}
#nav1 { position:relative; z-index: 301;}
#nav2 { position:relative; z-index: 302;}
#nav3 { position:relative; z-index: 303;}
#nav4 { position:relative; z-index: 304;}
.navborder { background:url(http://www.aptargroup.com/images/dotted-lines/vert-tile.gif) repeat-y; margin: 8px 0 10px 0; float: left; width: 5px; }
.dropnav { padding: 3px 6px 7px 8px; }
#homeImg { width:738px; height: 312px; float:left; }
#busSegImg { width:738px; height: 332px; float:left; }
#busSegText { font-size:11px; line-height:18px; color:#444444; }
#busSegText h1 { color:#444444; }
#busSegText p { margin:0px; padding: 5px 0px; }
#homeQuote, #busSegQuote {  padding: 30px 0 0 30px; float:left; _margin-bottom: 3px; width:708px; background:url(http://www.aptargroup.com/images/large-images/dark-text-bg.jpg) #999999; }
#homeQuote { display:none; height: 282px; }
#busSegQuote { height: 302px; }
.busSegThumb { padding-right:3px; padding-left:6px; }
.locBreak { border-bottom:solid 1px #CCCCCC; width: 100%; margin-bottom:20px; margin-top:20px; text-align:right; font-size: 9px; }
.locHead { font-size: 11px; font-weight:bold; letter-spacing:1px; }
.locations p { padding-bottom: 2px; padding-top: 6px; }
.locBreak a:link, .locBreak a:visited {
	text-decoration: none;
	color:#CCCCCC;
}
.locBreak a:active, .locBreak a:hover {
	text-decoration: none;
	color:#999999;
}
