@CHARSET "ISO-8859-1";

/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/*
	HCIT Resets
*/
div {
	position: relative;
}

body {
	background-image: url("/images/fta/fta_page_bg.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #281313;
	color: #d6c896;
	font-family: Verdana, arial, sans-serif;
	font-size: 11px;
}
a {
	color: #d6c896;
}
p {
	margin-bottom: 18px;
	line-height: 17px;	
}
strong {
	font-weight: bold;
}
h1 {
	color: #e8dea4;
	font-size: 32px;
	font-family: "Georgia", arial, sans-serif;
	margin-bottom: 15px;
}
h2 {
	color: #e8dea4;
	font-size: 17px;
	font-family: "Georgia", arial, sans-serif;
	margin-bottom: 15px;
}
td {
	vertical-align: top;
}
#content ul {
	list-style: disc;
	margin-bottom: 1em;
}
#content li {
	margin-left: 2em;
	margin-bottom: 0.25em;
}
#page {
	width: 960px;
	margin: 0 auto;
	background-color: #482a2b;
}

#header {
	background-image: url("/images/fta/fta_header_bg.jpg");
	background-repeat: no-repeat;
	height: 180px;
}

#banner {
	background-image: url("/images/fta/fta_banner.jpg");
	background-repeat: no-repeat;
	height: 191px;
}

#top-nav {
	background-image: url("/images/fta/fta_top_nav_bg.jpg");
	background-repeat: no-repeat;
	height: 42px;
}
#left-nav {
	float: left;
	background-image: url("/images/fta/fta_left_nav_bg.jpg");
	background-repeat: no-repeat;
	width: 197px; /* 219px */
	height: 685px;
	padding-left: 11px;
	padding-right: 11px;
}
#content {
	background-image: url("/images/fta/fta_content_bg.jpg");
	background-repeat: no-repeat;
	min-height: 675px;
	width: 701px;
	float: right;
	padding: 10px 15px 0 25px;
	overflow: hidden;
}
#footer {
	background-image: url("/images/fta/fta_footer_bg.jpg");
	background-repeat: no-repeat;
	height: 47px;
	clear: both;
	padding-top: 10px;
	padding-left: 15px;
	color: #cbbc8d;
}

#footer p { margin-bottom: 0.75em; line-height: 1.3em; }
#developed {
	background-color: #281313;
	padding: 20px 15px;
	color: #846160;
}
#developed a {
	color: #846160;
	text-decoration: none;
}
#developed a:hover {
	text-decoration: underline;
}
	
body.home #content {
	width: 906px;
	min-height: 203px;
	float: none;
	background-position: top right;
	padding: 21px 27px;
}
body.home #left-nav {
	display: none;
}

body.home #home-bg {
	background-image: url("/images/fta/fta_home_bg.jpg");
	background-repeat: no-repeat;
	background-position: -1px bottom;
	height: 210px;
	width: 400px;
	position: absolute;
	bottom: 0;
	left: 0;
}		

#featured-products {
	width: 460px;
	height: 205px;
	background-color: #87604d;
	border: solid 1px #664c3a;
	float: left;
	margin-bottom: 21px;
}
#featured-products ul {
	list-style: none;	
}
#featured-products li {
	clear: both;
	height: 70px;
	margin-left: 24px;
	margin-top: 22px;
}
.feature {
	width: 206px;
	height: 205px;
	float: left;
	margin-left: 16px;
}

.featured-image {
	float: left;
	display: block;
	width: 70px;
	height: 70px;
	overflow: hidden;
}
.featured-details {
	float: right;
	margin-right: 22px;
	width: 330px;
}
.featured-name {
	font-family: "Georgia", arial, sans-serif;
	font-size: 14px;
	text-transform: capitalize;
	font-style: italic;
}
.horizontal-nav {
	font-family: "Georgia", arial, sans-serif;
	font-size: 14px;
}
.horizontal-nav li {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	background-image: url("/images/fta/fta_nav_bar.jpg");
	background-position: bottom right;
	background-repeat: no-repeat;
	line-height: 15px;
}
.horizontal-nav li.last {
	background-image: none;
}
.horizontal-nav a {
	text-decoration: none;
}
.horizontal-nav a:hover {
	text-decoration: underline;
}
#site-nav.horizontal-nav {
	position: absolute;
	bottom: 16px;
	right: 13px;
	font-style: italic;

}
#product-top-nav.horizontal-nav {
	position: absolute;
	bottom: 0px;
	right: 13px;
}
#product-top-nav.horizontal-nav li {
	background-image: none;
	height: 28px;
	padding-top: 14px;
}

