/* CSS Document */
div#container {
	margin:0 auto;
	text-align:left;
	width:642px;
}

div#header {
	background:url(img/layout/top_banner.jpg) top center no-repeat;
	height:117px;
	margin-top:15px;
}

div#login {
	color:#ffffff;
	font-weight:500;
	padding:5px;
	margin-top:5px;
	width:150px;
	float:right;
	text-align:left;
	vertical-align:middle;
}

div#search {
	margin-top:10px;
	margin-bottom:10px;
	float:left;
}

div#menu {
	margin-top:10px;
	margin-bottom:10px;
	float:right;
}

div#content {
	background: url(img/layout/content_middle.jpg) top center repeat-y;
	clear:both;
}

div#content_header{
	background: url(img/layout/content_top.jpg) top center no-repeat;
	width:642px;
	height:20px;
	margin:0;	
}

div#content_body{
	padding-left:15px;
	padding-right:15px;
	overflow:auto;
}

div#content_footer{
	background: url(img/layout/content_bottom.jpg) top center no-repeat;
	width:642px;
	height:20px;
	margin-bottom:10px;
	size:10px;
}

div#footer {
	margin-bottom:15px;
}

div#footer_copyright {
	float:left;
}

div#footer_author {
	float:right;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	text-align:center;
	background:#8592a9 url(img/layout/body_background.jpg) repeat-x;
	color: #505050;
	font-weight: normal;
}

form {
	margin:0;
	padding:0;
}

a {
	color:#4c9cff;
	font-weight:700;
}

a:link {
	text-decoration: none;
}     

a:visited {
	text-decoration: none;
}     

a:hover {
	text-decoration: underline;
}

div.blue_box_outer {
	border:#254a7e solid 1px;
}

div.blue_box_inner {
	display:block;
	text-align:center;
	vertical-align:middle;
	border:#5579A9 solid 1px;
	background:#3C628F url(img/layout/blue_box_bg.jpg) top repeat-x;
	color:#FFFFFF;
	margin:0;
	padding-top:8px;
	padding-bottom:6px;
	padding-left:8px;
	padding-right:8px;
	size:10px;
}

select.navigation_menu {
	border-color:#000000; 
	border-width:1px; 
	border-style:solid; 
	background-color:#EEEEEE; 
	vertical-align:middle; 
	color:#23497A;
	margin:0;
	padding:0;
	size:10px;
}

input.white_go_button {
	width:25px; 
	border:#5579A9 solid 1px; 
	background:#FFFFFF; 
	vertical-align:middle; 
	color:#23497A;
	margin:0;
	padding:0;
}

input.search_box {
	vertical-align:middle; 
	border:#5579A9 solid 1px; 
	background-color:#EEEEEE;
	margin:0;
	padding:0;
	width:105px;
}

div.metals_profile_container {
	width:100px;
	text-align:left;
	float:left;
	margin:10px;
}
div.metals_profile_image {
	float:left;
	width:66px;
	height:66px;
	text-align:center;
}
div.metals_profile_name {
	font-size:14px;
	font-weight:bold;
	color:#336699;
	vertical-align:bottom;	
}
div.specials_container {
	width:300px;
	text-align:left;
	float:left;
	margin:2px;
}

div.specials_image {
	float:left;
	width:100px;
	height:100px;
	text-align:center;
}

div.specials_info {
	width:199px;
	text-align:left;
	margin-left:101px;
}

p.specials_name {
	margin:0 0 5px 0;
	font-size:16px;
	font-weight:700;
	color:#336699;
}

p.specials_desc {
	margin:0 0 3px 0;
	font-size:11px;	
	font-weight: normal;
}

p.specials_price {
	margin:0;
	font-size:11px;
	color:#1f4478;
}
h3 {
	color:#4c75ac;
	font-weight:bold;
	font-size:18px;
	padding:0;
	margin-top:5px;
	margin-bottom:10px;
	letter-spacing:5px;
}
h4 {
	color:#4c75ac;
	font-weight:bold;
	font-size:14px;
	padding:0;
	margin-top:5px;
	margin-bottom:5px;
	letter-spacing:5px;
}
td {
	text-align: center;
}
td.rm_image{
	padding:8px;
	padding-top:0px;
}
td.rm_title {
	background-color:#1c4072;
	color:#FFF;
	font-weight: bold;
	font-size:16px;
	padding:15px;
	background-image:url(img/header_bg.png);
	background-position:top;
	background-repeat:repeat-x;
	width:375px;
}
tr.rm_headers {
	background-color: #1c4072;
	color: #fff;
	font-weight:bold;
	margin:3px;
}
tr.type1 {
	background-color:#F0F1F4;
}
tr.type2 {
	background-color:#FFF;
}
tr.rm_note {
	font-weight: bold;
	font-size:10px;
	font-style:italic;
	margin-top:5px;
	width:375px;
	size: 10px;
}

p.label{
	font-size:8px;
	font-weight:bold;
	margin:0;
	padding:0px;
	padding-bottom:1px;
	padding-top:3px;
	text-align:center;
}
