@charset "utf-8";
/* CSS Document */
*{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #363576;
}
body{
	background:#eaeaff;
}
.wrapper{
	width:1024px;
	background:url(images/bg.gif) top left repeat-y;
	margin:0 auto;
	padding:0px 9px;
}
.header{
	background:url(images/header_bg.gif) top left no-repeat;
	float:left;
	width:1000px;
}
.logo{
	background:url(images/logo.gif) top left no-repeat;
	height:94px;
	width:394px;
	margin-left:10px;
	float:left;
	background-repeat: no-repeat;
	background-position: left top;
}
.top-menu{
	height:25px;
	float:right;
}
.top-menu .left{
	height:25px;
	float:left;
	width:10px;
	background-color: #4E4E9C;
	background-repeat: no-repeat;
	background-position: left top;
}
.top-menu .right{
	height:25px;
	float:left;
	width:10px;
	background-color: #4E4E9C;
	background-repeat: no-repeat;
	background-position: left top;
}
.top-menu .top-menu-content{
	height:25px;
	float:left;
	width:550px;
	background-color: #4E4E9C;
	background-repeat: repeat-x;
	background-position: left top;
}
.top-menu .top-menu-content a:link,.top-menu .top-menu-content a:visited{
	font-size:12px;
	text-decoration:none;
	color:#CDD1F8;
	margin:0px 17px;
}
.top-menu .top-menu-content a:hover{
	font-size:12px;
	text-decoration:underline;
	color:#ECEEFD;
	margin:0px 17px;
}
.main-menu{
	background:url(images/main_menu.gif);
	height:29px;
	margin:10px 0px 10px 1px;
}
.content{
      
}
.content .left-content{
	
	margin:0px 10px 0px 10px;
	float:left;
	width:175px;
}
.content .right-content{
	margin:0px 0px 0px 0px;
	float:left;
	width:798px;
}
.products{
	float:left;
}
.products ul{
	list-style:none;
}
.products ul li{
	list-style:none;
	list-style-type:none;
	display:block;
	float:left;
	width:180px;
	margin:10px 19px 10px 0px;
	height:235px;
}
.products ul li .top-border{
	
	height:5px;
	font-size:0px;
}
.products ul li .middle-border{
	
	padding:5px;
	height:225px;
	margin:0 auto;
	width:174px;
	text-align:center;
}
.products ul li .middle-border img{
	width:165px;
	height:80%;
	}
.products ul li .bottom-border{
	
	height:5px;
}

.products-des{
	width:165px;
	margin:0 auto;
	font-size:12px;
	padding:2px;
	color:#666666;
	background-color:#F8F8F8;
	border:1px solid #CCCCCC;
}

.products a:link, .products a:visited, .products a:hover{
	border:none;
	margin:6px 0px;
	display:block;
	outline:none;
	outline-style:none;
}
.products a:link img, .products a:visited img, .products a:hover img{
	width:84px !important;
	height:23px !important;
	}
.products img{
	border:none;	
}
.footer{
	background:url(images/footer_bg.gif) top left repeat-x;
	font-size:12px;
	color:#3A3277;
	height:40px;
	margin:10px 22px 0px 1px;
	padding:13px;
	text-align:right;
	}
.footer a{
	color:#140D42;
}
.clear0{
	font-size:0px;
	clear:both;
}

.pager{
	margin:20px 5px 5px 5px;
	float:left;
	width:780px;
}
.pager a:link, .pager a:visited, .pager a:hover{
	margin:0 auto;
	text-align:center;
	display:inline;
	padding:0px 5px;
	text-decoration:none;
	background:#524E93;
	color:#F0EFF8;
}
.pager a.active:link, .pager a.active:visited, .pager a.active:hover{
	margin:0 auto;
	text-align:center;
	display:inline;
	padding:0px 5px;
	text-decoration:none;
	background:#FFFFFF;
	color:#000;
	border: 1px solid #CC0000;
}

.popup{
	background:#FFF;
	border:3px solid #363576;
	float:left;
	height:580px;
	padding-bottom:10px;
	}
	.popup .p-des{
	background:#FFF;
	font-size:12px;
	color:#666666;
	padding:3px;
	float:left;
	width:115px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #363576;
	border-right-color: #363576;
	border-bottom-color: #363576;
	border-left-color: #363576;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	}
	.popup .p-link{
	background:#FFF;
	font-size:12px;
	color:#666666;
	float:left;
	width:109px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #363576;
	border-right-color: #363576;
	border-bottom-color: #363576;
	border-left-color: #363576;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 16px;
	}
	
	.popup img{
	border:0px solid #363576;
	margin:5px;
	margin-right:0px;
	float:left;
	}
.pager{
	font-size:12px; 
	margin-left:20px;
	color:#1D164E;
}
.pager a{
	font-size:12px; 
	margin-left:20px;
	color:#1D164E;
}
.done{
	background-color:#b3aef2;
	text-align:center;
	margin-top:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	padding-top:50px;
}
.small{
	font-size:9px;

}
.mini{
	font-size:11px;
}
.mini table{
	font-size:12px;
}

label{
	line-height:12px;
	font-size:12px;
	text-align:left;
	color:#1D1D41;
	font-weight: bold;
	
}
table td{
	padding:3px;
}

.question-form{
	float:none;
	padding-top:15px;
	color:#ffffff;
	size:12
}
table.metal_prices {
	border-collapse:collapse;
	font-size:11px;
	margin:1em 0.6em;
	width:92%;
	border:1px solid #EEEEEE;
}
table.metal_prices th {
	background-color:#131C59;
	border:1px solid #5C579E;
	color:#C1C1E8;
	font-size:11px;
	padding:0.1em;
	white-space:nowrap;
}
table.metal_prices td {
	border:1px solid #5C579E;
	color:#777777;
	font-size:11px;
	white-space:nowrap;
	padding:2px;
}
.blue_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3C3B7C;
	text-decoration: none;
}
.blue_textBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #292855;
}
.lightblue_heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #D9D8ED;
	text-decoration: none;
}
.form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #363576;
	text-decoration: none;
}
