/*****************************************************************
* Main Layout
******************************************************************/
body,html {
		background-image: url(/images/if/bg_tile.jpg);
    background-position: center;

	border-style: none;
	background-color: #ffffff;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

#wholepage_wrapper_1 {
	background-image: url(/images/if/bg_body.jpg);
	background-repeat: repeat-x;
	}

html>body #wholepage_wrapper_2 {
    text-align: center;
    background-image: url(/images/if/shadow.png);
    background-repeat: repeat-y;
    background-position: center 0;
	}

#wholepage {
	position: relative;
	width: 900px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border: 1px solid rgb(51, 51, 153);
	background-image: url(/images/if/base.jpg);
}

#header {
	position: relative;
	border-bottom: 1px solid rgb(51, 51, 153);
	background-image: url(/images/if/header_background.jpg);
	background-repeat: repeat-x;
}

#header_images {
	background-image: url(/images/if/header_logo.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#content_wrapper {
	position: relative; /* ie bug fix */
	padding-top: 10px;
	background-image: url(/images/if/main_back.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#content {
	padding: 5px 20px 20px 20px;
	margin-left: 130px;
	margin-right: 130px;
	border: 1px solid rgb(0, 0, 102);
	background-color: rgb(255, 255, 255);;
	color: #2B2C71;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: justify;
}

.prop {
	height: 630px;
	float: left;
	width: 1px;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

h1 {
	text-align: center;
	font-family: Times New Roman, Times, serif;
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 20pt;
	font-weight: bold;
	color: rgb(43, 44, 113);
}

.subheading {
	font-weight: bold;
}

.sold {
color:#FF0000;
font-weight:bold;
}
	
.sold_date {
color:#FF0000;
font-size:8pt;
}

.postSubmit {
	text-align: center;
}
	

/*****************************************************************
* Navigation
******************************************************************/
.navigation {
	padding: 0px;
	position: absolute;
	width: 130px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: transparent;
	top: 150px;
	margin-top: 13px;
}

#lh_nav {
	left: 8px;
	text-align: left;
}

#rh_nav {
	right: 8px;
	text-align: right;
}

#lh_nav li {
	background-repeat: no-repeat;
	background-position: left center;
}

#rh_nav li {
	background-repeat: no-repeat;
	background-position: right center;
}


.silver_history li {
	background-image: url(/images/if/icons/bullet_blue.gif);
}

.royals li {
	background-image: url(/images/if/icons/bullet_green.gif);
}

.popular_silversmiths li {
	background-image: url(/images/if/icons/bullet_purple.gif);
}

.popular_items li {
	background-image: url(/images/if/icons/bullet_pink.gif);
}

li.contact {
	background-image: url(/images/if/icons/telephone.gif);
}

li.search {
	background-image: url(/images/if/icons/find.gif);
}

li.home {
	background-image: url(/images/if/icons/house.gif);
}

li.basket {
	background-image: url(/images/if/icons/cart.gif);
}

li.browse {
	background-image: url(/images/if/icons/book_open.gif);
}

li.info {
	background-image: url(/images/if/icons/information.gif);
}

.nav_title {
	margin-right: 10px;
	font-family: Times New Roman, Times, serif;
	font-style: italic;
	font-size: 12pt;
	font-weight: bold;
	color: rgb(43, 44, 113);
	background-image: none !important;
}

.lh_nav_title {
	text-align: left;
	margin-left: 0px;
}

.rh_nav_title {
	text-align: right;
	margin-right: -5px;
}

.navigation ul {
	list-style-type: none;
	margin-top: 0pt;
	margin-left: 0pt;
	padding-left: 0pt;
	position: relative;
}

.navigation li {
	padding: 3px;
}

.navigation a {
	text-decoration: none ! important;
	display: block;
	color: rgb(67, 69, 174);
}

#rh_nav a {
	padding-left: 10px;
	padding-right: 20px;
}

#lh_nav a {
	padding-left: 20px;
	padding-right: 10px;
}

.navigation a:hover {
	color: rgb(255, 0, 0);
}

.main_nav_block {
	background-color: white;
	border: 1px solid rgb(51, 51, 153);
}

#lh_nav ul.main_nav_block {
	width: 102px;
	border-right: 0px;
	padding: 10px;
	}

#rh_nav ul.main_nav_block {
	width: 102px;
	border-left: 0px;
	padding: 10px;
	margin-left: 7px;
}

#rh_nav ul.main_nav_block a {
	padding-left: 0px;	
	margin-left: -10px;
}

a.main_nav {
	font-weight: bold;
	color: rgb(153, 0, 0);
}

/*****************************************************************
* Address
******************************************************************/
#address {
	margin-left: 130px;
	margin-right: 130px;
	padding-top: 10px;
	padding-bottom: 20px;
	color: rgb(50, 51, 132);
	text-align: center;
	font-size: 12pt;
	line-height: 200%;
	font-family: Times New Roman, Times, serif;
	clear: both;
}

#christmas {
	text-align: center;
	color: #990000;
	font-weight: bold;
	padding: 5px 0px;
}

#christmas a, #christmas a:visited {
	color: #990000;
} 
