/* Layout Stylesheet for Landing pages*/

	#bannerImg img { margin: -28px 0 0 0; }

	 #breadcrumbs {
		position: relative; 
		width: 100%;
		float: left;
		background: transparent;
	}
	#content { 
		padding: 0;
		margin-top:30px;
	}
	#content h2 { margin: -3px 0 0 0; padding-top: 0;} 
	
	.supportLanding #content {
		width: 596px;
			w\idth: 526px;
		padding: 30px 62px 0 8px;
	}
	.noNav #content { 
		width: 100%;
		float: left;
		padding: 40px 0 0 13px;
		
	}
		.noNav #rightContent, .noNav h2 { display: none; }
		
    
	
/* Tabs */
	#tabs ul {
		width: 789px;
		float: left;
		background: url(../../img/content-design/tab-line.gif) bottom right repeat-x;
		margin: 0 0 24px 0;
		padding: 0;
	}
		#tabs ul li { 
			display: inline; 
			background: none;
			padding: 0;
		}
		#tabs ul li a {
			position: relative;
			float: left;
			height: 49px;
			display: block;
			text-indent: -9000px;
			overflow: hidden;
			z-index: 200;
			margin: 0 8px 0 0;
			padding: 0;
		}
		#tabs ul li a:focus, #tabs ul li a:active {outline: none;}
		
		#tabs ul li a#tabCategory{
			width: 102px;
			background: url(../../img/content-design/tab-products-by-app-0.gif) 0 0 no-repeat;
		}
			#tabs ul li.active a#tabCategory { background: url(../../img/content-design/tab-products-by-app-1.gif) 0 0 no-repeat; }
		#tabs ul li a#tabName {
			width: 102px;
			background: url(../../img/content-design/tab-products-by-az-0.gif) 0 0 no-repeat;
		}
			#tabs ul li.active a#tabName { background: url(../../img/content-design/tab-products-by-az-1.gif) 0 0 no-repeat; }
				
		#tabs ul li a#tabMatrix {
			width: 102px;
			background: url(../../img/content-design/tab-products-by-tier-0.gif) 0 0 no-repeat;
		}
			#tabs ul li.active a#tabMatrix { background: url(../../img/content-design/tab-products-by-tier-1.gif) 0 0 no-repeat; }

		#tabs ul li a#tabTopology {
			width: 102px;
			background: url(../../img/content-design/tab-products-by-top-0.gif) 0 0 no-repeat;
		}
			#tabs ul li.active a#tabTopology { background: url(../../img/content-design/tab-products-by-top-1.gif) 0 0 no-repeat; }


        #UCtabs ul {
		width: 550px;
		float: left;
		background: url(../../img/content-design/tab-line.gif) bottom right repeat-x;
		margin: 0 0 24px 0;
		padding: 0;
	}
		#UCtabs ul li { 
			display: inline; 
			background: none;
			padding: 0;
		}
		#UCtabs ul li a {
			position: relative;
			float: left;
			height: 32px;
			display: block;
			text-indent: -9000px;
			overflow: hidden;
			z-index: 200;
			margin: 0 8px 0 0;
			padding: 0;
		}



        #UCtabs ul li a#tabDontTakeOurWord{
			width: 291px;
			background: url(../../img/content-design/DontTakeOurWord-0.gif) 0 0 no-repeat;
		}
	    #UCtabs ul li.active a#tabDontTakeOurWord { background: url(../../img/content-design/DontTakeOurWord-1.gif) 0 0 no-repeat; }
		
		#UCtabs ul li a#tabRequestADemo {
			width: 224px;
			background: url(../../img/content-design/RequestADemo-0.gif) 0 0 no-repeat;
		}
			#UCtabs ul li.active a#tabRequestADemo { background: url(../../img/content-design/RequestADemo-1.gif) 0 0 no-repeat; }
				
	
	

		
