/* CSS Document */
@import url("menustyle.css");
* { 	margin: 0; padding: 0; }
body {	margin: 0; padding: 0; background-color: #464646; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; }

table tr td { font-size: 12px; }
#container {
		margin: 0px auto 0px auto; padding: 0; width: 912px; background: url(../../images/container_bg.gif) repeat-y center; }
	
#ticker {
		background: url(../../images/container_top.gif) top no-repeat; height: 26px; width: 100%; }
#ticker #wrapper {
		width: 872px; margin: 0 auto 0 auto; }
* html #ticker #wrapper { /* ie fix for marque */
		width: 872px; }
#ticker #wrapper marquee {
		padding-top: 12px; padding-left: 20px; padding-right: 20px; margin: 0; color: #FFFFFF; font-size: 10px; }
#ticker #wrapper a {
		color: #FFFFFF; }
	
#header {
		height: 104px; width: 100%; }

#menu_wrapper {
		margin: 0 auto 0 auto; padding: 0; width: 100%; height: 50px;  }
#menu_left {
		float: left; width: 248px; height: 50px; background: url(../../images/menu_left_bg_new.jpg) top center no-repeat; }
#phonenew {
	position: relative; top: -45px; left: 0px; text-align: center; }
#phonetop {
	font-size:14px; font-weight: bold; }
#phonebottom {
	font-size:9px; }
#menu {
		float: right; margin-left: 0px; background: url(../../images/menu_bg.jpg) top center no-repeat; height: 50px; width: 664px; }
	
#footer {
		clear: both; background: url(../../images/footer_bg.gif) bottom center no-repeat; height: 14px; width: 100%; }
#footer_text {
		clear: both; font-size: 11px; text-align: center; color: #FFFFFF; }
#footer_img {
		clear: both; font-size: 11px; text-align: center; color: #FFFFFF; }

/* ----------- NEW 3 COLUMNS */
	/* Layout stylesheet */
	/* http://www.webproducer.at/flexible-layout/ */
	#centercontent {
		float: right; width: 100%; margin-top: .5em; }
	#centercontent[id] { /* [2] */
		margin-left: -1px; }
	#centercontent p {
		padding: 0 10px 15px 10px; }
	#leftcontent {
		float: left; margin-left: -18em; z-index: 10; /* [3] */ }
	#leftcontent[id] { /* [2] */
		margin-right: 1px; }
	#rightcontent {
		float: right; margin-right: -18em; z-index: 11; /* [3] */ }
	#rightcontent[id] { /* [2] */
		margin-left: 1px; }
	.show-all #columns {
		padding: 0 18.2em 0 18em; }
	.cols-wrapper {
		width: 100%; }
	.cols-wrapper[class] {
		padding-bottom: 0.1px; /* [4] */ }
	.float-wrapper {
		float: left; width: 100%; position: relative; z-index: 0; }
	.float-wrapper[class] { /* [2] */
		margin-right: -1px; }
	.sidecol {
		position: relative; width: 18em; overflow: hidden; }
	.box, .main-content {
		margin: .5em 1em; }
	.clear {
		clear: both; }
	.none {
		display: none; }
	/*
  		[1] Play nice with EMs in Opera 6 and IE Win.
  		[2] Support for Mozilla, but IE doesn't likes it.
  		[3] Z indices needed for link clickability in IE Mac and Opera 6.
  		[4] Mozilla needs a non zero value, seems to be a bug.
	*/
/* ------------- 2 COLUMNS --------------- */
	#twocol_content {
		float: left; width: 687px; margin-left: 225px; margin-top: 5px; }
	#twocol_content p {
		padding: 0 20px 15px 0; }
	#twocol_content .article p {
		padding-bottom: 5px; }	
	#twocol_content h2 {
		font-size: 14px; padding-bottom: 5px; }
	#twocol_content ul {
		padding-bottom: 15px; }
	#twocol_content li {
		padding-left: 15px; list-style:inside; }
	* html #twocol_content {
		display: inline; }
	#twocol_content table {
		margin: 0 auto 0 auto; }
	#twocol_left {
		float: left; width: 205px; margin-left: -912px;	margin-top: 5px; }
	* html body {
		margin: 0; padding: 0; }
/* -------------- END COLUMNS --------------- */

	h1 {
		font-size: 18px; font-weight: bold; color: #c41111; text-align: center; padding: 10px; }
	a {
		color: #1115c4; text-decoration: underline; }
	a:hover {
		color: #820a0a;  }
	#center p {
		margin-bottom: 15px; }

	.gray 	{ color: #464646; }
	.red  	{ color: #c41111; }
	.black 	{ color: #000000; }

/* ---------------- FORMS -------------------*/
	#contact label, #contact input, #contact textarea {
		display: block;	width: 150px; float: left; margin-bottom: 8px; }
	#contact label {
		text-align: right; width: 75px; padding-right: 15px; }
	#contact br {
		clear: left; }
	#contact .require {
		width: 85px; padding-right: 5px; }
	#submit_bt {
		text-align: center; }
