/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	margin-top: 0px;
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image:  url(../image-files/faceback3.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right 100px;
}

a:link, a:visited, a:hover {
	color: #993366;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #CC3366;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	color: #FBEDFC;
	background-color: #961C57;
}

h2{
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	background-color: #FFCCCC;
	padding-left: 10px;
	border: 1px solid #993366;
}

h3{
	font-size: 14px;
	color: #993366;
	font-weight: bold;
	text-align: left;
}

h4{
 font-size: 12px;
 font-weight: bold;
 color: #993366;
}

h5{
 font-size: 10px;
 color: #993366;
 font-weight: bold;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
				
hr {
	border-bottom: 1px solid #993366;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px 0px;
	border-bottom: 1px none #cccccc;
	width: 100%;
}

#navBar{
	width: 160px;
	padding: 0px;
	border-right: 1px solid #993366;
	border-bottom: 1px solid #993366;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #993366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#content{
	float: right;
	width: 76%;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 5;
	left: 300px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 10px 0px 10px 10px;
	background-color: #993366;
	color: #FFFFFF;
}


/*************** #pageName styles **************/

#pageName{
	padding: 3px 0px 3px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #FFFFFF;
	padding: 6px;
	white-space: nowrap;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
#globalNav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#globalNav li {
	display: inline;
}
#globalNav a {
	color: #FFFFFF;
	font-size: 11px;
	padding: 0px 4px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#globalNav a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: normal;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#navigation li a:link, #navigation li a:visited  {
	font-size: 11px;
	display: block;
	padding:  2px 2px 2px 10px;
	border-left: 6px solid #993366;
	background-color: #FCEBFB;
	color: #993366;
	text-decoration: none;
}

#navigation li a:hover {
	background-color: #C493B3;
	color: #993366;
	padding: 2px 2px 2px 10px;
	text-decoration: underline;
}
/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 5px 10px;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: justify;
	line-height: 1.5;
	font-weight: 400;
}

.feature h3{
	padding: 5px 0px;
	text-align: left;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px none #cccccc;
	font-size: 11px;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.5em;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px none #FFFFFF;
	font-size: 11px;
	background-color: #993366;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #FFFFFF;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: auto;
	color: #FFFFFF;
}

#sectionLinks a:visited{
	border-top: 1px solid #FFFFFF;
	padding: 2px 0px 2px 10px;
	color: #FFFFFF;
}

#sectionLinks a:hover{
	border-top: 1px solid #FFFFFF;
	background-color: #D889B0;
	padding: 2px 0px 2px 10px;
	text-decoration: underline;
	color: #FFFFFF;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	font-size: 11px;
	width: 100%;
	font-weight: bold;
	color: #993366;
	background-color: #FCEBFB;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	text-align: center;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 10px;
	border-top: 1px solid #cccccc;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#advert img{
	display: block;
	border: 1px solid #993366;
	padding: 3px;
}

