@charset "UTF-8";
/* CSS Document */

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/* Global
----------------------------------------------------------------------------------------------------*/
html, body, p, h1, h2 {
	margin:0;
	padding:0;
	}
ul,li {
	list-style-type:none;
	}
body {
	font-size:62.5%;
	background-color:#dddbdb;
	font-family:"Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
}
p {
	padding:30px 30px 30px 30px;
}

/* Layout
----------------------------------------------------------------------------------------------------*/
.error {
	padding:10px 10px;
	border:1px solid #F00;
	background-color:#f39595;
	text-align:center;
	font-size:2em;
	font-family:Arial, Helvetica, sans-serif;
}
#header {
	background-color:#232323;
}
#header_bottom {
	background:url(http://www.nationalantiquecentre.com/images/bg_header.png) repeat-x bottom center;
	height:10px;
}
#content {
}
#affiliates_top {
	background:url(http://www.nationalantiquecentre.com/images/bg_affiliates.png) repeat-x top center;
	height:11px;
	margin-top:-6px;
	position:relative;
	z-index:7;
}
#affiliates {
	background-color:#494949;
}
#footer_top {
	background:url(http://www.nationalantiquecentre.com/images/bg_footer.png) repeat-x top center;
	height:20px;
	margin-top:-6px;
	position:relative;
	z-index:8;
}
#footer {
	background-color:#232323;
}

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_16 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
#header_bottom .container_16 {
	height:10px;
	background:url(http://www.nationalantiquecentre.com/images/bg_header_container.png) repeat-x bottom center;
}
#content .container_16 {
	background-color:#efefef;
}
#content .container_16 .navigation {
	background:url(../images/bg_main_nav_top.png) no-repeat top center;
	margin-left:-14px;
	margin-right:-16px;
	padding:11px 0px 6px 0px;
	position:relative;
	z-index:7;
}
#content .container_16 .nav_bottom {
	background:url(../images/bg_main_nav_bottom.png) no-repeat bottom center;
	margin-left:-14px;
	margin-right:-16px;
	margin-bottom:-12px;
	clear:both;
	height:13px;
	position:relative;
	z-index:7;
}
#content .container_16 .product_title {
	background:url(../images/bg_product_title_top.png) no-repeat top center;
	margin-left:-14px;
	margin-right:-16px;
	padding:3px 0px 6px 0px;
	position:relative;
	top:-5px;
	z-index:7;
}
#content .container_16 .title_bottom {
	background:url(../images/bg_product_title_bottom.png) no-repeat bottom center;
	margin-left:-14px;
	margin-right:-16px;
	margin-bottom:-12px;
	clear:both;
	height:13px;
	position:relative;
	top:-5px;
	z-index:7;
}
#content .container_16 .product {
	background:#1e5e79;
	margin-top:-12px;
	position:relative;
	z-index:1;
}
#content .container_16 .info {
	width:350px;
	float:left;	
	margin-bottom:-5px;
}
#content .product {
	background-color:#1e5e79;
	margin-bottom:0px;
}	
#content .main {
	background:url(../images/bg_product_nav.png) repeat-y top left;
	margin-left:-5px;
	margin-bottom:-5px;
}
#content .submain {
	background-color:#1e5e79;
}	
#content .main .grid_5 {
	position:relative;
	z-index:5;
}
#content .main .grid_11 {
	margin-bottom:-5px;
	padding-right:5px;
	padding-bottom:40px;
}
#content .main .grid_11 p {
	background:#efefef url(../images/bg_home_paragraph.png) repeat-y top left;
	margin-left:4px;
	margin-right:-5px;
}
#content .container_16 .featured_h2 {
	background:url(../images/bg_featured_top.png) no-repeat top left;
	margin-left:4px;
	margin-right:-20px;
	margin-top:-8px;
	min-height:38px;
	position:relative;
	z-index:3;
}
#content .container_16 .featured_bottom {
	background:url(../images/bg_featured_bottom.png) no-repeat bottom left;
	height:13px;
	margin-left:4px;
	margin-right:-20px;
	margin-top:0px;
	position:relative;
	z-index:2;
}
#content .container_16 .featured_images {
	margin-left:10px;
	margin-bottom:20px;
}
#content .space {
	height:20px;
}
#content .pagination {
	height:50px;
	margin-bottom:-10px;
}
#content .order_page {
	background:url(../images/bg_order_pagination.png) no-repeat bottom right;
	width:313px;
	height:43px;
	float:right;
	position:relative;
	top:-30px;
	right:-18px;
	margin-bottom:-23px;
	padding-top:12px;
	padding-right:50px;
	text-align:right;
	font-size:1.8em;
	color:#fff;
	font-style:italic;
}


