@import url('home-square.css');
@import url(../resources/bickham/bickham.css);
@import url('tabs.css');
@import url('overlay.css');
@import url('skin.css');
@import url('breadcrumbs.css');


/*=========================================================================================================================
PAGE GENERAL
===========================================================================================================================*/

* {
    margin: 0;
    padding: 0;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 13px;
    line-height: 17px;
    color: #5a5449;
}

body {
    background-color:#5a5449;
}

.clear {
    clear: both;
    margin: -1px 0px 0px 0px;
    height: 1px;
    font-size: 1px;
    line-height: 1px;
    width: 100%;
}
.spacer{
	width:100%;
	height:20px;
	}

.fl{
    float:left;
}
.fr{
    float:right;
}
img {
    border: 0;
}

/*=========================================================================================================================
FONTS
===========================================================================================================================*/

h1 {
}
p {
	padding-bottom:20px;
}
a {
    color: #478ae1;
    text-decoration: none;
/*	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;*/
}
a:hover {
    text-decoration: underline;
}

/*=========================================================================================================================
HEADER STYLES
===========================================================================================================================*/
#header-container {
    position:relative;
    margin-top:15px;
    margin-bottom:0px;
    margin-left:auto;
    margin-right:auto;
    width: 968px;
    height:117px;
    
}

#header-container ul{
    margin: 0;
}
#header-container ul li{
    list-style: none;
    float: left;
}


/* ------------------------------ sample divider for organizing sub-content ------------------------------ */



/*=========================================================================================================================
NAV STYLES
===========================================================================================================================*/



/* ------------------------------ top-nav styles ------------------------------ */
.top-nav{
    color: #978d7b;
    text-transform: uppercase;
}
.top-nav li{
    margin: 0 0 0 5px;
    color: #978d7b;
}
.top-nav a {
    color: #978d7b;
    font-size:11px;
    letter-spacing: .05em;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}
.top-nav a:hover{
    color: #7c6f57;
    text-decoration: none;
}


/* --------------------------------- left-nav ---------------------------------- */


/* ------------------------------ main-nav styles ------------------------------ */
.main-nav{
    color: #efebe2;
    text-transform: uppercase;
    padding-top: 20px;
}
.main-nav li{
    margin: 0 0 0 25px;
}
.main-nav a {
    color: #efebe2;
    font-size:14px;
    letter-spacing:.10em;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}
.main-nav a:hover {
    color: #b9a577;
    text-decoration: none;
}

/* ------------------------------ bottom-nav styles ------------------------------ */
.bottom-nav{
    color: #978d7b;
    text-transform: uppercase;
}
.bottom-nav li{
    margin: 0 0 0 5px;
    color: #978d7b;
}
.bottom-nav a{
    color: #978d7b;
    font-size:11px;
}
.bottom-nav a:hover{
    color: #7c6f57;
    text-decoration: none;
}


/*=========================================================================================================================
CONTENT STYLES
===========================================================================================================================*/
#search {
    text-align: right;
    height: 27px;
    margin-top: 20px;
}

#logo{
    padding-top:51px;
    padding-left:8px;
}


#logo a img {
border: none;
opacity: .45;
filter: alpha(opacity = 45);
-webkit-transition: opacity .2s ease-in-out;
-moz-transition: opacity .2s ease-in-out;
-o-transition: opacity .2s ease-in-out;
transition: opacity .2s ease-in-out;
}

#logo a:hover img {
opacity: 1;
filter: alpha(opacity = 100);
}

#main-content {
    width: 968px;
    position: relative;
    background-color:#5a5449;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
	padding-top:20px;
	border-top:#a69b87 1px solid;
	min-height:300px;
}

#content {
    width: 968px;
    position: relative;
    background-color:#978d7b;
    min-height: 430px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}

#outter-white-bkg{
	background-color:#5A5449;
	border: solid #a69b87 1px;	
	padding: 2px;
	
}
#white-bkg{
	background-color:#FFF;
	border: solid #a69b87 1px;
	padding:10px;
	width:752px;
}

#white-bkg h3{
	text-transform:uppercase;
	font-size:16px;
	padding-bottom:10px;
}

/*-- left-column -- */

#left-column{
		float: left;
		width:155px;
		padding-top:40px;
}

#left-column ul{
 text-align:right;
 padding-right:10px

}

#left-column li{
	line-height:24px;	
	border-bottom:#a69b87 1px solid;
}
#left-column li:first-child{
	border-top:#a69b87 1px solid;
}

#left-column a {
	font-style:italic;
	color:#74affc;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}
