@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */

body { 
  font:62.5%/2.2em "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
  color:#717171;
  background:url(../images/pattern_footer.gif) 0 0;
  background-repeat:repeat-x repeat-y;
  }
a:focus {outline-style:none;}
.strong {font-weight: bold;}
.ital {font-style:italic;}

/* BEGIN General Layout Styles */
div#container {
  width:100%;
  position:relative;
  background:#fff url(../images/pattern_top.gif) 0 0 repeat-x;
  overflow:hidden;
  display:inline-block;/* Force hasLayout in IE */ 
  }

div#page {
  clear:both;
  position:relative;
  padding:0 0 8em 0;
  background:url(../images/chandelier.jpg) 0 0 no-repeat; 
  width:1000px;
  overflow:hidden;
  }
div#contentHome {
  margin-top:130px;
  margin-left:445px;
  padding:26px 0 12px 0;
  background:url(../images/pattern_vertline.gif) 0 0 repeat-y;
  overflow:hidden;
  display:inline-block;
  }
div#contentWrap {
  width:565px;
  float:right;
  margin-top:130px;
  padding:26px 0 12px 0;
  overflow:hidden;
  display:inline-block;
  }
div#content {
  padding-left:50px;
  background:url(../images/pattern_vertline.gif) 0 0 repeat-y;
  }
div#mainMenuWrap {
  width:300px;
  float:left;
  padding:440px 0 0 90px;
  }
/* END General Layout Styles */


/* BEGIN pinkcomb Logo */
h1#pinkcombLogo {
  position:absolute;
  top:314px;
  left:50px;
  z-index:1;
  }
h1#pinkcombLogo a {
  display:block;
  width:332px; 
  height:102px;
  background:url(../images/pinkcomb_logo.gif) 0 0 no-repeat;
  text-decoration:none;
  }
/*h1#pinkcombLogo a:hover {
  background-position:-157px 0;
  }
*/
h1#pinkcombLogo a span {display:none}
/* END pinkcomb Logo */


h2, h3, h4, h6 {font-weight:bold;}
h2, h4, h6 {
  color:#ea7f93;
  font-size:1.4em;
  }
h2 {line-height:220%; text-transform:uppercase;letter-spacing:1px;}
h3 {font-size:1.2em; color:#594725; line-height:180%;}
h4, h6 {margin:15px 0 0 0;}
h2:target, h6:target {color:#fff; background-color:#ea7f93;}
h4 {  
  background:transparent url(../images/bloombullet2.gif) 0 5px no-repeat;
  padding-left:20px;
  }


/* BEGIN Home Menu */
ul.homeMenu {
  padding:0 0 0 27px;
  }
ul.homeMenu li {
  margin:.5em 0;
  background:transparent url(../images/chanbullet.gif) 0 0 no-repeat;
  padding:0 0 18px 32px;
  color:#594725;
  font-size:1.3em;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-weight:normal;
  line-height:140%;
  letter-spacing:1px;
  text-transform:uppercase;
  }
/** html ul.homeMenu {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/chanbullet.png',sizingMethod='crop');
  }*/
ul.homeMenu li a:link, ul.homeMenu li a:visited  {
  color:#594725;
  border-bottom:1px dotted #594725;
  text-decoration:none;
  }
ul.homeMenu li a:hover, ul.homeMenu li a:active {
  color:#fff;
  background-color:#594725;
  text-decoration:none;
  }
/* END Home Menu */


/* BEGIN Main Menu */
ul.mainMenu li {
  background:transparent url(../images/chanbullet.gif) 0 0 no-repeat;
  padding:0 0 20px 36px;
  color:#594725;
  font-size:1.1em;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-weight:normal;
  line-height:180%;
  letter-spacing:1px;
  text-transform:uppercase;
  }
ul.mainMenu li a:link, ul.mainMenu li a:visited  {
  color:#594725;
  border-bottom:1px dotted #594725;
  text-decoration:none;
  }
ul.mainMenu li a:hover, ul.mainMenu li a:active {
  color:#fff;
  background-color:#594725;
  text-decoration:none;
  }
ul.mainMenu li.selected a:link, ul.mainMenu li.selected a:visited, ul.mainMenu li.selected a:hover { 
  color:#fff;
  background-color:#db5360;
/*  border-bottom:1px dotted #ea7f93;*/
  text-decoration:none; 
  }
/* END Main Menu */


/* BEGIN Floating Tag */
#floatBox {
  position:absolute;
  z-index:2;
  top:-1px;
  right:200px;
}
#floatTag { 
  background:transparent url(../images/tag_bg.png) no-repeat top left; 
  width:256px; 
  height:46px;
  }
