>@charset "utf-8";
/* CSS Document */

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: #000000;
	background-attachment: scroll;
	background-image: url(images/backgroundnew.jpg);
	background-repeat: repeat-y;
	background-position: top;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.thrColFixHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: center; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
} 

.icons{
float:right;
padding:5px;
margin-top:140px; 
font-size:60%;
}
.platcontbox {
	background-repeat: no-repeat;
	height: 280px;
	width: 425px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	background-image: url(images/platinumback.jpg);
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	visibility: visible;
}
.Advertisingpage {
	height: auto;
	width: 630px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	float: right;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.thrColFixHdr #header {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/Newslettertop2.jpg);
	height: 170px;
	width: 800px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	clear: none;
	float: none;
	position: relative;
	z-index: auto;
} 
.particbodid {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/particubac.jpg);
	text-align: center;
	height: 180px;
	width: 425px;
	background-repeat: no-repeat;
	padding: 4px;
}
#justfussyid {
	background-image: url(images/justfussyback.jpg);
	background-repeat: no-repeat;
	text-align: center;
	height: 80px;
	width: 425px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #header h1 {
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin: 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	list-style-position: inside;
	list-style-type: upper-roman;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	position: relative;
	background-image: url(images/newbut/sidebarbacknew2.jpg);
	background-repeat: no-repeat;
	height: 902px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* padding keeps the content of the div away from the edges */
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	height: auto;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #DE92C3;
	border-right-color: #DE92C3;
	border-bottom-color: #DE92C3;
	border-left-color: #DE92C3;
}
.thrColFixHdr #mainContent {
	margin-top: 20px;
	margin-right: 185px;
	margin-bottom: 0px;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 12px;
	font-style: normal;
	background-color: #FFFFFF;
	height: auto;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
} 
.thrColFixHdr #footer {
	background-color: #FFFFFF;
	background-image: url(images/newbut/bottom-bar.jpg);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 400px;
	background-position: center center;
} 
.thrColFixHdr #footer p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #232323;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.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: right;
	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;
}


/* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0em;
	list-style-type: none;
	font-size: 12px;
	cursor: default;
	width: 110px;
	background-color: #f7185b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	overflow: hidden;
	clear: none;
	float: none;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
	background-color: #f7185b;
	padding: 0em;
	width: 110px;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 110px;
	background-color: #f7185b;
	overflow: hidden;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	list-style-type: none;
	font-size: 100%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 110px;
	left: 100px;
	top: 0;
	background-color: #f7185b;
	margin-top: -5%;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 95%;
	padding: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
	background-color: #FFCCFF;
	padding: 0em;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 110px;
	background-color: #f7185b;
	padding: 0em;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 0px solid #CCC;
	margin-left: 15px;
	padding: 0em;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #CCC;
	padding: 0em;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	background-color: #f7185b;
	color: #EEF0C8;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	padding: 0.3em;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	color: #FFF;
	background-image: none;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
{
	background-color: #71068A;
	color: #FFF;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
}
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
.style2 {font-size: 12px}
.style3 {color: #797979}
.style4 {color: #666666}
.thrColFixHdr #platcont {
	margin-top: 0;
	margin-right: 205px;
	margin-bottom: 0;
	margin-left: 170px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
}
.style6 {font-size: 10px}
.style7 {	color: #540F52;
	font-style: italic;
	font-weight: bold;}
.style8 {color: #FB195B}
.style9 {color: #000000}
a:link {
	color: #9900FF;
	text-decoration: none;
}
a:hover {
	color: #FF00FF;
	text-decoration: underline;
}
a:visited {
	color: #FF00FF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.Leftbullet a:link {
	color: #000000;
}
.Leftbullet a:hover {
	color: #C0F;
	text-decoration: underline;
}
.Leftbullet a:visited {
	color: #999;
	text-decoration: underline;
}
.Leftbullet a:active {
	text-decoration: none;
}
.Leftbullet li{
list-style: none;
}
.rightcontent {
	float: right;
	height: auto;
	width: 120px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	border: thick outset #CA85B2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.jewelerybanner {
	height: 60px;
	width: 240px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.rightadvert {
	padding: 0px;
	float: right;
	height: auto;
	width: 130px;
	border: thick outset #C844C5;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.bottomslice {
	height: auto;
	width: 650px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	float: right;
}
.leftcontent {
	float: left;
	width: 120px;
	background-color: #FFFFFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.Leftbullet {
	height: auto;
	width: 280px;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 5px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	border-top-style: solid;
	border-left-style: solid;
	background-attachment: scroll;
	background-image: url(images/leftbulletbg.jpg);
	background-repeat: no-repeat;
	border-top-width: thin;
	border-left-width: thin;
	border-top-color: #F7195B;
	border-left-color: #F7195B;
	line-height: 18px;
	font-variant: normal;
}

.testbottom {
	height: auto;
	width: 600px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #DE92C3;
	border-right-color: #DE92C3;
	border-bottom-color: #DE92C3;
	border-left-color: #DE92C3;
	clear: right;
	float: right;
	background-color: #F7DDFF;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.underdirectory {
	float: left;
	height: auto;
	width: 150px;
	border: thin solid #DE92C3;
}
.contentboxbig {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
	font-weight: normal;
	background-color: #2AFF55;
	height: auto;
	width: 350px;
	border: 1px solid #009F55;
}
.righttextbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	float: right;
	height: auto;
	width: 250px;
	border: 2px solid #DB93C2;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	background-color: #E7F0FF;
	padding: 10px;
	clear: none;
	display: inline-block;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.bottommaincontent {
	height: auto;
	width: 405px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #E8F0FE;
	border: 2px solid #D894C1;
	padding: 10px;
	text-align: left;
}
.leftplaintext {
	background-color: #FFF;
	padding: 5px;
	float: left;
	height: auto;
	width: 300px;
	text-align: left;
	border-bottom-style: none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.image100w120h {
	background-color: #E8F0FE;
	height: 130px;
	width: 98px;
	text-align: center;
	float: left;
	vertical-align: middle;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	clear: none;
	overflow: hidden;
}
.right124 {
	height: auto;
	width: 100px;
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
<style type="text/css">

  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

</style> main stylesheet ends, CC with new stylesheet below... 

[if IE]>
<style type="text/css">
  .clearfix {
    zoom: 1;     /* triggers hasLayout */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */
</style>
<![endif]
.underdirectory1 {
	background-color: #90C;
	clear: left;
	height: auto;
	width: 150px;
	border: 2px solid #00F;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.thrColFixHdr #container #mainContent table tr td {
	text-align: center;
	padding: 3px;
	font-size: 12px;
}
.fullwidth {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 170px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFC3FF;
	border-right-color: #FF8EF7;
	border-bottom-color: #FF8EF7;
	border-left-color: #FFC3FF;
	height: auto;
}
.wholewidthtext {
	text-align: left;
	height: auto;
	width: 420px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.widthtextdiv {
	height: auto;
	width: 425px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000;
}