/* Grid >> Global
----------------------------------------------------------------------------------------------------*/


.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
	display:inline;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	position:relative;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}


/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/


.container_16 .grid_1 {
	width:60px;
}

.container_16 .grid_2 {
	width:120px;
}

.container_16 .grid_3 {
	width:180px;
}

.container_16 .grid_4 {
	width:240px;
}

.container_16 .grid_5 {
	width:300px;
}

.container_16 .grid_6 {
	width:360px;
}

.container_16 .grid_7 {
	width:420px;
}

.container_16 .grid_8 {
	width:480px;
}

.container_16 .grid_9 {
	width:540px;
}

.container_16 .grid_10 {
	width:600px;
}

.container_16 .grid_11 {
	width:660px;
}

.container_16 .grid_12 {
	width:720px;
}

.container_16 .grid_13 {
	width:780px;
}

.container_16 .grid_14 {
	width:840px;
}

.container_16 .grid_15 {
	width:900px;
}

.container_16 .grid_16 {
	width:960px;
}

.container_16 .navigation {
	width:990px;
}
.container_16 .product_title {
	width:990px;
}
.container_16 .main {
	width:990px;
}


/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}


/* Navigation
----------------------------------------------------------------------------------------------------*/
ul.main_nav {
	display: inline; 
	position:relative;
	z-index:8;
}
	ul.main_nav li {
		margin-left: 0;
		margin-right: -3px;
		padding: 8px 30px 6px 0px;
		list-style: none;
		display: inline;
	}
	ul.main_nav li:hover {
		background-color:#DBEAF0;
	}
	ul.main_nav li.first {
		margin-left:5px;
		border-left: none;
		list-style: none;
		display: inline;
	}
	ul.main_nav li.first:hover {
		background-color:#FFF;
	}
	ul.main_nav li.second {
		padding-left:5px;
		border-left: none;
		list-style: none;
		display: inline;
	}
	ul.main_nav li.second:hover {
		background-color:#fff;
	}
	ul.main_nav li {
		font-size:1.8em;
		font-weight:bold;
		color:#2b2b2b;
	}
	ul.main_nav li a.nav, a.nav:visited {
		text-decoration:none;
		font-weight:bold;
		color:#2b2b2b;
	}
	ul.main_nav li a.nav span {
		padding:2px 0px 2px 26px;
		border-left: 1px solid #b2b2b2;
	}
	ul.main_nav li.second a.nav span {
		padding:2px 0px 2px 0px;
		border-left: 0;
	}
ul.product_nav {
	margin-top:20px;
	margin-bottom:50px;
	position:relative;
}
	ul.product_nav li {
		border-top: 1px solid #b24b4b;
		width:225px;
		margin:0;
		padding:0;
		position:relative;
	}
	ul.product_nav li:hover {
		background-color:#b92424;
	}
	ul.product_nav li.first {
		border-top: none;
	} 
	ul.product_nav li {
		font-size:1.8em;
		font-weight:bold;
		color:#ebbbbb;
	}
	ul.product_nav li a.subnav, a.subnav:visited {
		text-decoration:none;
		font-weight:bold;
		color:#ebbbbb;
		display:block;
		padding: 12px 12px;
	}
div.navsub {
	left:220px;
	top:-15px;
	width:231px;
	position:absolute;
	z-index:10;
}
	div.navsub1 {
		background:url(../images/bg_product_subnav_top.png) no-repeat top center;
		height:100%;
		padding-top:20px;
	}
	div.navsub2 {
		background:url(../images/bg_product_subnav_bottom.png) no-repeat bottom center;
		height:10px;
	}
	ul.product_subnav {
		padding-left:20px;
		padding-bottom:10px;
		margin-top:-10px;
		padding-top:10px;
		width:231px;
	}
	ul.product_subnav li {
		border-bottom: 1px solid #353535;
		border-top:0;
		padding-bottom:0;
		margin-bottom:0;
		width:190px;
	}
	ul.product_subnav li:hover {
		background-color:#3d3d3d;
	}
	ul.product_subnav li.first {
		border-top: none;
	} 
	ul.product_subnav li {
		font-size:1em;
		font-weight:bold;
		color:#ffffff;
	}
	ul.product_subnav li a.subnavsub, a.subnavsub:visited {
		text-decoration:none;
		font-weight:bold;
		color:#ffffff;
		display:block;
		padding: 10px 10px 10px 15px;
	}
	.arrow_subnav_black {
		background:url(../images/arrow_left_black.png) no-repeat center top;
		margin-top:-30px;
		width:16px;
		height:30px;
		position:relative;
		left:-10px;
		top:32px;
		z-index:10;
	}
