/* CSS Document */





*{
	padding:5;
	margin:0;
}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:100.01%;
	color:#000;
}
.wrapper{
	width:1000px;
	height:auto;
	margin:auto;
}
.shd_w{
	text-shadow: 1px 1px rgb(214, 234, 154); /* :) */
	filter: DropShadow(Color=#d6ea9a, OffX=1, OffY=1, Positive=1); /* :( */
}
input{
	outline:none;
}
#master_container{
	float:left;
	width:100%;
	height:auto;
	min-width:1000px;
	overflow:hidden;
}


/* Header CSS Starts Here */
#header_wrap{
	float:left;
	width:100%;
	height:auto;
	min-height:168px;
	position:relative;
}
#hd_gra{
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	width:45%;
	height:168px;
	background-image:url(https://recyclingxrays.com/images/hdr_gra.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
#header{
	float:left;
	width:100%;
	height:auto;
	min-height:168px;
	position:relative;
	z-index:2;
	background-image:url(https://recyclingxrays.com/images/header_bg.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#logo{
	float:left;
	width:294px;
	height:auto;
	padding-top:20px;
	padding-left:61px;
}
#logo img{
	float:left;
	width:294px;
	height:auto;
	border:none;
}

#hdr_right{
	float:right;
	width:425px;
	height:auto;
	padding-top:7px;
}
.hdr_row{
	float:left;
	width:100%;
	height:auto;
	font-family: 'Arial';
	font-size:24px;
	color:#121212;
	text-align:right;
	line-height:1.3;
	padding-bottom:28px; /* 29 */
}
.hdr_row a{
	color:#121212;
}
.hdr_row a:hover{
	text-decoration:none;
}
#hdr_right .last{
	padding-bottom:0px;
}
/* Header CSS Ends Here */

/* Navigation CSS Starts */
#nav_wrap{
	float:left;
	width:100%;
	height:62px; /* 70 */
	padding-bottom:8px;
	margin-bottom:-8px;
	background-image:url(https://recyclingxrays.com/images/nav_bg.png);
	background-position:top left;
	background-repeat:repeat-x;
	position:relative;
	z-index:8;
	overflow:hidden;
}
#navigation{
	float:left;
	width:102%;
	height:62px;
	font-family: 'Arial';
	font-size:16px;
	color:#ffffff;
}
#navigation ul{
	list-style-type:none;
	list-style-position:outside;
}
#navigation ul li{
	float:left;
	width:auto;
	height:62px;
}
#navigation ul li a{
	display:block;
	float:left;
	width:auto;
	height:auto;
	text-decoration:none;
	color:#ffffff;
	cursor:pointer;
	padding:0px 9px 0px 8px;
	margin-top:17px;
}
#navigation ul li a:hover{
	color:#94bf3c;
	text-decoration:underline;
}
#navigation ul li a.cur{
	color:#94bf3c;
	text-decoration:underline;
}
/* Navigation CSS Ends */

