#wrapper{
	width:966px;
	margin:0 auto;
	position:relative;
    background: #d8d7d7 url(../images/bg_main_content_home.jpg) repeat-y 0 0;
	overflow:hidden;
}
/*------------------------ header -------------------------------*/
#header{
	background: #d8d7d7 url(../images/bg_header.jpg) no-repeat 0 0;
	height:456px;
    position:relative;
    z-index:2;
}
.logo{
   width:320px;
   height:74px;
   display:block;
   position:absolute;
   top:12px;
   left:51px;
   background: #d8d7d7 url(../images/logo.jpg) no-repeat 0 0;
}
.number{
   width:75px;
   height:15px;
   display:block;
   background: #d8d7d7 url(../images/number.jpg) no-repeat 0 0;
   left:832px;
   position:absolute;
   top:20px;
}
ul#menulist{
	height:18px;
	left:60px;
	position:absolute;
	top:85px;
	width:843px;
}
ul#menulist li{
   float:left;
}

/********************/
/*** ESSENTIAL STYLES ***/
ul.hover_company{
   width:155px !important;
   z-index:30;
}
ul.hover_services{
   width:202px !important;
   z-index:30;
}
ul.hover_services li{
   width:202px !important;
   height:22px;
   filter: alpha(opacity=90);
   -moz-opacity:0.90;
   opacity:0.90;
}
ul.hover_company li{
   width:146px !important;
   height:22px;
   filter: alpha(opacity=90);
   -moz-opacity:0.90;
   opacity:0.90;
}
a.one_company{
   width:146px !important;
   height:25px;
   padding:7px 0px 0px 9px;
   display:block;
   background: #234254 url(../images/bg1_submenu_home.png) no-repeat left bottom;
   color:#ffffff;
}
a.one_services{
   width:193px;
   height:25px;
   padding:7px 0px 0px 9px;
   display:block;
   background: #274657 url(../images/bg1_submenu_home.png) no-repeat left bottom;
   color:#ffffff;
}
a.bg_company{
   width:146px;
   height:18px;
   padding:4px 0px 0px 9px;
   display:block;
   background: #274657 url(../images/bg1_submenu.png) no-repeat left bottom;
}
a.bg_services{
   width:193px;
   padding:4px 0px 0px 9px;
   height:18px;
   display:block;
   background: #274657 url(../images/bg1_submenu.png) no-repeat left bottom;
}


.sf-menu, .sf-menu * {
	margin:	0;
	padding:0;
	list-style:	none;
}

.sf-menu ul {
	position:absolute;
	top:-999em;
	width:10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:100%;
}
.sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:left;
	position:relative;
}
.sf-menu a {
	display:block;
	position:relative;
	z-index:40;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:3px;
	top:2em; /* match top ul list item height */
	z-index:9999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:10em;   /* match ul width */
	top:0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:left;
}
.sf-menu a {
	text-decoration: none;
	font-size:11px;
	font-family:arial;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#F7F7F7;
}
.sf-menu li {
	background:	none;
}
.sf-menu li li {
	background:#F7F7F7;
}
.sf-menu li li li {
	background:	#F7F7F7;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
   	color:#7cc2ef;
	/*background:		#F7F7F7;*/  
	outline:0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*******************/

.line{
   display:block;
   width:3px;
   height:18px;
   background: #d8d7d7 url(../images/line.jpg) no-repeat 0 0;
}
a.company{
   width:81px;
   height:18px;
   display:block;
   background: #d8d7d7 url(../images/our_company.jpg) no-repeat 0 0;
   margin:0px 12px 0px 0px;
}
a.company:hover{
   background: #d8d7d7 url(../images/our_company.jpg) no-repeat 0 -22px;
}
a.services{
   width:53px;
   height:18px;
   display:block;
   background: #d8d7d7 url(../images/services.jpg) no-repeat 0 0;
   margin:0px 12px;
}
a.services:hover{
   background: #d8d7d7 url(../images/services.jpg) no-repeat 0 -22px;
}
a.industry{
   width:104px;
   height:18px;
   display:block;
   background: #d8d7d7 url(../images/industry.jpg) no-repeat 0 0;
	margin:0 10px 0 15px;
}
a.industry:hover{
   background: #d8d7d7 url(../images/industry.jpg) no-repeat 0 -22px;
}
a.manufacturing{
   width:169px;
   height:18px;
   display:block;
   background: #d8d7d7 url(../images/manufacturing.jpg) no-repeat 0 0;
	margin:0 10px 0 15px;
}
a.manufacturing:hover{
   background: #d8d7d7 url(../images/manufacturing.jpg) no-repeat 0 -22px;
}
a.certifications{
   width:157px;
   height:18px;
   display:block;
   background: #d8d7d7 url(../images/certifications.jpg) no-repeat 0 0;
   margin:0 13px;
}
a.certifications:hover{
   background: #d8d7d7 url(../images/certifications.jpg) no-repeat 0 -22px;
}

a.contact{
   width:62px;
   height:18px;
   display:block;
   background: #d8d7d7 url(../images/contact_us.jpg) no-repeat 0 0;
   margin:0 13px;
}
a.contact:hover{
   background: #d8d7d7 url(../images/contact_us.jpg) no-repeat 0 -22px;
}
a.sitemap{
   width:49px;
   height:18px;
   display:block;
   background: #d8d7d7 url(../images/sitemap.jpg) no-repeat 0 0;
	margin:0 0 0 12px;
}
a.sitemap:hover{
   background: #d8d7d7 url(../images/sitemap.jpg) no-repeat 0 -22px;
}

/*------------------------ content -------------------------------*/
.swf_home{
	height:253px;
	padding:135px 0 0 34px;
	width:898px;
	z-index:1;
}
.swf_home img{
	z-index:1;
}

#content{
  clear: both;
  width:970px;
  height:100%;
  z-index:1;
}
ul#boxes{
	background:#D8D7D7 url(../images/bg_boxes.jpg) no-repeat scroll 0 0;
	height:236px;
	padding:5px 0 0 30px;
	width:946px;
}

