﻿body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #878787;
}
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align:center;
}

#MainContainer{
	width:980px;
	padding-top:10px;
	padding-bottom:5px;
	overflow:hidden;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#PageHead{
	height:75px;
	width:980px;
	background-image:url(../images/core/Head.jpg);
}

#LangFlags{
	position:relative;
	top:54px;
	left:580px;
	width:150px;
}
#LangFlags img {
	border: 0;
	padding: 0 2px;

}
ul#PageMenu{
	display:block;
	width:980px;
	height:40px;
	padding:0px;
	margin:0px;
	list-style:none;
}

ul#PageMenu li{
	height:26px;
	float:left;
	width:140px;
	margin:0;
	display:block;
	text-align:center;
	position:relative;
}
#PageMenu ul				{ margin:0; list-style:none; position:absolute; left:-9999px; top:48px;
							padding:0px 0 0px 0; background:#a30011; }
#PageMenu ul li				{ margin:0; padding:0; list-style:none; height:auto; text-align:left; }	
#PageMenu ul span.top		{ background:url(../images/core/bg_drop_menu.png) top left no-repeat;
							height:10px; width:140px; display:block; position:absolute; top:-10px;
							left:0; }
#PageMenu ul span.bottom	{ background:url(../images/core/bg_drop_menu.png) top left no-repeat;
							height:10px; width:140px; display:block;
							background-position:0px -10px; position:absolute; bottom:-10px; z-index:10; }
/*#pageMenu ul li.top			{ background:#000 !important;
							height:10px !important; width:140px !important; display:block !important; }*/
#PageMenu li:hover ul,
#PageMenu li.over ul		{ left:0; }
#PageMenu ul a,
#PageMenu ul a:link,
#PageMenu ul a:active,
#PageMenu ul a:visited		{ background:none !important; padding:4px 6px 4px 6px; height:auto !important; 
							display:block !important;float:none !important; font-size:11px !important;
							line-height:15px !important; width:128px !important; }
#PageMenu ul a:hover		{ background:#bf3d4b !important;}	

#PageMenu .menu_link		{ line-height:30px; background-position:bottom left; }
#PageMenu .menu_link:hover,
#PageMenu .menu_link_over	{ height:40px;line-height:35px; background-position:top left; }

ul#PageMenu li a, ul#PageMenu li a:link, ul#PageMenu li a:visited, ul#PageMenu li a:active{
	height:40px;
	width:140px;
	display:block;
	background-image:url(../images/core/Button.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	
	font-size:12px;
	line-height:30px;

	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	overflow:hidden;
}

ul#PageMenu li a span, ul#ProductMenu li a span{
	color:#214DA5;
}

ul#PageMenu li a:hover, ul#PageMenu li div{
	height:40px;
	width:140px;
	display:block;
	background-image:url(../images/core/Button.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	
	font-size:12px;
	line-height:35px;
	font-weight:bold;
	color:#ffffff;

	text-decoration:none;
}

#PageBody{
	padding-top:20px;
	padding-bottom:20px;
	width:980px;
	height:270px;
}

#VPageBody{
	padding-top:20px;
	padding-bottom:20px;
	width:980px;
	overflow:hidden;
}

#PageBodyLeft{
	width:540px;
	height:265px;
}

#VPageBodyLeft{
	width:540px;
}

#PageBodyLeft h3, #VPageBodyLeft h3{
	padding:0px;
	margin:0px;
	color:#999999;
	line-height:20px;
	font-size:16px;
}

#PageBodyLeft h3 a, #PPageBodyLeft h3 a{
	color:#666666;
}

#PageBodyLeft h3 a:hover, #PPageBodyRight h3 a:hover{
	color:#214DA5;
}

#PageBodyRight{
	width:420px;
	/*height:265px;*/
}
#CasePageBodyRight{
	width:420px;
	/*height:265px;*/
}

#VPageBodyRight{
	width:420px;
}

#PageBodyRight h1, #VPageBodyRight h1{
	padding:0px;
	margin:0px;
	color:#666666;
	font-weight:normal;
	font-size:22px;
}

#PageBodyRight h2, #VPageBodyRight h2{
	padding:0px;
	margin:0px;
	color:#666666;
	font-weight:normal;
	font-size:16px;
	color:#999999;
}

#PageBodyRight p, #VPageBodyRight p, #VPageBodyLeft p, #CaseDetailBoxLeft p{
	padding:0px;
	margin:0px;
	color:#7f7f7f;
	font-size:11px;
	margin:4px 0;
	line-height:16px;
}

#PageBodyRight a, #VPageBodyRight a{
	text-decoration:none;
	color:#666666;
	font-weight:bold;
}