.product_type {
	background:url(../images/bg_product_type.png) no-repeat top left;
	padding:15px 22px 4px 22px;
	width:170px;
	font-size:1.8em;
	font-weight:bold;
	color:#ebbbbb;
	margin:5px 0px 0px 30px;
}
	.product_type_bottom {
		background:url(../images/bg_product_type_bottom.png) no-repeat bottom left;
		width:210px;
		height:10px;
		margin:0px 0px 3px 30px;
	}
	.arrow_type_red {
		background:url(../images/arrow_right_dkred.png) no-repeat center top;
		margin-top:-45px;
		width:16px;
		height:30px;
		position:relative;
		left:232px;
		top:46px;
		z-index:10;
	}
.product_subtype {
	background:url(../images/bg_product_subtype.png) no-repeat top left;
	padding:4px 4px 0px 4px;
	width:700px;
	margin:5px 0px 0px -3px;
}
	.product_subtype_bottom {
		background:url(../images/bg_product_subtype_bottom.png) no-repeat bottom center;
		width:700px;
		height:6px;
		margin:0px 0px 8px 0px;
	}
	.product_subtype ul {
		font-size:1.4em;
		font-weight:bold;
		color:#FFFFFF;
		margin:0;
		padding:0;
		display:inline;
	}
	.product_subtype div.selected {
		font-size:1.8em;
		font-weight:bold;
		color:#FFFFFF;
		padding-left:10px;
		margin:0px 530px 0px 0px;
		padding:9px 18px;
		text-align:center;
		position:relative;
		z-index:3;
	}
	.product_subtype div.selected_title {
		font-size:1.8em;
		font-weight:bold;
		color:#FFFFFF;
		padding-left:10px;
		margin:0px 30px 0px 0px;
		padding:9px 18px;
		text-align:left;
		position:relative;
		z-index:3;
	}
	.product_subtype div.options {
		float:right;
		width:500px;
		margin:-42px 10px 0px 0px;
		padding:6px 18px 8px 0px;
		background-color:#414141;
	}
	.product_subtype div.options ul li {
		list-style: none;
		display: inline;
		margin-right: -4px;
		padding: 11px 16px 11px 0px;
	}
	.product_subtype div.options ul li:hover {
		background-color:#232323;
	}
	.product_subtype div.options ul li.first {
		border-left: none;
		list-style: none;
		display: inline;
	}
	.product_subtype div.options ul li a.subtypenav, a.subtypenav:visited {
		text-decoration:none;
		font-weight:bold;
		color:#FFFFFF;
		line-height:2em;
	}
	.product_subtype div.options ul li a.subtypenav span {
		padding:2px 0px 2px 14px;
		border-left:1px solid #fff;
	}
	.product_subtype div.options ul li.first a.subtypenav span {
		border-left:0;
	}
	.arrow_subtype_black {
		background:url(../images/arrow_dkblack.png) no-repeat center bottom;
		margin-top:-20px;
		width:30px;
		height:16px;
		position:relative;
		left:70px;
		top:3px;
		z-index:10;
	}