/* Body Section CSS Starts */
#master_content{
	float:left;
	width:100%;
	height:auto;
}
#banner_bg{
	float:left;
	width:100%;
	height:auto;
	min-height:449px;
	background-image:url(https://recyclingxrays.com/images/banner_bg.avif);
	background-position:top left;
	background-repeat:repeat-x;
	position:relative;
	z-index:5;
}
#ban_texture{
	position:absolute;
	z-index:5;
	top:0px;
	left:0px;
	width:45%;
	height:447px;
	background-position:top left;
	background-repeat:repeat-x;
}
#ban_shd{
	float:left;
	width:100%;
	height:29px;
	background-image:url(https://recyclingxrays.com/images/ban_shd.avif);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#eeeeee;
}
#banner_rp{
	float:left;
	width:100%;
	height:447px;
	background-image:url(https://recyclingxrays.com/images/ban_bg.avif);
	background-position:top left;
	background-repeat:no-repeat;
	position:relative;
	z-index:6;
}
.ban_row{
	float:left;
	width:100%;
	height:auto;
	padding-top:20px;
}
.ban_right{
	float:right;
	width:362px;
	height:auto;
	padding-top:37px;
}
.ban_right h1{
	font-family: 'lato_blackregular';
	font-size:48px;
	color:#FFF;
	font-weight:normal;
	text-transform:capitalize;
	text-align:center;
	padding-bottom:3px;
}
.ban_right h2{
	font-family: 'latobold';
	font-size:21px;
	color:#FFF;
	font-weight:normal;
	text-align:center;
}
.ban_icorp{
	float:left;
	width:100%;
	height:auto;
	padding-top:29px;
}
.ban_icorp img{
	float:left;
	width:auto;
	height:auto;
	border:none;
}
.ico1{
	float:left;
	width:auto;
	height:auto;
	padding-left:8px;
	padding-right:16px;
	padding-top:26px;
}
.ico2{
	float:left;
	width:auto;
	height:auto;
	padding-right:6px;
}
.ico3{
	float:left;
	width:auto;
	height:auto;
	padding-top:2px;
}
#ban_gallery{
	float:left;
	width:592px;
	height:auto;
	min-height:377px;
	background-position:top left;
	background-repeat:no-repeat;
	margin-left:30px;
}
#ban_gallery img{
	float:left;
	width:582px;
	height:367px;
	border:none;
	margin-left:5px;
	margin-top:5px;
}
/* Body Section CSS Ends */

