/* CSS Document */

BODY
{
background-color: #333333;
margin: 0;
padding: 0;
color: #FFFFFF;
font-family: Arial, Georgia, "Times New Roman", Times;
}

ul, li, h1, h2, h3, h4
{
padding: 0;
margin: 0;
list-style: none;
}

.clear
{
clear: both;
}

#wrapper
{
position: relative;
background: #000000 url(../images/bg/global2.jpg) top right no-repeat;
width: 980px;
margin: 0 auto;
min-height: 400px;
}

/* header and menu styles */

#header
{

}

#header .logo
{
float: left;
margin: 20px 0 0 20px;
width: 200px;
}

#header .optplogo
{
float: left;
margin: 10px 0 0 20px;
width: 200px;
}

#header .globalnav
{
margin-left: 600px;
padding-bottom: 40px;
border:0px solid #FFFFFF;
text-align: right;
}

#menu
{
background: url(../images/global/nav_strip.jpg) bottom left no-repeat;
height: 29px;
margin-top: 30px;
clear: both;
padding-left: 70px;
}

#menu #nav
{
z-index: 99 !important;
position: relative;
}


#menu li
{
float: left;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#nav li:hover, #nav li.hover {  
    position: static;  
}  

#nav li ul { /* second-level lists */
	position: absolute;
	
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li li { /* second-level lists */
	clear: left;
	width: 127px;
	opacity: 0.9;
filter: alpha(opacity=90);
zoom: 1;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#menu li.int_wide
{
width: 135px;
}
#menu li img
{
border-left: 3px solid #000000;
}


#menu .company
{
border-color: #FA46C5;
}

#menu .shows
{
border-color: #8FE7FE;
}


#menu .shop
{
border-color:#C7E301;
}

#menu .optp
{
border-color:#FFFFFF;
}

#menu .international
{
border-color:  #D92B25;
}



#menu .int_about
{
border-color:  #D92B25;
}

#menu .intcatalogue
{
border-color:  #C7E301;
}

#menu .int_screening
{
border-color:  #FA46C5;
}

#menu .int_corporate
{
border-color:  #8FE7FE;
}

#menu .usinc
{
border-color:  #21A8E2;
}
#footer
{
clear: both;
margin: 0 auto;
width: 649px;
margin-top: 50px;
padding-bottom: 20px;
}


#footer .header
{
background: url(../images/bg/footer_top.gif) top left no-repeat;
height: 23px;
}

#footer .body
{
background: url(../images/bg/footer_side.gif) top left repeat-y;
height: auto;
padding-left: 30px;

}

#footer  a
{
color: #FFFFFF;
text-decoration: none;
}

#footer .body li
{
float: left;
width: 24%;

}

#footer .body ul ul li
{

width: 100%;

}

#footer .body ul ul
{
list-style: none;
padding: 5px;
padding-left: 3px;
}


#footer .body li li
{
clear: left;
font-size: 75%;
}



#footer .footer
{
background: url(../images/bg/footer_bottom.gif) bottom left no-repeat;
height: 23px;
}

#footer .legals

{
margin-top: 15px;
text-align: center;
font-size: 75%;
color: #999999;

}

#footer .cdn

{
width: 200px;
float: left;
text-align: left;
}


#footer .credits

{
margin-left: 300px;
text-align: right;
padding-top: 50px;
}


