/*HR-PI DEFAULT STYLES*/
* {
	margin:0;
	padding:0;
}
body {
	font-family:arial,sans-serif;
	font-size: 16px;
	line-height: 1.2;
	color:#444;
	background-color: #fff;
}

.white {
	color: #fff;
}

.containt_area.fix {
	background-color: #fff;
}

a {
	text-decoration:none;
	color:#000;
}

a:hover {
	text-decoration:none;
}
	
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	margin-bottom:15px;
}

img {
	border:none;
	max-width:100%;
	display:block;
}

input[type=text],
input[type=email],
textarea {
	border:1px solid #ddd;
	padding:5px;
}

input[type=submit] {
	border:none;
	padding:5px 15px;
	background:#444;
	color:#fff;
}

ul, ol {
	margin:15px;
	margin-right:0;
}

li {
	text-decoration:none;
	list-style:none;
}

/* remove border around all input elements */
input:focus {
	outline: none;
}

/* remove border around all textarea elements */
textarea:focus {
	outline: none;
}

/* remove border around all select elements */
select:focus {
	outline: none;
}

/* remove border around all input,textarea and select elements */
input:focus,
textarea:focus,
select:focus {
	outline: none;
}

/* remove border around all elements */
:focus {
	outline: none;
}

::-webkit-input-placeholder {
	color: black;
}

:-moz-placeholder { /* Firefox 18- */
	color: black;
}

::-moz-placeholder {  /* Firefox 19+ */
	color: black;
}

:-ms-input-placeholder {  
	color: black;
}

/* input_Focus_Animation */
input[type=text],
input[type=email] {
	-webkit-transition: 0.5s ease-in-out all;
	-moz-transition: 0.5s ease-in-out all;
	-ms-transition: 0.5s ease-in-out all;
	-o-transition: 0.5s ease-in-out all;
	transition: 0.5s ease-in-out all;
}
      
input[type=text]:focus,
input[type=email]:focus {
	border:2px solid #fff;
	background-color: #b4e6ff;
	color:#000;
}

textarea {
	-webkit-transition: 0.5s ease-in-out all;
	-moz-transition: 0.5s ease-in-out all;
	-ms-transition: 0.5s ease-in-out all;
	-o-transition: 0.5s ease-in-out all;
	transition: 0.5s ease-in-out all;
}
      
textarea:focus {
	border:2px solid#fff;
	background-color:#FFA500;
	color:#000;
}

.input:focus {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: none repeat scroll 0 0 #000;
	border-color: #39B54A;
	border-image: none;
	border-style: solid;
	color:#fff;
	ransition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.fix {
	overflow:visiable
}

.alignleft {
	float:left;
	margin-right:10px
}

.alignright {
	float:right;
	margin-left:10px;
}

.aligncenter {
	display:block;
	margin:0 auto;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.column {
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.header_area {
	background-color: #2e3033;
	box-shadow: 0 0 25px 0 #000;
	min-height: 177px;
	position: relative;
}

.logo {}

.menu_area {}

.main_menu {
	background-color: #4a4c4e;
}

.main_menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

.main_menu ul li {
	float:left;
}

.main_menu ul li a {
	color: #fdfdfd;
	display: block;
	font-family: arial;
	font-size: 16px;
	padding: 30px 27px;
	text-decoration: none;
	text-transform: uppercase;
}

.main_menu ul li a:hover {
	color:#25A709;
    transition: .6s ease-in-out;
    -webkit-transition: .6s ease-in-out;
    -moz-transition: .6s ease-in-out;
	-o-transition: all 0.9s ease 0s;
}

.subtitles {
	float: right;
}

.subtitles h3 {
	color: #fff;
	font-size: 22px;
	text-align: center;
	font-family: 'robotoitalic';
}

div.subtitles.fix h3 {
	font-size: 24px;	
}

.icon_area {
	background: url("../images/menu_icon.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	cursor:pointer;
}

li#dropdown img {
	display: block;
	width: 15px;
	height: 14px;
	background-color: transparent;
	float: right;
	margin: 3px 0 0 6px;
}

li#dropdown:hover img {
	transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    writing-mode: lr-tb;
}

li#dropdown .icon_area_one {
	/*background: url("../images/menu_icon_left.png") no-repeat scroll right center rgba(0, 0, 0, 0);*/
	cursor:pointer;
	position: relative;
	overflow: hidden;
}

li#dropdown:hover .icon_area_one {
	/*background: url("../images/menu_icon_down.png") no-repeat scroll right center rgba(0, 0, 0, 0);*/
	cursor:pointer;
}

