/***********************************************/
/* objects.css                            */
/* Use with Chemetall Oakite Web pages         */
/***********************************************/
#arch-bottom {
    position: absolute;
    top: 0px;
    left: 179px;
    background-image: url(/images/home/swoosh_bottom.gif);
    background-repeat: no-repeat;
    height: 210px;
    width: 50px;
    margin:0;
    padding:0;
}
#arch-top {
	position: absolute;
	left: 200px;
	top: 0px;
	background-attachment: fixed;
	background-image: url(/images/home/swoosh_top.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	height: 88px;
	}

#bar1 {
	display: block;
	padding: 0px;
	background-color: #FFFFFF;
	background-image: url(/images/home/bar1.gif);
	background-repeat: no-repeat;
	background-position: 0px 10px;
	float: left;
	height: 30px;
	width: 180px;
	position: absolute;
	left: 0px;
	top: 64px;
}
#bar2{
    background-image: url(/images/home/nav_left/vert_gradient.gif);
    background-repeat: no-repeat;
    width: 2px;
    height: 475px;
    margin: 0;
    padding: 0;
	position: absolute;
	left: 0px;
	top: 0px;
}
#flashbg {
	position: relative;
	left: 758px;
	top: 2px;
	right: 0px;
	bottom: 191px;
	background-color: #CCCCCC;
	background-image: url(/images/home/grad_horiz_blue.jpg);
	background-position: 2px 758px;
	background-repeat: repeat-y;
	background-attachment: scroll;	
}

#logo {
	padding: 0px;
	height: 48px;
	width: 170px;
	position: relative;
	left: 10px;
	top: 10px;
	text-decoration: none;
}
#logo a:link{
	text-decoration: none;
	background-color: #FFFFFF;
}
#tagline {
	display: block;
	position: absolute;
	top: 30px;
	right: 0px;
}
#dd {
	display: block;
	position: absolute;/**/
	top: 60px;
	right: 0px;
}
#newsedge{
	background-color: #0047B6;
}
/******* END *******/