* html #floatTag {
  background-image:none;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tag_bg.png',sizingMethod='scale');
  }
#floatTag p { 
  position:relative;
  padding-top:14px;
  line-height:130%;
  text-align:center;
  text-transform:uppercase;
  }
#floatTag a:link, #floatTag a:visited { 
  color:#fff;
  text-decoration:none;
  border-bottom:1px solid #fff;
  }
#floatTag a:hover, #floatTag a:active { 
color:#45301a;
  text-decoration:none;
  background-color:#fff;
  }
/* END Floating Tag */





/* BEGIN Content Styles */
img.itext {border:0; padding:0 0 20px 35px;}
img.ibubble {
  border:0;
  margin:-70px 0 0 140px;
  position: absolute;
  }
p.smallText {
  font-size:.9em !important;
  }
div.creditBox {
  width:230px;
  float:right;
  }
div.photoCredit {
  line-height:120%;
  text-align:right;
  }
div.imgFrame {
  float:right;
  margin:10px 0 15px 15px;
  }
div.imgFrameLeft {
  float:left;
  margin:10px 15px 15px 0;
  }
div.imgFrame, div.imgFrameLeft {
  border:1px dotted #ea7f93;
  background-color:#e2e2e2;
  padding:7px;
  }
div.imgFrame img, div.imgFrameLeft img {border:2px solid #fff;}
/* USE THIS STYLE WHEN CODING IMG INTO HTML
div#content img.illustration {
  border:0;
  padding:0 0 0 15px;
  float:right;
  }*/

/* BEGIN Thumb Styles */
div.thumbFrame {
  float:left;
  padding:7px;
  margin:0 30px 30px 0;
  width:125px;
  height:105px;
  border:1px dotted #ea7f93;
  background-color:#e2e2e2;
  }
div.thumbFrame img {border:2px solid #fff;}
.clearboth {clear:both;}

/*http://accessat.c-net.us/test/gallery.html --- 
--- USE THIS LINK TO MAKE SCALABLE THUMBNAILS */
div#thumbs { 
  width:100%;
  margin:30px auto;
  overflow:hidden;
  text-align:center;
  }
div#thumbs li {list-style-type:none;}
div#thumbs img {border:2px solid #fff;}
div#thumbs li {
  float:left;
  overflow:hidden;
  text-align:center;
  padding:7px 11px 11px 7px;
  margin:0 20px 20px 0;
  width:125px;
  height:105px;
  border:1px dotted #ea7f93;
  background-color:#e2e2e2;
  }
/* END Thumb Styles */

div.cocktail {
  margin-top:-30px;
  margin-left:15px;
  float:right;
  width:109px;
  height:98px;
  background:url(../images/cocktail.jpg) 0 0 no-repeat;
  }


/* BEGIN About Us Section */
/* using h4 with image */
div.bioWrap {
/* using this just in case */
  }
div#michelle, div#nicole, div#rosalie, div#mayra, div#alana, div#marena, div#sarah, div#maryann, div#nancy, div#tina, div#tricia, div#angela, div#paulina, div#dana{
  background:transparent url(../images/bio_gradient.gif) repeat-x;
  background-position:bottom left;
  padding:8px 20px 15px 20px;
  border-bottom:1px dotted #ea7f93;
  }
div.about {padding:26px 0 0 0;}
img.headshot {
  width:200px;
  height:189px;
  }
p.pressgroup {padding-bottom:25px !important;}
/* END About Us Section */


div#content p {
  padding:0 0 1.1em 0;
  font-size:1.2em;
  line-height:160%;
  }