.zigaz_area {
	position: absolute;
	top: 151px;
	width: 100%;
}

.main_position {}

.custom {
	padding: 0;
}

.custom h1{
	background: url("../images/zig_zag_two.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #fcfcfc;
	display: block;
	font-family: 'latobold';
	font-size: 21px;
	height: 64px;
	line-height: 1.1;
	margin: -27px auto;
	padding-top: 16px;
	text-align: center;
	width: 468px;
	position: relative;
	z-index: 10;
}

header {
	/*padding-bottom: 40px;*/
}

.contents {
	margin-bottom: 60px;
	margin-top: 40px;
}

.left_content_one,
.right_content_one {
	padding: 40px 0 0;
}

.left_content_one h2 {
	color: #555555;
	font-family: "Lato Regular";
	font-size: 18px;
	margin: 0;
	text-transform: uppercase;
}

.left_content_one h1 {
	color: #555555;
	font-family: 'latoblack';
	font-size: 30px;
	margin-top: 0;
	text-transform: uppercase;
}

.left_content_one p {
	color: #7c8087;
	font-family: 'open_sansregular';
	font-size: 15px;
	line-height: 23px;
}

.left_content_two {}

.left_content_two h3 {
	color: #555555;
	font-family: 'latoblack';
	font-size: 16px;
}

.left_content_two li {
	background: url("../images/boll_point.png") no-repeat scroll 1px 8px rgba(0, 0, 0, 0);
	color: #7c8087;
	font-family: 'open_sansregular';
	font-size: 14px;
	margin-left: 0;
	padding-left: 12px;
	line-height: 24px;
}

.left_content_three {
	margin-top: 32px;
	text-align: center;
}

.left_content_three li{}

.left_content_three li a:hover {
	background:#8D130D;
	color:#fff;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.left_content_three li a {
	background: none repeat scroll 0 0 #349a21;
	box-shadow: 0 0 5px 0 #000;
	color: #fdfdfd;
	display: inline-block;
	font-family: 'latoblack';
	font-size: 30px;
	margin-bottom: 5px;
	padding: 22px 35px;
	text-transform: uppercase;
	text-decoration:none;
}

.right_content_one {
}

.right_content_one img {
	display: block;
}

.right_content_two {}

.right_content_two h3 {
	color: #555;
	font-family: 'open_sansbold';
	font-size: 18px;
	margin-bottom: 10px;
}

.right_content_two li {
	color: #7c8087;
	font-family: 'open_sansregular';
	font-size:14px;
	line-height: 24px;
}

.bottom {
	margin-bottom: 30px;
}

.containt_area {
}

.admin_content_top {
	padding: 40px 0 0;
}

.admin_contact_area .container {
	padding: 40px 0;
}

.zigaz_area_tow {
	width: 100%;
}

.custom_two {}

.custom_two h1 {
	background: url("../images/zig_zag_one.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	color: #fcfcfc;
	display: block;
	font-family: 'latobold';
	font-size: 28px;
	height: 64px;
	margin: -26px auto 0;
	padding-top: 10px;
	text-align: center;
	width: 408px;
}

.admin_area {
	background: none repeat scroll 0 0 #49baf4;
}

.admin_pannel {
	margin-top:2 8px;
}

.admin_title {}

.admin_title h2 {
	font-family:"Lato Light";
	font-size:24px;
	color:#fcfcfc;
	text-align:center;
	margin:0px
}

.admin_title h1 {
	color: #fcfcfc;
	font-family: 'latoblack';
	font-size: 48px;
	margin: 0;
	text-align: center;
	margin-bottom: 15px;
}

.admin_title img {
	background: none repeat scroll 0 0 #dbdcde;
	border-radius: 450px;
	display: block;
	height: 258px;
	padding: 6px;
	width: 258px;
	margin-left: 50px;
}

.admin_content{}

.admin_content h2 {
	color:#fff;
}

.admin_content_top p {
	color: #fcfcfc;
	font-family: 'open_sansregular';
	font-size: 20px;
	margin-bottom: 40px;
}

.admin_contact_area {
	background: none repeat scroll 0 0 #49baf4;
}

.contact_one {
	margin-left: 90px;
	margin-top: 20px;
}

.contact_one h2 {
	color: #fcfcfc;
	font-family: 'open_sansbold';
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 10px;
}

.contact_one li {
	color: #fcfcfc;
	font-family: 'open_sansregular';
	font-size: 14px;
	line-height: 20px;
}

.contact_two {
	margin-top: -30px;
}

.contact_two h2 {
	color: #cdcccc;
	font-family: "Lato Light";
	font-size: 24px;
	margin-bottom: 0;;text-transform: uppercase;
}

.contact_two h1 {
	font-family: 'latoblack';
	font-size:48px;
	color:#fdfdfd;
	margin-top:0px;
	text-transform: uppercase;
}

.contact_two li a {
	background: none repeat scroll 0 0 #1fa80d;
	border: 1px solid #ccc;
	color: #fdfdfd;
	display: inline-block;
	font-family: 'open_sansbold';
	font-size: 35px;
	list-style: none outside none;
	padding: 25px;
	text-decoration: none;
}

.contact_two li a:hover {
	background:#2fcd1a;
	color:#fff;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
}

.contact_two p {
	color: #fcfcfc;
	font-family: 'open_sansregular';
	font-size: 13px;
	margin-bottom: 40px;
}

.contact_three {
	margin-bottom: 25px;
	margin-top: -30px;
}

.contact_three h1 {
	font-family: 'latoblack';
	font-size:48px;
	color:#fdfdfd;
	margin-top:0px;
	text-transform: uppercase;
	margin-left: 0;
}

.contact_three h2 {
	color: #cdcccc;
	font-family: "Lato Light";
	font-size: 24px;
	margin-bottom: 0;text-transform: uppercase; margin-left: 88px;}
.input_area{
	text-align: left;}
.shadow{}
.shadow input[type="text"],
.shadow input[type="email"] {
	border: 1px solid #000;
	border-radius: 3px;
}
.input_hover_1{
	width: 100%;
}

.mail_send button, html input[type="button"], input[type="submit"] {
	background: none repeat scroll 0 0 #278719;
	border: 1px solid #ddd;
	color: #fff;
	cursor: pointer;
	font-family: 'open_sansregular';
	margin-bottom: 15px;
	margin-top: 15px;
}

.mail_send button:hover, html input[type="button"]:hover, input[type="submit"]:hover {
	background: none repeat scroll 0 0 #26a70a;
}

.mail_send textarea {
	border: 1px solid #000;
	border-radius: 3px;
	width: 100%;
	height: 100px;
}
.send_button{
	text-align: center;}
.promo_area{
	border-top: 10px solid #bfbfbf;}
.promo_left{}
.promo_left h1{
	color: #49baf4;
	font-family: 'latoblack';
	font-size: 48px;
	margin-top: 5px;
	text-transform: uppercase;
	margin-bottom: 40px;}
.collaps_secton {
	margin-top: 60px;
	min-height:410px;}
.promo_left h2 {
	color: #555;
	font-family: "Lato Light";
	font-size: 25px;
	margin: 0;text-transform: uppercase;
}
.collapse_area{}
.promo_right{}
.promo_right h1 {
	color: #49baf4;
	font-family: 'latoblack';
	font-size: 48px;
	text-transform: uppercase;
	margin-top: 5px;}
.promo_right h2 {
	color: #555;
	font-family: "Lato Light";
	font-size: 25px;
	margin: 0;text-transform: uppercase;}
.feedback_options {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;}
.feedback_options img {
	display: block;
	float: left;
	margin-right: 15px;}
.comment_section{}
.comment_section p {
	color: #7c8087;
	font-family: 'open_sansregular';
	font-size: 14px;
	margin-top: 0;
	line-height: 24px;margin-bottom: 0;}
.star{}
.star h4 {
	float: left;    font-family: 'open_sansbold';color:#555;margin-bottom: 0;}
.star img {
	float: right;
	margin-top: 18px;}
.footer_top_area {
	background-color: #252525;}
.footer_top_one {
	margin-top: 35px;
margin-bottom: 28px;}
.footer_top_one h1 {
	font-family:"Lato Regular";font-size:30px;color:#fff;margin-top:0px}
.footer_top_one h2 {
	color: #a5a5a5;
	font-family: "Lato Light";
	font-size: 18px;
	margin: 0;
	text-transform: uppercase;}
.footer_top_one p {
	color: #a5a5a5;
	font-family: 'open_sansregular';
	font-size: 12px;
	/*width: 412px;*/
	margin-bottom: 0px;}
.footer_top_one  a {
	color: #fff;
	float: right;
	font-family: 'open_sansregular';
	text-decoration: underline;}
.footer_top_one li {
	color: #a5a5a5;
	font-family: 'open_sansregular';
	font-size: 14px;
	line-height: 25px;
	padding-left: 25px;}
.footer {
	background: none repeat scroll 0 0 #141414;
	border-top: 2px solid#343434;}
.footer_left {}
.footer_left p {
	color: #a5a5a5;
	font-family: 'open_sansregular';
	font-size: 14px;}
.footer_right {
	float: right;}
.footer_right ul {
	margin:0px;padding:0px;list-style:none}
.footer_right ul li {
	float: left;}
.footer_right ul li a {
	color: #a5a5a5;
	display: block;
	font-family: 'open_sansregular';
	font-size: 14px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer_right ul li a:hover {
	color:#fff;}
.open {
	background:green}
.one {
	background: url("../images/phone.png") no-repeat scroll 2px 4px rgba(0, 0, 0, 0);;}
.two {
	background: url("../images/message.png") no-repeat scroll 0 6px rgba(0, 0, 0, 0);}
.color {
	color:#fff;}

#scrollUp  {
	background: url("../images/top.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	bottom: 50px;
	height: 38px;
	right: 50px;
	text-indent: -99999px;
	width: 38px;
}

/*Index page*/
.headerIndex {
	background: url("../images/layout/headerBG.png") top left repeat-x #2e3033;
	width: 100%;
	height: 656px;
	margin: auto;
	position: relative;
}

.headerIndexContainer {
	max-width: 1400px;
	height: 656px;
	position: relative;
	margin: auto;
	background: url("../images/layout/innerbg.png") top center no-repeat transparent;
}

.headerIndexContainer .logo {
	width: 236px;
	height: 157px;
	margin: 0 auto;
}

.logo_top .subtitles.fix {
	position: absolute;
	top: 10px;
	right: 20px;
}

.PI-menu {
	position: absolute;
	top: 100px;
	left: 0;
}

.indexCTA {
	width: 100%;
	padding: 0;
	background-color: transparent;
	color: #fff;
	font-family: "Lato Light";
}

.indexCTA H1 {
	color: #49baf4;
	font-size: 24px;
	text-shadow: 0px -2px 1px rgba(14, 14, 14, 0.42);
	text-transform: uppercase;
}

.indexCTA H1 span {
	color: #fff;
	font-size: 40px;
	text-transform: none;	
}

.indexCTA .logoBTN {
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
}

.indexCTA .logoBTN.chooseService {
    background: url("../images/layout/choose-service.png") no-repeat scroll left top transparent;
    bottom: 60px;
    height: 76px;
    left: 0;
}

.indexCTA .logoBTN.chooseService:Hover {
	background-position: bottom left;
}

.indexCTA .relatedLogo {
	background: url("../images/layout/related-logoBG.png") center center no-repeat transparent;
	width: 155px;
	height: 64px;
	line-height: 64px;
	text-align: center;
	margin-left: 0;
	float: left;
	margin-top: 5px;
}

.indexCTA a.indexCTAbtn {
	display: block;
	width: 237px;
	height: 76px;
	background: url("../images/layout/main-grn-btn.png") top center no-repeat transparent;
	float: right;
	text-align: left;
	font-family: "latoblack";
	font-size: 16px;
	text-decoration: none;
	font-style: normal;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(34, 34, 34, 0.55);
	cursor:	pointer;
	margin-bottom: 0;
}

.indexCTA a.indexCTAbtn i.btnPad,
.indexCTA a.logoBTN i.btnPad {
	padding: 19px 20px 0px 30px;
	display: block;
	font-style: normal;
	background: url("../images/layout/arrw-right.png") no-repeat 184px 19px transparent;
}

.indexCTA a.logoBTN i.btnPad {
	background: url("../images/layout/arrw-up.png") no-repeat 184px 19px transparent;
}

.indexCTA a.indexCTAbtn i.btnPad span,
.indexCTA a.logoBTN i.btnPad span {
	display: block;
	padding-left: 3px;
	font-family: "Lato Regular";
	font-size: 14px;
}

.logoBTN.chooseService.backtopi {
	display: none;
}

.moreInfo {
	padding-bottom: 20px;
	width: 100%;
}

.indexCTA a.indexCTAbtn:hover {
	background: url("../images/layout/main-grn-btn.png") bottom center no-repeat transparent;
}

.promo_area.fix {
	background-color: #fff;
}

div.send_button input {
	width: 122px;
	height: 34px;
	background: url("../images/layout/mainBtn2.png") center 0 no-repeat transparent;
	font-family: "Lato Regular";
	font-size: 18px;
	text-decoration: none;
	font-style: normal;
	color: #3c3c3c;
	text-shadow: 0px 1px 1px rgba(237, 237, 237, 0.75);
	border: 0 none;
	line-height: 1;
	padding: 0 15px 4px 0;
	float: right;
    transition: 0s ease-in-out;
    -webkit-transition: 0s ease-in-out;
    -moz-transition: 0s ease-in-out;
}

div.send_button input:hover {
	background: url("../images/layout/mainBtn2.png") center -35px no-repeat transparent;
	font-weight: bold;
}

ul#nav {
	list-style-type: none;
}

ul#nav ul.MMdrop {
	
}

ul#nav ul.MMdrop li {
	float: none;
	padding: 20px 0;
}


/* Dropdowns */
#dropdown {
	position:relative;
	z-index:200;
}

li#dropdown ul#MMdrop {
	display:none;
	width:200px;
	list-style-type: none;
	padding: 40px 0 0;
	z-index: 10000;
	background-color: #4b4c4f;
	position: absolute;
	top: 50px;
	left: 0;
	-webkit-transition: 0.5s ease-in-out all;
	-moz-transition: 0.5s ease-in-out all;
	-ms-transition: 0.5s ease-in-out all;
	-o-transition: 0.5s ease-in-out all;
	transition: 0.5s ease-in-out all;
}

li#dropdown:hover ul#MMdrop {
	display: block;
}

li#dropdown ul#MMdrop:hover {
	display: block;
}

li#dropdown ul#MMdrop a {
	display: block;
	font-size: 14px;
	color:#fff;
	text-decoration: none;
	padding: 10px 20px;
}

.main_menu.fix {
	float: right;
	overflow: visible;
	height: 80px;
}

li#dropdown ul#MMdrop li {
	float: none;
}

li#dropdown ul#MMdrop li:hover {
	background: #7d7d7e;
}

