@import url("text.css");
@import url("grid.css");

/* - - - - MAJOR STRUCTURAL ELEMENTS - - - - */

body {
	
}

#header, #topnav, #bodycontent, #footer {
	width: 960px;
	text-align: left;
	float: none;
	margin: 0 auto;
	
}

/* - - - - HEADER - - - - */

#headerrepeat {
	background: #FFF url("/images/skin/header_bgrepeat.gif") repeat-x;
	padding: 0;
	margin-bottom: 20px;
}

#header {
	height: 85px;
	padding: 0;
	width: 927px;
	position: relative;
}

#oc_logo {
	position: absolute;
	top: 14px;
	left: 10px;
	
}

#welcome {
	position: absolute;
	top: 54px;
	right: 0px;
}

#global-nav {
	position: absolute;
	right: 0;
	top: 3px;
}

#global-nav li {
	display: block;
	float: left;
}

#global-nav li a { 
	display: block;
	height: 19px;
}

#visit_oc {
	width: 136px;
	background-image: url("/images/ui/visit_oc.gif");
}

#visit_composites {
	width: 130px;
	background-image: url("/images/ui/visit_composites.gif");
}

/* - - - - TOPNAV - - - - */
#topnav-holder {
	background: #FFF url("/images/skin/topnav_bg.gif") repeat-x;
	position: relative;
	text-align: center;
}

#topnav {
	height: 30px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	text-align: left;
}


#topnav li { 
	float: left; 
	padding: 0 11px; 
	margin: 0; 
	display: block;
}

#topnav li a {
	display: block;
	margin: 0;
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 30px;
}

#topnav li a:hover, #topnav li.selected a { background-position: 0 -30px; }

/* - - - - TOPNAV IMAGE REPLACEMENT - - - - */

/* top row nav items */
#nav-BuildingMaterials a { background-image: url(/images/topnav/v2_nav-buildingmaterials.gif); width: 146px; }
#nav-Composites a { background-image: url(/images/topnav/v2_nav-composites.gif); width: 109px; }
#nav-Literature a { background-image: url(/images/topnav/v2_nav-literature.gif); width: 99px; }
#nav-OurCompany a { background-image: url(/images/topnav/v2_nav-ourcompany.gif); width: 115px; }
#nav-Investors a { background-image: url(/images/topnav/v2_nav-investors.gif); width: 97px; }
#nav-OCWorldwide a { background-image: url(/images/topnav/v2_nav-ocworldwide.gif); width: 125px; }
#nav-ContactUs a { background-image: url(/images/topnav/v2_nav-contactus.gif); width: 105px; }

/* - - - - SIDENAV STYLES - - - - */

#sidenav {
	background: url("/images/ui/sidenav_divider.gif") 0 0 no-repeat;
	margin-bottom: 2em;
}

#sidenav li {
	display: block;
	width: 220px;
	background: url("/images/ui/sidenav_divider.gif") bottom left no-repeat;
}

#sidenav li a {
	display: block;
	width: 100%;
	padding: 10px 0;
	background: url("/images/ui/arrow_large.gif") 100% 50% no-repeat;
	text-decoration: none;
}

#sidenav li.selected a {
	font-weight: bold;
	color: #333;
	cursor: default;
}

/* - - - - CONTENT AREA STYLES - - - - */

h1.replaced {
	width: 100%;
	height: 30px;
	margin-bottom: 5px;
}

h2.replaced {
	width: 100%;
	height: 20px;
	margin-bottom: 3px;
}

#maincontent h2 {
	margin-top: 1em !important;
}

/* - - - - NEWS STYLES - - - - */
#bodycontent h2.date, #bodycontent h3.date {
	text-transform: uppercase;
	letter-spacing: 0.01em;
	display: block;
	margin: 0 !important;
	font-size: 0.8em;
	color: #4d4d4d;
	font-weight: bold;
}


/* - - - - FOOTER - - - - */

#footer {
	padding-top: 1em;
	margin-top: 1em;
	border-top: 1px solid #e3e3e3;
	font-size: 0.9em;
	color: #666;
}

#footerlinks { text-align: right; }