@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h4 {
	color: black;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
	border-top: 1px solid #999;
	margin-top: 25px;
	margin-bottom: 10px;
	text-indent: 10px;
}
.twoColFixLtHdr #container #mainContent .divTitle1 {
	font-size: 0.8em;
	font-weight: bold;
	color: #333;
	background: url(../image-css/yell-grad-hor.jpg) repeat-y left;
	width: 100%;
	padding: 5px 10px;
	float: left;
}
.twoColFixLtHdr #container {
	width: 980px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #header {
	background: #FC0;
	padding: 0;
}
.twoColFixLtHdr #container #mainContent .threeCol {
	background: url(../image-css/g1.jpg) repeat-x bottom;
	float: left;
	height: auto;
	width: 311px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCC;
	position: relative;
	padding-bottom: 20px;
}
.twoColFixLtHdr #container #mainContent .twoCol {
	float: left;
	height: 200px;
	width: 472px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCC;
	position: relative;
}
.twoColFixLtHdr #container #mainContent .oneCol {
	float: left;
	height: auto;
	width: 956px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #CCC;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	left: -10px;
	top: -10px;
}
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 230px;
	list-style-type: none;
	height: auto;
	background-image: url(../image-css/g1.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 17px 0px 40px 10px;
	padding: 15px 8px 25px;
	border: 1px solid #CCC;
}
.twoColFixLtHdr #container #mainContent #sidebar1 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;/*margin and padding must be set to zero so it will contain the li elements .de. */
}
.twoColFixLtHdr #container #mainContent #sidebar1 ul li {
	display: inline;
}
.twoColFixLtHdr #container #mainContent #sidebar1 ul li a {
	font-family: Verdana, Geneva, sans-serif;
	float: left;
	width: 217px;
	background-color: #FFF;
	padding: 5px;
	height: 25px;
	list-style-type: none;
	font-weight: normal;
	color: #333;
	border: 1px solid #CCC;
	margin: 0px 0px 6px;
}
.twoColFixLtHdr #container #mainContent #sidebar1 ul li a:hover {
	background-image: url(../images/go.png);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: normal;
	color: #000;
	border: 1px solid #333;
}
.sidebarh1 {
	color: #FFF;
	padding: 5px;
	float: left;
	height: auto;
	width: 217px;
	border: 1px solid #CCC;
	font: bold 12px Verdana, Geneva, sans-serif;
	background: #999;
	margin: 25px 0px 5px;
}
.sidebarpara {
	color: #333;
	padding: 0px;
	margin: 0px;
	font: 0.7em/30px Verdana, Geneva, sans-serif;
	border: 1px solid #FFF;
	text-align: left;
	width: 210px;
	text-indent: 0px;
	float: left;
}
.twoColFixLtHdr #mainContent {
	margin: 10px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;
	float: left;
	width: 980px;
}
.twoColFixLtHdr #footer {
	padding-right: 5px;
	padding-left: 5px;
}
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixLtHdr #container #mainContent #mpl {
	width: 470px;
	float: left;
	margin-left: 10px;
}
.twoColFixLtHdr #container #mainContent #mpl ul li {
	list-style: none;
}
.twoColFixLtHdr #container #mainContent #mpl ul li a {
	background: url(../image-css/g1.jpg) repeat-x bottom;
	height: 25px;
	width: 370px;
	text-decoration: none;
	border: 1px solid #999;
	display: block;
	padding: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
}
.twoColFixLtHdr #container #mainContent #mpl ul li a:hover {
	border: 1px solid #000;
	color: #000;
	background: url(../images/go.png) repeat-x bottom;
}
.twoColFixLtHdr #container #mainContent #mpltext {
	width: 455px;
	border: 1px solid #CCC;
	background: url(../image-css/g1.jpg) repeat-x bottom;
	margin-bottom: 30px;
	margin-top: 16px;
	margin-left: 10px;
	padding-bottom: 30px;
	float: left;
}
.twoColFixLtHdr #container #mainContent #mpltextR {
	width: 450px;
	float: right;
	padding: 10px 10px 25px;
	border: 1px solid #CCC;
	background: url(../image-css/g1.jpg) repeat-x bottom;
	margin-bottom: 30px;
	margin-top: 16px;
	margin-right: 10px;
}
#mplboxR {
	width: 680px;
	float: right;
	border: 1px solid #CCC;
	background: url(../image-css/g1.jpg) repeat-x bottom;
	margin-bottom: 30px;
	margin-top: 16px;
	margin-right: 10px;
	padding: 10px;
}
.twoColFixLtHdr #container #mainContent #mplFW1 {
	padding: 0px;
	border: 1px solid #CCC;
	margin: 10px 10px 20px;
	float: left;
	height: auto;
	width: 960px;
}
.twoColFixLtHdr #container #mainContent #mplFW2 {
	padding: 0px;
	border: 1px solid #CCC;
	margin: 10px 10px 20px;
	height: auto;
	width: 960px;
	float: left;
}
.mplFWtext {
	margin: 0px;
	padding: 10px;
	height: auto;
	width: 605px;
	color: #333;
	float: left;
	font: normal 0.8em/1.5em Verdana, Geneva, sans-serif;
}
#rhcontainer {
	width: 710px;
	height: auto;
	border-width: 0px;
	padding: 18px 0px 0px;
	margin: 0px 0px 10px 270px;
}
#r2autosize    {
	height: auto;
	width: 700px;
	border: 1px solid #000;
}
.ListingContainer {
	font-family: Verdana, Geneva, sans-serif;
	width: 698px;
	background: #FFF;
	border: 1px solid #CCC;
	height: 120px;
	margin-bottom: 40px;
}
.LCheader {
	font-size: 14px;
	color: #333;
	background: url(../image-css/yell-grad-hor.jpg) repeat-y left;
	display: block;
	float: left;
	width: 507px;
	height: 20px;
	padding: 5px;
	border-bottom: 1px solid #CCC;
}
.LCtext {
	float: left;
	width: 507px;
	height: 49px;
	font-size: 10px;
	padding: 5px;
	vertical-align: middle;
	overflow: hidden;
}
.LCiconWrap {
	float: left;
	height: 29px;
	width: 517px;
	border-top: 1px solid #CCC;
}
.LCiconWrap .LCicon {
	height: 28px;
	width: 120px;
	float: right;
	margin-right: 91px;
	display: block;
}
.LCimage {
	background: #FC0;
	height: 120px;
	width: 180px;
	float: right;
	border-left: 1px solid #CCC;
}
.twoColFixLtHdr #container #mainContent #mplFWtxt1 {
	width: 938px;
	float: left;
	padding: 10px 10px 25px;
	border: 1px solid #CCC;
	margin-left: 10px;
	background: url(../image-css/g1.jpg) repeat-x bottom;
	margin-bottom: 30px;
	margin-top: 16px;
}
.twoColFixLtHdr #container #mainContent #mplFWtxt2 {
	width: 938px;
	float: left;
	border: 1px solid #CCC;
	margin-left: 10px;
	background: url(../image-css/g1.jpg) repeat-x bottom;
	margin-bottom: 30px;
	margin-top: 16px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-left: 10px;
}
.twoColFixLtHdr #container #mainContent #mplFWtxt3 {
	width: 938px;
	float: left;
	padding: 10px 10px 25px;
	border: 1px solid #CCC;
	margin-left: 10px;
	background: url(../image-css/g1.jpg) repeat-x bottom;
	margin-bottom: 30px;
	margin-top: 16px;
}
.twoColFixLtHdr #container #mainContent #r1 {
	background: #FC0;
	height: auto;
	width: 470px;
	border: 1px solid #000;
	float: right;
	margin-right: 10px;
	margin-top: 17px;
	margin-bottom: 40px;
}
.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: left;
	margin-right: 8px;
}
.twoColFixLtHdr #container #mainContent #WABC {
	width: 978px;
	margin-left: 20px;
}
.twoColFixLtHdr #container #mainContent #WABC #ABC {
	font-size: 24px;
}
.twoColFixLtHdr #container #mainContent #WABC #ABC ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.twoColFixLtHdr #container #mainContent #WABC #ABC ul li {
	color: #333;
	text-align: center;
	display: block;
	float: left;
	width: 35px;
	margin-bottom: 25px;
	height: 35px;
	border-top: 1px solid #666;
	border-right: 1px dotted #666;
	border-bottom: 1px solid #666;
}
.twoColFixLtHdr #container #mainContent #WABC #ABC ul li a {
	color: #000;
	font-size: 24px;
	font-weight: normal;
	display: block;
	padding-top: 5px;
}
.twoColFixLtHdr #container #mainContent #WABC #ABC ul li a:hover {
	background: #9C0;
	border: 1px solid #000;
}
/*--------------------------Clears----------------------------------*/
.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;
}
.clearleft {
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
	/*--------------------------Clears----------------------------------*/

}
.form1 {
	font-size: 1em;
	border-bottom: 1px solid #CCC;
	color: #333;
	line-height: 30px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #ccc;
}
.text1b {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
.text1emBoldPadd {
	margin: 0px;
	padding: 10px;
	font: bold 0.9em/2em Verdana, Geneva, sans-serif;
}
.text2b {
	font-size: 0.8em;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
.text2n {
	font: 0.7em/1.3em Verdana, Geneva, sans-serif;
}
.text2nPadd {
	font: normal 0.7em/1.5em Verdana, Geneva, sans-serif;
	padding: 10px;
	margin: 0px;
}
.text2nPaddCentre {
	font: normal 0.7em/1.5em Verdana, Geneva, sans-serif;
	padding: 10px;
	margin: 0px;
	text-align: center;
}

.text3n {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	line-height: 20px;
	padding: 10px;
}
.text4n {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	line-height: 20px;
}
.text4nw {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
}
.textlistnumb {
	font-size: 12px;
	line-height: 25px;
	list-style: upper-roman outside;
	font-family: Verdana, Geneva, sans-serif;
	padding: 10px;
}

/*Product Page - Detailed End*/






/*-------------------------------------Image Floats---------------------------------------*/	

.imageFloatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
}
.imageFloatRight {
	float: right;
	}
.imageFloatRightTXTpadd {
	margin: 10px 0px 10px 10px;
	float: right;
}
.imageFloatRightTXTpaddShadow {
	margin: 10px 0px 10px 10px;
	float: right;
	background: url(../image-css/imageShadow.jpg);
	height: 216px;
	width: 320px;
}
.imageFloatRightPadd {
	float: right;
	margin: 10px;
	border: 1px solid #999;
	padding: 3px;
}
.imageCentre {
	margin: 30px;
	border: 3px dotted #CCC;
}
.image1 {
	float: right;
	width: 300px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	margin: 10px;
}
.imageLHSB {
	width: 200px;
	height: auto;
	margin: 6px 6px 0px;
	padding: 0px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}
/*-------------------------------------Image Floats END---------------------------------------*/

.imageRight {
	width: auto;
	border: 1px solid #FFF;
	height: auto;

	}

.ident {
	padding-left: 20px;
}
/*Start Product Page CSS elements*/
/*The header, upper text div, table div and the footer CSS elements are all contained in the code above*/

#pplinks {
	height: 40px;
	width: 980px;
	background: url(../image-css/top-blue-gr.jpg) repeat-x top;
	border-top: 1px solid #CCC;
	margin: 0px 0px 10px;
	padding: 0px;
}
.twoColFixLtHdr #container #mainContent #pplinks a:hover {
	border-top: 3px solid #333;
	border-bottom: 1px;
	padding: 2px 3px 5px;
	margin-top: -5px;
	color: #000;
	background: url(../image-css/yellow-dot.gif) repeat left top;
}
.twoColFixLtHdr #container #mainContent #pplinks a {
	display: block;
}
.pplink {
	font: 12px Verdana, Geneva, sans-serif;
	color: #333;
	float: left;
	height: auto;
	width: 150px;
	margin-top: -1px;
	margin-bottom: 0px;
	margin-left: 32px;
	border-top: 2px solid #FFF;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	list-style: none;
	padding: 5px 3px 3px;
	top: 0px;
	background: #FFF;
	text-align: center;
	border-bottom: 1px solid #CCC;
	display: inline-block;
}
/*In the page order this is where i place*/
#pplhcol {
	width: 473px;
	height: auto;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin: 10px 0px;
	float: left;
}
#pprhcol {
	margin: 10px 0px;
	width: 473px;
	height: auto;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	float: right;
}
#pptext1 {
	width: 950px;
	background: url(../image-css/g1.jpg) repeat-x bottom;
	margin: 0px;
	float: left;
	height: auto;
	color: #333;
	padding: 0px 15px 30px;
	border-bottom: 1px solid #CCC;
}
/*End Product Page CSS Elements*/
.ppprod {
	background: #FFF;
	margin: 0px 0px 40px;
	height: 120px;
	width: 473px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	border-right: 1px none #CCC;
	border-left: 1px none #CCC;
	padding: 0px;
	float: left;
}
.ppprodh1 {
	font: bold 12px Verdana, Geneva, sans-serif;
	width: 291px;
	background: url(../image-css/yell-grad-hor.jpg) repeat-y left;
	color: #333;
	height: 26px;
	border-bottom: 1px solid #CCC;
	padding: 0px;
	float: left;
}
.ppprodh1 a {
	font: bold 12px Verdana, Geneva, sans-serif;
	padding: 5px;
	height: 16px;
	width: 281px;
	left: 20px;
	display: block;
	background: url(../image-css/ppprodh1.jpg) repeat-y left;
}
.ppprodh1 a:hover {
	display: block;
	font: bold 12px Verdana, Geneva, sans-serif;
	padding: 5px;
	width: 281px;
	height: 16px;
	background: url(../image-css/ppprodh1hover.jpg) repeat-y left;
	color: #000;
	border-bottom: 1px solid #000;
}
.ppprodtext {
	font: 10px Verdana, Geneva, sans-serif;
	color: #333;
	height: 50px;
	width: 281px;
	overflow: hidden;
	padding: 5px;
	float: left;
}
.ppprodiconwrap {
	height: 30px;
	width: 290px;
	border-top: 1px solid #CCC;
	float: left;
	margin: 0px;
	padding: 2px 0px 0px;
}
.ppprodicon {
	margin: 0px 0px 0px 5px;
	float: left;
	height: 28px;
	width: 28px;
}
.ppprodweight {
	background: #CCC;
	height: 21px;
	width: 40px;
	float: left;
	margin: 0px 0px 0px 5px;
	padding-top: 5px;
	padding-right: 2px;
	padding-left: 2px;
	border: 1px solid #666;
	text-align: center;
	vertical-align: middle;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}