h2.success-message {
	color: #fff;
}

/*PI menu*/
map#pi_map {
	box-sizing: content-box !important;
}

/*footer menu*/
.footer_top_one ul {
    height: 320px;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
	padding: 0;
	text-shadow: 0px 1px 0px rgba(150, 150, 150, 1);
}


.footer_top_one ul li {
	display: inline-block;
	float: none;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 1px solid #3a3a3a;
	background-color: #323232;
}

.footer_top_one ul li a {
	float: none;
	display: block;
	width: 100%;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 12px 10px;
	line-height: 1.1;
	height: 40px;;
	width: 100%;
	overflow: hidden;
	text-decoration: none;
}

.footer_top_one ul li.longLink a {
	padding-top: 4px;
}

.footer_top_one ul li a:hover {
	text-decoration: none;
	background-color: #3a3a3a;
}

.footerIntro {
	color: #fff;
}

.container.admin_pannel .admin_content_top ul {
	padding-left: 10px;
	margin-top: 4px;
	margin-bottom: 20px;
}

.container.admin_pannel .admin_content_top ul li {
	color: #fff;
}

span.contentTitle {
	font-family: "Lato Light";
	font-size: 24px;
	color: #fff;	
}

section.contactPage h2.success-message {
	color: #444;
}

/*Special Buttons*/
a.greenBtn {
	display: inline-block;
	width: 45%;
	height: 38px;
	border-top: 1px solid #ccc;
	background: url(../images/layout/green-button.jpg) repeat top left #fff;
	padding: 9px 22px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 16px;
	text-decoration: none;
	vertical-align: middle;
}

