﻿	html, body {
	background-color: #FFE6E6;
	margin-top: 0px;

	}

	#mjPage	{
	width: 950px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #333;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 1px solid #333333;
	background-color: #FFF;
	position: relative;
	text-align: left;
	}
	
/*-------------Begin Header Area --------------------------------*/

	#mjHeader {
		width: 100%;
		height: 130px;
	}

		#mjHeaderLogo {
			position: absolute;
			top: 4px;
			left: 10px;
			width: 450px;
		}
			
		#mjSigninAccount {
			position: absolute;
			top: 7px;
			left: 600px;
			width: 375px
		}
		
		#mjSigninAccount a:link {
			color: #333333;
			text-decoration: none;
		}
		#mjSigninAccount a:visited {
			color: #333333;
			text-decoration: none;
		}
		
		#mjSigninAccount a:hover {
			color: #9E5701;
			text-decoration: underline;
		}

		#mjHeaderSearch {
			position: absolute;
			top: 30px;
			left: 700px;
		}
		
		#mjHeaderSearch form input {
			font-size: 12px;
			border: 1px solid #CCC;
			background-color: #fff;
			width: 200px;
			height: 14px;
		}

		#mjHeaderSearch a:link {
			color: #9E5701;
			text-decoration: none;
		}
		
		#mjHeaderSearch a:visited {
			color: #9E5701;
			text-decoration: none;
		}
		
		#mjHeaderSearch a:hover {
			color: #0000FF;
			text-decoration: underline;
		}
	
/*------------Header Category Navigation-------------------*/

	#mjCatNav	{
			font-size: 12px;
			font-weight: bold;
		}
	
	#mjCatNav a:link {
			color: #333333;
			text-decoration: none;
		}
	
	#mjCatNav a:visited {
			color: #333333;
			text-decoration: none;
		}
		
	#mjCatNav a:hover {
			color: #8A4D53;
			text-decoration: underline;
		}
	
	#mjHomeHdrNav	{
			border: 1px solid #FFFFFF;
			position: absolute;
			top: 97px;
			left: 4px;
			width: 116px;
			height: 30px;
			text-align: center;
			line-height: 30px;
			background-color: #E1E1E1;
			background-image: url('catalog/navbutton.jpg');
		}
	
	#mjCoatsHdrNav {
			border: 1px solid #FFFFFF;
			position: absolute;
			top: 97px;
			left: 122px;
			width: 116px;
			height: 30px;
			text-align: center;
			line-height: 30px;
			background-color: #E1E1E1;
			background-image: url('catalog/navbutton.jpg');
		}
	
	#mjDressesHdrNav {
			border: 1px solid #FFFFFF;
			position: absolute;
			top: 97px;
			left: 240px;
			width: 116px;
			height: 30px;
			text-align: center;
			line-height: 30px;
			background-color: #E1E1E1;
			background-image: url('catalog/navbutton.jpg');
		}
	
	#mjJacketsHdrNav {
			border: 1px solid #FFFFFF;
			position: absolute;
			top: 97px;
			left: 358px;
			width: 116px;
			height: 30px;
			text-align: center;
			line-height: 30px;
			background-color: #E1E1E1;
			background-image: url('catalog/navbutton.jpg');
		}
	
	#mjPantsHdrNav {
			border: 1px solid #FFFFFF;
			position: absolute;
			top: 97px;
			left: 476px;
			width: 116px;
			height: 30px;
			text-align: center;
			line-height: 30px;
			background-color: #E1E1E1;
			background-image: url('catalog/navbutton.jpg');
		}
	
	#mjSkirtsHdrNav {
			border: 1px solid #FFFFFF;
			position: absolute;
			top: 97px;
			left: 594px;
			width: 116px;
			height: 30px;
			text-align: center;
			line-height: 30px;
			background-color: #E1E1E1;
			background-image: url('catalog/navbutton.jpg');
		}
	
	#mjSuitsHdrNav {
			border: 1px solid #FFFFFF;
			position: absolute;
			top: 97px;
			left: 712px;
			width: 116px;
			height: 30px;
			text-align: center;
			line-height: 30px;
			background-color: #E1E1E1;
			background-image: url('catalog/navbutton.jpg');
		}
	
	#mjTopsHdrNav {
			border: 1px solid #FFFFFF;
			position: absolute;
			top: 97px;
			left: 830px;
			width: 114px;
			height: 30px;
			text-align: center;
			line-height: 30px;
			background-color: #E1E1E1;
			background-image: url('catalog/navbutton.jpg');
		}

/*-------------End Header Area --------------------------------*/

/*-------------Begin Main Area --------------------------------*/

	#mjMainArea {
			width: 950px;
			background-color: #FFF;
			text-align: center;
			margin-left: auto;
			margin-right: auto;
			margin-top: 0px;
			margin-bottom: 4px;
			border: none;
		}
		
	#mjMainArea-PC {
			width: 930px;
			/*border: 1px solid #CCC;*/
			text-align: left;
			margin: 15px 10px 20px 0;
			/* IE 6 double margin fix */
			display: inline;
		}

	#mjMainArea-PC-Content {
			padding: 10px;
		}

	#mjMainArea-SPACER {
			clear: both;
			
		}

/*-------------End Main Area --------------------------------*/

/*-------------Begin Footer Area ----------------------------*/

	#mjFooter {
		width: 930px;
		background-color: #fff;
		margin-left: auto;
		margin-right: auto;
		margin-top: 20px;
		margin-bottom: 5px;
		border: none;
		font-size: 10px;
		color: #333;
		height: 165px;
	}

	#mjfootertable {
			width: 930px;
			cellspacing="0";
			cellpadding="0";
			border: 1px solid #C0C0C0;
			border-collapse: collapse;
		}
	
	#mjfootertablecell {
			border-style: solid;
			border-width: 1px;
			border-color: #C0C0C0;
			width: 310px;
			text-align: left;
			vertical-align: top;
			margin-bottom: 10px;
		}
			
	#mjfooterheadingIMG {
			margin-left: -20px;
			margin-top: 10px;
		}		
		
	#mjfootertablecelltext {
			margin-left: 80px;
			line-height: 16px;
		}
	
	#mjfootertablecell a:link, a:visited {
			color: #333333;
			text-decoration: none;
		}
			
	#mjfootertablecell a:hover {
			color: #9E5701;
			text-decoration: underline;
		}
	
	
	#mjCopyright	{
			font-size: 11px;
			text-align: center;
			margin-top: 20px;
		}

	#mjCopyright a:link, a:visited, a:hover {
			color: #333333;
			text-decoration: none;
		}
	


/*-------------End Footer Area ------------------------------*/

/*-------------This is the link styling for the sitemap in the content pages---------------------------*/


	#mjCPsitemap a:link {
			color: #333333;
			text-decoration: none;
		}
	#mjCPsitemap a:visited {
			color: #333333;
			text-decoration: none;
		}
		
	#mjCPsitemap a:hover {
			color: #8A4D53;
			text-decoration: underline;
		}

