.cell_bg
{
	background-image: url(/pink_slip/i/ps_cell_bg.png);
	background-repeat: repeat-y;
}

.cell_bg_training
{
	background-image: url(/pink_slip/i/ps_cell_bg_wh.png);
	background-repeat: repeat-y;
}

.free_sample
{
	background-image: url(/pink_slip/i/free_sample.png);
	border: 0;
	width: 146px;
	height: 28px;
	color: transparent;
}

.reset
{
	background-image: url(/pink_slip/i/reset.png);
	border: 0;
	width: 146px;
	height: 28px;
	color: transparent;
}

.quotation
{
	background-image: url(/pink_slip/i/quotation.png);
	border: 0;
	width: 146px;
	height: 28px;
	color: transparent;
}

#ps_menu
{
	width: 582px;
	min-height: 38px;
}

#ps_main
{
	width: 582px;
	min-height: 518px;
	background-image: url(/pink_slip/i/ps_arch.png);
	background-repeat: no-repeat;
	font-family: Verdana, sans-serif;
}

#ps_training
{
	width: 582px;
	min-height: 518px;
	background: transparent;
	font-family: Verdana, sans-serif;
}

#ps_main a:link
{
	color: #00F;
	font-weight: normal;
	text-decoration: underline;
}

#ps_main a:visited
{
	color: #33C;
	font-weight: normal;
	text-decoration: underline;
}

#ps_main a:hover
{
	color: #FF4297;
	font-weight: normal;
	text-decoration: underline;
}

#ps_content
{
	float: left;
	width: 366px;
	margin: 24px 0 12px 16px;
}

#ps_form
{
	float: left;
	width: 520px;
	margin: 24px 0 12px 16px;
}

#ps_content_side
{
	float: left;
	width: 520px;
	margin: 48px 0 12px 40px;
}

#ps_content_side h1
{
	margin-right: 100px;
}

#ps_content_side p
{
	margin-right: 60px;
}

#ps_content_side ul li
{
	margin-bottom: 7px;
	margin-right: 36px;
}

#ps_main h1
{
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 9px 0;
	padding-top: 0;
	color: #000;
}
#ps_main h2
{
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	margin: 0 0 12px 0;
	padding-top: 0;
}

#ps_main h3
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin: 0 0 9px 0;
	padding-top: 0;
}

#ps_main p
{
	margin: 0 0 9px 0;
}

#ps_form h1
{
	font-size: 36px;
	font-weight: normal;
	color: #363636;
	font-family: 'Helvetica Neue Light', Helvetica, Arial, sans-serif;
	margin: 0 0 9px 0;
}

#ps_form p
{
	font-size: 14px;
	font-weight: normal;
	color: #363636;
}

#ps_form table
{
	font-size: 12px;
	font-weight: normal;
	color: #363636;
}

#ps_sidebar
{
	float: right;
	width: 166px;
	margin: 96px 12px 12px 0;
}

#ps_sidebar p { margin: 0 0 9px 0; }
#ps_sidebar ul
{
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 2px 0 4px 9px;
	padding: 2px 0 4px 9px;
	line-height: 1.5em;
}

#ps_sidebar ul li
{
	margin-bottom: 7px;
}


.droplist {
margin-bottom: 18px;
}

.top
{
	font-size: smaller;
	margin-bottom: 12px;
}

.top a
{
	font-size: smaller;
	font-weight: normal;
}


.clearall
{
	display: block;
	clear: both;
	height: 1px;
	line-height: 1px;
	margin: 0;
}

.pink a { color: #FF4297; }

/* MENU */
#menuwrapper
{
	clear: both;
	width: 582px;
	height: 38px;
}

#menuwrapper ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 582px;
	height: 38px;
	background: url(/i/bt-nav.png) 0 -38px no-repeat;
	}

#menuwrapper li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	}

#menuwrapper a {
	display: block;
	height: 38px;
	background-image: url(/i/bt-nav.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	line-height: 1em;
	}

#menuwrapper li a { background-image: url(/i/bt-nav.png); }
#menuwrapper li a:hover,
#menuwrapper li ul li a { background-image: none; }

#menuwrapper a.pointhome {
	width: 69px;
	background-position: 0 0;
	}
.homeBody #menuwrapper .pointhome { background-position: 0 -76px; }

#menuwrapper a.pointsample {
	width: 109px;
	background-position: -69px 0;
	}
.sampleBody #menuwrapper .pointsample { background-position: -69px -76px; }

#menuwrapper a.pointquotation {
	width: 94px;
	background-position: -178px 0;
	}
.quotationBody #menuwrapper .pointquotation { background-position: -178px -76px; }

#menuwrapper a.pointmore {
	width: 145px;
	background-position: -272px 0;
	}
.moreBody #menuwrapper .pointmore { background-position: -272px -76px; }

#menuwrapper a.pointinstructions {
	width: 105px;
	background-position: -417px 0;
	}
.instructionsBody #menuwrapper .pointinstructions { background-position: -417px -76px; }

#menuwrapper a.pointfaqs {
	width: 60px;
	background-position: -522px 0;
	}
.faqsBody #menuwrapper .pointfaqs { background-position: -522px -76px; }

.homeBody #menuwrapper .pointHome:hover,
.sampleBody #menuwrapper .pointsample:hover,
.quotationBody #menuwrapper .pointquotation:hover,
.moreBody #menuwrapper .pointmore:hover,
.instructionsBody #menuwrapper .pointinstructions:hover,
.faqsBody #menuwrapper .pointfaqs:hover,
	
#menuwrapper li ul {
	display: none;
	position: absolute;
	z-index: 900;
	left: auto;
	top: 38px;
	width: 145px;
	height: auto;
	background: #f7f7f7;
	}
		
#menuwrapper li li {
	display: block;
	float: none;
	width: 145px;
	background: url(/i/bullet-nav-arrow.png) 9px 1.3em no-repeat;
	}

#menuwrapper li ul a {
	width: 123px;
	height: auto;
	z-index: 901;
	padding: 10px 4px 6px 16px;
	border-right: 1px solid #abadaf;
	border-left: 1px solid #abadaf;
	border-bottom: 1px solid #abadaf;
	color: #717273;
	font-weight: normal;
	background: transparent;
	line-height: 1.3em;
	text-indent: 0;
	text-decoration: none;
	}

#menuwrapper li li.last a {
	border-bottom: 1px solid #abadaf;
	padding-bottom: 12px;
	}

#menuwrapper li ul a:hover {
	color: #464749;
	}

.small td { font-size: 9px; }

img
{
	-ms-interpolation-mode: bicubic;
	border: 0;
}


#ps_training h1
{
	font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 9px 0;
	padding-top: 0;
	color: #000;
}
#ps_training h2
{
	font-family: Verdana, sans-serif;
	font-size: 13px;
	color: #000;
	font-weight: bold;
	margin: 0 0 12px 0;
	padding-top: 0;
}

#ps_training h3
{
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin: 0 0 9px 0;
	padding-top: 0;
}

#ps_training p
{
	margin: 0 0 9px 0;
}

.floatRight {
	float: right;
}
