/* ================= */
/* = General Setup = */
/* ================= */

/* General Elements */
html, body, div, span, h1, h2, h3, h4, p, a, input, select, textarea {
	position: relative;
	margin: 0px;
	padding: 0px;
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, verdana;
	font-weight: normal;
	color: black;
}

html, body, div, span, h1, h2, h3, h4, p, input, select, textarea {
	font-size: 11px;
}

table, tbody, tr, th, td {
	position: relative;
}

html, body {
	height: 100%;
}

/* Head Elements */
h1, h2, h3, h4, h5 {
	padding-bottom: 4px;
	color: #7c7c7c;
}
h1 {
	font-size: 26px;
	padding-top: 6px;
}

h2 {
	font-size: 18px;
	color: #f26522;
	padding-top: 0px;
	padding-bottom: 6px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

/* Misc Elements */
p {
	margin-bottom: 12px;
	z-index: 0;
}
    p.intro,
    div.product_module_details p.intro,
    div.application_module_details p.intro {
        color: #f26522;
        font-size: 16px;
        line-height: 20px;
    }
    
a {
	color: #f26522;
}
		a:hover {
			color: #666;
		}
		
		a.learnmore {
		    display: block;
		    color: #7c7c7c; 
		}
		     a.learnmore:hover {
		          color: #555;
		     }

ul, ol {
	margin: 0px;
	padding-left: 20px;
	*padding-left: 24px; /* IE */
	margin-bottom: 12px;
}

/* ============== */
/* = Page Setup = */
/* ============== */
div#page {
}
	table#page_structure {
		width: 100%;
		height: 100%;
		border-spacing: none;
		border-collapse: collapse;
	}
	table#page_structure td {
		padding: 0px;
		vertical-align: top;
	}
		table#page_structure td#td_center {
			width: 710px;
			background-color: #ebebeb;
		}
		table#page_structure td#td_left {
		  width: 50%;
		}
		table#page_structure td#td_right {
			background-color: #ebebeb;
		    width: 50%;
		}
		table#page_structure td#td_foot {
			background-color: #ebebeb;
		}
	div#content_container {
		width: 710px;
	}
	
div#body_container,
div#id_container {
	width: 710px;
	margin-left: auto;
	margin-right: auto;
}
div#body_container {
    background-image: url(../images/corner_main.gif);
    background-repeat: no-repeat;
}

div.idcell {
    height: 100px;
	background-color: white;
}
    div.idcell img {
        margin-top: 42px;
    }

div#back {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 50%;
    top: 0;
}

div#body_container,
div#back {
    background-color: #ebebeb;
}

div#head, div#body, div#foot, div#head_spacer {
	padding: 0px;
}

div#head {
	height: 44px;
}
    div#head.sub {
        height: 93px;
        border-bottom: solid white 5px;
    }
        div#head.sub.product {
        height: 58px;
        border-bottom: solid white 5px;
    }
    
    div#head_spacer {
	    height: 66px;
		_height: 68px; /* IE6 */
    }
    div#head_spacer.sub {
        height: 115px;
		_height: 117px; /* IE6 */
        border-bottom: solid white 5px;
    }
        div#head_spacer.sub.product {
            height: 80px;
		  _height: 82px; /* IE6 */
        }

	div#foot_spacer.sub {
		position: relative;
	    height: 50px;
        border-top: solid white 5px;
    }
    
div#body {
    min-height: 250px;
	_height: 250px; /* IE6 */
	padding-bottom: 4px;
}
	div#body.home {
		min-height: 600px;
	}
	div#body.sub {
		padding-bottom: 24px;
	}
	
div#body_content {
    margin-left: 35px;
    margin-right: 35px;
}
	div#body.sub div#body_content {
		padding-top: 28px;
	}

div#foot {
	height: 50px;
}
	div#foot.sub {
	    padding-top: 10px;
        border-top: solid white 5px;
    }

/* ============== */
/* = Navigation = */
/* ============== */

/* Main Navigation */
div#navigation {
	font-size: 11px;
	line-height: 14px;
	height: 22px;
	color: #888;
	padding-left: 25px;
}
	div#navigation a {
	    display: block;
	    float: left;
	    height: 22px;
		font-size: 12px;
		line-height: 24px;
		vertical-align: top;
		text-decoration: none;
		padding: 0px 10px 0px 10px;
		border-right: solid white 2px;
		*vertical-align: middle; /* IE */
	}
		div#navigation a.last {
			border-right: none;
		}
	