.ppprodimg {
	height: 120px;
	width: 180px;
	border-left: 1px solid #CCC;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	top: -87px;
	position: relative;
	right: -2px;
	float: left;
	margin: 0px;
	padding: 0px;
}
.pptablewrapper {
	float: left;
	height: auto;
	width: 980px;
}
/*-------------------------------------Homepage Style------------------------------------*/
#hpmainContent {
	margin: 0;
	padding: 0;
	float: left;
	width: 980px;
}
#hpsidebarLH {
	color: #333;
	width: 215px;
	background: url(../image-css/g1.jpg) repeat-x bottom;
	border: 1px solid #CCC;
	margin: 10px;
	font-weight: bold;
	padding-bottom: 50px;
	height: auto;
	padding-top: 5px;
	float: left;
}
.twoColFixLtHdr #container #hpmainContent #hpsidebarLH ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 215px;
	height: auto;
	float: left;
}
.twoColFixLtHdr #container #hpmainContent #hpsidebarLH ul li {
	border: 1px solid #FFF;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 195px;
}
.twoColFixLtHdr #container #hpmainContent #hpsidebarLH ul li a {
	display: block;
	width: 195px;
	background: url(../image-css/sidebar.jpg) repeat-y left;
	padding: 3px;
	text-decoration: none;
	list-style: none;
	border: 1px solid #CCC;
	font-weight: bold;
	height: auto;
	margin: 0px 5px 3px;
}
.twoColFixLtHdr #container #hpmainContent #hpsidebarLH ul li a:hover {
	background: url(../image-css/sidebar_hover.jpg) repeat-y left;
	color: #333;
	border: 1px solid #999;
	height: auto;
	width: 195px;
}
#hpsidebarRH {
	float: right;
	border: 1px solid #CCC;
	margin: 10px;
	padding: 0px;
	width: 200px;
}
.twoColFixLtHdr #container #hpmainContent #hpsidebarRH .news {
	height: auto;
	width: 200px;
}
.hpsidebarRHTitle {
	color: #FFF;
	text-decoration: none;
	background: url(../image-css/hpRHSidebar.jpg) repeat-y left;
	width: 190px;
	padding: 5px 0px 5px 5px;
	height: auto;
	font: bold .9em Verdana, Geneva, sans-serif;
	margin: 0px 0px 5px;
}
.hpsidebarRHText {
	font: 0.7em/1.3em Verdana, Geneva, sans-serif;
	color: #333;
	margin: 10px;
}
#hptext1 {
	width: 508px;
	background: #FFF url(../image-css/g1.jpg) repeat-x bottom;
	margin: 10px 0px 10px 240px;
	height: auto;
	color: #333;
	padding-bottom: 13px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#hpCentralColumn {
	width: 508px;
	height: auto;
	margin: 10px 0px 30px 240px;
	background: #F2F3F9;
	border: 1px solid #CCC;
}
#hpCentralColumn .contentWrap {
	height: 120px;
	width: 496px;
	border: 1px solid #C7C6DF;
	background: #FFF;
	margin: 5px 5px 10px;
}
#hpCentralColumn .contentWrap .productTitle {
	width: 315px;
	float: left;
	color: #333;
}
#hpCentralColumn .contentWrap .productTitle a {
	background: url(../image-css/sidebar.jpg) repeat-y left;
	width: 300px;
	float: left;
	padding: 6px 5px 6px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #CCC;
}
#hpCentralColumn .contentWrap .productTitle a:hover {
	background: url(../image-css/hpSubTitleHover.jpg) repeat-y left;
	width: 300px;
	float: left;
	padding: 6px 5px 6px 10px;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #333;
}
#hpCentralColumn .contentWrap .productDescription {
	font-size: 0.7em;
	color: #333;
	padding: 10px;
	float: left;
	width: 296px;
	line-height: 1.6em;
	height: 75px;
	overflow: hidden;
}
#hpMainTable {
	border: 1px solid #CCC;
	float: left;
	margin: 10px;
}
#FooterLogos {
	float: left;
	width: 958px;
	border: 1px solid #CCC;
	margin-right: 10px;
	margin-left: 10px;
}
#celebrating {
	float: left;
	width: 958px;
	margin-right: 10px;
	margin-left: 10px;
	border: 1px solid #FFF;
}
/*Homepage Style End*/