#left-column a:hover {
	color:#b0c7e5;
	text-decoration:none;
}
#left-column a:active {
	color:#FFF;
}
#main-column{
	min-height:550px;
	float:left;
	padding-left:30px;
	width:780px;
	border-left:#a69b87 1px solid;
}

#main-column h1{
    font: 55px BickhamScriptOneRegular, Arial, sans-serif;
	color: #efebe2;
	-webkit-font-smoothing: antialiased;
}

#main-column p {
		color:#efebe2;
}


.row {
    height: 198px;	
}

.outter-col{
	border: solid #a69b87 1px;
	padding:2px;
	background-color:#5a5449;
	float: left;
	margin: 0 14px 15px 0;

}

.cols {
    float: left;
    top: 100px;
    height: 186px;
	background-color:#FFF;
	color:#FFF;
    width: 176px;
	border: solid #a69b87 1px;
	
}


.cols a{
	color:#478ae1;
	padding-top: 149px;
	position: absolute;
	width: 175px;
	font-size:11px;
	font-style:italic;
	/*-moz-margin-start:-88px;*/
	text-align:center;
}
.cols a img{
	margin-top:-149px;
}

.colsFinish {
    float: left;
    top: 100px;
    height: 195px;
	background-color:#FFF;
	color:#FFF;
    width: 176px;
	border: solid #a69b87 1px;
	
}


.colsFinish span{
	color:#478ae1;
	padding-top: 149px;
	position: absolute;
	width: 175px;
	font-size:11px;
	font-style:italic;
	/*-moz-margin-start:-88px;*/
	text-align:center;
}
.colsFinish span img
{
    padding-top:5px;
	margin-top:-149px;
}






.outter-col-blank{
	border: solid #5a5449 1px;
	padding:2px;
	float: left;
	margin: 0 14px 15px 0;
	padding-bottom:50px;

}

.row-blank {
 	
}

.cols-blank { 
	border: solid #5a5449 1px;
    float: left;
    top: 100px;
	color:#FFF;
    width: 176px;
}

.cols-blank p{
	line-height:20px;
}

.cols-blank a {
	font-style:italic;
	color:#74affc;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}
.cols-blank a:hover {
	color:#b0c7e5;
	text-decoration:none;
}

.cols-blank h3{
	color:#74affc;
	height:30px;
}

.no-right-margin {
    margin-right:0px;
}


#left-column .selected {
color:#FFF;
}
#main-column .selected{
color:#FFF;

}

#catalog{
	border: solid #a69b87 1px;
	padding:1px;
	width:753px;
	background-color:#5a5449;
	height:585px;
}

#catalog .inner-line{
	border: solid #a69b87 1px;
}


.outter-catalog-landing {
float:left;	
margin-left: 55px;
	text-align:center;

}


.catalog-landing{
	border: solid #A69B87 1px;
padding: 1px;
background-color: #5A5449;
height: 354px;
width: 274px;
margin-bottom:10px;
}

.catalog-landing .inner-line{
	border: solid #a69b87 1px;
}

.outter-catalog-landing a {
	font-style:italic;
	color:#74affc;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}
.outter-catalog-landing a:hover {
	color:#b0c7e5;
	text-decoration:none;
}

/* ------------------------------ banner styles ------------------------------ */
#home-banner-container {
    height: 426px;
    width: 251px;
    position: relative;
    margin-right: 3px;
    /*background-color: #c41230;*/
    float: right;
}
.home-banner {
    float: left;
    height: 140px;
    width: 251px;
    position: relative;
    border: 1px solid #5A5449;
    margin-top:1px;
}

/*fix for clickable side boxes*/ 
#home-banner-container a:hover {
text-decoration: none;	
}

#home-banner-container span {
	color: #478AE1;
}
/*end*/

/* ------------------------------ duo-content styles ------------------------------ */
#duo-content-container {
    position:relative;
    margin-top:9px;
    margin-bottom:0px;
    margin-left:auto;
    margin-right:auto;
    height:149px;
    width: 968px;
}
.duo-content-bkg{
    background-color: #978D7B;
    float: left;
    margin-right: 10px;
    padding-right: 1px;
    height: 148px;
    width: 478px;
}
.duo-content{
    border: 1px solid #5A5449;
    height: 144px;
    margin-left: 1px;
    margin-top: 1px;
}

