/* Generic CSS Stylesheet for Web Sites */

/*  Colors supported by all the major browsers  */
	.aliceblue { color: #f0f8ff; }
	.antiquewhite { color: #faebd7; }
	.aqua { color: #00ffff }
	.aquamarine { color: #7fffd4; }
	.azure { color: #f0ffff; }
	.beige { color: #f5f5dc; }
	.bisque { color: #ffe4c4; }
	.black { color: #000000; }
	.blanchedalmond { color: #ffebcd; }
	.blue { color: #0000ff; }
	.blueviolet { color: #8a2be2; }
	.brown { color: rgb(165, 42, 42); }
	.burlywood { color: #deb887; }
	.cadetblue { color: #5f9ea0; }
	.chartreuse { color: #7fff00; }
	.chocolate { color: #d2691e; }
	.coral { color: #ff7f50; }
	.cornflowerblue { color: #6495ed; }
	.cornsilk { color: #fff8dc; }
	.crimson { color: #dc143c; }
	.cyan { color: #00ffff; }
	.darkblue { color: #00008b; }
	.darkcyan { color: #008b8b; }
	.darkgoldenrod { color: #b8860b; }
	.darkgray { color: #a9a9a9; }
	.darkgreen { color: #006400; }
	.darkkhaki { color: #bdb76b; }
	.darkmagenta { color: #8b008b; }
	.darkolivegreen { color: #556b2f; }
	.darkorange { color: #ff8c00; }
	.darkorchid { color: #9932cc; }
	.darkred { color: #8b0000; }
	.darksalmon { color: #e9967a; }
	.darkseagreen { color: #8fbc8f; }
	.darkslateblue { color: #483d8b; }
	.darkslategray { color: #2f4f4f; }
	.darkturquoise { color: #00ced1; }
	.darkviolet { color: #9400d3; }
	.deeppink { color: #ff1493; }
	.deepskyblue { color: #00bfff; }
	.dimgray { color: #696969; }
	.dodgerblue { color: #1e90ff; }
	.firebrick { color: #b22222; }
	.floralwhite { color: #fffaf0; }
	.forestgreen { color: #228b22; }
	.fuchsia { color: #ff00ff; }
	.gainsboro { color: #dcdcdc; }
	.ghostwhite { color: #f8f8ff; }
	.gold { color: #ffd700; }
	.goldenrod { color: #daa520; }
	.gray { color: rgb(192, 192, 192); }
	.green { color: #00ff00; }
	.greenyellow { color: #adff2f; }
	.honeydew { color: #f0fff0; }
	.hotpink { color: #ff69b4; }
	.indianred { color: #cd5c5c; }
	.indigo { color: #4b0082; }
	.ivory { color: #fffff0; }
	.khaki { color: #f0e68c; }
	.lavender { color: #e6e6fa; }
	.lavenderblush { color: #fff0f5; }
	.lawngreen { color: #7cfc00; }
	.lemonchiffon { color: #fffacd; }
	.lightblue { color: #add8e6; }
	.lightcoral { color: #f08080; }
	.lightcyan { color: #e0ffff; }
	.lightgoldenrodyellow { color: #fafad2; }
	.lightgray { color: #d3d3d3; }
	.lightgreen { color: #90ee90; }
	.lightpink { color: #ffb6c1; }
	.lightsalmon { color: #ffa07a; }
	.lightseagreen { color: #20b2aa; }
	.lightskyblue { color: #87cefa; }
	.lightslategray { color: #778899; }
	.lightsteelblue { color: #b0c4de; }
	.lightyellow { color: #ffffe0; }
	.lime { color: #00ff00; }
	.limegreen { color: #32cd32; }
	.linen { color: #faf0e6; }
	.magenta { color: #ff00ff; }
	.maroon { color: #800000; }
	.mediumaquamarine { color: #66cdaa; }
	.mediumblue { color: #0000cd; }
	.mediumorchid { color: #ba55d3; }
	.mediumpurple { color: #9370d8; }
	.mediumseagreen { color: #3cb371; }
	.mediumslateblue { color: #7b68ee; }
	.mediumspringgreen { color: #00fa9a; }
	.mediumturquoise { color: #48d1cc; }
	.mediumvioletred { color: #c71585; }
	.midnightblue { color: #191970; }
	.mintcream { color: #f5fffa; }
	.mistyrose { color: #ffe4e1; }
	.moccasin { color: #ffe4b5; }
	.navajowhite { color: #ffdead; }
	.navy { color: #000080; }
	.oldlace { color: #fdf5e6; }
	.olive { color: #808000; }
	.olivedrab { color: #6b8e23; }
	.orange { color: #ffa500; }
	.orangered { color: #ff4500; }
	.orchid { color: #da70d6; }
	.palegoldenrod { color: #eee8aa; }
	.palegreen { color: #98fb98; }
	.paleturquoise { color: #afeeee; }
	.palevioletred { color: #d87093; }
	.papayawhip { color: #ffefd5; }
	.peachpuff { color: #ffdab9; }
	.peru { color: #cd853f; }
	.pink { color: #ffc0cb; }
	.plum { color: #dda0dd; }
	.powderblue { color: #b0e0e6; }
	.purple { color: rgb(255, 0, 255); }
	.red { color: rgb(255, 0, 0); }
	.rosybrown { color: #bc8f8f; }
	.royalblue { color: #4169e1; }
	.saddlebrown { color: #8b4513; }
	.salmon { color: #fa8072; }
	.sandybrown { color: #f4a460; }
	.seagreen { color: #2e8b57; }
	.seashell { color: #fff5ee; }
	.sienna { color: #a0522d; }
	.silver { color: #c0c0c0; }
	.skyblue { color: #87ceeb; }
	.slateblue { color: #6a5acd; }
	.slategray { color: #708090; }
	.snow { color: #fffafa; }
	.springgreen { color: #00ff7f; }
	.steelblue { color: #4682b4; }
	.tan { color: #d2b48c; }
	.teal { color: #008080; }
	.thistle { color: #d8bfd8; }
	.tomato { color: #ff6347; }
	.turquoise { color: #40e0d0; }
	.violet { color: #ee82ee; }
	.wheat { color: #f5deb3; }
	.white { color: #ffffff; }
	.whitesmoke { color: #f5f5f5; }
	.yellow { color: #ffff00; }
	.yellowgreen { color: #9acd32; }
   .instyle { color:#e17383; }
/* Background Colors */

  .bgwhite { background-color: #ffffff; }
  .bgblack { background-color: #000000; }
  .bgblue { background-color: #0000ff; }
  .bggreen { background-color: #00ff00; }
  .bgred { background-color: #ff0000; }
  .bggray { background-color:#c0c0c0; }

/* Text Highlighters */
  .yellowhighlight { background-color: #ffff00; }
  .bluehighlight { background-color: #0000ff; }

/* Miscellaneous */

	.nolink { color: #ffffff; text-decoration: none; font-weight:bold;}
	.dropcap { float: left; width: 0.7em; font-size: 300%; font-family: 'Imprint MT Shadow','Script MT Bold','Times New Roman',serif; line-height: 80%; }
	.smcaps { font-variant: small-caps; }
	.hidden { display: none;}

/* Boxes and Buttons */
	.cnrbox { margin: 0 2px;}
	.rtop, .rbottom { margin: 0; display:block; background: #b2b2ff;}
	.rtop *, .rbottom *{ display: block; height: 1px; overflow: hidden; background: #0000ff;}
	.r1 { margin: 0 5px; }
	.r2 { margin: 0 3px; }
	.r3 { margin: 0 2px; }
	.r4 { margin: 0 1px; height: 3px; }
	.boxcontent { background:#0000ff; margin-bottom: 0; padding-left: 2px; padding-right: 2px; }

	/* <div class='cnrbox'> */
	/*	<span class='rtop'> <span class='r1'> </span><span class='r2'> </span><span class='r3'> </span><span class='r4'> </span></span> */
	/*	<span class='boxcontent bold' style='color: white'>Menu 1</span> */
	/*	<span class='rbottom'> <span class='r4'> </span><span class='r3'></span><span class='r2'> </span><span class='r1'> </span></span> */
	/* </div> */

/* Inset 3D Raised */
	.raised {background: transparent; width:auto;}
	.raised h1, .raised p {margin:0 10px;}
	.raised h1 {font-size:2em; color:#fff;}
	.raised p {padding-bottom:0.5em;}
	.raised .b1, .raised .b2, .raised .b3, .raised .b4, .raised .b1b, .raised .b2b, .raised .b3b, .raised .b4b {display:block; overflow:hidden; font-size:1px;}
	.raised .b1, .raised .b2, .raised .b3, .raised .b1b, .raised .b2b, .raised .b3b {height:1px;}
	.raised .b2 {background:#ccc; border-left:1px solid #fff; border-right:1px solid #eee;}
	.raised .b3 {background:#ccc; border-left:1px solid #fff; border-right:1px solid #ddd;}
	.raised .b4 {background:#ccc; border-left:1px solid #fff; border-right:1px solid #aaa;}
	.raised .b4b {background:#ccc; border-left:1px solid #eee; border-right:1px solid #999;}
	.raised .b3b {background:#ccc; border-left:1px solid #ddd; border-right:1px solid #999;}
	.raised .b2b {background:#ccc; border-left:1px solid #aaa; border-right:1px solid #999;}
	.raised .b1 {margin:0 5px; background:#fff;}
	.raised .b2, .raised .b2b {margin:0 3px; border-width:0 2px;}
	.raised .b3, .raised .b3b {margin:0 2px;}
	.raised .b4, .raised .b4b {height:2px; margin:0 1px;}
	.raised .b1b {margin:0 5px; background:#999;}
	.raised .boxcontent {display:block;  background:#ccc; border-left:1px solid #fff; border-right:1px solid #999;}

/* Float */
	.floatLeft { float:left; }
	.floatRight { float:right; }

/* Text attributes */
	.bold { font-weight:bold; }
	.italic { font-style:italic; }
	.underline  { text-decoration:underline;}
	.overline { text-decoration:overline;}
	.strikeout { text-decoration:line-through; }
	.blink { text-decoration:blink;}
	.spacenowrap { white-space:nowrap; }
	.spacewrap { white-space:normal }
	.spacepre { white-space:pre; }
	.txtproper { text-transform:capitalize;}
	.txtupper { text-transform:uppercase;}
	.txtlower { text-transform:lowercase;}
   .textshadow { color:#e17e83; background-color:#f0d8d7; text-shadow:2px 1px 2px #c44a45; }

/* Alignment */
	.top { vertical-align:top;}
	.middle { vertical-align:middle;}
	.bottom { vertical-align:bottom;}

/* Text Alignment */
	.txtsub { vertical-align:sub;}
	.txtsup { vertical-align:super;}
	.txttop { vertical-align:text-top;}
	.txtmiddle { vertical-align:middle;}
	.txtbottom { vertical-align:text-bottom;}
	.txtindent { text-indent:1.5em;}
	.txtleft { text-align:left;}
	.txtcenter { text-align:center;}
	.txtright { text-align:right;}
	.txtjustify { text-align:justify;}

/* Text Size */
	.small { font-size:small; }
	.xsmall { font-size:x-small; }
	.xxsmall { font-size:xx-small; }
	.medium { font-size:medium; }
	.large { font-size:large; }
	.xlarge { font-size:x-large; }
	.xxlarge { font-size:xx-large; }

/* Fonts */
	.arial { font-family:arial; }
	.cursive { font-family:cursive; }
	.fantasy { font-family:fantasy; }
	.helvetica { font-family:helvetica; }
	.monospace { font-family:monospace; }
	.sanserif { font-family:sans-serif; }
	.serif { font-family:serif; }
	.times { font-family:'Times New Roman',serif; }
	.verdana { font-family:verdana; }

/* Borders */
	.borderthininset { border: thin inset ; }
	.borderthinoutset { border: thin outset ; }
	.borderthinsolid { border: thin solid ; }
	.bordermediumgroove { border: medium groove ; }
	.bordermediuminset { border: medium inset ; }
	.bordermediumoutset { border: medium outset ; }
	.bordermediumsolid { border: medium solid ; }
	.bordermediumridge { border: medium ridge ; }
	.borderthickgroove { border: thick groove ; }
	.borderthickinset { border: thick inset ;}
	.borderthickoutset { border: thick outset ; }
	.borderthicksolid { border: thick solid ; }
	.borderthickridge { border: thick ridge ; }

/* List Item */
	li.disc { list-style-type: disc; display: list-item; }
	li.circle { list-style-type: circle; display: list-item; }
	li.square { list-style-type: square; display: list-item; }
	li.none { list-style-type: none; }
	li.decimal { list-style-type: decimal; }
	li.lroman { list-style-type: lower-roman; }
	li.uroman { list-style-type: upper-roman; }
	li.lalpha { list-style-type: lower-alpha; }
	li.ualpha { list-style-type: upper-alpha; }

   .instylefont
   {
      font-family:instylefont, arial, 'Times New Roman', verdana, helvetica, sans-serif;
   }

   .instylefontbold
   {
      font-family:instylefontbold, arial, 'Times New Roman', verdana, helvetica, sans-serif;
   }

/* Clear Start of Page */
/*	html, body { border:0; margin:0; padding:0; } */

/* 2 Column Web Site */
	#col2body {
		border:0;
		margin:0;
		padding:0;
		background-color: #ffffff;
		font-family: arial, 'Times New Roman', verdana, helvetica, sans-serif;
		font-size:16px;
		color: #000000;
	}

	#col2wrapper {
		width: 800px;
		margin: 0px auto;
		padding: 5px;
	}

	#col2header {
		border:2px solid #006400;
		width: 795px;
		height: 89px;
		padding: 5px;
	}

	#col2content {
		margin-top: 5px;
		padding-bottom: 5px;
	}

	#col2content div {
		padding: 5px;
		float: left;
	}

	#col2content-left {
		border:2px solid #0000ff;
		width: 100px;
	  	height:300px;
	}

	#col2content-main {
		border:2px solid #0000ff;
		margin-left:5px;
		padding: 5px;
		width:665px;
	}

	#col2footer {
		border:2px solid #006400;
		float: left;
		margin-top: 5px;
		margin-bottom: 5px;
		padding: 5px;
		width: 795px;
	}

	#col2bottom {
		clear: both;
		text-align: center;
	}

/* 3 Column Web Site */
	#col3body {
		border:0;
		margin:0;
		padding:0;
		background-color: #ffffff;
		font-family: arial, verdana, 'Times New Roman', helvetica, sans-serif;
		font-size:16px;
		color: #000000;
	}

	#col3wrapper {
		width:800px;
		margin:0px auto;
		padding:5px;
	}

	#col3header {
		border:2px solid #006400;
		height:80px;
		padding:5px;
	}

	#col3content {
		margin-top:5px;
		padding-bottom:5px;
	}

/* applies to all divs within the content div */
	#col3content div {
		padding:5px;
		float:left;
	}

	#col3content-left {
      display:inline;
		width:152px;
		height:300px;
	}

	#col3content-main {
		margin-left:5px;
		width:450px;
		border:2px solid #0000ff;
	}

	#col3content-right {
		margin-left:5px;
		width:146px;
		border:2px solid #0000ff;
	}

	#col3footer {
		float:left;
		margin-top:5px;
		margin-bottom:5px;
		padding:5px;
		border:2px solid #006400;
		width:788px;
	}

	#col3bottom {
		clear:both;
		text-align:center;
		width:788px;
	}

/* 3 Column Complex */
	.com3body {
		border:0;
		width:auto;
		text-align:center;
		margin:0;
		padding:0;
		font-family: arial, 'Times New Roman', verdana, helvetica, sans-serif;
		font-size:16px;
		color: #000000;
	}

	.com3wrapper {
 		width:auto;
      margin:0;
		padding:0;
	}

	.com3header {
		background-image: url(images/instylenewlogo.png);
		background-repeat: no-repeat;
      width:980px;
		border:5px ridge #ff3366;
      background-color:#ffffff;
		height:167px;
		padding:0;
		margin:0;
	}

	.com3menu {
		padding-bottom:15px;
      color:#ffffff;
		width:auto;
		margin:0;
		padding-left:0;
 	}

	.com3content {
		width:auto;
		margin-top:5px;
		padding-bottom:5px;
	}

	/* applies to all divs within the content div */
	.com3content div {
		padding:5px;
		/* float:left; */
	}

	.com3content-left {
	 	width:180px;
	}

	.com3content-main {
      /* float:right; */
		/* margin-left:10px; */
		width:auto; /* 780px; */
		padding:5px;
	}

	.com3content-box1, .com3content-box2, .com3content-box3 {
		padding:5px;
		position:absolute;
		margin-top:175px;
		height:120px;
	}

	.com3content-box1 {
		margin-left:120px;
		width:200px;
	}

	.com3content-box2 {
		margin-left:354px;
		width:200px;
	}

	.com3content-box3 {
		margin-left:587px;
		width:200px;
	}

	.com3footer {
      color:#e17e83;
		float:left;
		margin-top:5px;
		margin-bottom:5px;
		padding:10px 0 5px 40px;
		/* border:2px solid #006400; */
		width:auto;
   }

	.com3bottom {
		clear:both;
		text-align:center;
/*		width:auto; */
	}

	.pinkbox{
      background:url('images/pinkboxmiddle.png') repeat-y;
		position:absolute;
	}

   .pinkboxtop {
      background:url('images/pinkboxtop.png') no-repeat top;
      text-align:center;
      padding:4px 10px 4px 12px;
      font-size:14px;
      font-weight:bold;
      color:#ffffff;
   }

   .pinkboxbottom {
      margin:0;
      text-align:left;
      padding:10px 10px 15px 10px;
      color:#e17e83;
      font-size:12px;
      font-weight:bold;
      background:url('images/pinkboxbottom.png') no-repeat bottom;
   }

	.redbox{
		background:url('images/redboxmiddle.jpg') repeat-y;
		position:absolute;
		/* left: 72px; */
		/* top: 707px; */
	}

   .redboxtop {
      background:url('images/redboxtop.jpg') no-repeat top;
      text-align:center;
      padding:4px 10px 4px 12px;
      font-size:18px;
      font-weight:bold;
      color:#ffffff;
   }

   .redboxbottom {
      margin:0;
      text-align:left;
      padding:10px 10px 15px 10px;
      color:#ffffff;
      font-size:16px;
      font-weight:bold;
      background:url('images/redboxbottom.jpg') no-repeat bottom;
   }

   .navmenu {
      line-height:70%;
   }

   .menutab {
      width:150px;
      height:40px;
      vertical-align:middle;
      background-position:center;
      background-image: url('images/redtab.png');
      background-repeat:no-repeat;
      text-align:center;
		font-weight:bold;
   }

   .cellhead {
      border:1px solid #000000;
      width:25px;
      height:25px;
      font-size:12px;
      font-weight:bold;
      text-align:center;
   }

   .celldata {
      border:1px solid #000000;
      width:25px;
      height:25px;
      font-size:12px;
   }
.myButtonLink {
		display: block;
		width: 125px;
		height: 123px;
		position: absolute;
		background-repeat: no-repeat;
		float:left;
		z-index:2;
		_margin:0 0 0 0;
		_padding:0 0 0 0;
}

.button1 {
		top:130px;
		left:100px;
		background: url('images/menuhome.png');
		background-position: 0px -127px;
}

.button1:hover {
		position: absolute;
		top:65px;
		left:100px;
		background-position: 0px 0px;
}

.button2 {
		top:130px;
		left:150px;
		background: url('images/menudifiaba1.png');
		background-position: 0px -127px;
}

.button2:hover {
		position: absolute;
		top:65px;
		left:150px;
		background-position: 0px 0px;
}

.button3 {
		top:130px;
		left:200px;
		background: url('images/menuluminessence.png');
		background-position: 0px -127px;
}

.button3:hover {
		position: absolute;
		top:65px;
		left:200px;
		background-position: 0px 0px;
}

.button4 {
		top:130px;
		left:250px;
		background: url('images/menuhydressence.png');
		background-position: 0px -127px;
}

.button4:hover {
		position: absolute;
		top:65px;
		left:250px;
		background-position: 0px 0px;
}

.button5 {
		top:130px;
		left:300px;
		background: url('images/menucovermax.png');
		background-position: 0px -127px;
}

.button5:hover {
		position: absolute;
		top:65px;
		left:300px;
		background-position: 0px 0px;
}

.button6 {
		top:130px;
		left:350px;
		background: url('images/menukeratin1.png');
		background-position: 0px -127px;
}

.button6:hover {
		position: absolute;
		top:65px;
		left:350px;
		background-position: 0px 0px;
}

.button7 {
		top:130px;
		left:400px;
		background: url('images/menuholistix1.png');
		background-position: 0px -127px;
}

.button7:hover {
		position: absolute;
		top:65px;
		left:400px;
		background-position: 0px 0px;
}

.button8 {
		top:130px;
		left:450px;
		background: url('images/menuitech.png');
		background-position: 0px -127px;
}

.button8:hover {
		position: absolute;
		top:65px;
		left:450px;
		background-position: 0px 0px;
}

.button9 {
		top:130px;
		left:500px;
		background: url('images/menuretro1.png');
		background-position: 0px -127px;
}

.button9:hover {
		position: absolute;
		top:65px;
		left:500px;
		background-position: 0px 0px;
}

.buttona {
		top:130px;
		left:550px;
		background: url('images/menusmooth.png');
		background-position: 0px -127px;
}

.buttona:hover {
		position: absolute;
		top:65px;
		left:550px;
		background-position: 0px 0px;
}

.buttonb {
		top:130px;
		left:600px;
		background: url('images/menucapes.png');
		background-position: 0px -127px;
}

.buttonb:hover {
		position: absolute;
		top:65px;
		left:600px;
		background-position: 0px 0px;
}

.buttonc {
		top:130px;
		left:650px;
		background: url('images/menucontactus.png');
		background-position: 0px -127px;
}

.buttonc:hover {
		position: absolute;
		top:65px;
		left:650px;
		background-position: 0px 0px;
}

.grademailbox {
	background: #d0e4f7; /* old browsers */
	background: -moz-linear-gradient(top, #d0e4f7 0%, #73b1e7 24%, #0a77d5 50%, #539fe1 79%, #87bcea 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0e4f7), color-stop(24%,#73b1e7), color-stop(50%,#0a77d5), color-stop(79%,#539fe1), color-stop(100%,#87bcea)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0e4f7', endColorstr='#87bcea',GradientType=0 ); /* ie */
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	position: absolute;
	width:988px;
	height:30px;
	top:180px;
	left:1px;
	z-index:10;
}

.gradbrnbox {
	background: #f0b7a1; /* old browsers */
	background: -moz-linear-gradient(top, #f0b7a1 0%, #8c3310 50%, #bf6e4e 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0b7a1), color-stop(50%,#8c3310), color-stop(100%,#bf6e4e)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0b7a1', endColorstr='#bf6e4e',GradientType=0 ); /* ie */
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	float: left;
	margin-top: 0;
	margin-right: 2px;
	padding: 2px 2px;
	z-index:-10;
}

.gradblubox {
	background: #3b679e; /* old browsers */
	background: -moz-linear-gradient(top, #3b679e 0%, #2b88d9 50%, #207cca 51%, #7db9e8 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b679e), color-stop(50%,#2b88d9), color-stop(51%,#207cca), color-stop(100%,#7db9e8)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#7db9e8',GradientType=0 ); /* ie */
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	float: left;
	margin-top: 0;
	margin-right: 10px;
	padding: 0;
	z-index:-10;
}

.graddifiaba1 {
	background: #ffa8b7; /* old browsers */
	background: -moz-linear-gradient(top, #ffa8b7 0%, #ffa8e2 51%, #f1a8ff 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa8b7), color-stop(51%,#ffa8e2), color-stop(100%,#f1a8ff)); /* webkit */
	filter: progid:dximagetransform.microsoft.gradient( startcolorstr='#ffa8b7', endcolorstr='#f1a8ff',gradienttype=0 ); /* ie */
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	float: left;
	margin-top: 0;
	margin-right: 2px;
	padding: 2px 2px;
	z-index:-10;
}

.graddifiaba2 {
	background: #bd47bd; /* old browsers */
	background: -moz-linear-gradient(top, #bd47bd 0%, #cd74cd 51%, #dda1dd 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bd47bd), color-stop(51%,#cd74cd), color-stop(100%,#dda1dd)); /* webkit */
	filter: progid:dximagetransform.microsoft.gradient( startcolorstr='#bd47bd', endcolorstr='#dda1dd',gradienttype=0 ); /* ie */
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	float: left;
	margin-top: 0;
	margin-right: 2px;
	padding: 2px 2px;
	z-index:-10;
}

.gradkeratin1 {
	background: #e826a1; /* old browsers */
	background: -moz-linear-gradient(top, #e826a1 0%, #ee5db9 51%, #f495d1 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e826a1), color-stop(51%,#ee5db9), color-stop(100%,#f495d1)); /* webkit */
	filter: progid:dximagetransform.microsoft.gradient( startcolorstr='#e826a1', endcolorstr='#f495d1',gradienttype=0 ); /* ie */
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	float: left;
	margin-top: 0;
	margin-right: 2px;
	padding: 2px 2px;
	z-index:-10;
}

.gradkeratin2 {
	background: #0066cc; /* old browsers */
	background: -moz-linear-gradient(top, #0066cc 0%, #0a0aff 51%, #4747ff 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0066cc), color-stop(51%,#0a0aff), color-stop(100%,#4747ff)); /* webkit */
	filter: progid:dximagetransform.microsoft.gradient( startcolorstr='#0066cc', endcolorstr='#4747ff',gradienttype=0 ); /* ie */
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	float: left;
	margin-top: 0;
	margin-right: 2px;
	padding: 2px 2px;
	z-index:-10;
}

.gradkeratin3 {
	background: #32cd32; /* old browsers */
	background: -moz-linear-gradient(top, #32cd32 0%, #63d963 51%, #94e594 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#32cd32), color-stop(51%,#63d963), color-stop(100%,#94e594)); /* webkit */
	filter: progid:dximagetransform.microsoft.gradient( startcolorstr='#32cd32', endcolorstr='#94e594',gradienttype=0 ); /* ie */
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	float: left;
	margin-top: 0;
	margin-right: 2px;
	padding: 2px 2px;
	z-index:-10;
}

.gradretro1 {
	background: #000080; /* old browsers */
	background: -moz-linear-gradient(top, #000080 0%, #0000bd 51%, #0000fa 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000080), color-stop(51%,#0000bd), color-stop(100%,#0000fa)); /* webkit */
	filter: progid:dximagetransform.microsoft.gradient( startcolorstr='#000080', endcolorstr='#0000fa',gradienttype=0 ); /* ie */
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	float: left;
	margin-top: 0;
	margin-right: 2px;
	padding: 2px 2px;
	z-index:-10;
}

.gradretro2 {
	background: #db143c; /* old browsers */
	background: -moz-linear-gradient(top, #db143c 0%, #ed4062 51%, #f27890 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#db143c), color-stop(51%,#ed4062), color-stop(100%,#f27890)); /* webkit */
	filter: progid:dximagetransform.microsoft.gradient( startcolorstr='#db143c', endcolorstr='#f27890',gradienttype=0 ); /* ie */
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	float: left;
	margin-top: 0;
	margin-right: 2px;
	padding: 2px 2px;
	z-index:-10;
}

.gradretro3 {
	background: #969696; /* old browsers */
	background: -moz-linear-gradient(top, #969696 0%, #b5b5b5 51%, #d4d4d4 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#969696), color-stop(51%,#b5b5b5), color-stop(100%,#d4d4d4)); /* webkit */
	filter: progid:dximagetransform.microsoft.gradient( startcolorstr='#969696', endcolorstr='#d4d4d4',gradienttype=0 ); /* ie */
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	float: left;
	margin-top: 0;
	margin-right: 2px;
	padding: 2px 2px;
	z-index:-10;
}

.gradholistix1 {
	background: #99CD32; /* old browsers */
	background: -moz-linear-gradient(top, #99CD32 0%, #B2D963 51%, #CAE594 100%); /* firefox */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99CD32), color-stop(51%,#B2D963), color-stop(100%,#CAE594)); /* webkit */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99CD32', endColorstr='#CAE594',GradientType=0 ); /* ie */
	border-radius: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	-moz-border-radius: 10px;
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
	float: left;
	margin-top: 0;
	margin-right: 2px;
	padding: 2px 2px;
	z-index:-10;
}

.boxtitle {
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	z-index:10;
}

.boxcontent{
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	z-index:10;
}