/*Product Page - Detailed Start*/

#ppdmainContent {
	margin: 0;
	padding: 0;
	float: left;
	width: 980px;
}
#ppdsidebarLH {
	color: #333;
	float: left;
	width: 215px;
	background: url(../image-css/g1.jpg) repeat-x bottom;
	border: 1px solid #CCC;
	margin: 10px 0px 10px 10px;
	font-weight: bold;
	padding-bottom: 50px;
	height: auto;
	padding-top: 5px;
}
#ppdsidebarLH ul    {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 215px;
}
#ppdsidebarLH ul li    {
	border: 1px solid #FFF;
	margin: 0px;
	padding: 0px;
}
#ppdsidebarLH ul li a    {
	display: block;
	width: 195px;
	background: url(../image-css/sidebar.jpg) repeat-y left;
	padding: 3px;
	text-decoration: none;
	list-style: none;
	border: 1px solid #CCC;
	font-weight: bold;
	height: auto;
	margin-right: 5px;
	margin-bottom: 3px;
	margin-left: 5px;
}
#ppdsidebarLH ul li a:hover  {
	background: url(../image-css/sidebar_hover.jpg) repeat-y left;
	color: #333;
	border: 1px solid #999;
	text-align: left;
}
.ppdLhColTitle       {
	width: 195px;
	padding: 2px 3px 4px;
	border: 1px solid #000;
	height: auto;
	background: #333 url(../image-css/ppLH-Title.jpg) repeat-x left bottom;
	color: #E9E9E9;
	margin: 10px 5px 5px;
	font: italic bold 0.9em Verdana, Geneva, sans-serif;
}
.ppdLhColSubTitle       {
	width: 195px;
	padding: 4px 3px;
	list-style: disc;
	height: auto;
	color: #666;
	margin: 3px 5px;
	font: italic bold 0.7em Verdana, Geneva, sans-serif;
	border: 1px solid #FFF;
}
.ppdLhColImg     {
	padding: 5px;
	float: left;
	border: 1px solid #FFF;
	margin: 0px 1px;
}
#ppdrhcol {
	margin: 10px 0px 30px 240px;
	width: 730px;
	height: auto;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.ppdprodTextBox {
	margin: 0px 0px 30px;
	height: auto;
	width: 730px;
	border-bottom: 1px solid #333;
	border-right: 1px none #CCC;
	border-left: 1px none #CCC;
	background: url(../image-css/g1.jpg) repeat-x bottom;
	padding: 0px 0px 15px;
	text-align: left;
}
.ppdprod {
	margin: 0px 0px 40px;
	height: 140px;
	width: 730px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	border-right: 1px none #CCC;
	border-left: 1px none #CCC;
}
.ppdprodTextBox ul  {
	list-style: none;
	color: #000;
	margin: 0px;
	padding: 5px 5px 5px 30px;
	font: 0.7em/20px Verdana, Geneva, sans-serif;
}
.ppdprodTextBox ul li {
	text-decoration: none;
	list-style: circle url(none);
}
.ppdprodTextBoxLH13d {
	margin: 0px 0px 20px;
	float: left;
	height: 215px;
	width: 243px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	border-left: 1px none #CCC;
	padding: 0px;
	clear: both;
}

