/* CSS Document */
@import "reset.css";

body {
	background-color: #999;
	font-family: Helvetica, Geneva, Arial, sans-serif;
	color:#323232;
}

p {
	font-size: 12px;
}

p.hometxt {
	font-size: 16px;
}

#wrapper {
	width: 950px;
	border: 2px solid #fff;
	background: url(../images/wrap_bg.gif);
	margin-bottom: 15px;
}

#mainDiv {
	width:722px;
	border-right: 2px solid #fff;
	float: left;
}

#logo {
	height: 46px;
	background-color: #333;
	border-bottom: 2px solid #fff;
	padding-left: 5px;
}

#logo img {
	vertical-align: middle;
	margin-top: 5px;
}

#logo span img {
	margin-right: 300px;
	margin-top: 4px;
}

#pageName {
	height: 102px;
	width: 140px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	background-color: #408fb8;
	padding-top: 78px;
	float:left;
	text-align: center;
}
#graphic {
	width: 580px;
	float: left;
	border-bottom: 2px solid #fff;
}

#mainNav {
	width: 140px;
	float:left;
	border-right: 2px solid #fff;
	background-color: #fff;
	margin-top: -1px;
}

#mainNav li {
	height: 32px;
}

/* main content styles */

#content {
	background: #fff;
	float: left;
	margin-top: -1px;
	width: 546px;
	padding: 27px 16px 35px; 
}

#content h1 {
	margin: 13px 13px 0;
	font-size: 18px;
	text-transform: uppercase;
}

#content h2 {
	margin: 13px 13px 0;
	font-size: 16px;
	text-transform: uppercase;
}

#content h3 {
	margin: 13px 13px 0;
	font-size: 14px;
	text-transform: uppercase;
}

#content h4, #content h5 {
	margin: 13px 13px 0;
}
#content p, #homeEnd p {
	margin: 15px 13px;
}

#content p span {
	color: #4490c0;
	font-weight: bold;
}
#homeLegacy {
	background: #b3b3b3;
	width: 560px;
	float: left;
	padding: 10px;
}

#homeLegacy h3 {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
}
#homeLegacy p {
	width: 440px;
}
#homeEnd {
	background: #fff;
	width: 546px;
	float: left;
	padding: 27px 16px; 
}
/* callout styles */

#callouts {
	float: left;
	width: 226px;
}

#callouts li {
	/*height: 44px;
	border-bottom: 2px solid #fff;*/
}
#callouts li.first {
	height: 45px;
}

#estimator {
	background: #000 url(../front_page_images/returns_copy2.gif) no-repeat 10px 5px;
	padding: 50px 10px 10px;
	border-bottom: 2px solid #fff;
}
#estimator ul {
	margin-bottom: 4px;
}
#estimator li {
	height: 22px;
	border: none;
}

#shipContainers {
	height: 100px;
	background: #666;
	border-bottom: 2px solid #fff;
	padding: 10px;
}

#endCallouts ul {
	margin:15px; 
}

#endCallouts li{
	border: none;
	height: auto;
}
#secCallouts {
	height: auto;
	min-height: 538px;
	background:#666 url(../front_page_images/arrow.gif) no-repeat 4px 4px; 
	padding: 14px;
}
#secCallouts li {
	height: auto;
	text-align: center;
	margin: 20px 0;
}

/* footer styles */
#footer {
	height: 19px;
	border-top: 2px solid #fff;
	background: #b3b3b3;
	padding: 12px 0 9px 9px;
}

/* misc styles */
.clearer {
	clear: both;
	height: 1px;
	visibility: hidden;
}

.empList {
	margin-left: 13px;
	width: 160px;
	float: left;
}

.empList li {
	font-size: 12px;
	margin: 20px 0;
}

p.formtxtp {
	width: 150px;
	float: left;
}

#content ul {
	padding-left: 30px;
	list-style-type: disc;
}
#content li {
	margin: 5px 0;
	font-size: 12px;
}
/* flyout nav styles */
#aboutus     { visibility: hidden; position: absolute; top: 263px; left: 142px; width: 103px; height: 94px }
#allservices      { visibility: hidden; position: absolute; top: 295px; left: 142px; width: 102px; height: 96px }
#allpresscenter      { visibility: hidden; position: absolute; top: 296px; left: 142px; width: 102px; height: 62px }
#alllinks   { visibility: hidden; position: absolute; top: 264px; left: 142px; width: 103px; height: 126px }

/* safari hacks */

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#content{ padding-top: 37px;}
}

#free_info {
background-image:url(../images/free_info.gif);
display:block;
height:40px;
margin-bottom:10px;
text-indent:-9999px;
width:150px;
}
#free_info:hover, #shipping_containers:hover {
	background-position: 0 -40px;
}
#shipping_containers {
background-image:url(../images/shipping_containers.gif);
display:block;
height:40px;
text-indent:-9999px;
width:205px;
}

#topnav a {
background-position:left top;
border-bottom:2px solid #FFFFFF;
display:block;
height:30px;
text-indent:-9999px;
width:226px;
}
#topnav a:hover {
background-position:left bottom !important;
}
#topnav a#metal {
background:transparent url(../images/nav_preciousmetal.gif) repeat scroll 0 0;
}
#topnav a#product {
background:transparent url(../images/nav_productdestruction.gif) repeat scroll 0 0;
}
#topnav a#pet {
background:transparent url(../images/nav_pet.gif) repeat scroll 0 0;
}
#topnav a#computer {
background:transparent url(../images/nav_computerdestruction.gif) repeat scroll 0 0;
}
#topnav a#start {
background:transparent url(../images/nav_goldbusiness.gif) repeat scroll 0 0;
}
#topnav a#logistical {
background:transparent url(../images/nav_logistical.gif) repeat scroll 0 0;
}
#topnav a#gold_refining {
background:transparent url(../images/nav_gold.gif) repeat scroll 0 0;
}
#topnav a#photo {
background:transparent url(../images/nav_photo.gif) repeat scroll 0 0;
}
#topnav a#incineration {
background:transparent url(../images/nav_incineration.gif) repeat scroll 0 0;
}

#estimator {
background:#000000 url(../images/estbg.gif) no-repeat scroll left top;
border-bottom:2px solid #FFFFFF;
height:168px;
padding:50px 10px 10px;
width:206px;
}
#estimator a {
display:block;
height:18px;
margin-bottom:5px;
text-indent:-9999px;
width:206px;
}
#estimator a:hover {
background-position:left bottom !important;
}
#estimator a#silver {
background:transparent url(../images/estnav_silver.gif) no-repeat scroll left top;
}
#estimator a#gold {
background:transparent url(../images/estnav_gold.gif) no-repeat scroll left top;
}
#estimator a#platinum {
background:transparent url(../images/estnav_platinum.gif) no-repeat scroll left top;
}
#estimator a#palladium {
background:transparent url(../images/estnav_palladium.gif) no-repeat scroll left top;
}
