/* General Styles */

body {
	margin: 0;
	padding: 0;
	color: #3F3F3F;
	background-color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	visible: false;
	font-size: 1em;
}

form {
	margin: 0;
	padding: 0;
	visible: false;
}

img {
	border: 0;
}

/* Design Styles */

#pageBlock {
	padding-top: 15px;
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	visible: false;	
}

#wrapperBlock {
	float: left;
	width: 740px;
	text-align: left;
	visible: false;
}

#headerBlock {
	height: 43px;
	visible: false;
}

#headerLogoBlock {
	float: left;
	margin-top: 8px;
	visible: false;
}

#headerTaglineBlock {
	float: left;
	margin-top: 19px;
	margin-left: 31px;
	margin-right: 132px;
	visible: false;
}

#headerSearchBlock {
	float: left;
	width: 196px;
	height: 43px;
	background-image: url(../images/background_search.gif);
	visible: false;
}

#headerSearchBlockPadding {
	margin-left: 22px;
	margin-top: 12px;	
}

#searchBoxBlock {
	height: 16px;
	font-size: 0;
	line-height: 0;
}

#searchButtonBlock {
	padding-left: 6px;
}

#txtSearchBox {
	line-height: 11px;
	font-size: 11px;
	padding: 2px;
	width: 106px;
	height: 12px;
	border: 1px solid #CDCDCD;
}

.txtSearchBox {
	line-height: 11px;
	font-size: 11px;
	padding: 2px;
	width: 106px;
	height: 12px;
	border: 1px solid #CDCDCD;
}
#categoryBlock {
	height: 40px;
	background-image: url(../images/background_header.gif);
	visible: false;
}

#categoryBlockPadding {
	float: right;
	margin-top: 11px;
	padding-right: 11px;
}

#browseManufacturerBlock {
	float: left;
	padding-right:11px;
}

#browseCategoryBlock {
	float: left;
}

#ddlBrowseByManufacturer, #ddlBrowseByCategory {
	height: 18px;
	color: #425C75;
	font-size: 11px;
	line-height: 18px;
	border: 1px solid #CDCDCD;
}

.browseBy {
	height: 18px;
	color: #425C75;
	font-size: 11px;
	line-height: 18px;
	border: 1px solid #CDCDCD;
}

#navigationBlock {
	height: 20px;
	visible: false;	
}

#animationBlock {
	height: 200px;
	margin-bottom: 5px;
	background-image: url(../images/background_grid.gif);
	visible: false;
}

#blockSpacer {
	clear: both;
	height: 10px;
	line-height: 0;
	font-size: 0;
}

#featuredProductBlock {
	min-height: 206px;
	min-height hack for IE6
	height: auto !important;
  	height: 206px;
	border: 1px solid #A5A5A5;
	background-image: url(../images/background_featuredproduct.gif);
	background-repeat: repeat-x;
	background-color: #E0E0E0;
	visible: false;
	padding: 1px;
	
}


#featuredProductBlockPadding {
	margin: 9px;
	color: #5F461A;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	visible: false;
	font-size: 10px;
}

#featuredProductBlockPadding div p {
	margin-top: 0;
	line-height: 11px;
}

#lblFeaturedProduct {
	margin-bottom: 10px;
}


#footerBlock {
	clear: both;
	color: #838282;
	height: 30px;
	line-height: 30px;
	padding-right: 15px;	
	margin-bottom: 10px;
	font-size: 10px;
	text-align: right;
	background-color: #343B48;
	background-image: url(../images/background_grid.gif);
	background-position: 3px 0;
	visible: false;
}

#footerBlock a {
	color: #838282;
	text-decoration: none;	
	visible: false;
}

#footerBlock a:hover {
	color: #FFFFFF;
	text-decoration: underline;	
	visible: false;
}

#footerBlock a:active {
	color: #FFFFFF;
	text-decoration: underline;	
	visible: false;
}

/* Home Page Styles */

#homeBlock {
	min-height: 395px;
	/*min-height hack for IE6*/
	height: auto !important;
  	height: 395px;
	background-image: url(../images/background_home.gif);
	background-repeat: repeat-x;
	visible: false;
}

