/*STYLES FOR PRODUCT LANDING PAGE------------*/
.LANDINGtop {
	width:908px;
	height:5px;
	float:left;
	background-image:url(../images/PL_top.gif);
	background-position:top;
	background-repeat:no-repeat;
}
.LANDINGbottom {
	width:908px;
	height:5px;
	float:left;
	background-image:url(../images/PL_bottom.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.LANDINGmiddle {
	width:898px;
	height:auto;
	float:left;
	background-image:url(../images/PL_middle.gif);
	background-repeat:repeat-y;
	padding-left:5px;
	padding-right:5px;
}
.LANDINGflash {
	width:898px;
	height:auto;
	float:left;
}
/*STYLES FOR PRODUCT PAGES-------------------*/
.products_titlepanel {
	width:570px;
	height:70px;
	float:left;
	background-image:url(../images/products_titleBG.gif);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:2.1em;
	font-weight:500;
	color:#fff;
	padding-top: 12px;
	padding-left: 12px;
}
.products_sloganpanel {
	width:582px;
	height:auto;
	float:left;
	padding-bottom: 20px;
}
.sloganarrow {
	width:30px;
	height:30px;
	float:left;
	padding-right:12px;
	padding-left: 12px;
}
.slogantext {
	width:520px;
	height:auto;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	font-weight:500;
	color:#c2c0c0;
	font-style: italic;
}
.products_contentpanel {
	width:582px;
	height:auto;
	float:left;
	background-image:url(../images/products_contentBG.gif);
	background-repeat:no-repeat;
	background-position:top;
}
.products_flashpanel {
	width:360px;
	height:470px;
	float:right;
	background-image:url(../images/products_flashBG.gif);
	background-repeat:no-repeat;
	background-position:top;
}
.products_tabbedcontent {
	width:540px;
	height:347px;
	float:left;
	padding-left:21px;
	padding-right:21px;
	padding-bottom: 0px;
}
.products_tabbedheader {
	width:540px;
	height:auto;
	float:left;
	background-image:url(../images/Punderline.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
	color:#8b8e91;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.4em;
}