#PageBodyRight a:hover,  #VPageBodyRight a:hover{
	text-decoration:none;
	color:#BE0A31;
	font-weight:bold;
}

#PageBodyRight p#Preamble{
	font-size:16px;
	line-height:22px;
	margin-bottom:15px;
}

.PageBodyRightContent{
	padding-top:10px;
	min-height:230px;
}
.CasePageBodyRightContent{
	padding-top:10px;
	height:207px;
	overflow:hidden;
}
.CasePageBodyRightContent ul{
	line-height:20px;
}
.PageBodyRightContent strong{
	font-size:12px;
	font-weight:normal;
	color:#7f7f7f;
	padding-bottom:5px;
	display:block;
}

.PageBodyRightContent ul, .CasePageBodyRightContent ul{
	padding:0px;
	padding-left:15px;
	margin:0px;
}

.PageBodyRightContent ul li{
	font-size:11px;
	margin-bottom:5px;
	color:#7f7f7f;
}

.FloatLeft{
	float:left;
}
.FloatRight{
	float:right;
}

ul#ProductMenu, #DetailBox{

	display:block;
	padding:0px;
	margin:0px;
	height:160px;
	width:980px;
	list-style:none;
}
ul#ProductMenu{
	clear:both;
}

#DetailBoxSmall{

	display:block;
	padding:0px;
	margin:0px;
	height:160px;
	width:300px;
	list-style:none;
}
*html #DetailBoxSmall{
	position:absolute;
	margin-top:-150px;
}

ul#ProductMenu li, ul#ProductMenu li.last{
	width:236px;
	height:160px;

}

ul#ProductMenu li{
	float:left;
	margin-right:12px;
}

ul#ProductMenu li.last{
	float:right;
	margin-right:0px;

}

ul#ProductMenu li a{
	width:206px;
	height:145px;
	padding:15px;
	padding-bottom:0px;
	display:block;
	text-decoration:none;
	font-size:16px;
	color:#666666;
	font-weight:bold;
	
	background-image:url(../images/core/HomeBox.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}

ul#ProductMenu li a:hover{
	width:206px;
	height:145px;
	padding:15px;
	padding-bottom:0px;
	display:block;
	text-decoration:none;
	font-size:16px;
	color:#BE0A31;
	font-weight:bold;
	
	background-image:url(../images/core/HomeBox.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
ul.captive_solutions_menu li a{
	background:none !important;
}
ul.captive_solutions_menu li a img{
	display:block;
}


ul#ProductMenu li a p{
	font-size:12px;
	padding:0px;
	margin:0px;
	font-weight:normal;
	height:45px;
}

ul#ProductMenu li a p.padding{ 
	height:25px;
	position: relative;
	z-index: 3000;
}


#DetailBoxRight{
	width:454px;
	background-image:url(../images/core/doubleup.gif);
	background-repeat:no-repeat;
	height:130px;
	padding:15px;
}
#DetailBoxLeft {
	width:475px;
	padding-right: 15px;
	height:auto;
	position:relative;
	background:url(../images/core/doubleup_middle.png) top left repeat-y;
}
#DetailBoxLeft .top{
	height:98px;
	width:484px;
	background:url(../images/core/doubleup_top.png) top left no-repeat;
	position:absolute;
	top:0;
	left:0;
}
#DetailBoxLeft .bottom{
	height:14px;
	width:484px;
	background:url(../images/core/doubleup_bottom.png) top left no-repeat;
	position:absolute;
	bottom:0;
	left:0;
}
#DetailBoxLeft .wrapper{
	position:relative;
	padding:15px 10px 15px 15px;
}

#CaseDetailBoxLeft{
	width:390px;
	background-image:url(../images/core/casedoubleupLEFT.gif);
	background-repeat:no-repeat;
	height:130px;	
	padding:15px;
	
}
#CaseDetailBoxLeftOverflow{
overflow:auto;
height:130px;
padding-right:10px;
}
#CaseDetailBoxRight{
	width:510px;
	background-image:url(../images/core/casedoubleupRIGHT.gif);
	background-repeat:no-repeat;
	height:130px;
	padding:15px;
	/*margin-top:25px;*/

}

#DetailBoxLeft h3, #CaseDetailBoxLeftOverflow h3{
	margin:0px;
	padding:0px;
	color:#666666;
	font-size:18px;
	font-weight:normal;
	padding-bottom:5px;
}

#DetailBoxLeft a, #DetailBoxLeft a:link, #DetailBoxLeft a:visited, #DetailBoxLeft a:active, #DetailBoxLeftBlank a, #DetailBoxLeftBlank a:link, #DetailBoxLeftBlank a:visited, #DetailBoxLeftBlank a:active{
	margin:0px;
	padding:0px;
	color:#9e0929;
	font-size:14px;
	font-weight:normal;
}
#DetailBoxLeft a:hover, #DetailBoxLeftBlank a:hover{
	margin:0px;
	padding:0px;
	color:#be0a31;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
}