/* Fix the parent div to push it down past the floated children divs */
#homeBlock:after {
	content: " "; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	visible: false;
}

#homeLeftBlock {
	float: left;
	width: 500px;
	min-height: 395px;
	/*min-height hack for IE6*/
	height: auto !important;
  	height: 395px;
	visible: false;
}

#btnSoftware {
	float: left;
	width: 74px;
}

#btnHardware {
	float: left;
	width: 74px;
}

#btnIndustries {
	float: left;
	width: 74px;
}

#btnResources {
	float: left;
	width: 75px;
}

#homeTabbedBorder {
	float: left;
	border-bottom: 1px solid #A5A5A5;
	/*width: 277px;*/
	width: 203px;
	height: 25px;
}

#tabbedBlockSoftware, #tabbedBlockHardware, #tabbedBlockIndustries, #tabbedBlockResources {
	clear: both;
	position: relative;
	min-height: 166px;
	/*min-height hack for IE6*/
	height: auto !important;
  	height: 166px;
	margin-bottom: 10px;
	border-bottom: 1px solid #A5A5A5;
	border-left: 1px solid #A5A5A5;
	border-right: 1px solid #A5A5A5;
	background-image: url(../images/background_hometabbed.gif);
	background-repeat: repeat-x;
	background-color: #C5D9BE;
	padding: 1px;
	visible: false;	
}

#homeTabbedBlockPadding {
	padding-top: 16px;
	padding-left: 9px;
	width: 304px;
	color: #3F3F3F;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	visible: false;
	font-size: 10px;
}

#homeTabbedBlockPadding a {
	color: #3F3F3F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-decoration: none;
	font-weight: normal;
}

#homeTabbedBlockPadding a:hover, #homeTabbedBlockPadding a:active {
	color: #5F461A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	text-decoration: underline;
	font-weight: bold;
}

.homeTabbedBlockListingPadding {
	position: absolute;
	top: 52px;
	z-index: 50;
}

.homeTabbedBlockListingLeft {
	float: left;
	width: 150px;
	padding-right: 4px;
	height: 102px;
	overflow: hidden;
}

.homeTabbedBlockListingRight {
	float: left;
	width: 150px;
	height: 102px;
	overflow: hidden;
}

.homeTabbedBlockListingArrowPadding {
	vertical-align: top;
	padding-top: 5px;
	padding-right:5px;
}

#spolightBlock {
	min-height: 206px;
	min-height hack for IE6
	height: auto !important;
  	height: 206px;
	border: 1px solid #A5A5A5;
	background-image: url(../images/background_featuredproduct.gif);
	background-repeat: repeat-x;
	background-color: #E0E0E0;
	visible: false;
	padding: 1px;
	
}


#spolightBlockPadding {
	margin: 9px;
	color: #5F461A;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	visible: false;
	font-size: 10px;
}

#spolightBlockPadding div p {
	margin-top: 0;
	line-height: 11px;
}

#lblFeaturedProduct, #lblSolutionsSpotlight {
	margin-bottom: 10px;
}

	#spotlightContainer div {
		clear: both;
	}

	.imgSpotlight {
		padding: 0 0 15px 15px;
		float: right;
	}

	#solutionNav {
		clear: both;
		border-top: 1px solid #A5A5A5;
	}

	#solutionNavHome {		
			
	}

		#solutionNav ul, #solutionNavHome ul {
			list-style: none;
			margin: 0;
			padding: 0;
			line-height: 14px;
		}

			#solutionNav ul li, #solutionNavHome ul li {
				line-height: 16px;
			 	padding-top: 4px;
		        }

				#solutionNav ul li a, #solutionNavHome ul li a {
					font-size: 13px;
					padding-right: 5px;
				}

				#solutionNav ul li strong, #solutionNavHome ul li strong {
					font-size: 13px;
					padding-right: 5px;
				}
				
				#solutionNav ul li a:active, #solutionNavHome ul li a:active {
					color: #3F3F3F; 
					text-decoration: underline;
				}

				#solutionNav ul li#articleTitle, #solutionNavHome ul li#articleTitle {
					font-size: 15px;				
				}


