/* CSS Document */

* {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
body  {
	font-size: 11px;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #580300;
	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-color: #580300;
}
.thrColFixHdr #container {
	width: 969px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(../pics/page-back.gif);
	background-repeat: repeat-y;
} 
.thrColFixHdr #header {
	background: #191919;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header #header-top {
	height: 20px;
	width: 969px;
	position: relative;
	background-image: url(../pics/header-top.jpg);
	background-repeat: no-repeat;
}
#header #header-bottom {
	position: relative;
	height: 21px;
	width: 969px;
	background-image: url(../pics/header-bottom.jpg);
}
#header #header-mid {
	position: relative;
	height: 192px;
	width: 969px;
}
#header #header-mid #hb1 {
	position: absolute;
	height: 192px;
	width: 304px;
	left: 0px;
	top: 0px;
	background-image: url(../pics/header-mid1.jpg);
	background-repeat: no-repeat;
}
#header #header-mid #hb2 {
	position: absolute;
	height: 192px;
	width: 371px;
	left: 304px;
	top: 0px;
	background-color: #FFF1DB;
}
#header #header-mid #hb3 {
	position: absolute;
	height: 192px;
	width: 294px;
	left: 675px;
	top: 0px;
	background-image: url(../pics/header-mid3.jpg);
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 219px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* padding keeps the content of the div away from the edges */
	background-image: url(../pics/leftmenu-back.jpg);
	background-repeat: no-repeat;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 222px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image: url(../pics/sidebar2-back.jpg);
	background-repeat: no-repeat;
	background-position: right top; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
}

#sidebar2 #right-top {
	background-image: url(../pics/sidebar2-top.jpg);
	background-repeat: no-repeat;
	height: 92px;
	width: 211px;
	font-size: 12px;
}
#sidebar2 #right-top a {
	color: #000000;
	text-indent: 44px;
	font-size: 12px;
	display: block;
	text-decoration: none;
	line-height: 30px;
}
#sidebar2 #right-top a:hover {
	color: #580300;
}

#sidebar2 #rightcolumheader {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #A5A6BA;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	display: block;
	text-indent: 10px;
	line-height: 30px;
}
#sidebar2-links {
	display: none;
}
#sidebar2 #rightindex {
	padding-right: 4px;
	padding-left: 4px;
}
#sidebar2 .right-data-top {
	background-image: url(../pics/right-data-top.jpg);
	background-repeat: no-repeat;
	height: 5px;
	width: 211px;
	margin-top: 20px;
}
#sidebar2 .right-data-title {
	height: auto;
	width: 201px;
	margin: 0px;
	background-color: #E8AE7E;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #580300;
	border-left-color: #580300;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-size: 12px;
	font-weight: bold;
	color: #580300;
}
#sidebar2 .right-data-mid ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 30px;
	list-style-image: url(../pics/bullit01.gif);
	margin-top: 10px;
}
#sidebar2 .right-data-mid ul li a {
	list-style-position: outside;
	list-style-image: url(../pics/bullit01.gif);
	line-height: 14px;
	text-decoration: none;
	height: 18px;
	display: block;
	margin-top: 0px;
	color: #000000;
	list-style-type: disc;
}
#sidebar2 .right-data-mid ul li a:hover {
	color: #580300;
	list-style-image: url(../pics/bullit02.gif);
	list-style-type: disc;
}
#sidebar2 .right-data-mid {
	background-image: url(../pics/right-data-mid.gif);
	background-repeat: repeat-y;
	width: 211px;
	background-position: left top;
	height: auto;
}
#sidebar2 .right-data-bottom {
	background-image: url(../pics/right-data-bottom.jpg);
	background-repeat: no-repeat;
	height: 5px;
	width: 211px;
	margin-bottom: 0px;
}
#right-data-mid #recent-news {
	background-color: #E8B17E;
	width: 205px;
}
#right-data-mid .rheader {
	font-weight: bold;
	color: #5C0000;
	background-color: #E8B17E;
	width: 199px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 0px;
	border: 1px solid #500100;
}
#right-data-mid2 .rheader {
	font-weight: bold;
	color: #5C0000;
	background-color: #E8B17E;
	width: 199px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 0px;
	border: 1px solid #500100;
}
#right-data-mid .rdata {
	color: #333333;
	width: 199px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #500100;
	border-left-color: #500100;
	line-height: 16px;
}
#sidebar2 #right-data-top2 {
	background-image: url(../pics/right-data-top2.jpg);
	background-repeat: no-repeat;
	height: 10px;
	width: 205px;
	margin-top: 24px;
}
#sidebar2 #right-data-mid2 {
	background-image: url(../pics/right-data-mid2.gif);
	background-repeat: repeat-y;
	width: 205px;
}

