/*************************************
*  BEGIN GLOBAL TEXT STYLES
*************************************/
body {
	font-family:Arial, sans-serif;
	color:#333333;
	font-size:.75em;
	line-height:1.125em;
	background-color:#FFF;
	background-image:url(../pl-images/body-bg.gif);
	background-repeat:repeat-x;
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6 {
	font-family:Arial, sans-serif;
	font-weight:bold;
	line-height:90%;
}
h1.pageTitle {
	font-family:"Helvetice Neue", Helvetica, Arial, sans-serif;
	font-size:46px;
	font-weight:normal;
	color:#656565;
	letter-spacing: -1px;
	margin:0;
}
.clearfloats{clear:both;}
a {
	color:#d96061;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
img {border:0 !important;}
/*************************************
*  BEGIN GLOBAL LAYOUT
*************************************/
#topbar {
	margin:0 auto;
	padding:0;
	position:relative;
	width:295px;
	height:108px;
}

#wrapper {
	margin:0 auto;
	padding:0;
	position:relative;
	width:960px;
	background-color:#FFFFFF;
}
#header {
	height:131px;
	width:1000px;
}
#menubar{
	margin:0;
	padding:0;
	width:939px;
	height:42px;
	background-color:#161616;
}
#menubar ul{
	list-style:none;
	float:left;
	margin:0;
	padding:0 0 0 5px;
	width:700px;
}
#menubar li{
	display:block;
	float:left;
}
#menubar li a{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	height:21px;
	padding:14px 15px 6px 15px;
}
#menubar li a:hover{
	background-image:url(../pl-images/menu-bg.jpg);
	background-repeat:repeat-x;
}
#searchbar{
	margin:0;
	padding:0;
	width:960px;
	height:39px;
	background-image: url(../pl-images/search-bg.gif);
	background-position: top right;
	background-repeat:no-repeat;
}
#searchform {
	position:absolute;
	left: 736px;
	top: 7px;
	width: 224px;
	height: 25px;
	color:#fff;
}
#searchform input {
	border:0;
	float:left;
	margin:4px 0 0 3px;
	width:135px;
}
.btnSearch {
	background:url(../pl-images/btnSearch.gif) no-repeat;
	cursor:pointer;
	height:25px;
	margin:0 0 4px 6px !important;
	width:71px !important;
}
#breadcrumb{
	width:640px;
	color:#d34849;
	padding:12px 0 20px 0px;
	font-size:11px;
	font-weight:bold;
}
#breadcrumb a{
	color:#000;
	font-weight:normal;
	text-decoration:none;
}
#breadcrumb a:hover{
	color:#ccc;
}
#leftside{
	float:left;
	width:220px;
	background-color:#fff;
	padding-bottom:30px;
}

/*************************************
*  BEGIN FEATURE PRODUCT MENU
*************************************/

#prodmenu{
	list-style:none;
	margin-left:5px;
	margin-right:10px;
	padding:0 0 20px 0;
}
#prodmenu li {
	padding:12px 0 0 20px;
	border-bottom:1px solid #ccc;
	width:190px;
	height:22px;
	background-image:url(../pl-images/LeftMenuBG.gif);
}

#prodmenu li a{
	color:#505050;
	text-decoration:none;
	font-weight:normal;
}
#prodmenu li a:hover{
	color:#CCCCCC;
}

.productInfo a
{
	color:#BA3F40;
}

/*************************************
*  BEGIN PRODUCT MENU
*************************************/

#prodmenu2 {
	list-style:none;
	margin-left:20px;
	margin-right:10px;
	padding:0 0 20px 0;
	color:#b0b0b0;
}
#prodmenu2 li {
	padding:4px 0;
}
#prodmenu2 .toptext {
	font-weight:bold;
	font-size:13px;
	color:#F00;
}
#prodmenu2 li a {
	color:#959595;
	text-decoration:none;
}
#prodmenu2 li a:hover{
	color:#CCCCCC;
}
.pageHeader {
	float:left;
	width:719px;
}
#rightside {
	background-color:#FFFFFF;
	float:left;
	padding:20px;
	width:679px;
	line-height:12pt;
}
.pagination {
	font-size:12px;
}
.landingPageTable td {
	padding:15px 0;
	text-align: center;
}
/*------- FOOTER -------*/
#footerbox{
	margin:0;
	padding:0;
	height:59px;
	background-color:#b0b0b0;
}
#footerwrapper{
	width:939px;
	margin:0 auto;
	height:59px;
	font-size:11px;
}
#footerbox ul{
	list-style:none;
	float:left;
	margin:0;
	padding:10px 0 0 20px;
     margin-top:10px;
}
#footerbox li{
	display:inline;
	padding:0 10px 0 0;
}
#footerbox a{color:#fff;text-decoration:none;}
#footerbox a:hover{color:#333;text-decoration:none;}

