@charset "utf-8";
* {
	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;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
body  {
	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: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	background-attachment: fixed;
	background-image: url(../pics/p-back01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
/*img, div, .pngfix, input { behavior: url("/css/iepngfix.htc") }*/

.oneColFixCtrHdr #container {
	width: 975px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-image: url(../pics/headertop.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0;
	height: 122px;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #container #header-mid {
	background-image: url(../pics/headermid.png);
	background-repeat: no-repeat;
	height: 46px;
	background-position: left top;
	color: #666;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	line-height: 46px;
	padding-left: 60px;
}
.oneColFixCtrHdr #container #header-bottom {
	background-image: url(../pics/headerbottom2.png);
	background-repeat: no-repeat;
	height: 47px;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}
#header-bottom #topMenu {
	display: block;
	margin-top: 0px;
	text-align: right;
	height: 22px;
	padding-top: 28px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-left: 4px;
}
#header-bottom #topMenu ul {
	list-style-type: none;
}
#header-bottom #topMenu ul li {
	display: inline;
	height: 50px;
}
#header-bottom #topMenu ul li a {
	background-color: #DBDBDB;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5B5D69;
	border-right-color: #5B5D69;
	border-bottom-color: #FFF;
	border-left-color: #5B5D69;
}
#header-bottom #topMenu ul li a:hover {
	color: #333;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5B5D69;
	border-right-color: #5B5D69;
	border-bottom-color: #FFF;
	border-left-color: #5B5D69;
}



.oneColFixCtrHdr #mainContent {
	padding: 0;
	background-image: url(../pics/container-back.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#mainContent #theContent {
	margin-left: 270px;
	font-size: 12px;
	line-height: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: repeat-y;
	background-image: url(../pics/semi-transparent.png);
	background-position: left top;
}
#mainContent #sidebar1 {
	width: 254px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	float: left;
	display: block;
}
#sidebar1 #sb1-content {

}
#myLogin #form1 .table22 tr td {
	padding: 2px;
}

#myLogin #form1 .loginTitle {
	font-size: 14px;
	font-weight: bold;
	display: block;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: outset;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-left: 8px;
	color: #333;
}



#mainContent #theContent #blascoAnim {
	height: 300px;
	width: 500px;
}



#mainContent #container-bottom {
	background-image: url(../pics/container-bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 4px;
}

#mainContent #theContent #myLogin {
	float: right;
	height: 100px;
	width: 180px;
}

#theContent h1 {
	font-size: 20px;
	font-weight: bold;
	color: #900;
	letter-spacing: .1em;
}
#theContent h2 {
	font-size: 14px;
	font-weight: bold;
	color: #9A0202;
}
#theContent h6 {
	background-color: #EEE;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	padding-left: 8px;
}
#theContent blockquote {
	margin-left: 20px;
}

#theContent ul {
	margin-left: 24px;
	list-style-position: outside;
	list-style-type: disc;
}
#theContent .table33 tr td {
	padding: 3px;
}
#theContent #siteLink {
	font-size: 11px;
	color: #666;
}
#theContent #siteLink a {
	color: #900;
	text-decoration: none;
}
#theContent .theSeminar {
	width: 95%;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

.oneColFixCtrHdr #footer {
	padding: 12;
}
#footer #footer-top {
	background-image: url(../pics/footer-top.gif);
	background-repeat: no-repeat;
	height: 27px;
	background-position: left top;
}
#footer #footer-content {
	background-image: url(../pics/container-back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 12px;
	font-size: 11px;
	text-align: center;
	color: #0272BD;
}
#footer #footer-content a {
	color: #333;
	text-decoration: none;
}
#footer #footer-content a:hover {
	color: #F00;
}



.oneColFixCtrHdr #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: 3px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer #footer-bottom {
	background-image: url(../pics/container-bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 4px;
}

.imgRight {
	display: block;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
}
.imgLeft {
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-left: 0px;
}

.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;
}
#theContent .seminarAnimation {
	float: right;
	height: 238px;
	width: 170px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 12px;
}
#theContent .colorTop {
	background-image: url(../pics/color-top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 16px;
	font-weight: bold;
	color: #C90;
	text-align: center;
	padding-top: 18px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
}
#theContent .colorBottom {
	background-image: url(../pics/color-bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 24px;
}