#homeRightBlock {
	float: left;
	margin-left: 10px;
	width: 230px;
	min-height: 395px;
	/*min-height hack for IE6*/
	height: auto !important;
  	height: 395px;
	visible: false;
}

#homeNewsMoreLinkWrapper {
	float: left;
	border-bottom: 1px solid #A5A5A5;
	width: 178px;
	height: 25px;
	text-align: right;
	font-size: 9px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#homeNewsMoreLink {
	padding-top: 10px;
}

#homeNewsMoreLink a {
	color: #2D2D2D;
	text-decoration: none;
}

#homeNewsMoreLink a:hover {
	color: #2D2D2D;
	text-decoration: underline;
}

#homeNewsMoreLink a:active {
	color: #000000;
	text-decoration: underline;	
}

#lblNews {
	float: left;
	width: 52px;
}

#homeRightNewsBlock {
	clear: both;
	min-height: 386px;
	/*min-height hack for IE6*/
	height: auto !important;
  	height: 386px;
	background-image: url(../images/background_homenews.gif);
	background-repeat: repeat-x;
	background-color: #E0E0E0;
	border-bottom: 1px solid #A5A5A5;
	border-left: 1px solid #A5A5A5;
	border-right: 1px solid #A5A5A5;
	padding: 1px;
	visible: false;
}

#homeRightNewsBlockPadding {
	margin: 9px;
	color: #3F3F3F;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	visible: false;
	font-size: 9px;
}

#homeRightNewsBlockPadding p {
	line-height: 11px;
}

#homeRightNewsBlock a.headline {
	font-size: 10px;
	font-weight: bold;
	color: #5F471A;
	text-decoration: none;
}

#homeRightNewsBlock a.headline:hover {
	font-size: 10px;
	font-weight: bold;
	color: #5F471A;
	text-decoration: underline;
}

#homeRightNewsBlock a.headline:active {
	font-size: 10px;
	font-weight: bold;
	color: #5F471A;
	text-decoration: underline;
}

#homeRightNewsBlock a {	
	font-weight: bold;
	text-decoration: none;
	color: #3F3F3F;
}

#homeRightNewsBlock a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #3F3F3F;	
}

#homeRightNewsBlock a:active {
	font-weight: bold;
	text-decoration: underline;	
	color: #3F3F3F;
}

/* Interior Content Page Styles */
#contentHeaderBlock {
	background-image: url(../images/background_grid.gif);
	background-position: 1px 1px;
	background-color: #343B48;
	height: 130px;
}

#contentLeftHeaderBlock {
	float: left;
	width: 200px;
}

#contentRightHeaderBlock {
	float: left;
	width: 540px;
}

#contentWrapper {
	float: left;
	width: 740px;
	background-image: url(../images/background_content.gif);
	min-height: 430px;
	/*min-height hack for IE6*/
	height: auto !important;
  	height: 430px;
	border-bottom: 1px solid #A5A5A5;
}

#contentWrapper:after {
	content: " "; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	visible: false;
}

#contentLeftColumnBlock {
	float: left;
	width: 200px;
	background-image: url(../images/arrow_feature.gif);
	background-position: 91px 0;
	background-repeat: no-repeat;
}

	#relatedContentBlock {
		color: #5F461A;
		margin: 25px 10px 0 0;
		padding: 0 15px 0 15px;
		font-size: 11px;	
	}

		#relatedContentBlock p {
			margin-top: 0;
		}

#contentRightColumnBlock {
	float: left;
	width: 538px;
	padding: 1px;
}

#contentRightColumnBlockPadding {
	margin-top: 24px;
	margin-right: 40px;
	margin-bottom: 24px;
	font-size: .68em;
}

#breadCrumbBlock {
	color: #C8C8C8;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	margin-top: 10px;
	height: 15px;
}

#breadCrumbBlock a {
	color: #838383;
	text-decoration: none;
	font-weight: normal;
}