.ppdprodTextBoxLH23d {
	margin: 0px 0px 20px;
	width: 475px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	background: url(../image-css/g1.jpg) repeat-x bottom;
	padding: 0px 0px 10px;
	float: left;
}
.ppdprodTextBoxLH23d ul  {
	text-decoration: none;
	list-style: none;
	color: #333;
	line-height: 20px;
	margin: 0px;
	padding: 5px 5px 5px 30px;
}
.ppdprodTextBoxLH23d ul li {
	text-decoration: none;
	list-style: circle url(none);
	font-size: 0.8em;
}

.ppdprodTextBoxRH13d {
	margin: 0px 0px 20px 486px;
	height: auto;
	width: 243px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	padding: 0px;
	background: url(../image-css/g1.jpg) repeat-x bottom;
}

.ppdprodTextBoxRH23d {
	margin: 0px 0px 20px;
	float: right;
	height: 200px;
	width: 475px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	border-right: 1px none #CCC;
	border-left: 1px solid #333;
	background: url(../image-css/g1.jpg) repeat-x bottom;
	padding: 0px 0px 15px;
	clear: right;
}


.ppdprodimg {
	height: 140px;
	width: 210px;
	border-left: 1px solid #CCC;
	float: right;
}
.ppdprodh1 {
	font: bold 12px Verdana, Geneva, sans-serif;
	width: 519px;
	color: #333;
	padding: 0px;
	height: 26px;
	border-bottom: 1px solid #CCC;
	background-image: url(../image-css/ppdrodh1.jpg);
	background-repeat: repeat-y;
	background-position: left;
}
.ppdprodh1 a {
	width: 509px;
	color: #333;
	height: 16px;
	display: block;
	background-image: url(../image-css/ppdrodh1.jpg);
	background-repeat: repeat-y;
	background-position: left;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	padding: 5px;
}
.ppdprodh1 a:hover {
	width: 509px;
	color: #333;
	padding: 5px;
	height: 16px;
	border-bottom: 1px solid #CCC;
	display: block;
	background-image: url(../image-css/ppdrodh1hover.jpg);
	background-repeat: repeat-y;
	background-position: left;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
}