.thrColFixHdr #mainContent {
	margin-top: 0px;
	margin-right: 236px;
	margin-bottom: 0px;
	margin-left: 219px;
	background-image: url(../pics/maincontent-back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent #submenu {
	height: 92px;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	color: #520702;
	line-height: 24px;
	position: relative;
	background-image: url(../pics/maincontent-back.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#submenu #face {
	margin-left: 25px;
	position: absolute;
	width: 73px;
	text-align: center;
	height: 67px;
}
#submenu #face a {
	width: 73px;
	text-align: center;
	text-decoration: none;
	color: #5D0400;
	background-image: url(../pics/face.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
#submenu #face a:hover {
	color: #000000;
	background-image: url(../pics/face2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#submenu #breast {
	margin-left: 102px;
	position: absolute;
	width: 73px;
	text-align: center;
}
#submenu #breast a {
	width: 73px;
	text-align: center;
	text-decoration: none;
	color: #5D0400;
	background-image: url(../pics/breast.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
#submenu #breast a:hover {
	color: #000000;
	background-image: url(../pics/breast2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#submenu #body {
	margin-left: 179px;
	position: absolute;
	width: 73px;
	text-align: center;
}
#submenu #body a {
	width: 73px;
	text-align: center;
	text-decoration: none;
	color: #5D0400;
	background-image: url(../pics/body.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
#submenu #body a:hover {
	color: #000000;
	background-image: url(../pics/body2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#submenu #other {
	margin-left: 256px;
	position: absolute;
	width: 73px;
	text-align: center;
}
#submenu #other a {
	width: 73px;
	text-align: center;
	text-decoration: none;
	color: #5D0400;
	background-image: url(../pics/other.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
#submenu #other a:hover {
	color: #000000;
	background-image: url(../pics/other2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#submenu #men {
	margin-left: 333px;
	position: absolute;
	width: 73px;
	text-align: center;
}
#submenu #men a {
	width: 73px;
	text-align: center;
	text-decoration: none;
	color: #5D0400;
	background-image: url(../pics/men.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
#submenu #men a:hover {
	color: #000000;
	background-image: url(../pics/men2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#submenu #mommy {
	margin-left: 410px;
	position: absolute;
	width: 73px;
	text-align: center;
}
#submenu #mommy a {
	width: 73px;
	text-align: center;
	text-decoration: none;
	color: #5D0400;
	background-image: url(../pics/mommy.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
}
#submenu #mommy a:hover {
	color: #000000;
	background-image: url(../pics/mommy2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainContent #mainContentArea {
	padding: 20px;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}
#mainContentArea a {
	color: #990000;
	text-decoration: none;
}
#mainContentArea a:hover {
	color: #4267B8;
	text-decoration: none;
}
#mainContentArea .textheader {
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #580300;
	text-decoration: none;
	letter-spacing: .1em;
}
.thrColFixHdr #footer {
	background-color: #6F0718;
	width: 769px;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 0;
	color: #FFFFFF;
	margin-left: 200px;
	text-align: center;
} 
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #580300;
	line-height: 40px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	color: #580300;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}
h5 {
	font-size: 11px;
	font-weight: bold;
}
#mainContentArea .table-top {
	height: 5px;
	width: 411px;
	margin-left: 30px;
}
#mainContentArea .table-bottom {
	height: 5px;
	width: 411px;
	margin-left: 30px;
}
#mainContentArea .table-title {
	background-image: url(../pics/table-title.gif);
	background-repeat: repeat-y;
	background-position: left top;
	width: 411px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #580300;
	padding-bottom: 6px;
	margin-left: 30px;
}
#mainContentArea .table-mid {
	background-image: url(../pics/table-mid.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-left: 30px;
	position: relative;
}
.table-mid .table-mid-left {
	position: absolute;
	width: 198px;
	left: 0px;
	top: 0px;
}
.table-mid .table-mid-left ul {
	list-style-position: outside;
	list-style-type: none;
	margin-left: 30px;
	width: 170px;
	margin-top: 10px;
	list-style-image: url(../pics/bullit01.gif);
	line-height: 12px;
}
.table-mid .table-mid-left ul li a {
	list-style-position: outside;
	list-style-image: url(../pics/bullit01.gif);
	line-height: 12px;
	text-decoration: none;
	height: 16px;
	display: block;
	margin-top: 0px;
	color: #000000;
}
.table-mid .table-mid-left ul li a:hover {
	color: #580300;
	list-style-image: url(../pics/bullit02.gif);
}
.table-mid .table-mid-right {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #580300;
	position: absolute;
	width: 206px;
	left: 200px;
	top: 0px;
}
.table-mid .table-mid-right ul {
	list-style-position: outside;
	list-style-type: disc;
	margin-left: 30px;
	width: 170px;
	margin-top: 10px;
	list-style-image: url(../pics/bullit01.gif);
	line-height: 12px;
}
.table-mid .table-mid-right ul li a {
	list-style-position: outside;
	list-style-image: url(../pics/bullit01.gif);
	line-height: 12px;
	text-decoration: none;
	height: 16px;
	display: block;
	margin-top: 0px;
	color: #000000;
	list-style-type: disc;
}
.table-mid .table-mid-right ul li a:hover {
	list-style-type: disc;
	color: #580300;
	list-style-image: url(../pics/bullit02.gif);
}

