* { padding:0; margin:0; }

html { min-height: 100%; margin-bottom: 1px; }  /* FireFox Page-Shift Fix */

body {
	margin: 0;
	text-align: center;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.75em;
	color:#000000;
	background-color:#FFFFFF;
	/*background-image: url(/AppImages/bg_body.jpg);
	background-repeat: repeat-x;
	background-position: left top;*/
}

/*** USEFUL ***/

.clear {clear: both;}
.clear_fusion {clear: both;line-height: 1px;height: 1px;font-size: 1px;}
.float_left {float:left;}
.float_right {float:right;}
.center {text-align: center;}
.left {text-align: left;}
.right {text-align: right;}
.img_left {float: left; margin: 0 15px 5px 0;}
.img_right {float: left; margin: 0 10px 5px 15px;}
.vertical_align {display: inline;vertical-align: middle;}
.vertical_align_all * {display: inline;vertical-align: middle;}
a img {border: 0px none;}

/*** STRUCTURE ***/
#header 
{
	width:908px;
	margin:0 auto;
	text-align: left;
	padding: 20px 25px 0 25px;
}
.wrapper {
	width:908px;
	margin:0 auto;
	text-align: left;
	padding: 15px 25px;
}

.section1 /** white **/
{
	background-color:#FFFFFF;
	/*background-image:url(/AppImages/section1.gif);
	background-repeat:repeat-y;
	background-position:center top;*/
	width:100%;
}
.section2 /** light green **/
{
	background-color:#61A3B6;
	/*background-image:url(/AppImages/section2.gif);
	background-repeat:repeat-y;
	background-position:center top;*/
	width:100%;
}
.section3 /** dark green **/
{
	background-color:#1E7C97;
	/*background-image:url(/AppImages/section3.gif);
	background-repeat:repeat-y;
	background-position:center top;*/
	width:100%;
}
.c1, .c2, .c3 {float:left;}
.c1 {width:215px;}
.c2 {width:450px; padding:0 16px;}
.c3 {width:206px;}

#footer 
{
	width:908px;
	margin:0 auto;
	padding: 13px 25px;
}
#footer p {
	margin: 0;
	color: #FFFFFF;
	font-size:0.9em;
}
#footer a, #footer a:active, #footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
	padding:0 2px;
}
#footer a:hover {
	text-decoration:underline;
	padding:0 2px;
}

.faq .question 
{
    color: #FF9933;
    cursor: pointer;
    }

/*** FORMATTING ***/

p {
	line-height: 160%;
	margin: 0 0 1em 0;
	font-size:0.95em;
}
#header p 
{
	font-size:1em;
}

ul, ol {
	line-height: 140%;
	margin: 0 0 1em 25px;
	font-size:0.95em;
}