#left-nav ul {
	margin-top: 20px;
}
#left-nav li a {
	text-decoration: none;
	text-align: right;
	display: block;
}
#left-nav li a.top {
	background-image: url("/images/fta/fta_hr_dashed.gif");
	background-position: bottom;
	background-repeat: no-repeat;
	padding: 8px 0px 10px 0px;
	font-family: "Georgia", arial, sans-serif;
	font-size: 14px;
	padding-right: 20px;	
}
#left-nav li a.selected {
	font-style: italic;
	color: #300707;
}
#left-nav ul ul {
	margin-top: 10px;
	background-image: url("/images/fta/fta_hr_dashed.gif");
	background-position: bottom;
	background-repeat: no-repeat;
	padding-bottom: 10px;
}
#left-nav ul ul a {
	text-transform: lowercase;
	padding: 6px 20px 7px 0px;
}

#product-list td {
	width: 200px;
	padding-right: 32px;
	text-align: center;
}
#product-list a {
	text-decoration: none;
}
#product-list .product-image {
	width: 200px;
	height: 200px;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #ffffff;
}

#product-list .product-name,
#product-list .product-price  {
	font-family: "Georgia", arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	margin: 8px 0;
}
#product-list .product-price {
	margin-bottom: 16px;
}

#page-numbers .label {
	font-family: "Georgia", arial, sans-serif;
	font-size: 14px;
	padding-right: 10px;
}
#page-numbers a {
	 display: block;
	 width: 18px;
	 height: 16px;
	 background-color: #dfc1b5;
	 color: #993333;
	 margin-right: 2px;
	 text-align: center;
	 text-decoration: none;
	 line-height: 15px;
	 border: solid 1px #dfc1b5;
}
#page-numbers .current-page a {
	color: #663333;
	background-color: #e06a69;
	border: solid 1px #e06a69;
}
#page-numbers  a:hover {
	color: #fff;
}



#product-frame {
	font-size: 8pt;
	width: 690px;
}
#product-frame td {
	vertical-align: top;
	padding: 0;
	border: none;
}
#product-frame td.image {
	width: 250px;
}
#product-frame td.details {
	
}

#product-details {
	margin-left: 1em;
}
#product-details td {
	line-height: 1.5em;
	padding: 0 0 0.75em 0;
}
#product-details td.heading {
	font-weight: bold;
	padding-right: 0.75em;
}
#product-details td.back {
	padding-top: 1em;
}
#product-details form {
	margin: 0;
	padding: 0;
}
#pay-pal  {
	width: 250px;
}
#pay-pal td {
	padding: 10px 0;
}
#pay-pal td#view-cart {
	text-align: right;
}
#pay-pal td#back-from-details {
	text-align: center;
}

.wedding-gallery {
    background-color: #fff;
}
.wedding-gallery td {
    padding: 5px;
    text-align: center;
}
.wedding-gallery td table {
    margin: 0 auto;
}
.wedding-gallery a {
    color: #833b39;
    text-decoration: none;
}
.wedding-gallery a:hover {
    text-decoration: underline;
}

#product-top-nav .sub-nav {
	position: absolute;
	top: 43px;
	left: 0;
	width: 200px;
	height: auto;
	/* background-color: #684C41; */
	background-image: url("/images/menu_bg.png");
	background-repeat: repeat;
	display: block;
	z-index: 1000;
	border: solid 1px #87604D;
	border-top: none; 
	padding-top: 5px;
}
#product-top-nav .sub-nav li {
	display:block;
	float: none;
	height: auto;
	padding-top: 0;
	margin-bottom: 5px;
}
#product-top-nav .sub-nav li a {
	display: block;
	padding-bottom: 6px;
	padding-top: 4px;
	padding-left: 10px;
	border-bottom: dashed 1px #87604D;
	font-size: 9pt;
	font-family: arial,sans-serif;
	color: #CCB685;
}

#product-top-nav .sub-nav li.last a {
	border-bottom: none;
}