#theContent .colorRow {
	background-color: #423C33;
	text-align: center;
	display: block;
	position: relative;
	height: 93px;
}
#theContent .colorRow .cr1 a {
	background-image: url(../pics/c-container.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 93px;
	width: 93px;
	position: absolute;
	left: 19px;
	top: 0px;
}
#theContent .colorRow .cr2 a {
	background-image: url(../pics/c-container.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 93px;
	width: 93px;
	left: 130px;
	top: 0px;
}
#theContent .colorRow .cr3 a {
	background-image: url(../pics/c-container.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 93px;
	width: 93px;
	left: 241px;
	top: 0px;
}
#theContent .colorRow .cr4 a {
	background-image: url(../pics/c-container.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 93px;
	width: 93px;
	left: 352px;
	top: 0px;
}
#theContent .colorRow .cr5 a {
	background-image: url(../pics/c-container.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 93px;
	width: 93px;
	left: 463px;
	top: 0px;
}
#theContent .colorRow .cr6 a {
	background-image: url(../pics/c-container.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 93px;
	width: 93px;
	left: 574px;
	top: 0px;
}
#theContent .colorRow .cr1l a {
	background-image: url(../pics/l-container.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 93px;
	width: 93px;
	position: absolute;
	left: 19px;
	top: 0px;
}
#theContent .colorRow .cr2l a {
	background-image: url(../pics/l-container.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 93px;
	width: 93px;
	left: 130px;
	top: 0px;
}
#theContent .colorRow .cr3l a {
	background-image: url(../pics/l-container.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 93px;
	width: 93px;
	left: 241px;
	top: 0px;
}
#theContent .colorRow .cr4l a {
	background-image: url(../pics/l-container.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 93px;
	width: 93px;
	left: 352px;
	top: 0px;
}
#theContent .colorRow .cr5l a {
	background-image: url(../pics/l-container.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 93px;
	width: 93px;
	left: 463px;
	top: 0px;
}
#theContent .colorRow .cr6l a {
	background-image: url(../pics/l-container.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 93px;
	width: 93px;
	left: 574px;
	top: 0px;
}
#theContent .textRow {
	background-color: #423C33;
	text-align: center;
	display: block;
	position: relative;
	height: 32px;
	font-size: 11px;
	color: #C90;
	line-height: 14px;
}
#theContent .textRow .tr1 {
	height: 32px;
	width: 93px;
	position: absolute;
	left: 16px;
	top: -1px;
}
#theContent .textRow .tr2 {
	position: absolute;
	height: 32px;
	width: 93px;
	left: 130px;
	top: 0px;
}
#theContent .textRow .tr3 {
	position: absolute;
	height: 32px;
	width: 93px;
	left: 241px;
	top: 0px;
}
#theContent .textRow .tr4 {
	position: absolute;
	height: 32px;
	width: 93px;
	left: 352px;
	top: 0px;
}
#theContent .textRow .tr5 {
	position: absolute;
	height: 32px;
	width: 93px;
	left: 463px;
	top: 0px;
}
#theContent .textRow .tr6 {
	position: absolute;
	height: 32px;
	width: 93px;
	left: 574px;
	top: 0px;
}
#theContent .colorRow img {
	position: absolute;
	height: 71px;
	width: 71px;
	top: 11px;
	left: 11px;
}
#makeup01 {
}
.popupItem .productTitle {
	font-size: 14px;
	font-weight: bold;
	color: #900;
	line-height: 22px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.popupItem .productPrice {
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.popupItem tr td {
	padding: 2px;
}
.oneColFixCtrHdr  .shopForm #addButton {
	background-image: url(../pics/addtocart.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 99px;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
}
.oneColFixCtrHdr .shopForm #numberItems {
	border: 1px solid #999;
	background-color: #eee;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
}
#theContent #general-description {
	margin-bottom: 24px;
	padding-left: 12px;
}
#theContent .genTitle {
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	letter-spacing: .1em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #756F66;
	border-right-color: #756F66;
	border-bottom-color: #756F66;
	border-left-color: #756F66;
	margin-bottom: 12px;
}
a.blackbuttons{
	display: block;
	float: left; /* Change 13px as desired */
	line-height: 20px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 30px) */
	height: 26px; /* Height of button background height */
	padding-left: 8px; /* Width of left menu image */
	text-decoration: none;
	background-color: transparent;
	background-image: url(../pics/roundedge-gray-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}