.ppdprodtext {
	font: 10px Verdana, Geneva, sans-serif;
	color: #333;
	height: 69px;
	width: 509px;
	overflow: hidden;
	padding: 5px;
}
.ppdprodtextFullHeight {
	font: 0.7em/16px Verdana, Geneva, sans-serif;
	color: #333;
	height: 96px;
	width: 509px;
	overflow: hidden;
	padding: 8px 5px;
	float: left;
	background: url(../image-css/g1.jpg) repeat-x bottom;
}
.ppdprodiconwrap {
	height: 30px;
	width: 519px;
	padding-top: 2px;
	border-top: 1px solid #CCC;
}
.ppdprodicon {
	margin: 0px 0px 0px 5px;
	height: 30px;
	width: auto;
	float: left;
}

.ppdprodPads {
	font: bold 24px Verdana, Geneva, sans-serif;
	float: left;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	color: #333;
	height: 30px;
	width: 35px;
}
.ppdprodweight {
	font: bold 12px Verdana, Geneva, sans-serif;
	float: left;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	color: #333;
	padding: 5px 0px;
	height: 16px;
	width: 45px;
}
.ppdprodMaxLift {
	font: 12px Verdana, Geneva, sans-serif;
	float: left;
	margin: 0px;
	text-align: center;
	vertical-align: middle;
	color: #333;
	padding: 1px 2px 3px;
	height: 24px;
	width: 50px;
}
#hd {
	height: 120px;
	width: 978px;
	background: #FC0;
	clear: both;
	float: left;
	padding: 1px;
	margin: 0px;
}
#hd #logo {
	height: 90px;
	width: 320px;
	float: left;
}
#hd #linksTopHomepage {
	padding: 0px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 3px;
	float: right;
	width: 300px;
	text-align: right;
}
.goo {
	float: right;
	padding: 0px 5px 0px 0px;
	left: 0px;
	top: 0px;
	width: 350px;
	clear: right;
	margin: 0px;
	height: 40px;
	color: #333;
	text-align: right;
	font: 0.7em Verdana, Geneva, sans-serif;
}
#googleWrapper {
	position: relative;
	left: 1px;
	top: 1px;
}
#nav01 {
	width: 964px;
	height: 27px;
	float: left;
	margin: 0px 0px 0px 7px;
	padding: 0px;
}
#nav01 ul {
	list-style: none;
	left: 0px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 27px;
	display: block;
	text-align: center;
	width: 974px;
}
#nav01 ul li {
	display: inline-block;
	float: left;
	height: 24px;
	width: 106px;
	padding: 0px;
	margin: 0px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}