span.title {
  color:#ea7f93;
  font-weight:bold;
  font-style:italic;
  }
div#content a:link, div#content a:visited {
  color:#db5360;
  text-decoration:none;
  border-bottom:1px dotted #db5360;
  }
div#content a:hover, div#content a:active {
  color:#fff;
  text-decoration:none;
  background-color:#ea7f93;
  }
table#tableInfo {
  margin:0 0 2em 0;
  table-layout:fixed;
  border:0;
  line-height:150%;
  font-size:1.2em;
  text-align:left;
  }
table#tableInfo tr {
  height:30px;
  vertical-align:top;
  }
table#tableInfo td.spacer {
  padding:0 0 .8em 0;
  }
table#tableInfo .tableBold {
  text-transform:uppercase;
  font-weight:bold;
  }
div#contact {
  clear:both;
  padding:0 0 20px 0;
  }
div#address {
  float:right;
  padding-right:100px;
  color:#594725; 
  font-size:1.1em; 
  font-weight:normal;
  line-height:140%;
  display:block;
  text-transform:uppercase;
  }
div#ornateLinks {float:left;}
div#ornateLinks, div#ornateLinks a:link, div#ornateLinks a:visited {
  color:#594725; 
  font-size:1.1em; 
  font-weight:normal;
  font-family:Georgia, "Times New Roman", Times, serif;
  line-height:140%;
  text-transform:uppercase;
  }
div#ornateLinks a:link, div#ornateLinks a:visited {
  text-decoration:none;
  background-color:#f1b1c3;
  border-bottom:1px dotted #594725;
  }
div#ornateLinks a:hover, div#ornateLinks a:active {
  color:#fff;
  text-decoration:none;
  background-color:#594725;
  }
.ffaqBox {
  margin:0 0 5em 0;
  }
/* BEGIN Bulleted Lists */
div#bulletList ul li {
  background:transparent url(../images/bloombullet.gif) 0 5px no-repeat;
  padding:0 0 10px 20px;
  color:#594725;
  font-size:1.1em;
  line-height:170%;
  }
div#bulletList ul li a:link, div#bulletList ul li a:visited  {
  color:#594725;
  text-decoration:none;
  border-bottom:1px solid #f1b1c3;
  }
div#bulletList ul li a:hover, div#bulletList ul li a:active {
  color:#ea7f93;
  text-decoration:none;
  background-color:transparent;
  }

div#sansBulletList {margin:0 0 30px 0;}
div#sansBulletList ul li {
  padding:0 0 4px 10px;
  color:#594725;
  font-size:1.2em;
  line-height:170%;
  }
div#sansBulletList p {
  padding:0 0 8px 0 !important;
  }
div#sansBulletList .notes {
  color:#ea7f93;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-style:italic;
  line-height:120%;
  }
div#sansBulletList ul li a:link, div#sansBulletList ul li a:visited  {
  color:#594725;
  text-decoration:none;
  border-bottom:1px solid #f1b1c3;
  }
div#sansBulletList ul li a:hover, div#sansBulletList ul li a:active {
  color:#ea7f93;
  text-decoration:none;
  background-color:transparent;
  }

div#giftcard ul li {
  background:transparent url(../images/giftcard_icon.gif) 0 0 no-repeat;
  padding:0 0 10px 60px;
  margin:30px 0 50px 0;
  }
/* END Bulleted ListS */

/* BEGIN Download Menu rollover */
div#dlMenu {margin:20px 0 60px 0;}
div#dlMenu a {
  margin:0 auto;
  display:block;
  width:318px; 
  height:88px;
  background:url(../images/dlmenu_ornate.jpg) 0 0 no-repeat;
  }
div#dlMenu a span {display:none}
/* END Download Menu rollover */

div#backtotop {
  text-align:right;
  margin:0 10px 0 0;
  text-transform:uppercase;
  }
div#backtotop a:link, div#backtotop a:visited  {
  color:#594725;
  text-decoration:none;
  border-bottom:1px solid #f1b1c3;
  }
div#backtotop a:hover, div#backtotop a:active {
  color:#ea7f93;
  text-decoration:none;
  background-color:transparent;
  }
