/*background: #FFCC66 url("butterfly.gif") no-repeat fixed right bottom;
background | color | image | repeat | attachment | position

font: italic bold 30px arial, sans-serif;
font-style | font-variant | font-weight | font-size | line-height | font-family

margins top - right - bottom - left
*/

/**************** Navigation  ****************/ 


/*h1.page_title{
	font-family: Arial, Helvetica, sans-serif;
	color: #993300;
	font-size:24px;
	font-style: italic;
	font-weight: bold;

}*/
h3.chart_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	list-style-type: disc;
	border-bottom:#666666 double;
	text-align: center;
	background-color: #00068B;
	color: #FFCF31;
	padding: 2px;
}

#advantages_box h3.chart_title,
.advantages_box h3.chart_title {
	background-color: #00068b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#00068b));
	background-image: -webkit-linear-gradient(top, #ccc, #00068b);
	background-image: -moz-linear-gradient(top, #ccc, #00068b);
	background-image: -ms-linear-gradient(top, #ccc, #00068b);
	background-image:  -o-linear-gradient(top, #ccc, #00068b);
	background-image: linear-gradient(top, #ccc, #00068b);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	border-top: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	text-align:center;

}
ul.advantages {
	margin-left: 5px;
	padding-left: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.navigation_services li, .navigation_toy_store li{
	list-style-image: url(/images/links/sublink-bullet.jpg);
}
.navigation_services li.active a, .navigation_toy_store li.active a{
	text-decoration:underline;
	color:#FFCC66;
}
li.advantages {
	padding-bottom: 0px;
	list-style-position:outside;
} 

.navigation_services, .navigation_toy_store {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align:top;
	background: url(/images/links/sublink-bg.jpg) repeat-y left top;
} 
.navigation_services a:link, .navigation_toy_store  a:link{
	color:#FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
} 
.navigation_services a:visited,  a:visited .navigation_toy_store {
	color:#FFFFFF;
	text-decoration: none;
} 

.navigation_services a:hover, .navigation_toy_store a:hover {
	color:#FFCC66;
	text-decoration: none;
} 
.navigation_services a:active, .navigation_toy_store a:active {
	color: #FFCC66;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
} 

.chart_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	color: #003399;
	font-weight: bold;
}



#advantages_box,.advantages_box {
	border:#666666 double;
	margin-top: 30px;
	width: 500px;
	padding: 0;
}
#picture_right , .picture_right{
	float: right;
	padding-left: 18px;
	padding-bottom: 12px;

}
#picture_left , .picture_left{
	float: left;
	margin-top: 5px;
	padding-right: 24px;
	padding-bottom: 18px;

}
#image-sidebar {
	width: 200px;
	float: right;
	padding: 0 0 0 0;
	margin: 0 0 0 5px;
	text-align: center;
}
.investment-casting-chart h2 {
	font-size: 16px;
	color: #003399;
}
/* ROUNDED CORNERS */
  
  .rounded-corners.all,
  .tab-box .tab-box-content,
  #advantages_box, .advantages_box
{
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	 border-radius: 10px; 
	 -khtml-border-radius: 10px;
	 -o-border-radius: 10px;	
	 behavior: url(/includes/css/PIE.htc);
}

.rounded-corners.tl {
	-webkit-border-top-left-radius: 10px;
	-khtml-border-radius-topleft: 10px;	
	-moz-border-radius: 10px 0 0 0 ;
	border-radius:  10px 0 0 0;	
	behavior: url(/includes/css/PIE.htc);
}
table.rounded-table , .rounded-table tr, .rounded-table td, .rounded-table th {
	border-spacing: 0;
}

.rounded-corners.tr {
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topright: 10px;	
	-moz-border-radius: 0 10px 0 0;
	border-radius: 0 10px 0 0;	
	behavior: url(/includes/css/PIE.htc);
}
.rounded-corners.bl {
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;	
	-moz-border-radius:   0 0 0 10px ;
	border-radius:   0 0 0 10px ;
	behavior: url(/includes2/css/PIE.htc);
	
}
.rounded-corners.br {
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;	
	-moz-border-radius: 0 0 10px 0 ;
	border-radius:  0 0 10px 0 ;	
	behavior: url(/includes/css/PIE.htc);
}
.rounded-corners.ls {
	-webkit-border-top-left-radius: 10px;
	-khtml-border-radius-topleft: 10px;	
	-moz-border-radius: 10px 0  0 10px;
	border-radius:  10px 0 0  10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;	
	behavior: url(/includes/css/PIE.htc);
}
.rounded-corners.rs {
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topright: 10px;	
	-moz-border-radius:  0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;	
	behavior: url(/includes/css/PIE.htc);
}
.rounded-corners.ts,
.tab-box > ul li {
	-webkit-border-top-left-radius: 10px;
	-khtml-border-radius-topleft: 10px;	
	-moz-border-radius: 10px  10px 0 0;
	-o-border-radius-top-left: 10px;
	border-radius: 10px 10px 0 0;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-radius-topright: 10px;	
	-o-border-radius-top-right: 10px;	
	behavior: url(/includes/css/PIE.htc);
}
.rounded-corners.bs {
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;	
	-moz-border-radius: 0 0 10px  10px;
	-o-border-radius-bottom-left: 10px;
	border-radius: 0 0 10px 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;	
	-o-border-radius-bottom-right: 10px;	
	behavior: url(/includes/css/PIE.htc);
}
/* ROUNDED TABLES 
--------------------------------------------------------------------------------------- */

.rounded-table {
	font-size: 12px;
	border-collapse:separate;
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;
	margin:25px auto 25px auto;      
}
.rounded-table tr, .rounded-table td, .rounded-table th{
vertical-align: top;
}
.rounded-table tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.rounded-table td, .rounded-table th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 5px;
    text-align: left;
	vertical-align: top;
}

