@charset "utf-8";
/* CSS Document */
/* colors:
gray: #8e8f8a
blue: #003895
*/
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	margin: 0 auto;
	background-color: #b7b7c1;
	background-image: url(../images/img_pg/pg_bk.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
img {
	border: none;
}
a {
	color: #003895;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}
h1 {
     font-size: 165%;
     font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000;
}
h2 {
     font-size: 120%;
     font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #003895;
}
/*containers*/
#header {
	width: 986px;
	height: 143px;
	margin: 0 auto;
	background-image: url(../images/img_pg/header_bk.jpg);
	background-repeat: no-repeat;
	text-align:right;
	color: #666;
}
#header a {
	text-decoration:none;
	color: #666;
}
#header a:hover {
	text-decoration: underline;
}
#header a.logo {
	float:left;
	width: 220px;
	height: 130px;
	text-decoration: none;
}
#header .phone {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #003895;
}
#nav {
	width: 985px;
	height: 30px;
	margin: 0 auto;
	border-top: solid 1px #003895;
	border-bottom: solid 1px #003895;
	background-image: url(../images/img_pg/nav_bk.jpg);
	background-repeat: repeat-x;
	border-left:solid 1px #003895;
}
#nav a {
	display:block;
	float:left;
	width: 197px;
	height: 30px;
	background-image: url(../images/img_pg/nav_a_bk.jpg);
	background-repeat: no-repeat;
	background-position: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;	
	line-height: 30px;
	text-decoration: none;
	/*border-left:solid 1px #ececec;*/
}
#nav a:hover {
	background-image: url(../images/img_pg/nav_a_bk_over.jpg);
	background-repeat: repeat-x;
}
#nav a.navend {
	margin-right: -3px;
}
/*hmimg container in home.css file*/
#content {
	width: 986px;
	height: auto;
	margin: 0 auto;
}
/*content .navblock in home.css*/
#metalprices {
	clear:both;
	width: 984px;
	height: 30px;
	margin: 0 auto;
	margin-top: 5px;
	border-top: solid 1px #003895;
	border-bottom: solid 1px #003895;
	background-image: url(../images/img_pg/nav_bk.jpg);
	background-repeat: repeat-x;
	text-align:right;
	line-height: 30px;
	border-left:solid 1px #003895;
	border-right:solid 1px #003895;
}
#metalprices a {
	display:block;
	float:right;
	width: 197px;
	height: 30px;
	padding-left: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-align: left;
	line-height: 30px;
	text-decoration: none;
	background-image: url(../images/img_pg/save_history_bk.jpg);
	background-repeat: no-repeat;
}
#metalprices a:hover {
	background-image: url(../images/img_pg/save_history_bk_over.jpg);
}
#metalprices .price {
	padding-right: 20px;
}
#footer {
	width: 986px;
	height: auto;
	margin: 0 auto;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 11px;
	color: #666;
}
#footer a {
	text-decoration: none;
	color:#666;
}
#footer .usa {
	width: 140px;
	text-align: right;
	float:left;
}
#footer .fish {
	width: 140px;
	text-align:left;
	float:left;
}
#footer .ftext {
	width: 706px;
	float:left;
	line-height: 23px;
}	