@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 80%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 10em;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 10em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #EEE;
	padding: 0.5em 0.75em;
	color: #660033;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #AACBDE;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #C2DAE7;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
.index-table-centre-padding {
	text-align: justify;
	padding-right: 30px;
	color: #666;
	padding-left: 20px;
	background-color: #FFF;
}
.index-table-titles {
	padding-left: 10px;


}
.index-right-div-title {
	color: #414141;
	padding-top: 10px;
	background-color: #FFF;
}
.right-div-text-index {
	color: #666;
	background-color: #FFF;
	font-size: 14px;
}
.head-text-centre {
	float: left;
	width: 300px;
	margin-left: 305px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	text-align: center;
	color: #FFFFFF;
	padding-top: 5px;
}
.z-head-text-centre {
	float: left;
	width: 300px;
	margin-left: 305px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	text-align: center;
	color: #666666;
	padding-top: 5px;
}

.header-text-padding {
	padding-top: 20px;
}
.header-text-top {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 22px;
	color: #CCCCCC;
	text-align: center;
	width: 300px;
	margin-left: 320px;
	margin-top: 20px;
	height: 35px;
}
.index-textbox-2 {
	clear: right;
	float: right;
	height: 200px;
	width: 367px;
	margin-top: 10px;
	margin-right: 10px;
}
.large-image-swap {
	padding-top: 11px;
	float: left;
	margin-left: 30px;
	margin-bottom: 20px;
}
.lace-wallets-pic-div {
	float: left;
	height: 550px;
	width: 960px;
}
.favours-order-card-swatch-small {
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
}
.favours-order-card-swatch-small2 {
	float: left;
	margin-left: 6px;
	margin-bottom: 15px;
}
.index-examples-designs {

}
.index-left-design-example {
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.index-heading-design-examples {
	height: 100px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 40px;
	color: #4D498F;
	width: 940px;
	float: left;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
}
.index-example-titles {
	font-family: Tahoma, Geneva, sans-serif;
	height: 30px;
	width: 208px;
	margin-left: 20px;
	float: left;
	margin-bottom: 30px;
	text-align: center;
	color: #603;
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	background-color: #E1E1E1;
}
.index-standard-text {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 20px;
	text-align: justify;
}
.index-bottom-box {
	float: left;
	height: 180px;
	margin-bottom: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	width: 472px;
	margin-right: 20px;
	text-align: left;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999;
}
.index-bottom-box-right {
	float: left;
	height: 180px;
	margin-bottom: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
	width: 445px;
	text-align: left;
}

.telephone-number {
	color: #000;
}
.telephone-number {
	color: #603;

}
.index-standard-text-2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
}
.index-text-2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
}
.flat-bundles-pic-div {
	float: left;
	height: 1670px;
	width: 960px;
}
.tips-index-under-slider {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666;
	background-color: #EEE;
	height: 34px;
	margin-bottom: 30px;
	padding-bottom: 8px;
	text-align: center;
	line-height: 34px;
	font-size: 20px;
	padding-top: 1px;
}
tips-title-text {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.tips-main-text {
	float: left;
	width: 940px;
	margin-right: 10px;
	margin-left: 10px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #666;
}
tips-titles {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #666;
}
.container .content #tipstext h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	color: #039;
}
.container .content #tipstext #tipssubtitles strong {
	color: #9F2063;
}
.Luxury-passports-pic-div {
	float: left;
	height: 2000px;
	width: 960px;
}