/* ---------------- Phone me now FORM -------------------*/
	#phone label {
		display: block;	width: 150px; float: left; margin-bottom: 8px; }
	#phone .size{
		display: block;	width: 172px; float: left; margin-bottom: 8px; }
	#phone .check_box{
		display: block;	width: 172px; float: left; margin-bottom: 8px; }
	#phone .number{
		display: block;	width: 100px; float: left; margin-bottom: 8px; }
	#phone label {
		text-align: right; width: 120px; padding-right: 15px; }
	#phone br {
		clear: left; }
	#phone .require {
		width: 85px; padding-right: 5px; }
	#phone_submit_bt {
		text-align: center; }
		
		
	#sendtoacolleague label, #sendtoacolleague input, #sendtoacolleague textarea {
		display: block;	width: 250px; float: left; margin-bottom: 8px; }
	#sendtoacolleague label {
		text-align: right; width: 95px; padding-right: 15px; }
	#sendtoacolleague br {
		clear: left; }
	#sendtoacolleague .require {
		width: 105px; padding-right: 5px; }
		
		
	#quote h2 {
		width: 90%; background-color: #fff131; padding: 1px 0 0 5px; font-family:Arial, Helvetica, sans-serif; }
	#quote label, #myform label, #quote input, #myform input, #quote textarea, #quote select {
		display: block;	width: 150px; float: left; margin-bottom: 8px; }
	#quote textarea {
		width: 300px; }
	#quote .radio_bt {
		width: 15px; }
	#quote .checky {
		width: 15px; }
	#quote .filey {
		width: auto; }
	#quote label {
		text-align: right; width: 185px; padding-right: 15px; font-weight: bold; }
	#quote br {
		clear: left; }
	#quote .require {
		width: 195px; padding-right: 5px; }
		
	#error_location {
		display: block; width: 250px; font-size: 14px; font-weight: bold; color: #c41111; padding-left: 50px; }

