﻿/*	Reset
----------------------- */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/* Novellus.com styles
-------------------------------------------*/

#container
{ 
	margin:0px; 
	padding:0px; 
	width:752px;
}


#header,
#othersites,
#searchbox,
#searchform,
#nav,
#leftnav,
#topnavwrapper,
#footer
{ 
	display:none;
}


#content
{ 
	min-height:400px; 
	float:left;
	line-height:160%;
}

#content ul {  
	list-style-type:disc;
	margin-left:25px;

}


#main{ 
	float:left; 
	width:570px;
	padding-left:10px;
}


/* for one column layout
-------------------------------------------------------------------------*/
#onecolumn {
	width:752px;
}

#onecolumn h1{
	width:752px;
}

#onecolumn p,
#onecolumn h1,
#onecolumn h2,
#onecolumn h3,
#onecolumn h4{
	margin-left:10px;
}

/* homepage
-------------------------------------------------------------------------*/
#home {
	float:left;
	width:552px;
	
}
/* right column on the homepage
-------------------------------------------------------------------------*/
/*
	IE6 hack no min-height/min-width
	selector {
	  min-height:500px;
	  height:auto !important;
	  height:500px;
	}
*/
#rightcolumn
{
	width:199px;
	background-image:url("_images/searchbk.jpg");
	background-repeat:repeat;
	min-height:450px;
	height:auto !important;
	float:right;
	margin-top:0; /* clear the white line between right and navigation*/
	margin-bottom:0px;
	border-left:#FFFFFF solid 1px;
}

/* sidebar inside #rightcolumn
-------------------------------------------------------------------------*/

#sidebar{
	padding:10px;
	padding-top:0px;
}


/* Footer
-------------------------------------------------------------------------*/
#footer{}


/* support styles
-------------------------------------------------------------------------*/

.left{ 
	float:left
}
.right { 
	float:right
}

 .clearfix:after {
    clear: both; 
    content:".";
    display: block;
    height: 0;
    visibility: hidden
    }
/* affects only IE7 */
.clearfix {
    min-width: 0;
    }
/* targets only IE5-6 and hidden from lowly IEmac \*/
    * html .clearfix { height: 1%; } 
/* end hide IEmac */
/* What? You want to get crazy and do IEmac too? Okay. \*//*/
    .clearfix { display: inline-table; } 
/* end IEmac only */


