html {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	height: 100%;
}

a {
	color: #5761A8;
}

a:visited {
	color: #A84245;
}

.pageContainer {
	position: relative;
	width: 763px;
	height: 100%;
	background: #F7F4F0;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin: auto;
}

.pageTop {
	position: relative;
	width: 100%;
	height: 96px;
	background: transparent url(/templates/designs/fashionne/blue/top.gif) no-repeat;
}


.pageMenu {
	position: relative;
	width: 100%;
	top: -20px;
	height: 22px;
	margin: 0;
	z-index: 200;
}

.pageMenuItem {
	position: relative;
	float: left;
	width: 121px;
	height: 22px;
	padding-left: 10px;
}

.pageMenuItemText {
	font: 10pt tahoma, arial;
	text-decoration: none;
	color: #000000!important;
}

.pageMenuItemText:hover {
	color: #606060!important;
}

.pageSubMenu {
	position: absolute;
	background: transparent url(/templates/designs/fashionne/blue/submenu.gif) no-repeat bottom left;
	width: 115px;
	top: 17px;
	left: 5px;
	padding: 0 6px 8px 6px;
	overflow: hidden;
	display: none;
}

.pageSubMenuText {
	font: 10pt tahoma, arial;
	text-decoration: none;
	color: #000000!important;
}

.pageSubMenuText:hover {
	color: #606060!important;
}

.pageContents {
	position: relative;
	width: 750px;
	padding: 0 5px 0 5px;
	overflow: hidden;
}