#breadCrumbBlock a:hover {
	color: #C8C8C8;
	text-decoration: underline;
	font-weight: normal;
}

#breadCrumbBlock a:active {
	color: #C8C8C8;
	text-decoration: underline;
	font-weight: normal;
}

#contentTitleBlock, #contentTitleBlock h1 {
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 62px;
	margin-bottom: 0;	
	font-weight: normal;
}


#contentLeftColumn {
	float: left;
}

#contentRightColumn {
	float: left;
}

/* Vendor List Page Styles */

#vendorHeaderBlock {
	background-image: url(../images/background_grid.gif);
	background-position: 1px 1px;
	background-color: #343B48;
	height: 200px;
}

#vendorLeftHeaderBlock {
	float: left;
	width: 190px;
}

#vendorRightHeaderBlock {
	float: left;
	width: 540px;
	padding-left: 10px;
}

#vendorWrapper {
	width: 740px;
	float: left;
	background-image: url(../images/background_content_2.gif);
	min-height: 430px;
	/*min-height hack for IE6*/
	height: auto !important;
  	height: 430px;
	border-bottom: 1px solid #A5A5A5;
}

#vendorWrapper:after {
	content: " "; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	visible: false;
}

#vendorLeftColumnBlock {
	float: left;
	width: 190px;
	background-image: url(../images/arrow_feature.gif);
	background-position: 91px 0;
	background-repeat: no-repeat;
}

#vendorRightColumnBlock {
	float: left;
	width: 547px;
	padding: 1px;
	background-image: url(../images/background_vendor.gif);
	background-repeat: repeat-x;
	background-color: #C5D9BE;
	min-height: 430px;
	/*min-height hack for IE6*/
	height: auto !important;
  	height: 430px;
}

#vendorRightColumnBlock:after {
	content: " "; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	visible: false;
}

#vendorRightColumnBlockPadding {
	padding-left: 10px;
	margin-top: 24px;
	margin-right: 40px;
	margin-bottom: 24px;
	font-size: .68em;
}

#vendorRightColumnBlockPadding a.productLink {
	color: #5F461A;
	font-weight: bold;
	text-decoration: none;
}

#vendorRightColumnBlockPadding a.productLink:hover {
	color: #5F461A;
	font-weight: bold;
	text-decoration: underline;
}

#vendorRightColumnBlockPadding a.productLink:active {
	color: #5F461A;
	font-weight: bold;
	text-decoration: underline;
}

#vendorTitleBlock, #vendorTitleBlock h1  {
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 16px;
	margin-bottom: 0;	
	height: 25px;
	font-weight: normal;
}

#vendorDescriptionBlock {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 14px;
	margin-top: 12px;	
	text-align: justify;
	padding-right: 25px;
	height: 120px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}


#vendorLeftColumn {
	float: left;
}

#vendorRightColumn {
	float: left;
}

/* Category Module */

#categoryHeaderBlock {
	background-image: url(../images/background_grid.gif);
	background-position: 1px 1px;
	background-color: #343B48;
	height: 200px;
}

#categoryLeftHeaderBlock {
	float: left;
	width: 190px;
}

#categoryRightHeaderBlock {
	float: left;
	width: 540px;
	padding-left: 10px;
}

#categoryWrapper {
	width: 740px;
	float: left;
	background-image: url(../images/background_content.gif);
	min-height: 130px;
	/*min-height hack for IE6*/
	height: auto !important;
  	height: 130px;
	border-bottom: 1px solid #A5A5A5;
}

#categoryWrapper:after {
	content: " "; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	visible: false;
}

#categoryLeftColumnBlock {
	float: left;
	width: 190px;
	background-image: url(../images/arrow_feature.gif);
	background-position: 91px 0;
	background-repeat: no-repeat;
}

#categoryRightColumnBlock {
	float: left;
	width: 547px;
	padding: 1px;
	background-image: url(../images/background_vendor.gif);
	background-repeat: repeat-x;
	background-color: #C5D9BE;
}