/* Tool Navigation */
div#toolnavigation {
	position: absolute;
	left: 525px;
	top: 5px;
}
	div#toolnavigation a,
	div#footcontent a {
	    font-size: 10px;
	    line-height: 13px;
		color: #888;
		padding: 0px 4px 0px 4px;
	}
		div#toolnavigation a:hover,
		div#footcontent a:hover {
			color: #444;
		}
		
/* ========== */
/* = Header = */
/* ========== */
div#headcontent {
	margin-left: 35px;
	margin-right: 35px;
}
	div#breadcrumbs {
		padding-top: 32px;
		color: #888;
	}
		div#breadcrumbs a {
			color: #888;
			font-size: 10px;
		}
			div#breadcrumbs p {
			font-size: 10px;
				display: inline;
				font-weight: bold;
				color: #888;
			}

/* ========== */
/* = Footer = */
/* ========== */
div#footcontent {
	margin-left: 35px;
	margin-top: 0px;
	color: #888;
}
	div#footcontent a {
		/* See tool navigation styles above */
	}


/* ================== */
/* = Content Panels = */
/* ================== */
table.full_panel_container,
table.two_panel_container {
	border-spacing: none;
    border-collapse: collapse;
}
	table.full_panel_container td,
	table.two_panel_container td {
		padding: 0px;
	}
	
	table.full_panel_container td.top {
		height: 10px;
		background-image: url(../images/panel_full_top.gif);
		background-repeat: no-repeat;
	}
	table.full_panel_container td.panel {
		background-image: url(../images/panel_full_repeater.gif);
		background-repeat: repeat-y;
	}
	table.full_panel_container td.bottom {
		height: 10px;
		background-image: url(../images/panel_full_bottom.gif);
		background-repeat: no-repeat;
	}
	
	table.two_panel_container td.top {
		height: 10px;
		background-image: url(../images/panel_half_top.gif);
		background-repeat: no-repeat;
	}
	table.two_panel_container td.panel {
		background-image: url(../images/panel_half_repeater.gif);
		background-repeat: repeat-y;
	}
	table.two_panel_container td.bottom {
		height: 10px;
		background-image: url(../images/panel_half_bottom.gif);
		background-repeat: no-repeat;
	}
	div.full_panel {
		width: 477px;
	}
	div.half_panel {
		width: 234px;
	}
	div.full_panel_contents,
	div.half_panel_contents {
		padding: 2px 14px 8px 14px;
	}
	div.full_panel_contents.imageonly {
	    padding: 0px;
	}
		
/* ============================== */
/* = Table data in text content = */
/* ============================== */
div#body table {
    border-spacing: none;
    border-collapse: collapse;
	margin-bottom: 12px;
    width: auto;
}
    div#body table td,
    div#body table th {
        padding: 0px;
        vertical-align: top;
        text-align: left;
        width: auto;
        padding-right: 10px;
    }
    div#body table th {
        font-weight: normal;
        color: #7c7c7c;
        padding-bottom: 2px;
    }

/* ================= */
/* = Subnav Module = */
/* ================= */
div#subnav a {
    display: block;
    font-size: 13px;
    line-height: 15px;
    padding-bottom: 6px;
    text-decoration: none;
}  
    div#subnav a:hover {
        text-decoration: underline;
    }

/* ================= */
/* = News Module = */
/* ================= */
div#news p {
    display: block;
    line-height: 13px;
    color: #7c7c7c;
}  
    div#subnav a:hover {
        text-decoration: underline;
    }
    
    
/* ================ */
/* = Order Module = */
/* ================ */
div#order_module,
div#subnav {
	position: absolute;
	width: 150px;
	top: 28px;
	left: 529px;
	line-height: 16px;
}
    div#order_module.home {
       position: relative;
       top: 0px;
       left: 0px;
    }
    div#order_module h3 {
        /* font-weight: bold; */
    }
 
