.bronze{
	color:rgb(255,123,0);
}
body{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-family: palatino, Georgia, times,serif;
	position:relative;
	text-align: center;
	margin:0px;
	padding:0px;
	margin-bottom:50px;
}

img{
	border:none;
}
#page{
	width:900px;
	margin:auto;
}
h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}
h1#logo{
	background-image:url(../images/logo.png);
	background-repeat:no-repeat;
	background-position: center center;
	height:41px;
	margin:0;
	overflow:hidden;
}
.irHide{
	display:none;
}

.grey{
	color:#777;
}

h2{
	font-weight:normal;
	color:rgb(255,123,0);
	color:#999;
	font-size:16px;
}
h2.black{
	color:#000;
	font-size:15px;
}

h3{
	color:#777;
	font-size:12px;
	margin:0;
	margin-top:5px;
	clear:both;
}
#product_content{
	font-size:0.85em;
}
/*Horizontal Rules*/
.hr_sm{
	height:1px;
	background-color:#bbb;
	margin-top:7px;
	margin-bottom:7px;
}
.hr_dot{
background-color:#bbb;
	height:1px;
	margin-top:5px;
	margin-bottom:5px;
	clear:both;
}
hr{
	display:none;
}

ul#menu {
list-style-type:none;
float:left;
padding:0px;
margin-left:-5px;
}
ul#statics{
list-style-type:none;
float:right;
padding:0px;
margin-right:-5px;
}
ul#statics li, ul#menu li{
	display:inline;
	padding:5px;
}

ul#statics a, ul#menu a{
	color:#ccc;
}

ul#statics a.current, ul#menu a.current{
	color:#444;/*
		font-size:120%;*/
	text-decoration:underline;
}
a{
	text-decoration:none;
	color:#444;
}
a:hover{
/*	text-decoration:underline;*/
/*	color:#000;*/
}
#wishlist{
	text-align:right;
	font-size:12px;
	padding:10px;
}
#pages{
	float:left;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
	
	/* new */
/*	font-family: Arial, "MS Trebuchet", sans-serif;*/
}
#pages a{
	margin-right:10px;
}

.pageButtons{
	float:right;
	font-size:10px;
	font-weight:bold;
}


.add{
	color:rgb(255,123,0);
	margin-top:5px;
}
.item{
	width:449px;
	height:400px;
	margin-top:20px;
	margin-bottom:20px;
	float:left;
}
.itemText{
	font-family: Arial, "MS Trebuchet", sans-serif;
	font-size:11px;
	color:#666;
}
.rborder{
/*	border-right:1px solid #ccc;*/
}

#main{
	margin-top:40px;
}


/** SITE CREDITS **/
#credits{font-family:Arial,"MS Trebuchet",sans-serif;font-size:9px;position:fixed;bottom:0px;right:0px;margin:5px;margin-right:15px;margin-left:5px;margin-bottom:10px;}
#credits a{padding-top:10px;padding-left:15px;color:#bbb;}
#credits a:hover .fa{color:#111;}




.selected_page{
	text-decoration:underline;
}