/* Boxes */	
	#content .boxRow {
		float: left;
		margin: 0 0 26px 0;
		width: 100%;
	}
	#content .box {
		float: left;
		width: 190px;
		margin: 0 26px 0 0;
		
	}
		#content .box h3 {
			position: relative;
			width: 100%;
			float: left;
			font-size: 1.2em;
			background: #f3f3f3;
			font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
			color: #aa103f;
			padding: 0;
			margin: 0 0 14px 0;
		}

		#content .box h3 a { 
			position: relative;
			display: block;
			background: #f3f3f3 url(../../img/interface/double-arrow.gif) 10px 13px no-repeat;
			text-decoration: none;
			font-weight: bold;
			padding: 8px 14px 8px 25px;
			color: #aa103f;
		}
			#content .box h3 a:hover {  background-color: #e4e4e4; }
			
				
					
		#content .box p {
			float: left;
			padding: 0 15px 10px 26px;
			line-height: 1.4em;
			margin: -4px 0 0 0;
		}
		
		#content .box ul {
			padding: 0 0 0 8px;
		}
			#content .box ul li { 
				float: left;
				background: none; 
				padding: 0;
			}
				
				#content .box ul li a {
					width: 270px;
				    position  : relative;
					float: left;
					display: block;
					padding: 4px 0 4px 19px;
					line-height: 1.4em;
				}
				
				/* position of pdf icon */
				#content .box ul li a.pdf { background-position: 1px 4px; }
				
				/* View All link */
				#content .box a.viewAll { 
					float: left;
					display: block;
					margin: 20px 0 0 0;
					padding: 0 0 0 27px;
					font-weight: bold;
				 }
		/* for last box in row */
		#content  .lastBox { margin: 0; }
		
/* Specific to Products Page */

   #contentCategory li


	#content .productLanding .box ul {
		padding: 6px 0 0 0;
		float: left;
	}
		#content .productLanding .box ul li {
			background: none;
			font-weight: bold;
			padding: 0 0 0 26px;
			float: left;
		}
		#content .productLanding .box ul ul { 
			padding: 0 0 16px 0;
			float: left;
		}
			#content .productLanding .box ul ul li { padding: 0 0 0 10px;}
			#content .productLanding .box ul ul li a { 
				width: 187px;
				float: left;
				display: block;
				padding: 3px 10px 3px 0;
				font-weight: normal;
			}
			
	#content .productLanding  { width: 261px; margin: 0 22px 0 0;}

	#content .productLanding { width: 237px; margin: 0 22px 0 0;}
	
	#content .productLanding { width: 246px; }
	
		#content .productLanding #boxThree ul li  { font-weight: normal; }
		
		#content li.mainTitle  { 
			font-weight: bold; 
			padding-bottom: 4px;
		}
		
		#content li.mainTitle li
		{ 
			font-weight: normal; 
			padding-bottom: 4px	
	    }
				
	#content #contentName .box { margin: 0 30px 0 0; }		
	
	#content #contentName .box ul li {
		font-weight: normal;
		padding: 2px;
	}
	
	
/* Specific to Support - Search Knowledgebase Form */

	#content #knowledgebase {
		width: 246px;
			w\idth: 224px;
		padding: 0px 10px 23px 10px;
	}
		#content #knowledgebase h3 {
			width: 246px;
			height: 72px;
			display: inline;
			padding: 0px;
			margin: 0px;
			float: left;
			text-indent: -9000px;
			overflow: hidden;
			background: url(/img/content-design/search-our-knowledgebasev3.jpg) 0 0 no-repeat;
		}
	    
	    #content #knowledgebase h3 a 
	    {
	       background: transparent none repeat scroll 0%;
	    }
	    
	
	
		#content #knowledgebase fieldset {
			clear: both;
			border: none;
		}
		
		/* Focus - in Supports Landing Page */
		#content .box  .focus h4 {
			width: 206px;
			height: 30px;
			float: left;
			background: url(../../img/content-design/join-online-user-exchange.gif) 0 0 no-repeat;
			border: none;
			margin: 0 0 0 13px;
			padding: 0 0 3px 0;
			display: block;
			text-indent: -9000px;
			overflow: hidden;
		}
		
		#content .box  .focus a {
			width: 87px;
			height: 18px;
			float: left;
			margin: 1px 0 0 13px;
			display: block;
			text-indent: -9000px;
			overflow: hidden;
			background: url(../../img/content-design/learn-more-0.gif) 0 0 no-repeat;
		}
		#content .box .focus a:hover { background: url(../../img/content-design/learn-more-r.gif) 0 0 no-repeat; }
		
/* Custom ETS code added to pixel code */

/* CallOut Box Generic */

	#content #callOut {

		padding: 11px 10px 23px 10px;
		background: #fbfbfb;
		border: 1px solid #e7e7e7;
	}
	
	#content #callOut a.more {
					width: 54px;
					height: 20px;
					display: block;
					text-indent: -9000px;
					overflow: hidden;
					background: url(../../img/homepage/more-0.gif) 0 0 no-repeat;

}

			#content #callOut a:hover.more { background: url(../../img/homepage/more-r.gif) 0 0 no-repeat; }