.rounded-table th {
	background-color: #E5E5E5;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#E5E5E5));
	background-image: -webkit-linear-gradient(top, #ccc, #E5E5E5);
	background-image: -moz-linear-gradient(top, #ccc, #E5E5E5);
	background-image: -ms-linear-gradient(top, #ccc, #E5E5E5);
	background-image:  -o-linear-gradient(top, #ccc, #E5E5E5);
	background-image: linear-gradient(top, #ccc, #E5E5E5);
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
	border-top: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	text-align:center;
}


.rounded-table tr:hover      {
	background-color: #E8E8FF;
	color: #000;
}
.rounded-table tr:hover {
	color: #000;
	background-color: #CCC;
}
.rounded-table td:first-child, .rounded-table th:first-child {
    border-left: none;
}

.rounded-table th:first-child {
    -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;
}

.rounded-table th:last-child {
    -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;
}

.rounded-table tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
}

.rounded-table tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
}
.rounded-table td p {
	padding: 0;
	margin: 0;
	line-height:16px;
}

.rounded-table th , .rounded-table tr, .rounded-table td{
	font-size: 11px;
	border: solid #999 1px;
	border-collapse: collapse;
	
	color: #333;

}
.rounded-table td {
	color: #333;
}
.rounded-table caption{
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
	padding-top: 10px;
}
table .rounded-table {
	margin-bottom: 10px;
	width: 580px;
}
.rounded-table tfoot tr td , .rounded-table tfoot tr th{
	border-bottom: none;
	border-left: none;
	border-right: none;
	background-color: #F5F4F9;
}
table {
	border-collapse: collapse;
}

div.certifications div,
div.certificationsWide div {font-size:.75em;text-align:center;background-color:#999;color:#FFF;width:100%;line-height:2em;}
div.certifications {
	width: 75px;
	text-align: center;
	float:right;
	padding-left:15px;
}
div.certificationsWide {
	width: auto;
	text-align: center;
}
div.certificationsWide img{
	padding: 10px 10px;
	margin: 0 auto;
}

div.certifications img{
	padding: 5px 0;
	margin: 0 auto;
}
.cta-button div {
	float:left;
	font-size:16px;
	font-weight:bold;
	border: 1px solid #d7d7d7;
	width:auto;
	margin:5px;
	line-height:normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	behavior: url(/includes/css/PIE.htc);
cursor: pointer !important;
	
	background: -moz-linear-gradient(left,  #ed1b24 1%, #951015 70%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(1%,#ed1b24), color-stop(70%,#951015)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #ed1b24 1%,#951015 70%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #ed1b24 1%,#951015 70%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #ed1b24 1%,#951015 70%); /* IE10+ */
background: linear-gradient(to right,  #ed1b24 1%,#951015 70%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1b24', endColorstr='#951015',GradientType=1 ); /* IE6-8 */
}
.cta-button div:hover {
		background: #ed1b24; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: -moz-linear-gradient(left,  #951015 1%, #ed1b24 70%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(1%,#951015), color-stop(70%,#ed1b24)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #951015 1%,#ed1b24 70%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #951015 1%,#ed1b24 70%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #951015 1%,#ed1b24 70%); /* IE10+ */
background: linear-gradient(to right,  #951015 1%,#ed1b24 70%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1b24', endColorstr='#ed1b24',GradientType=1 ); /* IE6-8 */
}
.cta-button a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 5px 5px 55px;
	margin:0;
	width:100%;
	background-repeat: no-repeat;
	background-position: 10px center;
		}
		.cta-button .catalog a {
	background-image: url(/images/global/cta/cta-catalog.png);
	}
	.cta-button a span{
		font-size:10px;
	}
	.cta-button .speak a {
	background-image: url(/images/global/cta/cta-speech-bubble.png);
	}
	.cta-button .rfq a {
	background-image: url(/images/global/cta/cta-rfq.png);
	}

.cta-button.s1 div {
	font-size:16px;
	overflow:hidden;
	font-weight:bold;
	border: 1px solid #d7d7d7;
	width:auto;
	margin:5px;
	line-height:normal;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-khtml-border-radius: 5px;
	-o-border-radius: 5px;
	behavior: url(/includes/css/PIE.htc);
cursor: pointer !important;
	
	background: -moz-linear-gradient(left,  #ed1b24 1%, #951015 70%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(1%,#ed1b24), color-stop(70%,#951015)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #ed1b24 1%,#951015 70%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #ed1b24 1%,#951015 70%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #ed1b24 1%,#951015 70%); /* IE10+ */
background: linear-gradient(to right,  #ed1b24 1%,#951015 70%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1b24', endColorstr='#951015',GradientType=1 ); /* IE6-8 */
}
.cta-button.s1 div:hover {

		background: #ed1b24; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */

background: -moz-linear-gradient(left,  #951015 1%, #ed1b24 70%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(1%,#951015), color-stop(70%,#ed1b24)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #951015 1%,#ed1b24 70%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #951015 1%,#ed1b24 70%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #951015 1%,#ed1b24 70%); /* IE10+ */
background: linear-gradient(to right,  #951015 1%,#ed1b24 70%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed1b24', endColorstr='#ed1b24',GradientType=1 ); /* IE6-8 */
}
.cta-button.s1  a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 10px 10px 10px 55px;
	margin:0;
	width:100%;
	background-repeat: no-repeat;
	background-position: 10px center;
		}
	.cta-button.s1  a span{
		font-size:10px ;
	}
	.cta-button.s1  .catalog a {
	background-image: url(/images/global/cta/cta-catalog.png);
	}
	.cta-button.s1 .speak a {
	background-image: url(/images/global/cta/cta-speech-bubble.png);
	}
	.cta-button.s1 .rfq a {
	background-image: url(/images/global/cta/cta-rfq.png);
	}
	.cta-button.s1 .news a {
	background-image: url(/images/global/cta/cta-newsletter.png);
	}
	.cta-button.s1 .email a {
	background-image: url(/images/global/cta/cta-email.png);
	}
	.cta-button.s1 .pdf a {
	background-image: url(/images/global/cta/cta-pdf.png);
	}
	.cta-button.s1 .form a {
	background-image: url(/images/global/cta/cta-form.png);
	}
	.cta-button.s1 .vcard a {
	background-image: url(/images/global/cta/cta-vcard.png);
	}
	.cta-button.s1 .calendar a {
	background-image: url(/images/global/cta/cta-calendar.png);
	}
div.samples {
	margin: 0 auto;
	width: 71%;
	background-color: #fff;
	padding: 2%;
	text-align:center;
}
.samples table {
	border-collapse: collapse;
	margin:0 auto;
}

.samples caption {
	font-size: 1.75em;
	font-weight: bold;
	color: #003399;
	padding-bottom: 0.25em;
	margin-top: 1.25em;
}


.samples table tbody tr, .samples table tbody td, .samples table tbody th{
	margin-bottom: 1em;
	background-color: #fff;
	border-collapse: collapse;
	border: 1px solid #999;
}
table.no-borders, .no-borders th, .no-borders tr, .no-borders td {
	border-collapse: collapse;
	border: none;
}
.info-box{width: 400px;float: right;display: inline-block;padding: 10px;margin-left: 15px;border: ridge #999 thin;margin-bottom: 25px;background-color: #ffffff;text-shadow:none;}