#categoryRightColumnBlock:after {
	content: " "; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	visible: false;
}

#categoryRightColumnBlockPadding {
	padding-left: 10px;
	margin-top: 28px;
	margin-right: 40px;
	margin-bottom: 24px;
	font-size: .68em;
}

#categoryRightColumnBlockPadding p {
	margin-top: 0;
}

p#categoryBreadCrumb {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
}

p#categoryBreadCrumb a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #5F471A;
	text-decoration: none;
	font-weight: normal;
}

p#categoryBreadCrumb a:hover {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #5F471A;
	text-decoration: underline;
	font-weight: normal;
}

p#categoryBreadCrumb a:active {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #5F471A;
	text-decoration: underline;
	font-weight: normal;
}



#categoryRightColumnBlockPadding a.categoryLink {
	color: #3F3F3F;
	font-weight: normal;
	text-decoration: none;
}

#categoryRightColumnBlockPadding a.categoryLink:hover {
	color: #3F3F3F;
	font-weight: normal;
	text-decoration: underline;
}

#categoryRightColumnBlockPadding a.categoryLink:active {
	color: #3F3F3F;
	font-weight: normal;
	text-decoration: underline;
}

#categoryTitleBlock {
	margin-top: 16px;	
	height: 25px;
}

#categoryTitleBlock h1 {
	color: #FFFFFF;
	font-size: 18px;	
	margin: 0;
	font-weight: normal;
}

#categoryDescriptionBlock {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 14px;
	margin-top: 12px;	
	text-align: justify;
	padding-right: 25px;
	height: 120px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#categoryLeftColumn {
	float: left;
}

#categoryRightColumn {
	float: left;
}

/* Use Module */

#useHeaderBlock {
	background-image: url(../images/background_grid.gif);
	background-position: 1px 1px;
	background-color: #343B48;
	height: 200px;
}

#useLeftHeaderBlock {
	float: left;
	width: 190px;
}

#useRightHeaderBlock {
	float: left;
	width: 540px;
	padding-left: 10px;
}

#useWrapper {
	width: 740px;
	float: left;
	background-image: url(../images/background_content.gif);
	min-height: 130px;
	/*min-height hack for IE6*/
	height: auto !important;
  	height: 130px;
	border-bottom: 1px solid #A5A5A5;
}

#useWrapper:after {
	content: " "; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	visible: false;
}

#useLeftColumnBlock {
	float: left;
	width: 190px;
	background-image: url(../images/arrow_feature.gif);
	background-position: 91px 0;
	background-repeat: no-repeat;
}

#useRightColumnBlock {
	float: left;
	width: 547px;
	padding: 1px;
	background-image: url(../images/background_vendor.gif);
	background-repeat: repeat-x;
	background-color: #C5D9BE;
}

#useRightColumnBlock:after {
	content: " "; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	visible: false;
}

#useRightColumnBlockPadding {
	padding-left: 10px;
	margin-top: 28px;
	margin-right: 40px;
	margin-bottom: 24px;
	font-size: .68em;
	color: #5F461A;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#useRightColumnBlockPadding p {
	margin-top: 0;
}

#useRightColumnBlockPadding a.useLink {
	color: #3F3F3F;
	font-weight: bold;
	text-decoration: none;
}

#useRightColumnBlockPadding a.useLink:hover {
	color: #3F3F3F;
	font-weight: bold;
	text-decoration: underline;
}

#useRightColumnBlockPadding a.useLink:active {
	color: #3F3F3F;
	font-weight: bold;
	text-decoration: underline;
}

#useTitleBlock {
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 16px;	
	height: 25px;
	font-weight: normal;
}

#useDescriptionBlock {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 14px;
	margin-top: 12px;	
	text-align: justify;
	padding-right: 25px;
	height: 120px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#useLeftColumn {
	float: left;
}

#useRightColumn {
	float: left;
}

/* Product Detail */

#productHeaderBlock {
	background-image: url(../images/background_grid.gif);
	background-position: 1px 1px;
	background-color: #343B48;
	height: 200px;
}

