body {
	margin:0;
	padding:0;
	font-size:12px;
	font-family: 'Open Sans', sans-serif;
	background-image:url(../images/bg-body.gif);
	background-repeat:repeat-x;
	background-color:#F3FAFD;
}
.MainDiv {
	background-color: #FFFFFF;
	margin: 0 auto;
	padding: 0 12px;
	width: 1000px;
}
.HeaderDiv {
	float:left;
	width:100%;
	height:auto;
}
.LogoLink {
	background-image: url("../images/RI_Logo.png");
	background-repeat: no-repeat;
	color: #3D90CB;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 36px;
	margin-top: 8px;
	padding-left: 52px;
	padding-top: 22px;
	text-decoration: none;
	text-transform: uppercase;
}
.LogoLink span {
	font-size: 50px;
}
.MenuDiv {
	float: left;
	height: auto;
	padding: 22px 0;
	width: 100%;
}
.MenuDiv ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
}
.MenuDiv ul li {
	background-image: url("../images/menu_border.gif");
	background-repeat: repeat-y;
	float: left;
	list-style-type: none;
}
.MenuDiv ul li a {
	color: #333333;
	float: left;
	font-size: 16px;
	padding: 8px 21px;
	text-align: left;
	text-decoration: none;
}
.MenuDiv ul li a span {
	color:#B7B7B7
}
.MenuDiv ul li a:hover {
	background-color:#333;
	color:#fff;
}
.HighLightDiv {
	border-bottom: 1px solid #DBDBDB;
	border-top: 1px solid #DBDBDB;
	float: left;
	height: auto;
	margin-bottom: 26px;
	padding: 12px 0 20px;
	width: 100%;
}
.FadeProduct {
	float: left;
	height: auto;
	width: 510px;
}
.FadeProductLink {
	float: left;
	height: 160px;
	margin-bottom: 10px;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
	width: 160px;
}
.FadeDiv {
	float: left;
	height: 160px;
	width: 160px;
}
.FadeDiv img {
	width:100% !important;
}
.FadeDivOver {
	background-color: #94DCFF;
	float: left;
	height: 160px;
	position: absolute;
	width: 160px;
	z-index: 10;
	margin-top:160px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.FadeDivOver > p {
	border: 1px dotted #FFFFFF;
	color: #FFFFFF;
	float: left;
	height: 130px;
	margin: -320px 10px 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	width: 130px;
	position:relative;
}
.FadeDivOver > p span {
	bottom: 6px;
	font-size: 20px;
	line-height: 20px;
	position: absolute;
}
.FadeProductLink:hover .FadeDivOver {
	margin:0;
}
.FadeProductLink:hover .FadeDivOver p {
	margin: 10px 10px 10px;
}
.StillFade {
	background-color: #94DCFF;
	float: left;
	height: 160px;
	position: absolute;
	width: 160px;
	z-index: 10;
}
.StillFade > p {
	border: 1px dotted #FFFFFF;
	color: #FFFFFF;
	float: left;
	height: 130px;
	margin: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 130px;
	position:relative;
}
.StillFade > p span {
	bottom: 6px;
	font-size: 20px;
	line-height: 20px;
	position: absolute;
}
.BannerDiv {
	background-color: #F7F7F7;
	color: #3D90CB;
	float: right;
	font-family: open sans;
	font-size: 29px;
	height: 292px;
	letter-spacing: -1px;
	padding: 20px 30px;
	width: 430px;
}
.BannerDiv span {
	color: #8FBFD4;
	font-size: 28px;
	letter-spacing: -1px;
}
.BannerProduct {
	color: #333333;
	float: left;
	font-size: 12px;
	line-height: 17px;
	margin-top: 34px;
}
.BannerProduct h4 {
	color: #3D90CB;
	font-size: 16px;
	margin-bottom: 8px;
	margin-left: 0;
	margin-top: 6px;
}
.MoreBtn {
	background-color: #94DCFF;
	color: #FFFFFF;
	float: right;
	font-family: arial;
	margin-top: 0;
	padding: 4px 6px;
	text-decoration: none;
	transition: all 500ms ease;
}
.MoreBtn:hover {
	background-color:#333;
}
.BannerDiv ul {
	float: left;
	margin: 0;
	padding: 0;
	width: 100%;
}
.BannerDiv ul li {
	color: #8FBFD4;
	font-family: open sans;
	font-size: 18px;
	list-style-type: none;
	margin: 10px 0;
}
.ContentDiv {
	float:left;
	width:100%;
	height:auto;
}
.ContentBlock1 {
	background-image: url("../images/divider.png");
	background-position: right center;
	background-repeat: no-repeat;
	float: left;
	min-height: 260px;
	padding-right: 12px;
	width: 400px;
}
.ContentBlockList {
	float:left;
	width:100%;
}
.ContentBlockList p {
	font-size:13px;
}
h3 {
	color: #333333;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	margin-bottom: 10px;
	margin-top: 0;
	text-transform: uppercase;
}
.BlockListImg {
	background-color: #F1F5F6;
	float: left;
	margin-right: 13px;
	padding: 10px;
}
.BlockListImg > img {
	width: 90px;
}
.ContentBlockList span {
	color: #00B3DE;
	font-family: open sans;
	font-size: 22px;
}
.ContentBlockList span {
}
.ContentBlockList p {
	float: left;
	font-family: open sans;
	width: 68%;
}
.ContentBlock2 {
	background-image: url("../images/divider.png");
	background-position: right center;
	background-repeat: no-repeat;
	float: left;
	margin-left: 10px;
	margin-right: 18px;
	min-height: 260px;
	padding-right: 8px;
	width: 300px;
}
.ContentBlock2 > img {
	margin-top: 26px;
}
.ContentBlock3 {
	float: left;
	min-height: 260px;
	width: 252px;
}
.ContentBlock3 ul {
	float:left;
	margin:0;
	padding:0;
}
.ContentBlock3 ul li {
	background-image: url("../images/list.jpg");
	background-position: left center;
	background-repeat: no-repeat;
	color: #00B3DE;
	font-size: 18px;
	list-style-type: none;
	margin: 6px 0;
	padding-left: 20px;
}
.ContentBlock3 ul li a {
	color: #00B3DE;
	text-decoration: none;
}
.ContentBlock3 ul li a:hover {
	color:#333;
}
.PdfDownload {
	background-image: url("../images/PDF_Download.jpg");
	float: left;
	height: 50px;
	margin-top: 28px;
	width: 200px;
}
.FooterDiv {
	border-top: 1px solid #DBDBDB;
	float: left;
	font-family: 'Open Sans', sans-serif;
	height: auto;
	padding-bottom: 16px;
	padding-top: 16px;
	width: 100%;
}
.inf_list {
	color: #000000;
	float: left;
	font-size: 13px;
	list-style: none outside none;
	margin: 0;
	padding: 0 0 0 4px;
}
strong {
	color: #4A97CE;
	float: left;
	margin-right: 6px;
}
.icon1 {
	float: left;
	background: url("../images/icon1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding: 2px 6px 1px 37px;
}
.icon2 {
	float: left;
	background: url("../images/icon2.png") no-repeat scroll 14px 0 rgba(0, 0, 0, 0);
	padding: 1px 17px 4px 37px;
}
.icon3 {
	float: left;
	background: url("../images/icon3.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	padding: 1px 0 0 43px;
}
.link2 {
	color: #8FBFD4;
	color: #3D90CB;
	cursor: pointer;
	outline: medium none;
	text-decoration: none;
}
.social {
	float: right;
	overflow: hidden;
	padding: 2px 5px 0 0;
}
.social a {
	display: block;
	float: left;
	height: 22px;
	margin-left: 10px;
	overflow: hidden;
	width: 22px;
}
.social img {
	vertical-align: top;
}
.social a:hover img {
	margin-top: -22px;
}
.ProductPage .FadeProduct {
	float: left;
	height: auto;
	width: 680px;
}
.ProductPage .BannerDiv {
	background-color: #F7F7F7;
	color: #3D90CB;
	float: right;
	font-family: open sans;
	font-size: 23px;
	height: auto;
	letter-spacing: -1px;
	padding: 10px;
	width: 300px;
}
.ProductPage .BannerProduct {
	color: #333333;
	float: left;
	font-size: 12px;
	line-height: 17px;
	margin-top: 16px;
}
.ProductPage .BannerProduct {
	display:none;
}
.ProductPage .BannerDiv span {
	color: #8FBFD4;
	font-size: 25px;
	letter-spacing: -1px;
}
.ProductPage .ContentBlock3 {
	background-color: #F7F7F7;
	float: left;
	margin-top: 16px;
	min-height: 260px;
	width: 252px;
}
.ProductPage h3 {
	background-color: #FFFFFF;
	color: #333333;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	margin-bottom: 10px;
	margin-top: 0;
	padding-bottom: 10px;
	text-transform: uppercase;
	width: 100%;
}
.ProductPage .ContentBlock3 ul {
	float: left;
	margin: 0 0 0 12px;
	padding: 0;
}
.ProductPage .ContentBlock3 ul li {
	background-image: url("../images/list.png");
	background-position: left 4px;
	background-repeat: no-repeat;
	color: #00B3DE;
	float: left;
	font-size: 18px;
	list-style-type: none;
	margin: 6px 0;
	padding-left: 20px;
}
.ProductPage .ContentBlock3 ul ul {
}
.ProductPage .ContentBlock3 ul ul li {
	background-image: none;
	font-size: 12px;
	list-style-type: disc;
	margin: 4px;
	padding-left: 0;
	width: 100%;
}
.ProductPage .ContentBlock3 ul ul li a {
	color: #333333;
}
.ProductPage .ContentBlock3 ul ul li a:hover {
	text-decoration:underline;
}
.ContentMainBlock {
	float: right;
	min-height: 500px;
	width: 736px;
	position:relative;
}
.ProductViewDiv {
	float:left;
	width:100%;
}
.ProductColumn {
	float: left;
	height: 256px;
	margin: 18px 0;
	width: 245px;
}
.ProductImgDiv {
	/*background-image: url("../images/frame.png");
	background-position: center top;*/
	float: left;
	padding: 15px;
	width: 215px;
}
.ProductImgDiv img {
	width:96%;
}
.ProductDetailDiv {
	background-color: #F7F7F7;
	float: left;
	font-size: 12px;
	margin: 6px 15px;
	padding: 4px 0;
	text-align: center;
	width: 215px;
}
.ProductDetailDiv strong {
	color: #4A97CE;
	float: none;
	margin-right: 0;
}
.ProductDetailDiv b {
	color: #3D90CB;
	float: left;
	font-size: 15px;
	margin-bottom: 4px;
	text-transform: uppercase;
	width: 100%;
}
.ProductViewDiv h2 {
	background-color: #FFFFFF;
	border-bottom: 1px solid #C0C0C0;
	color: #333333;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	margin-bottom: 10px;
	margin-left: 1%;
	margin-top: 16px;
	padding-bottom: 10px;
	text-align: right;
	text-transform: uppercase;
	width: 98%;
}
.ButtonDiv {
	float: left;
	margin: 10px 0;
	width: 100%;
}
.PrevBtn {
	background-color: #3D90CB;
	border: medium none;
	color: #FFFFFF;
	float: left;
	font-size: 14px;
	margin-right: 10px;
	padding: 4px 10px;
	text-decoration: none;
	transition: background 0.5s ease 0s;
}
.NextBtn {
	background-color: #3D90CB;
	border: medium none;
	color: #FFFFFF;
	float: right;
	font-size: 14px;
	margin-right: 10px;
	padding: 4px 10px;
	text-decoration: none;
	transition: background 0.5s ease 0s;
}
.NextBtn:hover, .PrevBtn:hover {
	background-color:#333;
}
.ProductColumnTable {
	float: left;
	margin-bottom: 36px;
	width: 100%;
}
.ProductColumnTable .ProductDetailDiv {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	float: left;
	margin: 13px 0;
	padding: 15px;
	text-align: left;
	width: 455px;
}
.ProductDetailDiv table {
}
.ProductDetailDiv table tr, .ProductDetailDiv table tr + tr + tr, .ProductDetailDiv table tr + tr + tr + tr + tr, .ProductDetailDiv table tr + tr + tr + tr + tr + tr + tr, .ProductDetailDiv table tr + tr + tr + tr + tr + tr + tr + tr + tr, .ProductDetailDiv table tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr, .ProductDetailDiv table tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr, .ProductDetailDiv table tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr, .ProductDetailDiv table tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr, .ProductDetailDiv table tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr, .ProductDetailDiv table tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr, .ProductDetailDiv table tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {
	background-color:#f3fafd;
}
.ProductDetailDiv table tr + tr, .ProductDetailDiv table tr + tr + tr + tr, .ProductDetailDiv table tr + tr + tr + tr + tr + tr, .ProductDetailDiv table tr + tr + tr + tr + tr + tr + tr + tr, .ProductDetailDiv table tr + tr + tr + tr + tr + tr + tr + tr + tr + tr, .ProductDetailDiv table tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr, .ProductDetailDiv table tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr, .ProductDetailDiv table tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr, .ProductDetailDiv table tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr, .ProductDetailDiv table tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr, .ProductDetailDiv table tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr, .ProductDetailDiv table tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr + tr {
	background-color:#F7F7F7;
}
.ProductDetailDiv table tr th {
	background-color: #3D90CB;
	color: #FFFFFF;
	font-size: 14px;
	padding: 4px 6px;
}
.ProductDetailDiv table tr td {
	color: #333333;
	font-size: 13px;
	padding: 4px 6px;
}
.ProductDetailDiv table tr td b {
	color: #333333;
	font-size: 13px;
	font-weight: bold;
}
.ProductColumnTableImg {
	float: left;
	width: 245px;
}
.ProductColumnTableImg b {
	background-color: #F7F7F7;
	float: left;
	margin: 6px 15px;
	padding: 4px 0;
	text-align: center;
	width: 215px;
	color: #3D90CB;
	font-size: 15px;
	text-transform: uppercase;
}
.MapDiv {
	background-color: #C0C0C0;
	float: left;
	height: 360px;
	width: 100%;
}
.AddressDiv {
	float: left;
	width: 100%;
}
.AddressColumn {
	float: left;
	padding: 0 10%;
	width: 30%;
}
.AddressColumn h4 {
	background-color: #F7F7F7;
	float: left;
	font-size: 14px;
	margin-bottom: 6px;
	padding: 6px 0;
	text-align: center;
	width: 100%;
}
.ContactUsPage h3 {
	color: #3D90CB;
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 48px;
	margin: 0;
	padding: 25px 0 8px;
	text-transform: uppercase;
}
.FormDiv {
	float: left;
	margin-top: 12px;
}
.FormDiv input {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #808080;
	padding: 12px 4px;
	width: 200px;
}
.FormDiv textarea {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #808080;
	color: #808080;
	height: 174px;
	margin-top: 26px;
	padding: 4px;
	width: 99%;
}
.SubmitBtn {
	background: none repeat scroll 0 0 #3D90CB !important;
	border: medium none !important;
	color: #FFFFFF;
	float: left;
	font-family: arial;
	font-size: 18px;
	margin-bottom: 26px;
	margin-top: 16px;
	padding: 8px 20px !important;
	transition: all 0.2s ease 0s;
	width: auto !important;
}
.SubmitBtn:hover {
	background-color:#333 !important;
}
.ContactUsPage p {
	color: #7C7A7A;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px;
}
.ContactUsPage a {
	color: #7C7A7A;
	text-decoration: none;
}
.Red {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.Mendatory {
	color: #FF0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-bottom: 0;
	padding-left: 4px;
	text-align: left;
}
.RequirmentsFormDiv {
	border: 7px solid #F7F7F7;
	float: right;
	padding: 10px;
	width: 470px;
}
.RequirmentsFormDiv table tr td {
	color: #444444;
	float: left;
	font-family: arial;
	font-weight: bold;
	padding-bottom: 8px;
	width: 160px;
}
.RequirmentsFormDiv table tr td + td {
	float: left;
	width: 300px;
}
.RequirmentsFormDiv input[type="text"], .RequirmentsFormDiv textarea {
	border: 1px solid #808080;
	float: left;
	padding: 4px 2%;
	width: 96%;
}
.RequirmentsFormDiv .SubmitBtn {
	margin-top:8px;
	margin-bottom:0px;
}
.List {
	float: left;
	width: 96%;
}
.List li {
	color: #333333;
	float: left;
	font-size: 12px;
	font-weight: bold;
	padding-right: 30px;
}
.ProductDataAndImgDiv {
	float: left;
	width: 100%;
}
.ProductDataDiv {
	float: left;
	width: 66%;
}
.ProductDataImage {
	float: right;
	width: 32%;
}
.PrecisionFastenersList {
	background-color: #F7F7F7;
	float: left;
	margin: 0 1%;
	width: 98%;
}
.PrecisionFastenersList ul {
	float: left;
	margin: 0;
	padding: 0;
}
.PrecisionFastenersList ul li {
	border-right: 1px solid #C0C0C0;
	float: left;
	list-style-type: none;
	margin: 8px 0;
	padding: 0 12px;
}
.PrecisionFastenersList ul li a {
	color: #333333;
	float: left;
	line-height: 12px;
	text-decoration: none;
}
.PrecisionFastenersList ul li a:hover {
	color:#000;
	text-decoration:underline;
}
.ProductImgCoulmn {
	float: left;
	padding: 10% 5%;
	width: 90%;
}
.ProductImgCoulmn img {
	width:100%;
}
.Product4Img {
	float:left;
	width:100%;
}
.Product4Img img {
	width:23%;
}
.ProductBlockView {
	border-bottom: 1px dashed #3d90cb;
	float: left;
	margin-bottom: 36px;
	padding-bottom: 36px;
	width: 100%;
}
.ProductBlockView h3 {
	color: #3d90cb;
	font-size: 18px;
	margin-bottom: 0;
	text-align: left;
}
.ProductBlockView h3 span {
	background-image: url("../images/arrow.png");
	background-position: left center;
	background-repeat: no-repeat;
	color: #333;
	margin-left: 6px;
	padding-left: 20px;
}
.ProductBlockImg {
	float: left;
	text-align: center;
	width: 100%;
}
.ProductBlockDecp {
	float:left;
	width:100%;
}
.ProductBlockDecp b {
	color: #3d90cb;
	float: left;
	font-size: 14px;
	padding-right: 4px;
	width: 66px;
}
.ProductBlockDecp p {
	float: left;
	font-size: 13px;
	margin: 0;
	width: 660px;
}
.ProductBlockDecp span {
	float: left;
	margin-top: 4px;
	width: 100%;
}
.ProductBlockTable {
	float: left;
	margin: 12px 0 0;
	width: 100%;
}
.ProductBlockTable table {
	width:100%;
	text-align:center;
}
.ProductBlockTable table th {
	background-color: #3d90cb;
	color: #fff;
	font-size: 14px;
	padding: 4px 8px;
}
.ProductBlockTable table td {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 8px;
}
.TableBG01 {
	background-color: #f3fafd;
}
.TableBG02 {
	background-color: #f7f7f7;
}
.SpecialSize {
	float: left;
	margin-top: 10px;
	text-align: right;
	width: 100%;
}
.BorderVerital {
	height: 84%;
	margin-left: 245px;
	position: absolute;
	top: 66px;
	width: 1px;
	background: -moz-linear-gradient(top, #ffffff 0%, #808080 51%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(51%, #808080), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #f4f2f2 0%, #808080 51%, #ffffff 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #808080 51%, #ffffff 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #808080 51%, #ffffff 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #808080 51%, #ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
}
.BorderHorizontal {
	height: 1px;
	float:left;
	margin: 0 2%;
	width: 96%;
	background: -moz-linear-gradient(left, #ffffff 0%, #808080 51%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #ffffff), color-stop(51%, #808080), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(left, #ffffff 0%, #808080 51%, #ffffff 100%);
	background: -o-linear-gradient(left, #ffffff 0%, #808080 51%, #ffffff 100%);
	background: -ms-linear-gradient(left, #ffffff 0%, #808080 51%, #ffffff 100%);
	background: linear-gradient(to right, #ffffff 0%, #808080 51%, #ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
}
.BorderVerital + .BorderVerital {
	margin-left: 490px;
	;
}