#DetailBoxLeft ul{
	diplay:block;
	padding:0px;
	margin:0px;
	padding-left:18px;
	width:140px;
	font-size:11px;
}
#DetailBoxLeft .full{
	width:300px;
}

#DetailBoxLeft ul li{
	color:#666666;
	margin-bottom:3px;
	margin-left: -3px;
}

#DBRLeft{
	width:160px;
}

#DBRMiddle{
	width:160px;
}

#DBRRight{
	width:134px;
}

#DBRRTop, #DBRRBottom, #DBRRTopDefault{
	padding:5px;
	height:52px;
	text-align:center;
	color:#FFFFFF;
}

#DBRRTop{
	margin-bottom:1px;
	background-image:url(../images/core/digitbox.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-weight: 600;
	font-size:13px;
	line-height:18px;
}



#DBRRBottom span{
	font-size:10px;
	display:block;
}

#DBRRBottom strong{
	font-size:30px;
	display:block;
}

#DBRRBottom b{
	font-size:20px;
	display:block;
	line-height:30px;
}

#DBRRBottom{
	background-image:url(../images/core/digitbox.gif);
	background-repeat:no-repeat;
	background-position:bottom left;
}

#DBRRTopDefault{
	margin-bottom:1px;
	background-image:url(../images/core/digitbox.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-weight: 600;
	font-size:13px;
	
	line-height:18px;
}

/* Buttons for case studies */
.BigButtonBox{
	margin-bottom:5px;
	overflow:hidden;
	padding-top:5px;
	height:31px;
	padding-bottom:5px;
}

#PageBodyRight .BigButtonBox a, #PageBodyRight .BigButtonBox a:active, #PageBodyRight .BigButtonBox a:visited, #PageBodyRight .BigButtonBox a:link, #PageBodyRight .BigButtonBox a:focus, #DetailBoxLeft .BigButtonBox a, #DetailBoxLeft .BigButtonBox a:active, #DetailBoxLeft .BigButtonBox a:visited, #DetailBoxLeft .BigButtonBox a:link, #DetailBoxLeft .BigButtonBox a:focus, #VPageBodyLeft .BigButtonBox a, #VPageBodyLeft .BigButtonBox a:active, #VPageBodyLeft .BigButtonBox a:visited, #VPageBodyLeft .BigButtonBox a:link, #VPageBodyLeft .BigButtonBox a:focus, #CaseDetailBoxRight .BigButtonBox a, #CaseDetailBoxRight .BigButtonBox a:active, #CaseDetailBoxRight .BigButtonBox a:visited, #CaseDetailBoxRight .BigButtonBox a:link, #CaseDetailBoxRight .BigButtonBox a:focus, #DetailBoxLeftBlank .BigButtonBox a, #DetailBoxLeftBlank .BigButtonBox a:active, #DetailBoxLeftBlank .BigButtonBox a:visited, #DetailBoxLeftBlank .BigButtonBox a:link, #DetailBoxLeftBlank .BigButtonBox a:focus{
	display:block;
	float:left;
	line-height:31px;
	
	height:31px;
	text-align:center;
	font-size:17px;
	letter-spacing:-1px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	width:126px;

	background-image:url(../images/core/casebutton.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}

