body{
text-align:center;
background-image:url("images/background.jpg");
font-family:"myriad pro","myriad","arial", sans-serif;
}
#header{
width:948px;
margin-left:auto;
margin-right:auto;
text-align:left;
background-color:#cdcdda;
border:solid 1px black;
margin-top:30px;
margin-bottom:8px;
font-size:90%;
}


#header ul{
list-style:none;
margin:0;
padding:0;
margin-top:4px;
margin-bottom:4px;
}
#header ul li{
display:inline;

}
#header ul li.open{
font-weight:bold;
margin-left:10px;
padding-right:15px;
background-image:url("images/arrow_open.jpg");
background-repeat:no-repeat;
background-position:bottom right;
}
#header ul li a{
color:black;
text-decoration:none;
margin-left:15px;
padding-right:15px;
background-image:url("images/arrow.jpg");
background-repeat:no-repeat;
background-position:center right;
}
#header ul li a:hover{
background-image:url("images/arrow2.jpg");
}
#main{
width:950px;
margin-left:auto;
margin-right:auto;
text-align:left;
}
#sidebar{
float:left;
width:260px;
background-color:#373745;
border:solid 1px black;
height:520px;
}
#navigation{
margin:0;
padding:0;
list-style:none;
padding-right:10px;
margin-top:93px;
background-color:#08081d;
}
#navigation li{
margin-bottom:10px;
}
#navigation a{
width:220px;
height:34px;
display:block;
text-indent:-50000px;
margin-left:30px;
overflow:hidden;
}
#navigation #design{background-image:url("images/design.jpg");}
#navigation #manufacture{background-image:url("images/manufacture.jpg");}
#navigation #globalsource{background-image:url("images/global_source.jpg");}
#navigation #otherservices{background-image:url("images/otherservices.jpg");}
#navigation a:hover{background-position:-220px 0px; outline: none;}

#content{
float:right;
width:675px;
height:520px;
border:solid 1px black;
background-color:white;
overflow:auto;
}


#footer{
width:948px;
margin-left:auto;
margin-right:auto;
text-align:right;
background-color:#cdcdda;
border:solid 1px black;
margin-top:8px;
font-size:75%;
}


#footer p
{
margin-top:5px;
margin-bottom:5px;
margin-right:5px;
padding:0;
font-weight:bold;
}
#footer p a{
font-weight:normal;
color:black;
text-decoration:none;
}
#footer p a:hover{
font-weight:normal;
text-decoration:underline;
}
div.clear{
clear:both;
}
#logo{
float:right;
margin-top:15px;
margin-right:20px;
}
#content h2
{
margin:0;
padding:0;
font-size:110%;
font-weight:normal;
color:#a2a2b5;
margin-top:55px;
margin-left:15px;
}


/*** IE6 Fixes ***/
#ie6only #header{width:950px;}
#ie6only #footer{width:950px;}
#ie6only #content{width:677px;}

/*** IE5.5 Fixes ***/
#ie5-5only #header{width:950px;}
#ie5-5only #footer{width:950px;}
#ie5-5only #content{width:677px;}
#ie5-5only #navigation a{margin-left:10px;}