/* -------------- PERIODIC ------------------*/
	.periodic td {
		height: 31px;  text-align: center; font-weight: bold; font-size: 11px; font-family:Arial, Helvetica, sans-serif; }
	.periodic small {
		font-weight: normal; font-size: 8px; }
	.periodic a {
		color: #000000; text-decoration: none; }
	.periodic a:hover {
		color: #820a0a; text-decoration: none; }
	.Alkali			{ background-color: #ffc262; border: 1px solid #000000; }
	.Alkaline		{ background-color: #f9ff91; border: 1px solid #000000; }
	.Nonmetal		{ background-color: #9effa3; border: 1px solid #000000; }
	.Transition		{ background-color: #ffb3f7; border: 1px solid #000000; }
	.Lanthanide		{ background-color: #ff9962; border: 1px solid #000000; }
	.Actinide		{ background-color: #e274fe; border: 1px solid #000000; }
	.Poor			{ background-color: #a6a9f4; border: 1px solid #000000; }
	.Noble			{ background-color: #a8f4ff; border: 1px solid #000000; }
	.Hydrogen		{ background-color: #E7E7E7; border: 1px solid #000000; }
	.Other			{ border: 1px solid #000000; }
	
	.Alkali, .Alkaline, .Nonmetal, .Transition, .Actinide, .Lanthanide, .Poor, .Noble, .Hydrogen, .Other
			{ /*cursor: pointer;*/ }
	
	.Period {
		background-color: #339966; color: #FFFFFF; }
	.Group {
		background-color: #339966; color: #FFFFFF; }
	.p_sm {
		font-size:9px; }
			
/* --------------- BOXES -----------------*/
	.box {
		background: url(../../images/box_bg.gif) repeat-y; width: 195px; margin-bottom: 5px; }
	.box h2 {
		background: url(../../images/box_top.gif) top no-repeat; /*height: 30px;*/ width: 100%; color: #FFFFFF; font-size: 15px; font-weight: bold; text-align: center; /*padding-top: 4px*/padding-top: 0px; margin-bottom: 5px; }
	.box .bottom {
		background: url(../../images/box_bottom.gif) bottom no-repeat; height: 12px; width: 100%; }
	.box p {
		padding-left: 10px; padding-right: 10px; font-size: 11px; }
	.box small {
		padding-left: 10px; padding-right: 10px; }
	.box ul {
		padding-left: 10px; padding-right: 10px; font-size: 11px; list-style: none; }
	.box li	{ 	/* the rules that do the indenting */
			padding-left: 1em;
			text-indent: -1em;
	}
		
	.box2 {
		background: #f6f6f6 url(../../images/box2_bg.gif) top repeat-x; border: 1px solid #aaaaaa; padding: 5px; }
	#twocol_content .box2 h2 {
		text-align: center; font-size: 12px; }
	#twocol_content .box2 li {
		padding-bottom: 8px; list-style-type: none; }
	#twocol_content .box2 ul {
		padding-top: 8px; }
/* ------------- END BOXES ----------------*/
* html #rfq {
	margin-top: 2px; }

.article {
   column-count: 3;
   column-gap: 10px;
   vertical-align: top;
}
.article p {
	margin-bottom: 10px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 400; }


.box_table {
	border: 1px solid #000000; }
.box_table td {
	border: 1px solid #000000; }
	
.capabilities_table {
	border: none; font-size: 10px; padding: 0; margin:0; }
.capabilities_table td {
	border: none; }
	
.forgings_costsaving_table {
	border: 2px solid #000000; font-size: 10px; }
.forgings_costsaving_table td {
	border: 1px solid #000000; padding: 5px; }
#twocol_content .forgings_costsaving_table td p {
	padding-right: 0; }

hr {
	border: none; border-top: 1px solid #000000; width:95%; margin: 0 20px 10px auto; }

h2.designer_alloys {
		color: #2a3795; text-align: center; font-family: "Times New Roman", Times, serif; font-style: italic; }
h3.designer_alloys {
		color: #ed1e25; text-align: center; text-transform: uppercase; }
		
dd#quality{ top: 0px; left: 500px; float: left;  border: 1px solid #FFFCE6; width: 150px; height: 60px; }
dd#quality a{ position: relative; float: left; width: 150px; height: 60px; padding-right: 140px; padding-bottom: 50px; text-decoration: none; border: 1px solid #FFFCE6; }
dd#quality a span{ display: none; }
dd#quality a:hover{ border: 1px solid #BCBCBC; }
dd#quality a:hover span{
 display: block;
 text-indent: 0;
 vertical-align: top;
 color: #000;
 font-weight: bold;
 position: absolute;
 bottom: 100%;
 margin: 0;
 padding: 5px;
 width: 75%;
 }
 
#search_heading {
	margin-bottom: 2px; margin-right: 25px; margin-top:5px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold;
	}
	
#search_results {
	margin-bottom: 15px; margin-right: 25px; margin-top:5px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; padding: 7px;
	}
	
#search_res {
	margin-left:30px;
}

.columnheader {
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; padding: 5px; }
	
.error {
		color: #CC0000; font-weight: bold; }
	.success {
		color: #46785b; font-weight: bold; }
/*========================================================Forging Pages=====*/

#twocol_content .header1{
	text-align:left;
	padding-left:0;
	font-size:1.3em;
}
#twocol_content .para1{
	font-weight:bold;
	padding:0px;
	margin:5px 0;
}
#twocol_content #forging-list{
	margin:0;
	padding:0;
	clear:both;
}
#twocol_content #forging-list li{
	list-style-type:square;
	padding:0 0 0 2px;
}
#twocol_content #forging-list .last{
	margin-bottom:20px;
}
#twocol_content #forging-list-2{
	margin:0;
	padding:0 40px 0 0;
	float:left;
}
#twocol_content #forging-list-2 li{
	list-style-type:square;
	padding:0 0 0 2px;
}
#twocol_content #forging-row{
	margin:0;
	padding:0 0 0 0px;
	clear:both;
}
#twocol_content #forging-row li{
	margin: 5px;
	padding: 4px;
	width: 199px;
	background: transparent url(mainBucket_bg.gif) repeat-x;
	border: 1px #c7c6c6 solid;
	border-bottom: 4px #850908 solid;
	float:left;
	height:108px;
	list-style-type:none;
}
#twocol_content #forging-row li h2{
	color:#932626;
	font-size:0.9em;
	margin-left:81px;
}
#twocol_content #forging-row li h2 a{
	color:#932626;
	font-size:1em;
	margin-left:0px;
	text-align:left;
	text-decoration:none;
}
#twocol_content #forging-row li img{
	border:solid 1px #cccccc;
	float:left;
}
#twocol_content #forging-row li ul{
	padding:0 0 6px 86px;
}
#twocol_content #forging-row li ul li{
	background:none;
	border:none;
	padding:0;
	margin:0;
	height:auto;
	width:auto;
	list-style-type:square;
	float:none;
}

#twocol_content #forging-row li a{
	margin-top:0px;
	text-align:right;
}
#twocol_content #forging-row li .readmore{
	margin-top:0px;
	float:right;
}
#twocol_content ul li .ulPadding{
	padding:5px 0;
	list-style-type:circle;
}
#twocol_content ul li .ulPadding li{
	list-style-type:circle;
}
#twocol_content .strong{
	font-weight:bold;
}
#tableData{
	border:solid 1px #cccccc;
	width:640px;
	background-color: #E8E8E8;
}
#tableData td{
	border:solid 1px #cccccc;
	text-align:center;
	padding:2px;
	font-size:0.7em;
}