/* Link Styles
----------------------------------------------------------------------------------------------------*/
a {
	text-decoration:none;
	font-weight:bold;
	color:#1e5e79;
	outline:none;
}
a:hover {
	color:#232323;
	outline:none;
}
a.red {
	text-decoration:none;
	font-weight:bold;
	color:#b24b4b;
}
a.red:hover {
	text-decoration:none;
	font-weight:bold;
	color:#ebbbbb;
}
a.blue {
	text-decoration:none;
	font-weight:bold;
	color:#5c9cb7;
}
a.blue:hover {
	text-decoration:none;
	font-weight:bold;
	color:#dbeaf0;
}
p.right a {
	text-decoration:none;
	font-weight:bold;
	color:#5c9cb7;
}
p.right a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#dbeaf0;
}
a.title {
	outline:none;
	text-decoration:none;
	color:#f4f4f4;
}
a.title:hover {
	color:#dddbdb;
	text-decoration:none;
	outline:none;
}
div.home {
	position:relative;
	float:right;
	top:-37px;
	right:-18px;
}
div.home a {
	text-decoration:none;
}
div.home a img {
	border:0;
}
a.ordernav, a.ordernav:visited {
	color:#FFF;
	font-style:italic;
}
a.ordernav:hover {
	color:#ebbbbb;
	font-style:italic;
}
a.inquirenav, a.inquirenav:visited {
	font-size:1.7em;
	color:#F4F4F4;
	font-style:italic;
}
a.inquirenav:hover {
	font-size:1.7em;
	color:#5c9cb7;
	font-style:italic;
}
a.morenav, a.morenav:visited {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.5em;
	color:#DBEAF0;
	font-style:italic;
}
a.morenav:hover {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.5em;
	color:#5c9cb7;
	font-style:italic;
}
a.lessnav, a.lessnav:visited {
	font-size:1.5em;
	color:#DBEAF0;
	font-style:italic;
}
a.lessnav:hover {
	font-size:1.5em;
	color:#5c9cb7;
	font-style:italic;
}
span.affiliatespan {
	margin-right:25px;
	margin-bottom:25px;
	float:left;
	display:block;
	background-color:#616161;
	padding:10px 25px;
	font-size:1.7em;
	color:#F4F4F4;
	font-style:italic;
	font-weight:bold;
}
a.affiliatenav {
	color:#F4F4F4;
	font-style:italic;
}
a.affiliatenav:hover {
	color:#5c9cb7;
	font-style:italic;
}


/* Text Styles
----------------------------------------------------------------------------------------------------*/
h1 {
	font-size:3.5em;
	font-weight:bold;
	color:#FFF;
	padding:30px 30px 10px 30px;
}
h2 {
	font-size:1.8em;
	font-weight:bold;
	color:#2b2b2b;
	padding:10px 30px 0px 30px;
}
h2.p_title {
	padding-left:40px;
}
h2.a_title {
	padding-top:0px;
	padding-left:30px;
	color:#f4f4f4;
}
p.welcome_text {
	font-size:1.8em;
	font-weight:bold;
	color:#2b2b2b;
	padding-top:30px;
	padding-right:40px;
	padding-left:45px;
}
p.welcome_text_product {
	font-size:1.8em;
	font-weight:bold;
	color:#2b2b2b;
	padding-top:20px;
	padding-right:40px;
	padding-left:45px;
	padding-bottom:10px;
}
p.home_paragraph {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:#2b2b2b;
}
p.type_info {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:#2b2b2b;
	background-color:#fbfbfb;
	margin:-3px 30px 20px 35px;
	padding:20px 20px;
}
p.terms_of_sale {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color:#f4f4f4;
	margin-top:-25px;
}
p.affiliates_links {
	/*background-color:#616161;*/
	margin:-10px 20px 10px 0px;
}
div.info p {
	text-align:justify;
}
span.price {
	font-family:"Palatino Linotype","Book Antiqua",Palatino,FreeSerif,serif;
	font-size:1.2em;
	margin:9px 0px 8px 0px;
	color:#F4F4F4;
	position:relative;
	float:right;
}
div.more {
	/*background:url(../images/bg_more.png) no-repeat top left;*/
	width:80px;
	height:55px;
	position:relative;
	padding:1px 0px 5px 0px;
	margin-top:10px;
	margin-bottom:-45px;
	margin-left:30px;
	text-align:left;
}
div.inquire {
	clear:both;
	background:url(../images/bg_inquire.png) no-repeat top left;
	width:335px;
	height:55px;
	position:relative;
	z-index:2;
	left:-15px;
	padding:12px 15px 12px 0px;
	margin-right:40px;
	margin-bottom:0;
	margin-top:0;
	text-align:right;
}
div.sold {
	clear:both;
	background:url(../images/bg_sold.png) no-repeat top left;
	width:335px;
	height:55px;
	position:relative;
	z-index:2;
	left:-15px;
	padding:12px 15px 12px 0px;
	margin-right:40px;
	margin-bottom:0;
	margin-top:0;
	text-align:right;
	font-size:1.7em;
	color:#F4F4F4;
	font-weight:bold;
}
#content .container_16 .info p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:#f5f4f4;
	padding:2px 30px 0px 30px;
}
label {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:1.2em;
	font-style:italic;
}
input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
}
#footer .grid_8 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.3em;
	color:#FFF;
}
#footer .grid_8 p {
	padding-top:0px;
	padding-bottom:40px;
}
#footer .grid_8 p.right {
	text-align:right;
}


