﻿
#productHead
{
	display: block;
	position: relative;
	height: 157px;
}

#productBottom
{
	position: absolute;
	top: 140px;
	height: 17px;
	width: 984px;
	background-image: url( 'Graphics/basFooterNoColoumnIF.png' );
	background-repeat: no-repeat;
	display: block;
}

#prodContentWrapper
{
	background-image: url(  'Graphics/basBackgroundProductColumns.png' );
	background-repeat: repeat-y;
}

/* Overall Navigation bar section header positioning */
#productBar {
	position: absolute;
	display: block;
	top: 0px;
	height: 140px;
	left: 10px;
	width: 960px;
}

/* Navigation bar button general class */
.prodButton {
	background-image: url('Graphics/prodBarNotSelected.jpg');
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	text-indent: -9999px;
}

.prodButton:hover
{
	background-image: url('Graphics/prodBarSelected.jpg');
}

#prodControlHeading
{
	position: relative;
	background-image: url( 'Graphics/basProductSidebarMainDivide.png' );
	background-repeat: no-repeat;
	display: block;
	height: 42px;
}

.prodTitleInHeading
{
	display: block;
	position: absolute;
	left: 15px;
	top: 7px;
	height: 25px;
	width: 196px;
	font-size: 16pt;
	color: #333333;
	text-align: center;
}
	
.productPageInHeading
{
	display: block;
	position: absolute;
	left: 233px;
	top: 7px;
	height: 25px;
	width: 737px;
	font-size: 16pt;
	color: #333333;
	text-align: center;
}


/* Product navigation side bar */

.prodNavSide
{
	width: 226px;
	float: left;
	font-size: 10pt;
}

.prodNavSide h3
{
	border-width: 1px;
	border-color: #000000;
	padding: 5px;
	margin: 10px 0px 0px 0px;
	font-weight: bold;
	font-size: 12pt;
	color: #000000;
	text-indent: 10px;
}

.prodLink
{
	padding: 2px;
	display: block;
	text-indent: 15px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	font-size: 10pt;
}

.prodLinkSelected
{
	background-image: url(   'Graphics/basProdPageSelection.png' );
	background-repeat: no-repeat;
	font-weight: bold;
	height: 21px;
	display: block;
	color: #FFFFFF;
	padding-top: 4px;
}

.prodLinkSelected
{
	background-image: url(   'Graphics/basProdPageSelection.png' );
	background-repeat: no-repeat;
	font-weight: bold;
	height: 21px;
	display: block;
	color: #FFFFFF;
	padding-top: 4px;
}

.prodNavSide a:hover 
{
	color: #6699FF;
}

a.prodLinkSelected:hover
{
	color: #FFFFFF;
}

.prodLinkNoItems
{
	color: #808080;
}


/* Product main content */

.prodContent
{
	width: 730px;
	float: right;
	font-size: 10pt;
	margin-right: 20px;
}
.prodContent a
{
	font-size: small;
	font-weight: normal;
	font-style: normal;
	color: #000080;
}
.prodContent h3
{
	border: 0px dashed #C0C0C0;
	margin: 5px;
	font-size: 18pt;
}

.prodContent h4
{
	border: 0px dashed #C0C0C0;
	margin: 5px;
}
.prodContent ul
{
	margin: 0px 0px 0px 30px;
	padding: 0px;
	border: 0px dashed #C0C0C0;
	font-size: 10pt;
	color: #333333;
	list-style-type: square;
}
.prodContent hr
{
	clear: both;
}
.prodCol1
{
	border-width: 0px 1px 0px 0px;
	border-color: #CCCCCC;
	width: 350px;
	margin: 2px;
	padding: 3px;
	float: left;
	border-right-style: solid;
}
.prodCol2
{
	width: 350px;
	margin: 2px;
	padding: 3px;
	float: right;
}

.prodSingleCol
{
	margin: 2px;
	padding: 3px;
	clear: both;
}


#prodMainPageHeading
{
	position: relative;
	background-image: url( 'Graphics/basProductMainPageDivide.png' );
	background-repeat: no-repeat;
	display: block;
	height: 42px;
}

.prodMainPageTitle
{
	display: block;
	position: absolute;
	left: 15px;
	top: 10px;
	height: 25px;
	width: 975px;
	font-size: 16pt;
	color: #333333;
	text-align: center;
}

h3 a:link, h3 a:visited, h3 a:hover, h3 a:active
{
	font-size: 15pt;
	font-weight: normal;
}