ul#boxes li{
	background:#D8D7D7 url(../images/bg_box.png) no-repeat scroll 0 0;
	float:left;
	height:176px;
	margin:0 4px;
	padding:10px 0 0 10px;
	width:211px;
}
.text_box{
	width:190px;
	color:#434343;
	margin-top:7px;
}
.arrow3{
	padding:0 0 0 11px;
    background: transparent url(../images/arrow3.png) no-repeat scroll left 3px;
	margin:5px 0;
	height:13px;
}
.read_more{
	text-align:right;
	padding-right:15px;
}
.mold_design{
	width:110px;
	height:24px;
    background: #d8d7d7 url(../images/mold_design.png) no-repeat 0 0;
}
.product_development{
	width:184px;
	height:24px;
    background: #d8d7d7 url(../images/product_development.png) no-repeat 0 0;
}
.global_tooling{
	width:116px;
	height:24px;
    background: #d8d7d7 url(../images/global_tooling.png) no-repeat 0 0;
}
.moldflow_analysis{
	width:151px;
	height:24px;
    background: #d8d7d7 url(../images/moldflow_analysis.png) no-repeat 0 0;
}
#information{
	padding:10px 0 0 80px;
	position:relative;
	top:-50px;
	width:890px;
}
.welcome{
	float:left;
	margin:0 0 0 20px;
	width:497px;
	background-color:#8EBDDB;
	background:transparent url(../images/bg_content_welcome.png) repeat-y scroll 0 0;
}
.border_top{
	width:497px;
	height:15px;
	clear:both;
	background:transparent url(../images/border_top.png) no-repeat scroll 0 0;
}
.title_welcome{
  width:497px;
  position:relative;
  height:77px;
  background:transparent url(../images/button_1998.jpg) no-repeat scroll left bottom;
}
.body_welcome{
	background-color:#8EBDDB;
	margin-left:29px;
	width:468px;
}
.text_welcome{
	float:left;
	padding-left:40px;
	width:268px;
}
.logos_home{
	float:right;
	left:-9px;
	position:relative;
	top:-30px;
	width:100px;
}
.our_company{
	float:left;
	width:300px;
	margin:7px 0px 0px 42px;
}
.left_frame2{
	width:118px;
	height:85px;
	float:left;
    background: #d8d7d7 url(../images/frame2.jpg) no-repeat 0 0;
	position:relative;
}
.left_frame2 img{
	display:block;
	width:110px;
	height:76px;
	top:0px;
	left:0px;
	position:absolute;
}
ul.right_our_company{
	width:295px;
	margin-left:5px;
}
.text{
	float:left;
	padding:0 0 0 4px;
	width:165px;
}
.title_our_company{
	width:295px;
	height:27px;
    background: #d8d7d7 url(../images/title_company_home.jpg) no-repeat 0 0;
	margin-bottom:7px;
}
.line_company_home{
	width:295px;
	height:5px;
    background: url(../images/line_company_home.jpg) no-repeat 0 0;
	margin-bottom:7px;
}
.arrow1{
	padding:0 0 0 9px;
    background: transparent url(../images/arrow1.jpg) no-repeat scroll left 2px;
	margin:5px 0;
	height:10px;
}
body:nth-of-type(1) a.arrow1 {  /*hack safari*/
    background: transparent url(../images/arrow1.jpg) no-repeat scroll left 1px;
}
/*------------------------ footer -------------------------------*/
#footer{
  clear:both;
  height:140px;
  background: #d8d7d7 url(../images/bg_footer.jpg) no-repeat 0 0;
  position:relative;
  top:7px;
  *top:0px;
}
.foot{
  width:327px;
  height:85px;
  float:right;
  margin:15px 45px 0 0;
}
ul.menu_foot1{
    width:150px;
	float:left;
	margin-left:27px;
}
ul.menu_foot li{

}
ul.menu_foot li a{
   color:#13689d;
   font-size:10px;
   display:block;
	height:15px;
   padding-left:15px;
   background:transparent url(../images/icono.png) no-repeat scroll left 4px;
	text-decoration:none;
}
ul.menu_foot1 li a{
	color:#13689d;
	font-size:10px;
    display:block;
	height:15px;
    padding-left:13px;
    background:transparent url(../images/icono.png) no-repeat scroll left 4px;
	text-decoration:none;
}
ul.menu_foot{
	float:left;
	width:150px;
}

/* EXTRA STYLES */ 

a.link_home {
	text-decoration:none;
	color:#434343;
}