/* Images
----------------------------------------------------------------------------------------------------*/
.feature_img {
	background:url(../images/shadow_feature.png) no-repeat left top;
	height:173px;
	width:266px;
	margin-left:38px;
	margin-top:20px;
	margin-bottom:10px;
	float:left;
}
.feature_img img.f_img {
	border:11px solid #FFF;
	margin:4px 5px;
}
.feature_img img.f_img:hover {
	border:11px solid #77ABBF;
	margin:4px 5px;
}
.product_img {
	background:url(../images/shadow_product.png) no-repeat left top;
	height:180px;
	width:180px;
	margin-right:20px;
	margin-bottom:20px;
	float:left;
	position:relative;
}
.product_img span {
	height:23px;
	width:60px;
	background:url(../images/btn_product_enlarge.png) no-repeat top center;
	position:absolute;
	z-index:10;
	top:150px;
	left:110px;
}
.product_img:hover span {
	background:url(../images/btn_product_enlarge.png) no-repeat bottom center;
}
.product_img img {
	border:10px solid #FFF;
	margin:4px 4px;
}
.product_img:hover img {
	border:10px solid #77ABBF;
}
.collage_img {
	background:url(../images/shadow_collage.png) no-repeat left bottom;
	height:310px;
	width:403px;
	float:left;
	margin-left:-10px;
	margin-top:-70px;
	margin-bottom:15px;
	/**/position:relative;
	/**/display:inline;
	/**/z-index:3;
}
.collage_img img {
	border:11px solid #FFF;
	margin:4px 5px;
}
.arrow_h1_black {
	background:url(../images/arrow_black.png) no-repeat center top;
	margin-top:-16px;
	width:30px;
	height:16px;
	position:relative;
	left:90px;
	top:18px;
	z-index:9;
}
.arrow_nav_white {
	background:url(../images/arrow_white.png) no-repeat center top;
	margin-top:-16px;
	margin-bottom:-12px;
	width:30px;
	height:16px;
	position:relative;
	left:93px;
	/**/top:2px;
	z-index:9;
}
.arrow_featured_blue {
	background:url(../images/arrow_ltblue.png) no-repeat center top;
	margin-top:-16px;
	width:30px;
	height:16px;
	position:relative;
	left:90px;
	top:15px;
	z-index:4;
}
.arrow_title_blue {
	background:url(../images/arrow_ltblue.png) no-repeat center top;
	margin-top:-16px;
	width:30px;
	height:16px;
	position:relative;
	left:93px;
	top:-3px;
	z-index:10;
}
.arrow_footer_red {
	background:url(../images/arrow_dkred.png) no-repeat center top;
	margin-top:0px;
	width:30px;
	height:16px;
	position:relative;
	left:96px;
	top:-20px;
	z-index:9;
}
.arrow_sorttitle_red {
	background:url(../images/arrow_dkred.png) no-repeat center top;
	margin-top:0px;
	width:30px;
	height:16px;
	position:absolute;
	left:88px;
	top:40px;
	z-index:9;
}
.arrow_sortdate_red {
	background:url(../images/arrow_dkred.png) no-repeat center top;
	margin-top:0px;
	width:30px;
	height:16px;
	position:absolute;
	left:235px;
	top:40px;
	z-index:9;
}
.arrow_footer_dkgrey {
	background:url(../images/arrow_dkgrey.png) no-repeat center top;
	margin-top:0px;
	width:30px;
	height:16px;
	position:relative;
	left:96px;
	top:-20px;
	z-index:9;
}
.arrow_affiliates_ltgrey {
	background:url(../images/arrow_ltgrey.png) no-repeat center top;
	margin-top:0px;
	width:30px;
	height:16px;
	position:relative;
	left:96px;
	top:-11px;
	z-index:10;
}