#wrapper {
	width: 900px;
	margin: 0 auto;
}

h1 {
	width: 266px;
	height: 70px;
	text-indent: -5000px;
	background: url(/images/corwilLogo.png) no-repeat;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 60px;
}

#Layer1 {
	position:absolute;
	left:502px;
	top:270px;
	width:194px;
	height:188px;
	z-index:1;
}

#primaryNav {
	float: right;
	height: 30px;
	margin: 0 60px 0 0;
	padding: 0;
	list-style-type: none;
	
	/* cover top shadow of content */
	position: relative;
	top: 1px;
	z-index: 2;
}

#primaryNav li {
	float: left;
	background: url(../images/primaryNavBgLeft.png) no-repeat 0 0;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#primaryNav a {
	display: block;
	background: url(../images/primaryNavBgRight.png) no-repeat 100% 0;
	margin-left: 6px;
	padding: 8px 15px 0 9px;
	height: 22px;
	color: #666;
	text-decoration: none;
}

#primaryNav a:hover {
	text-shadow: #999 0 1px 3px;
}

#primaryNav li.selected {
	background-image: url(../images/primaryNavSelBgLeft.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#primaryNav li.selected a {
	font-weight: bold;
	color: white;
	text-shadow: #bcd4e8 0 0 10px;
	cursor: default;
	background-image: url(../images/primaryNavSelBgRight.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}
#primaryNav li.redselected {
	background-image: url(../images/redprimaryNavSelBgLeft.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#primaryNav li.redselected a {
	font-weight: bold;
	color: white;
	text-shadow: #bcd4e8 0 0 10px;
	cursor: default;
	background-image: url(../images/redprimaryNavSelBgRight.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}




#secondaryNav {
	clear: right;
	width: 840px;
	margin: 0;
	padding: .3em 30px;
	text-align: center;
	background: url(../images/secondaryNavBg.png) no-repeat 0 0;
}

#secondaryNav li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#secondaryNav a {
	white-space: nowrap;
	color: white;
	text-decoration: none;
	margin: 0 .5em;
}

#secondaryNav a:hover {
	text-shadow: #bcd4e8 0px 0px 5px;
}

#secondaryNav li.selected a {
	font-weight: bold;
	text-shadow: #afc7db 0px 0px 5px;
	cursor: default;
}
#redNav {
	clear: right;
	width: 840px;
	margin: 0;
	padding: .3em 30px;
	text-align: center;
	background-image: url(/images/redNav.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#grayNav {
	clear: right;
	width: 840px;
	margin: 0;
	padding: .3em 30px;
	text-align: center;
	background-image: url(/images/grayNav.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}


#flashcontent  {
	padding-left: 3px;
}
#content {
	margin: 0;
	padding: 20px 30px;
	background: url(/images/contentBg.png) repeat-y;
}
#contenthome {
	margin: 0;
	background: url(/images/contentBg.png) repeat-y;
	padding-bottom: 10px;
	padding-top: 24px; 
	padding-top: 12px !ie; /*this class will on be read by all version of ie*/
	}
	
#contenthome a {
	color: #993333;
}
#homeheader {
	margin: 0;
	text-align: center;
	display: block;
}
#homeheader h2 {
	text-align: center;
	width: 100%;
}

#content #parRight {
	width: 365px;
	float: right;

}
#content #parLeft {

}

#content li {
	color: #666666;
}

#content ul ul ul li {
	list-style-image: url(/images/bullet.gif);
}



#content a {
	color: #993333;
}
#content p {
	color: #666666;
	margin-top: 0px;
}
#content span img {
	margin-left: 42px;
}

h2 {
	float: left;
	font-size: 2em;
	font-weight: normal;
	padding-bottom: 6px;
}

#anchors {
	float: right;
	margin: 0 -1em 0 0;
	padding: 0;
	font-size: x-small;
	line-height: 1em;
}

#anchors li {
	float: left;
	margin: 0 1em;
	padding: 0;
	list-style-type: none;
}

#anchors a {
	color: #666;
	text-decoration: none;
}

#anchors a:hover {
	color: #333;
}

h2+p, #anchors+p {
	clear: both;
}

#footer {
	background: url(/images/footerBg.png) no-repeat 0 0;
	padding: 20px 0;
	font-size: x-small;
	line-height: 1.5em;
	color: #666;
	text-align: center;
	cursor: default;
}

#footer a {
	color: #5b6e80;
	text-decoration: none;
	cursor: pointer;
}

#footer a:hover {
	color: #36424d;
}h3 {
	float: left;
	color: #666666;
	margin-bottom: 0px;
	width: 100%;
	font-size: 14px;
}
h4 {
	color: #666666;
	margin-bottom: 0px;
	font-size: 12px;
}
.automatic_bullet {
	list-style-image: url(/images/bullet.gif);
}
.hometab {
}
.headerfont {
	color: #666666;
	font-weight: bold;
	font-size: 14px;
}
.link_image_fix {
	padding-left: 37px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.unbold {
	font-weight: normal;
}
.nomargin {
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#corwilogo{
	display: inline;
	background-color: #3333FF;
}
#corwilogo img {
	padding-left: 200px;
}
    .imagemargin {
	height: 550px;
}
#corwillogo {
}
.imagelogo {
	float: left;
}
#wrapper h2 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#rednavmargin {
	display: block;
}
.waferthinningheight {
	height: 500px;
}
.h4sizer {
	font-size: 14px;
}
	
#content ul {
	list-style-type: none;
	margin-top: 0;

}
#content ul.ultest {
	margin-top: -14px;
	margin-top: -18px !ie;
}
#thankyou
{
	height: 250px;
	padding-top: 130px;
}
#error
{
	font-size: 14px;
}
