/* ---------- HEADER WITH NAVIGATION ----------------*/
#header{width:100%;} /*header contains iframe and top nav*/
/*sign in iFrame*/
#header iFrame{width:100%; overflow:hidden; border:none; height:55px;}
/*iFrame content*/
/*top row of header*/
#account-info{width:100%; height:30px; position:relative;color: #666666}
#account-info #welcome{float:left; left:1px; top:5px; width:40%; bottom:0; position:absolute;}
#account-info #country_select{font-weight:bold;}
#account-info #sign-in-links{float:right; width:60%; text-align:right; font-size:100%; margin-top:3px;}/*links that appear at top header*/
#account-info #sign-in-links a img{margin:0 0 0 3px;}
#account-info #sign-in-links a{color:#666666; margin:0 4px;}
#account-info #sign-in-links #basket-items-count{font-weight: bold; color: #993333; margin:0;}/* shopping bag text */
#account-info #sign-in-links .shopping-bag{ vertical-align:middle;}/*shopping bag pic - aligns with rest of the text*/
#account-info #sign-in-links #cart-items-count{font-weight: bold;}/*number of items*/
.logged-in-form {display:inline;}
/*header-holder contains logo and search*/
#header-holder{width:100%; margin-top:0; clear:both; color:#666666}
#header-holder #logo{float:left; width:50%; padding:2px 0 0;}
#header-holder #site-search{float:right; width:50%; text-align:right; margin-top:4px;}
#header-holder #search{border:#999999 solid 1px; height:16px; width:120px; padding:0; background-color:#e7e7e7;}
.search-button{vertical-align:bottom;}/*aligns with the rest of the text*/
/*top nav content*/
/*navigation buttons*/
#top-nav{float:left; margin:0; padding:0}
#top-nav ul{margin:0; padding:0; border:0;}
#top-nav ul li{background-repeat:no-repeat; margin:0; padding:0; list-style-type:none; display:inline; height:23px; float:left}
#top-nav ul li a{margin:0; padding:0; display:block; height:23px; float:left}
html>body .top-nav ul li a{margin:0; padding:0; display:block; height:23px; vertical-align:top}
#top-nav ul li img{margin:0; padding:0; height:23px;}
* html a:hover{visibility:visible}
#top-nav ul li a:hover img{visibility:hidden}
/* Main nav */
#top-nav .homes{background-image:url(images/indexover_05.jpg);}
#top-nav .aboutuss{background-image:url(images/indexover_06.jpg);}
#top-nav .collections{background-image:url(images/indexover_07.jpg);}
#top-nav .stores{background-image:url(images/indexover_08.jpg);}
#top-nav .pressrooms{background-image:url(images/indexover_09.jpg);}
#top-nav .shoots{background-image:url(images/indexover_10.jpg);}
#top-nav .careers{background-image:url(images/indexover_11.jpg);}
#top-nav .faqs{background-image:url(images/indexover_12.jpg);}
#top-nav .querys{background-image:url(images/indexover_13.jpg);}
#top-nav .contactuss{background-image:url(images/indexover_14.jpg);}
/* FTBC-specific nav */
.ftbc-nav{padding-bottom:20px;}
.order-confirm-nav{padding-bottom:20px;}