h1, h2 {
	font-size: 1.8em;
	color: #1E7C97;
	margin: 0 0 0.5em 0;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h2 {
	font-size: 1.5em;
	width:100%;
	border-bottom:1px solid #1E7C97;
}

h3 {
	font-size: 1.2em;
	color: #1E7C97;
	margin: 0 0 0.5em 0;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	line-height:150%;
}

a, a:visited, a:active {
	color: #1E7C97;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

span 
{
	color:#1E7C97;
}
.orange, .orange:visited, .orange:active
{
	font-size:0.95em;
	font-style:italic;
	font-weight:bold;
	color:#FF9933;
}
.activities ul
{
	margin:0;
}
.activities li
{
	list-style-type:none;
	background-position:left 3px;
	background-repeat:no-repeat;
	padding-left:35px;
	margin-bottom:10px;
	height:33px;
	background-image:url(/AppImages/bullet.gif);
}
/*.activities li.bg_alloy {  }
.activities li.bg_furnace { background-image:url(/AppImages/bullet_furnace.gif); }
.activities li.bg_heat { background-image:url(/AppImages/bullet_heat.gif); }
.activities li.bg_process { background-image:url(/AppImages/bullet_process.gif); }
*/
.activities 
{
	width:98%;
	border-bottom:1px solid #1E7C97;
}

/** styling **/

.header_address 
{
	float:right;
	text-align:right;
	padding-top:5px;
}
.header_img_spacing 
{
	margin-right:9px;
}
.aichelin 
{
	padding-top:15px;	
}

.img_replace 
{
	display:block;
	width:100%;
	height:37px;
	background-image:url(/AppImages/support.gif);
	background-position:left top;
	background-repeat:no-repeat;
	text-indent:-5000px;
}
.contact_form h2 
{
	font-size: 1.2em;
	color: #1E7C97;
	margin: 0 0 0.5em 0;
	font-family:  Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	line-height:150%;
	border:0;
}
.form_input, .form_button
{
	padding:5px 0;
}
/*** news module ***/

.news_list_item 
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom:1px dotted #1E7C97;
	}
.news_list_item .news_list_item_abstract span
{
	color: #000000;
	}
	
.news_list_item_date
{
	display:none;
}
.news_detail_header h3
{
	display:none;
}
.news_detail_back
{
	float:right;
	position:relative;
	top:-35px;
}




/*** DOCUMENT LIST ***/

.document_list_item
{
	clear:both;
	display:block;
	padding:0px 0;
	border-bottom:1px dashed #ccc;
}
.file_type_icon
{
	width:28px;
	height:28px;
	float:left;
	background-repeat:no-repeat;
	margin-right:10px;
}
.doc .file_type_icon
{
	background-image:url(/CoreCode/Images/Icons/word.gif);
}
.pdf .file_type_icon
{
	background-image:url(/CoreCode/Images/Icons/pdf.gif);
}
.document_list_item h2
{
	border-bottom:0px none;
	font-size:1.2em;
	padding:5px 0 0 0;
	margin:0;
	display:block;
	width:auto;
}
.document_list_item a
{
	display:block;
	height:28px;
	padding:5px 0;
	text-decoration:none;
}
.document_list_item a:hover
{
	background-color:#fafafa;
}

/** site_menus.css **/
/*** Main Nav ***/
	#nav {
      float:left;
	  width:100%;
	  padding-top:4px;
	  position:relative;
	  height:34px;
	  top:18px;
	  }
    #nav ul {
      list-style:none;
      height:30px;
      margin:0;
      padding:0;
      font-weight:bold;
      }
    #nav li {
      float:left;
	  display:inline;
      background-image:url("/AppImages/right_both.gif");
      background-repeat:no-repeat;
      background-position:right top;
      margin-right:1px;
      height:30px;
      }
    #nav a {
      float:left;
      display:block;
      background-image:url("/AppImages/left_both.gif");
      background-repeat:no-repeat;
      background-position:left top;
      text-decoration:none;
      color:#FFFFFF;
      padding: 6px 8px 2px 7px;
      }
    #nav > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav a {float:none;}
    /* End IE5-Mac hack */
    #nav a:hover {
      color:#FFFFFF;
      text-decoration:none !important;
      text-decoration:underline;
      }
    #home #nav-home, #about_us #nav-about_us, #product_catalogue #nav-product_catalogue, #trade_enquiries #nav-trade_enquiries, #retailers #nav-retailers, #contact_us #nav-contact_us, #newsletter_signup #nav-newsletter_signup { 
	  background-position:100% -30px;
      color:#FFFFFF;
	  cursor: pointer;
      position: relative;
	  }
    #home #nav-home a, #about_us #nav-about_us a, #product_catalogue #nav-product_catalogue a, #trade_enquiries #nav-trade_enquiries a, #retailers #nav-retailers a, #contact_us #nav-contact_us a, #newsletter_signup #nav-newsletter_signup a { 
      background-position:0 -30px;
      color:#FFFFFF;
      }
	  /* not for IE5.x or IE6 */
    #nav li:hover, 
	#nav li:hover a, 
	#nav li.selected
	  {
      background-position:100% -30px;
      color:#FFFFFF;
	  cursor: pointer;
      }
   	#nav li.selected a
   	{
      background-position:0 -30px;
      color:#FFFFFF;
	  cursor: pointer;
   	}	  	  
    #nav li:hover a {
      background-position:0 -30px;
      }
    #nav li:hover {
      position: relative;
      }	 
      
    #nav span 
    {
		color:#FFFFFF;
    }
    