.duo-content-none{
    margin-right: 0;
}
.duo-content .headline {
    font: 42px BickhamScriptOneRegular, Arial, sans-serif;
    left: 145px;
    position: absolute;
    right: 10px;
    top: 14px;
    width: 325px;
    color:#726958;
    letter-spacing: 1px;
    text-shadow: -2px 0 0 #FFF,2px 0 0 #FFF;
	-webkit-font-smoothing: antialiased;
}
.duo-content .line {
    background-color: #726958;
    height: 1px;
    left: 144px;
    position: absolute;
    right: 10px;
    top: 50px;
    width: 300px;
}
.duo-content img.inset {
    position: absolute;
    padding: 1px;
    border: 1px solid #b9ad97;
}
.duo-content .text {
    position: absolute;
    padding-top: 43px;
	right: 20px;
	width: 310px;
    
    font-size: 12px;
}
.duo-content .text span {
    font-size: 12px;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}
/*added this to fix the clickable bottom boxes*/
#duo-content-container .duo-content-bkg a:hover {
text-decoration: none;	
}

#duo-content-container span {
	color: #478AE1;
}
/* end */



.banner-bottom {
    float: left;
    width: 455px;
    background-color:#FFF;
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    height: 114px;
}

/* ------------------------------ banner-right styles ------------------------------ */
.banner-right{
    background-color: #FFF;
    float: left;
    height: 120px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-top: 10px;
    position: relative;
    width: 241px;
}

.home-banner .headline-right {
    color: #726958;
    font: normal normal normal 45px/normal BickhamScriptOneRegular, Arial, sans-serif;
    left: 15px;
    letter-spacing: 1px;
    position: absolute;
    right: 10px;
    text-shadow: #FFF -2px 0px 0px, #FFF 2px 0px 0px;
    top: 4px;
    width: 325px;
	-webkit-font-smoothing: antialiased
}
.home-banner .line-right {
    background-color: #D3D1CE;
    height: 1px;
    left: 15px;
    position: absolute;
    right: 10px;
    top: 47px;
    width: 220px;
}


.home-banner img.inset-right {
    position: absolute;
    padding: 1px;
    margin-top:45px;
}
.home-banner .text-right {
    font-size: 12px;
    padding-top: 45px;
    position: absolute;
    right: 5px;
    width: 170px;
}
.home-banner .text-right a {
    font-size: 12px;
	-webkit-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}


/* item page */

#box{
overflow: hidden;
padding-bottom:10px;
}

#item-main-img {
	position: relative;
	float: left;
	width: 437px;
}

.zoom {
position: absolute;
right: 30px;
bottom: 15px;
font-style: italic;
}
#item-desc{
	width: 300px;
	float: right;	
	padding-top:20px;
}
#item-desc h4{
	padding-bottom:10px;
	font-size:14px;
}

#item-desc p {
	color: #5a5449 !important;
}

.title{
margin-top: 20px;
font-weight: bold;	
}

.toggle{
	min-height:0  !important;
padding: 0px  !important;
border:none !important;	
}

.toggle-text{
padding-bottom: 10px  !important;
text-align:right;
color: #478ae1!important;
font-style:italic !important;

}
/*=========================================================================================================================
FORM STYLES (global)
===========================================================================================================================*/
.searchbox {
   background-color:#978d7b;
   border:1px solid #b9ad97;
   border-right:none;
   width:170px;
   height:25px;
   vertical-align:top;
   font-family: Helvetica, Arial;
   font-style:italic;
   font-size:12px;
   color:#5e584c;
   padding-left:10px;
   margin-right:-10px;
   margin-top:-5px; 
}
.searchbox-arrows {
    margin-left:0;
    height:27px;
    margin-top:-5px; 
}

.form-controls {
	width:230px;
	float: left;
	padding-right:5px;
	padding-bottom:14px;
	
}
.form-controls span{
	width:200px;
	
}
.form-controls label{
color:#c0b59f;
font-style:italic;
font-size:11px; padding-right:10px	
}

.form-controls input{
   background-color:#dbd7ce;
   border:1px solid #b7ae9e;
   color:#8e887e;
	font-family: Helvetica, Arial;
	font-style:italic;
	font-size:12px;
margin-right:5px;
   }


.form-controls select{
	display:block;
	width:200px;
margin-bottom:5px;
}



.outter-link-button{
	background-color:#FFF;
	border: solid #a69b87 1px;	
	padding: 1px;
	padding-top: 5px;
padding-bottom: 5px;
margin-bottom:15px;
font-style:italic;
}
.link-button{
	background-color:#dbd7ce;
padding: 4px 10px 4px 10px;
}










/*=========================================================================================================================
FOOTER STYLES
===========================================================================================================================*/


#footer {
    clear:both;
	position:relative;
	padding-top: 40px;
    margin-bottom:0px;
    margin-left:auto;
    margin-right:auto;
    width: 968px;
    text-transform: uppercase;    
}