/* =================== */
/* = Home Page Stuff = */
/* =================== */  
div#primary table.full_panel_container {
    background-color: #ffbb22;
    background-color: #fab702;
}
div#primary table.full_panel_container td {
    padding: 0px;
}
div#primary table.full_panel_container td.top {
    background-image:url(../images/panel_full_top_t.gif);
}
div#primary table.full_panel_container td.panel {
    background-image:url(../images/panel_full_repeater_t.gif);
}
div#primary table.full_panel_container td.bottom {
    background-image:url(../images/panel_full_bottom_t.gif);
}

div.feature_plain {
}
    div.feature_plain p {
        color: white;
        font-size: 12px;
        line-height: 18px;
        padding-top: 10px;
        margin-bottom: 0px;
    }
    div.feature_plain h1 {
        color: white;
        display: inline;
        font-size: 17px;
        line-height: 22px;
        font-weight: normal;
    }
    div.feature_plain h1 span.big {
        display: inline;
        color: white;
        font-size: 28px;
        line-height: 34px;
        font-weight: normal;
    }

div#right_col {
    position: absolute;
	width: 150px;
	top: 0px;
	left: 529px;
}

div#news {
    position: relative;
	font-size: 12px;
	line-height: 18px;
	color: #7c7c7c;
	margin-bottom: 24px;
}
    div#news a,
    div#news span {
        display: block;
        font-size: 11px;
        line-height: 13px;
        margin-bottom: 8px;
        color: #7c7c7c;
    }
    div#news span {
	   color: #000;
        margin-bottom: 0px;
    }

div.products_applications {
    margin-bottom: 8px;
}
    div.products_applications h3 {
        font-weight: bold;
        padding-bottom: 0px;
    }
    div.products_applications a {
        display: block;
        font-size: 13px;
        line-height: 18px;
        padding-top: 6px;
        font-weight: bold;
    }
        div.products_applications a.seeall {
            padding-top: 12px;
            font-weight: normal;
        }
    div.products_applications ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }
    div.products_applications ul li {
        color: #555;
        padding-bottom: 4px;
    }


/* =============================================== */
/* = Product Info Modules: Products Page Listing = */
/* =============================================== */
div.product_category_section {
    margin-bottom: 10px;
}

div.product_module_products {

}
    div.product_module_products h3,
    div.application_module_applications h3 {
        color: #f26522;
        font-size: 21px;
        font-weight: bold;
    }
    div.product_module_products h4 {
        color: #707070;
        font-size: 11px;
        line-height: 14px;
        font-weight: normal;
    }
    div.product_module_products p,
    div.application_module_applications p {
        color: #464646;
    }
    div.product_module_products p a {
        font-size: 11px;
        font-weight: normal;
        color: #f26522;
        text-decoration: underline;
    }
    div.product_module_products a,
    div.application_module_applications a {
        font-size: 12px;
        font-weight: bold;
        color: #464646;
        text-decoration: none;
    }
        div.product_module_products a:hover,
        div.application_module_applications a:hover {
			color: #777;
            text-decoration: underline;
		}
		div.product_module_products span.product_thumbnail,
        div.product_module_details span.product_shot,
        div.application_module_details span.product_shot {
		    float: left;
		    margin-right: 12px;
		    margin-bottom: 10px;
		    border: solid #ccc 1px;
		    margin-top: 4px;
		    line-height: 1px;
		}
		div.product_module_products span.product_thumbnail {
		    height: 58px;
		    height: 58px;
		}
		    div.product_module_products span.product_thumbnail img,
            div.product_module_details span.product_shot img,
            div.application_module_details span.product_shot img {
		         border: solid white 1px;
		    }
		    div.product_module_products span.product_thumbnail img {
		         height: 56px;
		         height: 56px;
		    }

