/* @group Generic Styles */
	
	body {
	background-color: #FFFFFF;
	color: #616161;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 11px;
	}
	
	ul, li {
	list-style-type: none;
	}
	
	h1,h2,h3,h4,h5,h6 {
	text-align: left;
	}
	
	p {
	margin: 0 0 13px 0; 
	color: #000000; 
	line-height: 19px; 
	font-size: 11px;
	text-align: left;
	}
	
	img, img a {
	border: none;
	outline: none;
	}
	
	a {
	outline: none;
	border:  none;
	font-weight: normal;
	text-decoration:none;
	}
	
	a:link, a:visited {
	color: #395088;
	text-decoration: underline;
	font-weight: bold;
	}
	
	a:hover, a:active {
	color: #395088;
	text-decoration: underline;
	font-weight: bold;
	}
	
	.center {
	display: block;
	margin-left: auto;
    margin-right: auto;
    padding-left: auto;
    padding-right: auto;
    text-align: center;
	}
	
	.floatright {
	float: right;
	text-align: right;
	}
	
	.floatleft {
	float: left;
	text-align: left;
	}
	
	.clearfix:after, #container:after {
	content: "\0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
	}

	.clearfix, #container {
	display: block;
	}
	
	.clearleft {
	clear: left;
	}
	
	.clearright {
	clear: right;
	}

	.clear {
	clear: both;
	}
	
	.margin-10 {
	margin: 10px;
	padding:  0;
	}
	
	
	/* @end */
	
	#Header {
	height: 107px;
	margin: 0;
	padding: 0 0 10px 0;
	background-color: #FFFFFF;
	}
	
	h3 {
	color: #000000;
	font-size: 17px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0 0 12px 0;
	margin: 0;
	}
	
	h2 {
	color:  #1f4263;
	font-size: 17px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 0 0 12px 0;
	margin: 0;	
	}
	
	#AbsoluteTopLinks {
	float: right;
	margin: 0;
	padding: 10px 0 10px 0;
	color: #6d6d6d;
	font-size: 11px;
	width:500px;
	display: block;
	text-align:right;
	}
	
	#TopTextLinks a {
	color: #6d6d6d;
	text-decoration: none;
	}
	
	#TopNav {
	float: right;
	margin: 0;
	padding: 0;
	display: block;
	clear: right;
	width: 632px;
	position:relative;
	z-index:1000;
	}
	
	#TopNav ul {
	margin: 0;
	padding: 0;
	z-index:1100;
	}
	
	#TopNav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	height: 60px;
	}
	
	#TopNav ul li a {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	height: 60px;
	text-decoration: none;
	text-indent:-5555px;
	}

	#IndustrySolutions a {
	background-image: url(../../images/TopNav_IndustrySolutions.jpg);
	width: 175px;
	}
	
	#ProductFamilies a {
	background-image: url(../../images/DOV911_btn_v1.jpg);
	width: 146px;
	}
	
	#KnowledgeCenter a {
	background-image: url(../../images/TopNav_KnowledgeCenter.jpg);
	width: 155px;
	}
	
	#NewsAndEvents a {
	background-image: url(../../images/TopNav_NewsAndEvents.jpg);
	width: 156px;
	}
	
	#TopNav li a:hover {
	background-position: 0 -60px;
	}
	
	#TopNav li.selected a {
	background-position: 0 -60px;
	}

    #ProductFamilies ul 
    {
        display:none;
        position:absolute;
        z-index:1500;
        top:53px;
        left:2px;
        border-bottom:1px solid #666;
        width:200px;
    }
    
    #IndustrySolutions ul 
    {
        display:none;
        position:absolute;
        z-index:1500;
        top:53px;
        left:146px;
        border-bottom:1px solid #666;
        width:200px;
    }
    
    #TopNav li li
    {
        color:#333;
        display:block;
        height:15px;
        width:200px;
        position:relative;
        clear:left;
    }
    #TopNav li li a
    {
        color:#333;
        display:block;
        height:auto;
        width:190px;
        background-image:none;
        background-color:#eee;
        text-indent:0;
        border:1px solid #999; 
        border-bottom:none;
        padding:5px;
    }
    
    #TopNav ul ul ul
    {
        position:absolute;
        top:0;
        left:201px;
        display:none;
    }
    
    #TopNav li li li a
    {
        background-color:#ddd;
    }

	#logo {
	width: 169px;
	height: 107px;
	background: url(../../images/logo.jpg) no-repeat;
	display: block;
	float: left;
	margin-left: 0px;
	}
	
	#logo a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	}
	
	h1 span {
	position: absolute;
	left: -9999px;
	}
	
	#OuterWrapper { 
	width: 923px; 
	margin: 0 auto 30px auto; 
	height: 100%;
	background-color: #FFFFFF;
	}
	
	#TabNavViewWrapper {
	width: 923px; 
	margin: 0 auto;
	padding: 0;
	height: 328px;
	background-color: #000;
	}
	
	#HomeTabs .ui-tabs-selected a {
	background: url(../../images/HomeTabs.jpg) 0 -26px;
	color: #40558c;
	}
	
	#TabNavInner {
	padding: 13px 0 0 13px;
	margin: 0;
	height: 302px;
	}
	
	.TabNavInnerLeft {
	width: 320px;
	margin: 0;
	padding: 20px 0 0 47px;
	float: left;
	height: 271px;
    position:relative;
	}
	
	.TabNavInnerLeft p {
	font-size: 12px;
	}
	
	.TabNavInnerRight {
	width: 216px;
	height: 276px;
	margin: 0;
	padding: 20px 25px 0 0;
	float: right;
	position: relative;
	}
	
	.TabNavInnerRight img {
	    display:block;
	    position:absolute;
	    top:5px;
	    left:-32px;
	}
	
	.TabNavInnerRightCaption {
	position: absolute;
	top: 210px;
	left: 10px;
	width: 200px;
	height: 88px;
	overflow: hidden;
	}
	
	.TabNavInnerRightCaption .Title {
	color: #FFFFFF;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
	}
	
	.TabNavInnerRightCaption p {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 15px;
	margin: 0;
	padding: 0;
	}
	
	#LowerContentWrapper {
	width: 922px;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	height: 100%;
	border-right: 1px solid #8f8c72;
	}
	
	*html #LowerContentWrapper {
	width: 922px;
	margin: 0;
	padding: 0;
	}
	
	#ProductFamilyCol {
	float: left;
	width: 190px;
	margin: 0;
	padding: 30px 20px 72px 15px;
	background: url(../../images/ProductFamilyBg.jpg) repeat-y;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	}
	
	h2.ProductFamilyTitle {
	font-weight: bold;
	margin: 0 0 26px 0;
	padding: 0;
	font-size: 15px;
	color: #d4d19f;
	}
	
	.ProductItem {
	float: left;
	margin: 0 0 4px 0;
	padding: 0;
	width: 197px;
	}
	
	.ProductItem span {
	position: absolute;
	left: -9999px;
	}
	
	.ProductItem a {
	text-decoration: none;
	border: none;
	}
	
	.ProductItem a {
	text-decoration: none;
	border: none;
	}
	
	#LowerMiddleCol {
	width: 266px;
	background-color: #FFFFFF;
	height: 100%;
	float: left;
	margin: 0;
	padding: 30px 36px 0 24px;
	}
	
	#LowerMiddleCol h2 {
	color: #1f4263;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 15px;
	}
	
	#LowerRightCol {
	border-left: 1px solid #8f8c72;
	float: left;
	padding: 12px 0 0 0;
	width: 370px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin: 18px 0 18px 0;
	}
	
	/* For IE6 */
	*html #LowerRightCol { 
	width: 359px;
	padding: 0;
	float: right;
	clear:  left;	
	}
	
	#LowerRightColTop {
	background-color: #FFFFFF;
	padding: 0;
	width: 271px;
	height: 100%;
	margin: 0 auto;
	}
	
	#LowerRightColTop h2 {
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 15px;
	color: #2a5884;
	}
	
	
	#youTubeLink {
	background-color: #FFFFFF;
	padding: 30px 0 0 0;
	width: 271px;
	height: 100%;
	margin: 0 auto;
	min-height:33px;
	}
	
	#youTubeLink a {
	margin-bottom:10px;
	}
		
	
	.NewProductContainer {
	margin: 0 auto;
	padding: 0;
	width: 271px;
	}
	
	.NewProductDesc {
	border-right: 2px solid #aba790;
	border-bottom: 2px solid #aba790;
	border-left: 2px solid #aba790;
	clear: both;
	margin: 0;
	padding: 14px;
	width: 239px;
	}
	
	.NewProductDesc p {
	color: #28557e;
	margin: 0;
	padding: 0;
	line-height: 15px;
	}
	
	#NewsAndEventsBox {
	background: url(../../images/NewsAndEventsBG.jpg) repeat-x;
	margin: 50px auto 0 auto;
	padding: 40px 49px 0 49px;
	width: 272px;
	}
	
	
	/* FOR IE6 */
	*html #NewsAndEventsBox {
	padding: 40px 43px 0 43px;
	}
	
	#NewsAndEventsBox h2 {
	color: #2a5884;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 15px;
	}
	
	#NewsAndEventsBox a {
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	}
	
	/* -- Interior Styles -- */
	
	#InteriorLeftColumnWrapper {
	width: 225px;
	float: left;
	min-height: 400px;
	margin:  0;
	padding: 0;
	}
	
	#InteriorLeftTopNav {
	background: url(../../images/InteriorTabNavBG.jpg) repeat-y;
	width: 199px;
	float: left;
	margin:  0;
	padding: 37px 13px 37px 13px;
	min-height: 254px;
	height: auto !important;
	height: 254;
	}
	
	#InteriorLeftTopNav ul {
	float:  left;
	width: 198px;
	height: 100%;
	margin:  0;
	padding: 0;
	}
	
	#InteriorLeftTopNav ul li {
	float:  left;
	width: 198px;
	height: 26px;
	margin:  0;
	padding: 0;
	background: url(../../images/InteriorTabNav.jpg) no-repeat;
	margin: 0 0 6px 0;
	font-weight: bold;
	}
	
	#InteriorLeftTopNav ul li a {
	padding: 6px 17px 0 0;
	text-decoration: none;
	display: block;
	text-align: right;
	color: #6d6f71;
	font-size: 14px;
	outline: none;
	border:  none;
	}
	
	#InteriorLeftTopNav ul li a:hover {
	text-decoration: none;
	color: #40558c;
	}
	
	#InteriorLargeContentArea {
	border-top: 1px solid #8f8c72;
	padding-top: 43px;
	padding-left: 26px;
	margin: 0;
	width: 671px;
	float:  left;
	}
	
	/* For IE6 */
	*html #InteriorLargeContentArea {
	padding:  43px 0 0 77px;
	width: 620px;
	margin: 0 0 0 -11px;
	}
	
	#InteriorLargeContent {
	padding: 0;
	margin: 0;
	width: 435px;
	float: left;
	}

	
	#InteriorLargeContent a { 
	font-size: 9.2pt;
	}
	
	#InteriorLargeContent p {
	margin: 4px 0 18px 0; 
	color: #000000; 
	line-height: 19px; 
	font-size: 11px;
	text-align: left;
	}
	
	#InteriorLargeContent .italic {
	margin: 4px 0 8px 0; 
	color: #000000; 
	line-height: 19px; 
	font-size: 11px;
	text-align: left;
	font-style: italic;
	}
	
	
	/* End Interior Styles */
	
	#Footer {
	width: 883px;
	height: 35px;
	padding: 7px 20px 0 20px;
	margin: 0;
	background: url(../../images/FooterBG.jpg) no-repeat;

	}
	
	#Footer p {
	color: #8f8d72;
	}
	
	#Footer ul {
	list-style-type: none;
	padding: 4px 0 0 0;
	margin: 0;
	font-weight: normal;
	width: 738px;
	}
	
	#Footer ul li {
	list-style-type: none;
	padding: 0 5px 0 5px;
	color: #8f8d72;
	margin: 0;
	font-weight: normal;
	float: left;
	display: inline;
	border-right: 1px solid #8f8d72;
	}
	
	#Footer ul li a {
	text-decoration: none;
	color: #8f8d72;
	font-weight: normal;
	}
	
	
	
	
	
	
	
	