#footer ul{
    margin: 0;
	padding-top:5px;

}
#footer ul li{
    list-style: none;
    float: left;
}

#footer-line {
    background-color: #a69b87;
    height: 1px;
    position: absolute;
    top: 24px;
    width: 968px;
	z-index:-1;
}

#copyright{
    color: #978D7B;
    width:300px;
    float:left;
    font-size:11px;
    letter-spacing: .05em;
	padding-top:5px;
    
}
#seventy-years{
	left: 430px;
	position: absolute;
	top: 8px;
	background-color:#5a5449;
}




#seventy-years a img {
border: none;
opacity: .45;
filter: alpha(opacity = 45);
-webkit-transition: opacity .2s ease-in-out;
-moz-transition: opacity .2s ease-in-out;
-o-transition: opacity .2s ease-in-out;
transition: opacity .2s ease-in-out;
}

#seventy-years a:hover img {
opacity: 1;
filter: alpha(opacity = 100);
}



/* Patterns */

.thumbs {
display: inline !important ;
width: 710px;
height: 130px;
border: none !important;
min-height: 0 !important;
padding: 0px !important;
}

.thumbs a img.padRight {
margin-right: 2px;
}

.thumbs a img.padRightII {
margin-right: 2px;
margin-bottom:35px;
}

.thumbs a img.last {
margin-right: 0px;
margin-left: 0px;
}
 .thumbs a img {
border: 1px solid #EDECEC;
margin-bottom: 20px;
}

.thumbs span{
color: #7b766d;
margin-top: 140px;
position: absolute;
width: 133px;
margin-left: -133px;
text-align: center;
line-height:7px;
font-size:12px;

}

/* Hack for FF */
 .top-nav a {
-moz-font-size: 11px;

}

 .top-nav {
-moz-padding-top: 8px;
}

/* .main-nav {
-moz-padding-top: 0px;
}

.main-nav a {
-moz-letter-spacing: 0.08em;
}
*/
 #content {
-moz-margin-top:10px;
}

.thumbs a img.padRight {
-moz-margin-end: 2px;
}
.thumbs a img.padRightII {
-moz-margin-end: 2px;

}


/* Pagination */


#pagination {border:0; margin:0; padding:0;
float: right;
height: 25px;
padding-bottom:10px
}

#pagination li{
border:0; margin:0; padding:0;
font-size:11px;
list-style:none;
margin-right:2px;
float: left;

}
#pagination a{
border:solid 1px #C1B7A0;
margin-right:2px;
}
#pagination li:first-child{
	border:none;
}

#pagination .previous-off,
#pagination .next-off {
border:solid 1px #DEDEDE;
color:#888888;
display:block;
float:left;
font-weight:bold;
margin-right:2px;
padding:3px 4px;

}
#pagination .next a,
#pagination .previous a {
font-weight:bold;
	border:none;
} 
#pagination .active{
background:#f1efea;
font-weight:bold;
display:block;
float:left;
padding:3px 4px;
border:solid 1px #C1B7A0;
margin-right:4px;
}
#pagination a:link,
#pagination a:visited {
color:#0064cd;
display:block;
float:left;
padding:3px 6px;
text-decoration:none;
}
#pagination a:hover{
border:solid 1px #0e509e;
}
#pagination .next a:hover{
border:none;
}



/*////////////////////////////////////////////////////////////////////////////////////////*/
/* ------------------------------ FBN Programmer Additions ------------------------------ */
/*////////////////////////////////////////////////////////////////////////////////////////*/
.row {
    height: 198px;	
}

.pc-outter-rows{
	border: solid #a69b87 1px;
	padding:2px;
	background-color:#5a5449;
	margin: 0 14px 15px 0;
    width:752px;
    height:180px;
}


.no-right-margin {
    margin-right:0px;
}
.innerTable
{
    width:500px;	
	min-height:465px;
	border:1px solid #666;
    padding:2px;
}
h3{
	text-transform:uppercase;
	font-size:16px;
    }
    .detailsName {
color:#595447;
font-size:16px;
margin-bottom:5px;
}
.colsLast {
    float: left;
    top: 100px;
    height: 186px;
	background-color:#478AE1;
	color:#FFF;
    width: 176px;
	border: solid #a69b87 1px;
	
}
.colsLast a{
	color:#478ae1;
	padding-top: 149px;
	position: absolute;
	width: 175px;
	font-size:11px;
	font-style:italic;
	/*-moz-margin-start:-88px;*/
	text-align:center;
}
.colsLast a img{
	margin-top:-149px;
}