a:link.blackbuttons, a:visited.blackbuttons, a:hover.blackbuttons, a:active.blackbuttons{
color: white; /*button text color*/
}

a.blackbuttons span{
	display: block; /*Set 10px to be equal or greater than'padding-left' value above*/
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 2px;
	background-color: transparent;
	background-image: url(../pics/roundedge-gray-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #FFF;
}

a:hover.blackbuttons{ /* Hover state CSS */
	text-decoration: none;
}
fieldset {
	padding:10px;
	border:1px solid #fff;
	border-color:#fff #666661 #666661 #fff;
	margin-bottom:36px;
	width:660px;
}

input, textarea, select {font:12px/12px Arial, Helvetica, sans-serif; background-color: #ffffff;color:#000000;}

fieldset.action {background:#9da2a6; border-color:#e5e5e5 #797c80 #797c80 #e5e5e5; margin-top:-20px;}
legend {
	color:#fff;
	font:17px/21px Calibri, Arial, Helvetica, sans-serif;
	font-weight:bold;
	background-color: #666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
	margin-top: -26px;
	margin-right: 0;
	margin-bottom: 12px;
	margin-left: -11px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
dl {clear:both;}
dt {float:left; text-align:right; width:200px; line-height:25px; margin:0 10px 10px 0;}
dd {float:left; width:475px; line-height:25px; margin:0 0 10px 0;}



#footer1 {
	padding: 0;
}

#footer1 p,td{color:#666;}

#footer1 input {
    font-family:verdana;
    font-size:12px;
	border:1px solid #DDDDDF;
	border-right-color: #DDDDDF;
	border-top-color: #DDDDDF;
	border-left-color: #DDDDDF;
	border-bottom-color: #DDDDDF;
}

#footer1 #footer-content1 {
	background-image: url(../pics/container-back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0px;
	font-size: 11px;
	text-align: left;
	color: #0272BD;
}
#footer1 #footer-bottom1 {
	background-image: url(../pics/container-bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 4px;
}




#footer2 #footer-top2 {
	background-image: url(../pics/footer-top.gif);
	background-repeat: no-repeat;
	height: 27px;
	background-position: left top;
}
#footer2 #footer-content2 {
	background-image: url(../pics/container-back.gif);
	background-repeat: repeat-y;
	background-position: left top;
	font-size: 11px;
    padding:12px;
	text-align: center;
	color: #0272BD;
}
#footer2 #footer-bottom2 {
	background-image: url(../pics/container-bottom.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 4px;
}


.oneColFixCtrHdr #container1 {
    align:center;
	width: 975px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header1 {
	background-image: url(../pics/headertop.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0;
	height: 122px;
}
.oneColFixCtrHdr #header1 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 */
}
.oneColFixCtrHdr #container1 #header-mid1 {
	background-image: url(../pics/headermid.png);
	background-repeat: no-repeat;
	height: 46px;
	background-position: left top;
	color: #666;
	font-size: 18px;
	text-align: left;
	font-weight: bold;
	line-height: 46px;
	padding-left: 60px;
}



#container1 #header-bottom1 {
	background-image: url(../pics/headerbottom2.png);
	background-repeat: no-repeat;
	height: 54px;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
}


#header-bottom1 #topMenu1 {
	display: block;
	margin-top: 0px;
	text-align: right;
	height: 10px;
	padding-top: 32px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
	margin-left: 0px;
	margin-right: 25px;
}
#header-bottom1 #topMenu1 ul {
	list-style-type: none;
}
#header-bottom1 #topMenu1 ul li {
	display: inline;
	height: 20px;
}
#header-bottom1 #topMenu1 ul li a {
	background-color: #DBDBDB;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 3px;
	padding-right: 8px;
	padding-left: 8px;
	margin-right: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5B5D69;
	border-right-color: #5B5D69;
	border-bottom-color: #FFF;
	border-left-color: #5B5D69;
}
#header-bottom1 #topMenu1 ul li a:hover {
	color: #333;
	background-color: #FFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #5B5D69;
	border-right-color: #5B5D69;
	border-bottom-color: #FFF;
	border-left-color: #5B5D69;
}