#productLeftHeaderBlock {
	float: left;
	width: 190px;
}

#productRightHeaderBlock {
	float: left;
	width: 540px;
	padding-left: 10px;
}

#productWrapper {
	width: 740px;
	float: left;
	background-image: url(../images/background_content.gif);
	min-height: 130px;
	/*min-height hack for IE6*/
	height: auto !important;
  	height: 130px;
	border-bottom: 1px solid #A5A5A5;
}

#tabbedBlockOverview, #tabbedBlockDetail, #tabbedBlockSpecs {
	width: 740px;
	float: left;
	background-image: url(../images/background_content_2.gif);
	min-height: 404px;
	/*min-height hack for IE6*/
	height: auto !important;
  	height: 404px;
	border-bottom: 1px solid #A5A5A5;
}


#productWrapper:after {
	content: " "; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	visible: false;
}

#productLeftColumnBlock {
	float: left;
	width: 190px;	
}

#productLeftColumnBlockPadding {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 28px;
	margin-bottom: 24px;
	font-size: .68em;
	color: #5F461A;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#productRightColumnBlock {
	float: left;
	width: 547px;
	padding: 1px;
	background-image: url(../images/background_vendor.gif);
	background-repeat: repeat-x;
	background-color: #C5D9BE;
	min-height: 404px;
	/*min-height hack for IE6*/
	height: auto !important;
  	height: 404px;
}

#productRightColumnBlock:after {
	content: " "; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
	visible: false;
}

#productRightColumnBlockPadding {
	padding-left: 10px;
	margin-top: 28px;
	margin-right: 40px;
	margin-bottom: 24px;
	font-size: .68em;
	color: #5F461A;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#productRightColumnBlockPadding p {
	margin-top: 0;
}

#productRightColumnBlockPadding a.productLink {
	color: #3F3F3F;
	font-weight: normal;
	text-decoration: none;
}

#productRightColumnBlockPadding a.productLink:hover {
	color: #3F3F3F;
	font-weight: normal;
	text-decoration: underline;
}

#productRightColumnBlockPadding a.productLink:active {
	color: #3F3F3F;
	font-weight: normal;
	text-decoration: underline;
}

#productTitleBlock {
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 16px;	
	height: 25px;
	font-weight: normal;
}

#productDescriptionBlock {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 14px;
	margin-top: 12px;	
	text-align: justify;
	padding-right: 25px;
	height: 120px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

#productLeftColumn {
	float: left;
}

#productRightColumn {
	float: left;
}

#btnOverview {
	float: left;
	width: 78px;
}

#btnDetail {
	float: left;
	width: 78px;
}

#btnSpecs {
	float: left;
	width: 79px;
}

#productTabbedBorder {
	float: left;
	border-bottom: 1px solid #A5A5A5;
	width: 505px;
	height: 25px;
}


/* Text Styles */

h1 {
	color: #5A6371;
	font-size: 1.65em;
	font-weight: normal;
}

.content {
	color: #3F3F3F;
	font-weight: normal;
	caption: Content;
}

.caption {
	color: #5F471A;
	font-weight: normal;
	caption: Caption;
	font-weight: bold;
}

.subHeader1 {
	color: #5F461A;
	font-weight: bold;
	caption: Sub Headline Bold;
	line-height: 1.75em;
}

.subHeader2 {
	color: #5F461A;
	font-weight: normal;
	font-style: italic;
	caption: Sub Headline Italic;
	line-height: 1.75em;
}

/* Milonic Menu Styles */
.opaque { 
	opacity: .85; 
	-moz-opacity: .85;
	text-decoration: none;  
	visible: false;
	font-size:10px;
	padding-left:18px;
	padding-right:18px;
}

a {
	color: #5F471A;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #5F471A;
	text-decoration: underline;
	font-weight: bold;
}

a:active {
	color: #5F471A;
	text-decoration: underline;	
	font-weight: bold;
}

/* Ektron HACK for their in content editor - not a design issue */
.EktronAjaxLoading 
{
 display: none;
 visibility: hidden;
}