/* ============================================== */
/* = Product Info Modules: Product Details Page = */
/* ============================================== */
span.product_header,
span.application_header {
    display: block;
    margin-bottom: 10px;
}
    span.product_header h2,
    span.application_header h2 {
        font-size: 28px;
        line-height: 26px;
        font-weight: bold;
        color: #f26522;
    }
    span.product_header h3 {
        font-size: 14px;
        font-weight: normal;
        color: #707070;
    }
    
    div.product_module_details,
    div.application_module_details {
        padding: 8px;
    }
        div.product_module_details.imageonly,
        div.application_module_details.imageonly {
            padding-left: 0px;
        }
    
    div.product_module_details h3 {
        margin-top: 3px;
        margin-bottom: 6px;
    }
        
    div.product_module_details,
    div.application_module_details,
    div.product_module_details p,
    div.application_module_details p {
        font-size: 12px;
        line-height: 17px;
    }
    
	div.product_module_details span.product_shot,
    div.application_module_details span.product_shot {
	    height: 155px;
	    width: 155px;
	    margin-right: 24px;
	    margin-bottom: 16px;
	    z-index: 10;
	}
	    div.product_module_details span.product_shot img,
        div.application_module_details span.product_shot img {
	         height: 153px;
	         width: 153px;
	    }
	    div.product_module_details span.product_shot p,
        div.application_module_details span.product_shot p {
	       font-size: 11px;
	       margin: 6px 0px;
	       color: #666;
	    }
	div.product_module_details span.product_shot.flex,
    div.application_module_details span.product_shot.flex {
	   width: auto;
	   height: auto;
	}
	   div.product_module_details span.product_shot.flex img,
       div.application_module_details span.product_shot.flex img {
	       width: auto;
	       height: auto;
       }
       
    div.product_module_details span.product_shot span.expand_img,
    div.application_module_details span.product_shot span.expand_img {
        display: block;
        position: absolute;
        right: 1px;
        bottom: 1px;
        width: 17px;
        height: 17px;
		border: solid #999 1px;
		background: url(/images/ic_expand.gif) no-repeat white;
		cursor: pointer;
		z-index: 20;
		opacity: .70;
		filter: alpha(opacity = 70);
    }
    
    div.shot_with_caption {
        clear: left;
        float: left;
        width: 155px;
        margin-right: 20px;
        margin-bottom: 12px;
    }
        div.shot_with_caption.flex {
            width: auto;
        }
        div.shot_with_caption span.product_shot {
            margin-bottom: 4px;
        }
        div.shot_with_caption p {
            font-size: 11px;
            line-height: 15px;
            color: #666;
            margin: 4px 0px;
        }

    div.product_module_details.imageonly h3,
    div.application_module_details.imageonly h3 {
        clear: left;
        line-height: 22px;
    }
    
    span.figure_large img {
        background-color: white; 
        padding: 6px;
        border: solid #ccc 1px;
    }
    table#page_structure.figure {
    }
     
        table#page_structure.figure td#td_center {
            width: auto;
        }   
        table#page_structure.figure div#body_container {
            /* width: auto; */
            min-width: 700px;
        }
/* ==================== */
/* = Application Info = */
/* ==================== */
div.application_product_module {
    width: 150px;
    height: auto;
    padding: 10px;
    float: right;
    margin-left: 16px;
    margin-bottom: 12px;
	border: solid #ccc 1px;
	z-index: 10;
}
span.application_product_link {
    display: block;
    padding-bottom: 8px;
}
    span.application_product_link a {
        font-weight: normal;
        color: #f26522;
        display: block;
        font-size: 14px;
    }
    span.application_product_link p {
        margin: 0px;
        color: #707070;
    }

/* ============ */
/* = Site Map = */
/* ============ */
div.sitemap_section {
    width: 200px;
    float: left;
    padding-right: 20px;
}
    div.sitemap_section a {
        display: block;
        font-size: 12px;
        font-weight: normal;
        line-height: 19px;
        text-decoration: none;
    }
        div.sitemap_section a.emph { font-weight: bold; }
        div.sitemap_section a.l0 { font-size: 18px; margin-top: 16px; margin-bottom: 4px; }
        div.sitemap_section a.l1 {  }

/* ======== */
/* = News = */
/* ======== */
div.news_list {
}
    div.news_list div.news_list_section {
        margin-bottom: 20px;
    }
    div.news_list h2 {
        font-size: 14px;
        margin: 0 0 0 0;
    }
    div.news_list h3 {
        font-size: 11px;
        margin: 0 0 8px 0;
        color: black;
    }
    div.news_list h4 {
        font-size: 11px;
        color: #888;
    }
    div.news_list a {
    }

/* =========== */
/* = Patents = */
/* =========== */
div.patents_list {
}
    div.patents_list ol {
    }
        div.patents_list ol li {
            position: relative;
            clear: left;
            padding-left: 60px;
            padding-bottom: 4px;
        }
    div.patents_list span {
        width: 360px;
        padding-bottom: 6px;      
    }
        div.patents_list span.patent_no {
            position: absolute;
            width: 60px;
            left: 0px;
            top: 0px;
        }