/* Body Bottom Row Starts */
#btm_wrap{
	float:left;
	width:100%;
	height:auto;
	min-height:286px;
	overflow:hidden;
	border-bottom:1px solid #242424;
	position:relative;
}
#btm_grey{
	position:absolute;
	z-index:5;
	top:0px;
	left:0px;
	width:50%;
	height:286px;
	background-color:#393939;
	background-image:url(https://recyclingxrays.com/images/btm_leftgra.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
#btm_green{
	position:absolute;
	z-index:5;
	top:0px;
	right:0px;
	width:50%;
	height:286px;
	background-color:#393939;
	background-image:url(https://recyclingxrays.com/images/btm_rightgra.jpg);
	background-position:top left;
	background-repeat:repeat-x;
}
#btm_inner{
	float:left;
	width:100%;
	height:286px;
	position:relative;
	z-index:6;
	background-image:url(https://recyclingxrays.com/images/btm_in.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#btm_left{
	float:left;
	width:580px;
	height:auto;
	padding-left:8px;
	padding-top:22px;
}
#btm_left h1{
	font-family: 'Arial';
	font-size:21px;
	color:#ffffff;
	text-transform:capitalize;
	font-weight:normal;
	padding-bottom:16px;
}
.bl_txt{
	float:left;
	width:100%;
	height:auto;
	font-family: 'MyriadProRegular';
	font-size:15px;
	color:#ffffff;
	line-height:1.3;
}
.bl_txt p{
	padding-bottom:6px;
}
.bl_txt a{
	font-family: 'MyriadProSemibold';
	color:#ffffff;
}
.bl_txt a:hover{
	color:#000;
}
#btm_right{
	float:right;
	width:220px;
	height:auto;
	padding-right:8px;
	padding-top:22px;
}
#btm_right h1{
	font-family: 'Arial';
	font-size:21px;
	color:#ffffff;
	text-transform:capitalize;
	font-weight:normal;
	padding-bottom:16px;
}
.br_ul{
	float:left;
	width:100%;
	height:auto;
}
.br_ul ul{
	list-style-type:none;
	list-style-position:outside;
}
.br_ul ul li{
	float:left;
	width:100%;
	height:auto;
	font-family: 'MyriadProRegular';
	font-size:15px;
	color:#ffffff;
	line-height:1.3;
	padding-bottom:2px;
}
.br_ul ul li a{
	color:#ffffff;
	text-decoration:none;
}
.br_ul ul li a:hover{
	color:#000;
	text-decoration:underline;
}
#body_content{
	float:left;
	width:100%;
	height:auto;
	min-height:485px;
	background-color:#EEEEEE;
	background-image:url(https://recyclingxrays.com/images/bd_bg.jpg);
	background-position:bottom left;
	background-repeat:repeat-x;
	padding-bottom:5px;
	padding-top:5px;
}
#bd_left{
	float:left;
	width:369px;
	height:auto;
	margin-left:-7px;
}
#bd_frp{
	float:left;
	width:100%;
	height:auto;
	margin-left:-7px;
}
.bd_tb{
	float:left;
	width:100%;
	height:auto;
}
.bd_tb img{
	float:left;
	width:100%;
	height:auto;
	border:none;
}
.bd_in{
	float:left;
	width:357px; /* 369 - 12 */
	height:auto;
	padding:0px 6px;
	background-image:url(https://recyclingxrays.com/images/left_in.png);
	background-position:top left;
	background-repeat:repeat-y;
}
.bd_lhdr{
	float:left;
	width:325px;
	height:auto;
	padding-top:4px;
	padding-bottom:11px; /* 8+3 */
	padding-left:15px;
	background-position:bottom left;
	background-repeat:repeat-x;
}
.bd_hico{
	float:left;
	width:46px;
	height:auto;
}
.bd_hico img{
	float:left;
	width:46px;
	height:auto;
	border:none;
}
.bd_lhdr h1{
	float:left;
	width:auto;
	height:auto;
	max-width:250px;
	font-family: 'Arial';
	font-size:19px;
	color:#555555;
	font-weight:normal;
	padding-top:13px;
	padding-left:7px;
}
.bd_lfrm{
	float:left;
	width:333px;
	height:auto;
	padding-left:1px;
	padding-top:12px;
}
.bd_frow{
	float:left;
	width:100%;
	height:auto;
	margin-left:8px;
	padding-bottom:22px;
}
.bd_frow label{
	float:left;
	width:66px;
	height:auto;
	text-align:right;
	font-family: 'Arial';
	font-size:14px;
	color:#555555;
	text-transform:capitalize;
	padding-right:12px;
	padding-top:12px;
}
.bd_txtbox{
	float:left;
	width:180px;
	height:auto;
	min-height:36px;
	margin-left:8px;
	background-image:url(https://recyclingxrays.com/images/textbox.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.bd_txtbox input[type="text"], .bd_txtbox input[type="password"]{
	float:left;
	width:200px!important; /* 200 - (8+8) */
	height:22px!important;
	margin-left:8px;
	margin-top:8px;
	margin-bottom:6px;
	font-family: 'Arial';
	font-size:14px;
	color:#d3d3d3;
	line-height:1.5;
	background-color:transparent!important;
	border:none!important;
}
.bd_txtarea{
	float:left;
	width:180px;
	height:auto;
	min-height:100px;
	background-image:url(https://recyclingxrays.com/images/textarea.png);
	background-position:top left;
	background-repeat:no-repeat;
}
.bd_txtarea textarea{
	float:left;
	width:236px!important; /* 252 - (8+8) */
	height:135px; /* 150 -(9+9) */
	margin-left:8px;
	margin-top:8px;
	font-family: 'Arial';
	font-size:14px;
	color:#d3d3d3;
	line-height:1.5;
	background-color:transparent!important;
	border:none!important;
}
.bd_field input{
	display:none;
	width:236px!important; /* 252 - (8+8) */
	height:135px; /* 150 -(9+9) */
	margin-left:8px;
	margin-top:8px;
	font-family: 'Arial';
	font-size:14px;
	color:#d3d3d3;
	line-height:1.5;
	background-color:transparent!important;
	border:none!important;
}
.btn_frow{
	float:left;
	width:100%;
	height:auto;
	padding-top:22px;
	padding-bottom:35px;
}
.submit_btn{
	float:left;
	width:193px;
	height:auto;
	padding-left:42px;
}
.submit_btn input[type="submit"], .submit_btn input[type="button"], .submit_btn button{
	float:left;
	width:193px;
	height:40px;
	cursor:pointer;
	background-color:transparent!important;
	border:0px!important;
	background-image:url(https://recyclingxrays.com/images/submit_btn.png);
	background-position:top left;
	background-repeat:no-repeat;
	font-family: 'Arial';
	font-size:13px;
	color:#ffffff;
	text-transform:uppercase;
}
.submit_btn input[type="submit"]:hover, .submit_btn input[type="button"]:hover, .submit_btn button:hover{
	color:#000;
}
.or_txt{
	float:left;
	width:34px;
	height:auto;
	font-family: 'Arial';
	font-size:13px;
	color:#010100;
	text-align:center;
	text-transform:capitalize;
	padding-top:13px;
}
.reset_btn{
	float:left;
	width:auto;
	height:auto;
	padding-top:13px;
}
.reset_btn input[type="reset"], .reset_btn input[type="button"], .reset_btn button{
	float:left;
	width:auto;
	height:auto;
	min-width:43px;
	min-height:10px;
	cursor:pointer;
	background-color:transparent!important;
	border:0px!important;
	font-family: 'Arial';
	font-size:13px;
	color:#b80000;
	text-transform:capitalize;
}
.reset_btn input[type="reset"]:hover, .reset_btn input[type="button"]:hover, .reset_btn button:hover{
	color:#000;
}
#bd_right{
	float:right;
	width:629px;
	height:auto;
	padding-right:5px;
}
.right_sec{
	float:left;
	width:100%;
	height:auto;
	padding-bottom:21px;
}
#bd_right .last{
	padding-bottom:0px;
}
.rimg_rp{
	float:left;
	width:137px; /* 165 - (15+13) */
	height:159px; /* 187 - (12+16) */
	background-image:url(https://recyclingxrays.com/images/img_frame.png);
	background-position:top left;
	background-repeat:no-repeat;
	padding:12px 15px 16px 13px;
}
.rimg_rp table{
	float:left;
	width:100%;
	height:auto;
	border:none;
}
.rimg_rp table tr td{
	width:100%;
	height:159px;
	text-align:center;
	vertical-align:middle;
}
.rimg_rp img{
	width:auto;
	height:auto;
	max-width:137px;
	max-height:159px;
	border:none;
}
.rtxt_sec{
	float:left;
	width:448px;
	height:auto;
	padding-left:8px;
}
.rtxt_sec h1{
	font-family: 'Arial';
	font-size:20px;
	color:#111111;
	font-weight:normal;
	text-transform:capitalize;
	padding-top:1px;
	padding-bottom:14px;
}
.rtxt_rp{
	float:left;
	width:100%;
	height:auto;
	font-family: 'Arial';
	font-size:15px;
	color:#111111;
	line-height:1.4;

}
.rtxt_rp h1{
	font-family: 'Arial';
	font-size:18px;
	color:#008000;
	font-weight:normal;
	text-transform:capitalize;
	padding-top:1px;
	padding-bottom:14px;
}
.rtxt_rp strong{
	font-family: 'Arial';
	font-size:16px;
	color:#008000;
	font-weight:normal;
	text-transform:capitalize;
	padding-top:1px;
	padding-bottom:14px;
}

.rtxt_rp p{
	padding-bottom:10px;
}
.rtxt_rp a{
	color:#111111;
}
.rtxt_rp a:hover{
	color:#B80000;
}
/* Body Bottom Row Ends */

/* Footer CSS Starts Here */
#footer{
	float:left;
	width:100%;
	height:auto;
	padding-top:34px;
	padding-bottom:20px;
}
.ft_row{
	float:left;
	width:100%;
	height:auto;
	font-family: 'Arial';
	color:#000000;
	font-size:22px;
	text-align:center;
	font-style:italic;
	padding-bottom:13px;
}
.ft_row a{
	color:#66852a;
}
.ft_row a:hover{
	color:#000;
}
.url {display:none;}
/* Footer CSS Ends Here */