#nav01 ul li a {
	text-decoration: none;
	list-style: none;
	background: url(/images/link.png) repeat-x;
	float: left;
	display: block;
	width: 102px;
	height: 20px;
	margin: 0px;
	padding: 4px 2px 0px;
	text-align: center;
}
#nav01 ul li a:link, #Navigation ul il a:visited {
	color: #333333;
	text-decoration: none;
}
#nav01 ul li a:hover {
	border-bottom: 3px solid #333;
	color: #000;
	background: #FC0;
}
/*---------------------------------New Footer Style Start*----------------------------------*/
#ftWrapper {
	width: 970px;
	height: auto;
	padding: 0px;
	background: url(../image-css/ftg.jpg) repeat-x left;
	margin: 0px;
	clear: both;
}
#ftWrapper .ftIconWrap {
	background: #FFF;
	margin: 0px;
	padding: 20px 0px;
	height: 40px;
	width: 974px;
	border-top: 1px solid #999;
	border-left: 1px solid #FFF;
	text-align: center;
	clear: both;
}
#ftWrapper .ftNote {
	font-size: 0.8em;
	color: #333;
	margin: 20px 0px 0px;
	padding: 10px;
	height: 30px;
	width: 955px;
	text-align: center;
	background: #FFF;
}
#ftWrapper .ftAdCont {
	margin: 0px 0px 0px 12px;
	padding: 0px;
	height: 110px;
	width: 310px;
	left: 15px;
	float: left;
}
#ftWrapper .ftAddTitle {
	font-size: 1em;
	font-weight: bold;
	color: #FC0;
	border-bottom: 1px solid #CCC;
	margin: 0px;
	padding: 10px;
	height: auto;
}
#ftWrapper .ftaddress {
	font: 0.7em Verdana, Geneva, sans-serif;
	color: #FFF;
	padding: 10px 10px 0px;
	margin: 0px;
}
#ftWrapper .ftaddress a {
	font: 1em Verdana, Geneva, sans-serif;
	color: #FFF;
	padding: 10px 10px 0px;
}
#ftWrapper .ftaddress a:hover {
	color: #FC0;
	font-weight: bold;
}
#ftWrapper .ftLinksCont {
	margin: 20px 0px 0px 3px;
	padding: 0px;
	height: 320px;
	width: 188px;
	background: url(../image-css/ftgLC.jpg) repeat-y top;
	border: 1px solid #CCC;
	left: 4px;
	float: left;
}
#ftWrapper .ftLinksCont .ftLinksContTitle {
	font: bold 0.7em Verdana, Geneva, sans-serif;
	color: #333;
	padding: 10px 4px;
	border-bottom: 1px solid #999;
	margin-bottom: 5px;
	width: 180px;
}
#ftWrapper .ftLinksCont .ftLinksContLink {
	color: #666;
	text-decoration: none;
	margin: 0px;
	border-style: none;
	height: auto;
	width: 188px;
}
#ftWrapper .ftLinksCont ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
	width: 188px;
}
#ftWrapper .ftLinksCont ul li {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 180px;
	font-weight: normal;
	display: block;
}
#ftWrapper .ftLinksCont ul li a {
	display: block;
	float: left;
	font-size: 0.7em;
	margin: 0px 5px 5px;
	padding: 0px;
	height: auto;
	width: 180px;
	font-weight: normal;
	color: #666;
}
#ftWrapper .ftLinksCont ul li a:hover {
	color: #000;
	text-decoration: underline;
	/*---------------------------------New Footer Style End*----------------------------------*/
}
#glppdrhcol {
	margin: 10px 0px 30px 240px;
	width: 730px;
	height: 200px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	float: left;
	background: #C39;
	border-top: 1px none #CCC;
}
#glppdsidebarLH {
	color: #333;
	float: left;
	width: 215px;
	background: #0C6 url(../image-css/g1.jpg) repeat-x bottom;
	border: 1px solid #CCC;
	margin: 10px 0px 10px 10px;
	font-weight: bold;
	height: 400px;
	padding: 5px 0px 50px;
}
.textLHSB {
	width: 190px;
	height: 16px;
	margin: 0px 6px 20px;
	padding: 5px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	border-left: 1px solid #333;
	font-size: 0.6em;
	color: #333;
	background: #333 url(../image-css/images/imgLHSB.png) repeat-y left top;
	vertical-align: middle;
}
.ppdprodNumber {
	margin: 0px;
	text-align: right;
	vertical-align: middle;
	color: #333;
	padding: 2px 0px 2px 10px;
	height: 24px;
	font-size: 24px;
	width: auto;
	float: left;
}
.padding10px {
	padding: 10px;
	height: auto;
	width: auto;
	position: relative;
}