a.greenBtn:hover {
	border-top-color: #fff;
	text-decoration: none;
	background: #28597a;
	color: #ccc;
}

a.greenBtn:active {
	border-top-color: #ccc;
	background: #1b435e;
}


a.blueBtn {
	display: inline-block;
	width: 40%;
	height: 38px;
	width: 45%;
	border-top: 1px solid #ccc;
	background: url(../images/layout/blue-button.jpg) repeat top left #fff;
	padding: 9px 22px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
	-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
	box-shadow: rgba(0,0,0,1) 0 1px 0;
	text-shadow: rgba(0,0,0,.4) 0 1px 0;
	color: white;
	font-size: 16px;
	text-decoration: none;
	vertical-align: middle;
}

a.blueBtn:hover {
	border-top-color: #fff;
	text-decoration: none;
	background: #28597a;
	color: #ccc;
}

a.blueBtn:active {
	border-top-color: #ccc;
	background: #1b435e;
}

a.greenBtn.left,
a.blueBtn.left {
	float: left;
	margin-left: 4%;
}

a.greenBtn.right,
a.blueBtn.right {
	float: right;
	margin-right: 4%;
}

a.greenBtn span.pdf,
a.blueBtn  span.pdf {
	display: block;
	float: left;
	width: 31px;
	height: 48px;
	background: url(../images/PDFicon.png) no-repeat center transparent;
	margin-top: -13px;
	margin-left: -10px;
}