#PageBodyRight .BigButtonBox a:hover, #DetailBoxLeft .BigButtonBox a:hover, #VPageBodyLeft .BigButtonBox a:hover, #PageBodyRight .BigButtonBox div, #CaseDetailBoxRight .BigButtonBox a:hover{
	display:block;
	float:left;
	line-height:31px;
	height:31px;
	text-align:center;
	font-size:17px;
	letter-spacing:-1px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	width:126px;
	
	background-image:url(../images/core/casebutton.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
.BtnMargin{
margin-right:21px;
}
.BtnNoMargin{
margin:0px;
padding:0px;
}
.InfoColumnRight{
	margin:0px;
	padding:0px;
	float:right;
	width:125px;
	position: relative;
	left: 8px;
}
.InfoColumnLeft{
	margin:0px;
	padding:0px;
	float:left;
	width:125px;
	position: relative;
	left: 8px;
}
.LinkColumnLeft{
	margin:0px;
	padding:34px 0 0 0;
	float:left;
	width:125px;
	position: relative;
	left: 50px;
	text-align:center;
}
*html .LinkColumnLeft{

}
#enqBtn{
margin:0px;
padding:0px;
padding-top:8px;
width:125px;
float:right;
}
#enqBtn2{
margin:0px;
padding:0px;
padding-top:100px;
padding-right:85px;
width:125px;
}
.TextField{
width:210px;
}
#BackBtn{
margin:0px;
padding:0px;
padding-top:10px;
width:125px;
text-align:center;
}
.typeHead{
color:#666666;
font-weight:bold;
}
.fastenerlist{
padding:0px 0px 2px 0px;
margin:0px;
list-style:none;
}
#DownloadList1{
	width:250px; float:left; margin-left:150px;
}
*html #DownloadList1 {
	margin-left:90px;
}
#DownloadList1 h3{
	font-size:16px;
}
#DownloadList2{
	width:250px; float:left; text-align:left;
}
#DownloadList2 h3{
	font-size:16px;
}
#DownloadList3{
	width:250px; float:left; text-align:left;
}
#DownloadList3 h3{
	font-size:16px;
}
#footer{
	text-align:left;
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
#footer a{
	color:#888;
	text-decoration:none;
	font-weight:bold;
	
}
#footer a:hover{
	color:#800;
}
#VPageBody a{
	text-decoration:none;
}
.promoHome {
	background: url(../images/home/promo-cam-pt10.jpg) no-repeat;
	height: 61px;
	color: #FFFFFF;
	font-size: 16px;
	margin: 8px 0 0 0;
	clear: right;
	float: right;
	padding: 14px 0 0 20px;
	width: 400px;
}
.promoHome strong {
	display: inline;
	color: #FFFFFF;
	font-size: 18px;
}
.promoHome a:link, .promoHome a:hover, .promoHome a:visited {
	color: #FFFFFF !important;
}
#foot_banner{
	height:49px;
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
#fb_start{
	width:11px;
	height:49px;
	background-image:url(../images/banner_start.gif);
	float:left;
}

#fb_content{
	padding:8px 0px 0px 0px;
	height:41px;
	background-image:url(../images/banner_back.gif);
	background-repeat:repeat-x;
	color:white;
	float:left;
	font-weight:bold;
	font-size:13px;
}
#fb_content a{
	text-decoration:none;
	color:white;
}
#fb_content a:hover{
	text-decoration:underline;
}
#fb_end{
	width:11px;
	height:49px;
	background-image:url(../images/banner_end.gif);
	float:left;
}	

#product_menu_home			{ margin:0; padding:0; list-style:none; clear:both; }
#product_menu_home li		{ margin:0 5px 0 0; padding:0; list-style:none; display:inline; float:left; 
							width:135px; } 
#product_menu_home li.last	{ margin:0; }
#product_menu_home a		{ background:url(../images/core/home_menubox.png) top left no-repeat;
							height:142px; display:block;
							width:115px; padding:15px 10px 0 10px; text-decoration:none; font-size:16px;
							color:#666666; font-weight:bold; overflow:hidden;
							position:relative; font-size:1.2em; }
#product_menu_home a span	{ width:60px; }
#product_menu_home img		{ position:absolute; bottom:10px; left:2px; }
#product_menu_home a:hover	{ background-position:bottom left; color:#BE0A31; }
.small_list a				{ font-size:12px !important; }
.small_list					{ width:64px !important; margin:0 !important; }
.small_list li				{ margin:0 0 2px 0 !important; }

/*
 * downloads page
 */
.main_catalogue			{ float:left; width:80px; }
.download_set			{ text-align:left; margin:0 0 1em 0; }
.download_list			{ margin:0; padding:0; list-style:none; float:left; margin:0 0 0 10px;
						border-left:solid 1px #ccc; }
.download_list li		{ margin:0 1.5em 1.5em 0; padding:0; list-style:none; display:inline; float:left; }
.download_set a,
.download_set a:link,
.download_set a:active,
.download_set a:visited{ text-align:center; width:80px; }
.download_set img		{ border:0; display:block; margin:0 auto 0 auto; text-align:center; width:35px; }
.download_set span		{ display:block; margin:5px 0 0 0; color:#888888; width:80px; }
.download_list .rowstart{ clear:both; }
.download_list .rowend	{ margin-right:0; }
.download_list .divider	{ width:1px; height:60px; background:#ccc !important; margin-left:-15px; }
			
/* 
	TOOLS 
*/
/* clearing */
.stretch,
.clear 							{ clear: both; height: 1px; margin: 0; padding: 0; font-size: 15px; line-height: 1px; }
.clearfix:after 				{ visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix 						{ display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix 				{ height: 1%; }
.clearfix 						{ display: block; }
/* close commented backslash hack */

	
/* 
	accessibility 
*/
span.accesskey 					{ text-decoration: none; }
.accessibility 					{ position: absolute; top: -999em; left: -999em; }