div#mapWrapper {
  margin:20px 0 0 0;
  padding:7px 11px 11px 7px;
  border:1px dotted #ea7f93;
  background-color:#e2e2e2;
  width:400px;
  height:300px;
  }
div.hr {
  height:15px;
  background:url(../images/horiz_line.gif) center top no-repeat;
  margin:1.5em 0 1.5em 0;
  }
div.hr hr {display: none;}
div#brands {padding:0 0 20px 30px;}
div#brands img {border:0; width:137px;}

div#brands a:link, div#brands a:visited, div#brands a:hover, div#brands a:active, 
div#products a:link, div#products a:visited, div#products a:hover, div#products a:active,
div#giavan a:link, div#giavan a:visited, div#giavan a:hover, div#giavan a:active, 
div#dlMenu a:link, div#dlMenu a:visited, div#dlMenu a:hover, div#dlMenu a:active, 
div#thumbs li a:link, div#thumbs li a:visited, div#thumbs li a:hover, div#thumbs li a:active {
  text-decoration:none;
  border-bottom:0;
  background-color:transparent;
  }
p.smallText {
  font-size:.9em !important;
  }
/* END Content Styles */



/* BEGIN Partners Style Block */
div#partners {
  margin:30px 0 0 0;
  padding:30px;
  clear:both;
  overflow:hidden;
  border-top:1px solid #ea7f93;
  border-bottom:1px solid #ea7f93;
  background-color:#eee;
  text-align:center;
  vertical-align:top;
  }
.partnersDesc {
  text-align:left;
  padding:0 0 10px 0;
  }
div#products {
  margin:10px auto 0 auto;
  overflow:hidden;
  display:block;
  display:inline-block;/* Force hasLayout in IE */ 
  }
div#products ul li {
  list-style-type:none;
  float:left;
  overflow:hidden;
  display:block;
  text-align:center;
  width:145px;
  }
div#giavan a {
  margin:0 auto;
  display:block;
  width:200px; 
  height:38px;
  background:url(../images/giavan_logo.jpg) 0 0 no-repeat;
  }
div#giavan a:hover {background-position:-201px 0;}
div#giavan a span {display:none}
/* BEGIN Partners Style Block */



/* BEGIN Form Styles */
form, input { padding:0.2em; }
label, input.normal { width:360px; }
label {
  color:#594725; 
  font-size:1.1em; 
  font-weight:normal;
  line-height:140%;
  display:block;
  text-transform:uppercase;
  }
input.normal, textarea {
  margin-bottom:10px;
  color:#594725; 
  font-size:1.1em; 
  font-weight:bold;
  background-color:#e2e2e2;
  border:1px dotted #ea7f93;
  }
textarea { 
  overflow:auto; 
  width:365px; 
  }
.alert {
  color:#db5360; 
  font-size:.9em !important; 
  }	
label span { color:#db5360; }
input.submit-btn {
  margin:15px 0 0 0;
  padding:5px 0 5px 0;
  width:367px;
  color:#fff;
  font-size:1.1em; 
  font-weight:bold;
  line-height:100%;
  letter-spacing:1px;
  display:block;
  background-color:#f1b1c3;
  border:1px dotted #ea7f93;
  outline:none;
  }
/* END Form Styles */

/* BEGIN Connect */

div#connect ul li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
}

	
/* END Connect */

/* BEGIN Footer */	
div#footer {
  text-align:center;
  margin:4.2em auto 2em auto;
  color:#db5360;
  line-height:280%;
  text-transform:uppercase;
  }
div#footer span {
  padding:.8em 1em .8em 1em;
  background-color:#fff;
  }
div#footer a:link, div#footer a:visited {
  color:#db5360;
  text-decoration:none;
  border-bottom:1px dotted #db5360;
  }
div#footer a:hover, div#footer a:active {
  color:#fff;
  text-decoration:none;
  background-color:#f1b1c3;
  }
/* END Footer */


/* float clearing */
#container:after, #page:after, #contact:after, #partners:after {
  font-size:1%;
  line-height:0;
  clear:both;
  content:".";
  display:block;
  height:0;
  visibility:hidden;
  }