/*** Sub Navigation ***/

.sub_navigation 
{
	float:left;
	width:216px;
	height:214px;
	padding:0 8px 0 5px;
}
.sub_navigation ul 
{
	margin:0;
	padding:0;
	padding-right:10px;
}
.sub_navigation ul li 
{
	border-bottom:1px solid #3E8EA5;
	list-style-type:none;
	padding:3.3px 0;
}
.sub_navigation a 
{
	color:#ffffff;
}
.sub_navigation a:hover
{
	color:#FF9A32;
	text-decoration:none;
}

/** site_forms.css **/

/* MAIN FORMS */

.form form {
	width:75%;
	padding: 1em 1%;
	margin: 1em 10%;
	border-top: 3px solid #ef4b42;
	border-bottom: 3px solid #ef4b42;
}

.form fieldset {
	border:0px none;
	width:100%;
}

.form input, .form textarea {
	border: 1px solid #999999;
	color: #000000;
	background-color: #e8f6fa;
	padding:1px;
	margin-bottom:0.25em;
	background-image: url(/images/bg_input_hover.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
	width:58%;
	clear:left;
}

.form select {
	color:#b25332;
	background-color: #FAFAFA;
	margin-bottom:0.25em;
	background-image: url(/images/bg_input_hover.gif);
	background-repeat: repeat-x;
	background-position: right bottom;
	width:98%;
	float:left;
	clear:left;
}
.form option {
border-bottom: 1px solid #F2F2F2;
}
.form input:hover, .form textarea:hover, .form input:focus, .form textarea:focus {
background-image: url(/images/bg_callout.gif);
background-repeat: repeat-x;
background-position: left bottom;
background-color:#FFFFFF;
color: #EF4B42;
border: 1px solid #EF4B42;
}
.form label {
	color:#73BE1E;
	font-weight:bold;
	margin:0.15em 0;
	width:40%;
	float:left;	
	clear:left;
	}
	
.form input.button, .form input.button:hover {
	background-color:#00a0c6;
	width:auto;
	border: 0px none;
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
	float:right;
	padding:0.1em 0px;
	display:block;
	margin-top:0.5em;
	cursor:pointer;
	
}
input 
{
	width:179px;
}
.form_captcha input 
{
	width:60px;
}
.form_input
{
	width:225px;
	float:left;
}
.form_field label 
{
	float:left;
	width:195px;
}
.form_button a span 
{
	width:70px;
	height:20px;
	background-image:url(/AppImages/submit.gif);
	background-position:left top;
	background-repeat:no-repeat;
	padding:5px 13px;
	text-indent:-5000px;
	color:#ffffff;
}
.form_button 
{
	margin-top:8px;
}

/** NEWS CALLOUT **/
.news_callout
{	
	background-image:url(/AppImages/column_bg.gif);
	background-repeat:repeat-y;
	background-color:#fff;
}
.news_callout_wrapper
{
	margin-bottom:10px;
}
.news_callout_wrapper ul
{
	margin:0;
}
.news_callout_header
{

}
.news_callout_header h2
{

}
.news_callout_list
{
	padding:0;
}
.news_callout_list_item
{
	border-bottom:1px solid #DDDDDD;
	margin-bottom:10px;
	padding-bottom:10px;
}
.news_callout_list ul li
{
	list-style-type:none;
}
.news_callout_list h2
{
	border:0 none;
	font-size:1.1em;
	font-weight:bold;
}
.news_callout_list h2 a:hover
{
	text-decoration:none;
}
.news_callout_date{
display:none !important;
}
.news_callout p
{
	padding:0;
}
.news_callout_more
{
	padding-top:5px;
	clear:both;
}
.news_callout_list_item .news_callout_more a
{
	color:#FF9933;
font-size:0.95em;
font-style:italic;
font-weight:bold;
}
.news_callout_footer
{
	background-image:url(/AppImages/column_footer.gif);
	background-repeat:no-repeat;
	background-color:#fff;
	width:306px;
	height:12px;
	clear:both;
}