#advert a:hover{
	text-decoration: underline;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.logobg {
	background-color: #993366;
}
.top {
	text-align: left;
	background-image: url(../image-files/top-back.jpg);
}
.relatedLinks2 {
	margin: 0px;
	font-size: 11px;
	width: 100%;
	font-weight: bold;
	color: #993366;
	background-color: #FCEBFB;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	text-align: center;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.emaillink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
}
.whitetxt {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.whitetxt2 {

	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.redtxt {


	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993366;
}
.bluetxt {



	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.borderbottom {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCCCC;
}
.imgborder {
	border: 2px solid #FFCCCC;
	margin-right: 10px;
}
#button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #993366;
	background-position: center center;
	margin: 3px;
	padding: 3px;
	font-weight: bold;
	border-top: 1px outset #FFCCCC;
	border-right: 1px outset #FFCCCC;
	border-bottom: 1px inset #FFCCCC;
	border-left: 1px inset #FFCCCC;
}
#button a:hover {
    text-decoration:underline;
}
.bottom {
	background-color: #993366;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
.form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993366;
}
.relatedLinks3 {
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	color: #993366;
	background-color: #FFCCCC;
	text-align: justify;
	padding: 5px;
	border: none;
	background-position: center;
	width: 100%;
}
.border {
	border: 1px solid #993366;
}
.imgborder2 {
	border: 5px solid #FFCCCC;
	margin-right: 20px;
	margin-bottom: 10px;
}
.blink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #993366;
}
.redtxtcenter {



	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993366;
}
.tablebg {
	background-image: url(/image-files/plazanbgd.gif);
}
.bigtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding: 0px;
}
.smallertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #743A3A;
	text-align: center;
	padding: 0px;
	font-style: italic;
}
.smallertextred {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF3366;
	text-align: center;
	padding: 0px;
	font-style: normal;
}
.smallertextblue {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding: 0px;
	font-style: normal;
}
.imgborderright {
	border: 5px solid #FFCCCC;
	margin-left: 10px;
}
.texthighlight {
	background-color: #FFCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 1px solid #993366;
	padding-right: 5px;
}
.textblock {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993399;
	background-color: #FFCCFF;
	text-align: center;
	display: block;
	margin: 0px 0px 10px 15px;
	padding: 6px;
	float: right;
	width: 250px;
	border: 3px solid #CC99CC;
	font-weight: normal;
}
.underlined {
	text-decoration: underline;
}
.lineheight {
	line-height: 1.5;
}
.colortext {
	color: #FF6600;
	font-weight: bold;
}
.textblock2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #996699;
	text-align: left;
	display: block;
	padding: 0px;
	width: 100%;
	font-weight: normal;
	margin-left: -6px;
}
.featurepad {
	padding-left: 10px;
}
.img {
	display: block;
	text-align: left;
	vertical-align: middle;
	float: left;
	margin-right: 10px;
	border: 1px solid #FFFFFF;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.textblock3 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #993366;
	text-align: justify;
	display: inline;
	margin: 10px 0px 10px 15px;
	padding: 6px;
	float: right;
	width: 200px;
	border: 5px solid #FFCCCC;
	font-weight: normal;
}
.imgborderwhite {
	border: 2px solid #993366;
	display: inline;
	float: right;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-top: 4px;
}
.textblock4 {


	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #993366;
	text-align: justify;
	display: inline;
	margin: 10px 15px 10px 0px;
	padding: 6px;
	float: left;
	width: 200px;
	border: 5px solid #FFCCCC;
	font-weight: normal;
}
.textblock5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #0099CC;
	text-align: justify;
	display: block;
	padding: 6px;
	width: 240px;
	font-weight: normal;
	margin-left: 10px;
	float: right;
	border: 5px solid #00CCFF;
}
.whitelink {
	color: #993366;
	background-color: #FFCCCC;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}
.blacktextcenter {
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.columnleft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	display: block;
	float: left;
	width: 48%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #993366;
	padding-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993366;
}
.columnright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	display: block;
	float: right;
	width: 48%;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #993366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #993366;
}
.img2 {

	display: block;
	text-align: left;
	vertical-align: middle;
	float: left;
	margin-right: 10px;
	border: 2px solid #FFCCCC;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.img3 {
	display: inline;
	text-align: left;
	vertical-align: middle;
	float: right;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 10px;
	border: 2px solid #FFCCCC;
}
.list {
	list-style-position: outside;
	list-style-image: url(/image-files/plazan-bullet.gif);
}
.imgwithoutborder {



	display: inline;
	text-align: left;
	vertical-align: middle;
	float: right;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.list2 {
	list-style-position: outside;
	list-style-image: url(/image-files/plazan-bullet2.gif);
	color: #FF6600;
	font-weight: bold;
	font-size: 11px;
	line-height: 22px;
}
.bold {
	font-weight: bold;
}
.button2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #993366;
	background-color: #FFCCCC;
	background-position: center center;
	margin: 3px;
	padding: 3px;
	font-weight: bold;
	border: 1px solid #993366;
}
.whitetext3 {
	font-size: 10px;
	text-align: center;
	text-decoration: underline;
	font-weight: bold;
}
.rightcolumn {
	float: right;
	width: 200px;
	margin: 3px 0px 3px 3px;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #993366;
	background-color: #FFCCCC;
	display: block;
	text-align: justify;
}.featured1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	display: block;
	width: 380px;
	float: right;
	border-top: 2px inset #993366;
	border-right: 2px inset #993366;
	border-bottom: 2px outset #FFCCCC;
	border-left: 2px outset #FFCCCC;
	text-align: left;
	margin: 0px 0px 0px 15px;
	padding: 6px;
}
.featuredbrd {
	border: 2px solid #FFCCCC;
	background-position: center center;
	text-align: justify;
	float: left;
	margin: 0px 10px 0px 0px;
	vertical-align: middle;
}
.textblock6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #0099CC;
	text-align: center;
	display: block;
	padding: 5px;
	width: 200px;
	font-weight: bold;
	margin-left: 10px;
	float: right;
	border-top: 2px inset #CCCCCC;
	border-right: 2px inset #CCCCCC;
	border-bottom: 2px outset #CCCCCC;
	border-left: 2px outset #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.blue {
	color: #666666;
}
.img4 {
	display: inline;
	text-align: left;
	vertical-align: middle;
	float: right;
	margin-right: 0px;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-top: 2px inset #CCCCCC;
	border-right: 2px inset #CCCCCC;
	border-bottom: 2px outset #CCCCCC;
	border-left: 2px outset #CCCCCC;
}
.textblock7 {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;
	display: block;
	padding: 6px;
	width: 220px;
	font-weight: normal;
	margin-left: 10px;
	float: right;
	border-top: 2px inset #993366;
	border-right: 2px inset #993366;
	border-bottom: 2px outset #993366;
	border-left: 2px outset #993366;
}
.img5{
  margin-left:20px;
  margin-bottom:5px;
  margin-top:10px;
  padding:4px;
  display: block;
  text-align: right;
  vertical-align: middle;
  float: right;
  border:1px solid #ccc;
}
.textblock8 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: justify;
	display: block;
	padding: 6px;
	width: 80%;
	font-weight: normal;
	float: none;
	clear: both;
	border: 2px solid #993366;
	background-position: center;
	margin-right: 5%;
	margin-left: 10%;
}
.textblock9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #994444;
	text-align: justify;
	display: block;
	padding: 6px;
	width: 220px;
	font-weight: normal;
	margin-left: 10px;
	float: right;
	border-top: 1px solid #993366;
	border-right: 1px none #993366;
	border-bottom: 1px solid #993366;
	border-left: 1px solid #993366;
	list-style-position: outside;
	list-style-type: none;
}
.table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
	border-top: 1px solid #993366;
	border-right: 1px none #993366;
	border-bottom: 1px solid #993366;
	border-left: 1px none #993366;
}
.redtxt2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF6600;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: bold;
	display: inline;
}
.list3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
	display: list-item;
	margin-left: -25px;
	list-style-type: disc;
	text-align: left;
}
.newproduct {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	background-image:  url("../../image-files/plazan-new2.gif");
	background-repeat: no-repeat;
	background-position: center center;
	display: inline;
	height: 24px;
	width: 100px;
	visibility: visible;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	float: left;
	text-align: center;
	line-height: 24px;
	margin-right: 10px;
}
.topprod {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	display: inline;
	border: 3px solid #FF0000;
	padding: 5px;
	clear: both;
}
.sitemap {
	list-style-image:  url("../../image-files/plazansitemap.gif");
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 5px;
	line-height: 20px;
	font-weight: bold;
}
.colortextlist {
	color: #FF6600;
	font-weight: bold;
	list-style-type: none;
}
.colortextlist ul{
	color: #FF6600;
	font-weight: bold;
	list-style-type: none;
}
.button3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BE3F3F;
	background-position: left center;
	margin: 3px;
	padding: 3px 3px 3px 25px;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	border: 2px none #993366;
	float: right;
	text-align: right;
	background-image:  url("../../image-files/sendtofriend.gif");
}
.img2new {
	display: block;
	text-align: left;
	vertical-align: middle;
	float: left;
	margin-right: 10px;
	border: 1px solid #ffcccc;
	margin-top: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 4px;
}
.bluetext {



	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #996666;
	text-align: left;
	padding: 0px;
	font-style: normal;
}
.redtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #9966CC;
	text-align: left;
	padding: 0px;
	font-style: normal;
}
.button4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #BE3F3F;
	background-position: left center;
	margin: 3px;
	padding: 3px 3px 3px 25px;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	border: 2px none #993366;
	float: right;
	text-align: right;
	background-image: url(/image-files/plazanask.gif);
}
.texthighlight2 {
	background-color: #FFCC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 1px solid #993366;
	padding-right: 5px;
	margin-top: 3px;
}
.texthighlight3 {
	background-color: #FFFFCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 1px solid #993366;
	padding-right: 5px;
	margin-top: 3px;
}
.texthighlight4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	border: 1px solid #993366;
	padding-right: 5px;
	margin-top: 3px;
}
.table2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #47478D;
	border-top: 1px solid #993366;
	border-right: 1px none #993366;
	border-bottom: 1px solid #993366;
	border-left: 1px none #993366;
	font-weight: bold;
	display: block;
	padding: 10px;
}
.breadcrumb {
	color: #666600;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.div {
	position: absolute;
	width: 100%;
	top: 87px;
	left: 0px;
}.divlogo {
	background-color: #ffcccc;
	background-image:  url("../../image-files/plazan-logo2.gif");
	background-repeat: no-repeat;
	background-position: 10px center;
	height: 60px;
	width: 26%;
	display: block;
	top: 0px;
}
.divider {
	background-image:  url("../../image-files/plazancosmeceutical.gif");
	background-repeat: no-repeat;
	left: 26%;
	position: absolute;
	background-position: center center;
	width: 26px;
	height: 60px;
	top: 0px;
}
.rightlogo {
	background-image:  url("../../image-files/plazan-face.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	width: 167px;
	height: 60px;
	top: 0px;
	display: inline;
	float: right;
	position: absolute;
	right: 0px;
}
.topdiv {
	background-color: #993366;
	background-image: url(/image-files/plazananim5.gif);
	background-repeat: no-repeat;
	background-position: center center;
	top: 0px;
	height: 60px;
}
.creditcards {
	background-image:  url(../image-files/allcc.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 48px;
	width: 362px;
	margin-bottom: 5px;
	margin-top: 5px;
}
.securshop {
	background-image:  url(../image-files/secureshopping.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 28px;
	width: 137px;
}
.paypal {
	background-image:  url(../image-files/paypal_logo.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 50px;
	width: 200px;
}
.smallertextred2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	text-align: left;
	padding: 4px;
	font-style: normal;
}
.rightnavmenu2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	font-weight: normal;
	color: #993366;
	display: block;
	text-decoration: none;
	width: 400px;
	float: right;
	margin-top: 10px;
	line-height: 20px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
}
.rightnavmenu2 a:link {
	text-decoration:none;
	color: #993366;
	font-weight: normal;
}
.rightnavmenu2 a:hover {
	font-weight: normal;
	color: #990000;
	text-decoration: underline;
}