@charset "utf-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(Images/bg_gradient.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #C49430;
}
a:hover {
	text-decoration: none;
	color: #ECC550;
}
a:active {
	text-decoration: none;
	color: #FF816A;
}
.oneColFixCtrHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-image: url(Images/header_bg.jpg);
	background-repeat: no-repeat;
	height: 67px;
	top: 0px;
}
#navcontainer
{
	color: #FFCC66;
	padding-top: 47px;
	padding-left: 400px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font-weight: bold;
}
#navcontainer ul
{
	color: #FFCC66;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #5D0F0F;
}

#navcontainer ul li a:hover
{
	background-color: #A72B2B;
	color: #F2E589;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
}
.oneColFixCtrHdr #mainContent {
	background-image: url(Images/content_noText_bg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border: 0px solid #B63331;
}
.oneColFixCtrHdr #footer {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
	margin-right: 115px;
	margin-left: 115px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B73231;
}
.oneColFixCtrHdr #footer ul {
	margin: 0px;
}
.oneColFixCtrHdr    #footer    li   {
	display: inline;
	padding-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #FFFFFF;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.6em;
	color: #EBD07F;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#Table_01 {
	position:relative;
	left:0px;
	top:0px;
	width:780px;
	height:438px;
}

#home-01_ {
	position:absolute;
	left:0px;
	top:0px;
	width:116px;
	height:103px;
}

#logo-bottom_ {
	position:absolute;
	left:116px;
	top:0px;
	width:262px;
	height:103px;
	background-image: url(Images/logo_bottom.jpg);
}

#ladies_ {
	position:absolute;
	left:378px;
	top:0px;
	width:402px;
	height:273px;
	background-image: url(Images/ladies.jpg);
}

#home-02_ {
	position:absolute;
	left:0px;
	top:103px;
	width:116px;
	height:335px;
}

#purse_ {
	position:absolute;
	left:116px;
	top:103px;
	width:262px;
	height:335px;
}

#reflection_ {
	position:absolute;
	left:378px;
	top:273px;
	width:402px;
	height:165px;
	background-image: url(Images/reflection.jpg);
}
#MenuBar1 {
	float: right;
	padding-top: 40px;
}
