@font-face {
    font-family: 'port_lligat_slabregular';
    src: url(fonts/'portlligatslab-regular-webfont.eot');
    src: url('fonts/portlligatslab-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/portlligatslab-regular-webfont.woff') format('woff'),
         url('fonts/portlligatslab-regular-webfont.ttf') format('truetype'),
         url('fonts/portlligatslab-regular-webfont.svg#port_lligat_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'port_lligat_sansregular';
    src: url('fonts/portlligatsans-regular-webfont.eot');
    src: url('fonts/portlligatsans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/portlligatsans-regular-webfont.woff') format('woff'),
         url('fonts/portlligatsans-regular-webfont.ttf') format('truetype'),
         url('portlligatsans-regular-webfont.svg#port_lligat_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'abelregular';
    src: url('fonts/abel-regular_0-webfont.eot');
    src: url('fonts/abel-regular_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/abel-regular_0-webfont.woff') format('woff'),
         url('fonts/abel-regular_0-webfont.ttf') format('truetype'),
         url('fonts/abel-regular_0-webfont.svg#abelregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	margin:0px;
	background:url('imgs/bg-02.jpg') #cdccd1;
	background-repeat:repeat-x;
	background-position:top;
}
.body2{
	margin:0px;
	background:url('imgs/main_bg2.jpg');
	background-repeat:no-repeat;
	background-position: center top;
}
.top-gridiant{
	background-image: linear-gradient(bottom, rgb(183,37,1) 23%, rgb(218,80,1) 62%, rgb(229,107,0) 81%);
background-image: -o-linear-gradient(bottom, rgb(183,37,1) 23%, rgb(218,80,1) 62%, rgb(229,107,0) 81%);
background-image: -moz-linear-gradient(bottom, rgb(183,37,1) 23%, rgb(218,80,1) 62%, rgb(229,107,0) 81%);
background-image: -webkit-linear-gradient(bottom, rgb(183,37,1) 23%, rgb(218,80,1) 62%, rgb(229,107,0) 81%);
background-image: -ms-linear-gradient(bottom, rgb(183,37,1) 23%, rgb(218,80,1) 62%, rgb(229,107,0) 81%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.23, rgb(183,37,1)),
	color-stop(0.62, rgb(218,80,1)),
	color-stop(0.81, rgb(229,107,0))
);
border-top-left-radius:5px;
}
.top-gridiant2{
	background-image: linear-gradient(bottom, rgb(38,38,38) 35%, rgb(52,52,52) 68%);
background-image: -o-linear-gradient(bottom, rgb(38,38,38) 35%, rgb(52,52,52) 68%);
background-image: -moz-linear-gradient(bottom, rgb(38,38,38) 35%, rgb(52,52,52) 68%);
background-image: -webkit-linear-gradient(bottom, rgb(38,38,38) 35%, rgb(52,52,52) 68%);
background-image: -ms-linear-gradient(bottom, rgb(38,38,38) 35%, rgb(52,52,52) 68%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.35, rgb(38,38,38)),
	color-stop(0.68, rgb(52,52,52))
);
border-top-right-radius:5px;
}
.base-w-bold{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}
.search-shydo{
	-webkit-box-shadow: inset 15px 17px 52px -14px rgba(15,15,15,1);
-moz-box-shadow: inset 15px 17px 52px -14px rgba(15,15,15,1);
box-shadow: inset 15px 17px 52px -14px rgba(15,15,15,1);
border-radius:3px;
-moz-border-radius:3px;
}
.txt_searching{
	font-family: Arial;
	font-size:11px;
	font-weight:normal;
	color:#6d6d6d;
	text-decoration:none;
	background:transparent;
	height:20px;
	width:220px;
	border-style:solid;
    border-width:0px 0px 0px 0px;
	PADDING-top: 4px;
	PADDING-left: 4px;
}
.menu-div{
background:#4d4c48;
border-radius:3px;
-moz-border-radius:3px;
}
.left-top-div{
background-image: linear-gradient(bottom, rgb(198,60,1) 24%, rgb(210,77,0) 62%, rgb(218,88,1) 81%);
background-image: -o-linear-gradient(bottom, rgb(198,60,1) 24%, rgb(210,77,0) 62%, rgb(218,88,1) 81%);
background-image: -moz-linear-gradient(bottom, rgb(198,60,1) 24%, rgb(210,77,0) 62%, rgb(218,88,1) 81%);
background-image: -webkit-linear-gradient(bottom, rgb(198,60,1) 24%, rgb(210,77,0) 62%, rgb(218,88,1) 81%);
background-image: -ms-linear-gradient(bottom, rgb(198,60,1) 24%, rgb(210,77,0) 62%, rgb(218,88,1) 81%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.24, rgb(198,60,1)),
	color-stop(0.62, rgb(210,77,0)),
	color-stop(0.81, rgb(218,88,1))
);
border-top-right-radius:3px;
border-top-left-radius:3px;
}
.btn_link{
	font-family: 'port_lligat_slabregular';
	font-size:14pt;
	font-weight:normal;
	color:#dfdfdf;
	background:transparent;
	padding:8px;
	text-decoration:none;
	border-radius:0px;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
}
.btn_link:hover{
	font-family: 'port_lligat_slabregular';
	font-size:14pt;
	font-weight:normal;
	color:#dfdfdf;
	background:#202020;
	padding:8px;
	text-decoration:none;
	-moz-transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-o-transition:all 0.5s;
	border-radius:3px;
-moz-border-radius:3px;
}
.base-g{
	font-family:Arial;
	font-size:12px;
	color:#363532;
	text-decoration:none;
	font-weight:bold;
}
.middle-shydo{
-webkit-box-shadow: -4px 12px 53px -2px rgba(0,0,0,0.75);
-moz-box-shadow: -4px 12px 53px -2px rgba(0,0,0,0.75);
box-shadow: -4px 12px 53px -2px rgba(0,0,0,0.75);
border-bottom-right-radius:5px;
}
.news{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#ffffff;
}
.news_link{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#ffffff;
}
.news_link:hover{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	color:#fe6f02;
}
.about-head{
	font-family: 'port_lligat_sansregular';
	font-size:18pt;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}
.discription{
	font-family: 'port_lligat_sansregular';
	font-size:16pt;
	font-weight:normal;
	text-decoration:none;
	color:#ff7e00;
}
.content-head{
	font-family: 'port_lligat_sansregular';
	font-size:18pt;
	font-weight:normal;
	text-decoration:none;
	color:#212121;
}
.content-head2{
	font-family:Arial;
	font-size:12PX;
	font-weight:normal;
	text-decoration:none;
	color:#212121;
}
.base{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}
.featured-top-div{
	background:#2a2a2a;
border-top-left-radius:5px;
border-top-right-radius:5px;
}
.tab_normal{
		background: #ffffff;
		border-style:solid;border-width:0px 0px 0px 0px;border-color:#FFFFFF;
		font-family:arial;
		font-size:14px;
		font-weight:bold;
		color:#000000;
		text-align:center;
		text-decoration:none;
}
.tab_normal a{
		color:#000000;
		text-decoration:none;
}
.tab_normal a:hover{
		color:#000000;
		text-decoration:none;
}
.tab_active{
		background: #e46700;
		border-style:solid;border-width:2px 2px 0px 2px;border-color:#FFFFFF;
		font-family:arial;
		font-size:14px;
		font-weight:bold;
		color:#000000;
		text-align:center;
		text-decoration:none;
}
.tab_active a{
		color:#ffffff;
		text-decoration:none;
}
.tab_active a:hover{
		color:#ffffff;
		text-decoration:none;
}
.pname{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	color:#000000;
}
.part{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	text-decoration: underline;
	color:#ff7e00;
}
.bottom_link{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}
.bottom_link:hover{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	text-decoration: underline;
	color:#e46700;
}
.banner{
text-indent:56px;
overflow:hidden;

-webkit-transition-duration:0.10s;
		-webkit-transition-timing-function:linear;
		-o-transition-property:color,background;
		-o-transition-duration:0.10s;
		-o-transition-timing-function:linear;
		-moz-transition-property:color,background;
		-moz-transition-duration:0.10s;
		-moz-transition-timing-function:linear;
		-ms-transition-property:color,background;
		-ms-transition-duration:0.10s;
		-ms-transition-timing-function:linear;}
.facebook{
background:url(imgs/facebook.png) no-repeat center top;
width:48px;
height:47px;
display:block;
border:0px;}
.twitter{
background:url(imgs/twitter.png) no-repeat center top;
width:48px;
height:47px;
display:block;
border:0px;}
.google{
background:url(imgs/google.png) no-repeat center top;
width:48px;
height:47px;
display:block;
border:0px;}
.in{
background:url(imgs/in.png) no-repeat center top;
width:48px;
height:47px;
display:block;
border:0px;}
.banner:hover{
background-position:center -47px;}
.pro-range{
	font-family: 'port_lligat_slabregular';
	font-size:15pt;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}
.left-main-cat{
	background-image: linear-gradient(bottom, rgb(49,49,49) 21%, rgb(63,63,63) 61%, rgb(78,77,77) 81%);
background-image: -o-linear-gradient(bottom, rgb(49,49,49) 21%, rgb(63,63,63) 61%, rgb(78,77,77) 81%);
background-image: -moz-linear-gradient(bottom, rgb(49,49,49) 21%, rgb(63,63,63) 61%, rgb(78,77,77) 81%);
background-image: -webkit-linear-gradient(bottom, rgb(49,49,49) 21%, rgb(63,63,63) 61%, rgb(78,77,77) 81%);
background-image: -ms-linear-gradient(bottom, rgb(49,49,49) 21%, rgb(63,63,63) 61%, rgb(78,77,77) 81%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.21, rgb(49,49,49)),
	color-stop(0.61, rgb(63,63,63)),
	color-stop(0.81, rgb(78,77,77))
);
}
.left-sub-cat{
	background-image: linear-gradient(bottom, rgb(202,202,202) 43%, rgb(214,214,214) 71%, rgb(221,221,221) 86%);
background-image: -o-linear-gradient(bottom, rgb(202,202,202) 43%, rgb(214,214,214) 71%, rgb(221,221,221) 86%);
background-image: -moz-linear-gradient(bottom, rgb(202,202,202) 43%, rgb(214,214,214) 71%, rgb(221,221,221) 86%);
background-image: -webkit-linear-gradient(bottom, rgb(202,202,202) 43%, rgb(214,214,214) 71%, rgb(221,221,221) 86%);
background-image: -ms-linear-gradient(bottom, rgb(202,202,202) 43%, rgb(214,214,214) 71%, rgb(221,221,221) 86%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.43, rgb(202,202,202)),
	color-stop(0.71, rgb(214,214,214)),
	color-stop(0.86, rgb(221,221,221))
);
}
.left-main{
font-family: 'port_lligat_slabregular';
	font-size:12pt;
	font-weight:normal;
	color:#b9b9b9;
	text-decoration:none;
}
.sitemap-text{
	font-family: 'port_lligat_slabregular';
	font-size:12pt;
	font-weight:normal;
	color:#ffffff;
	text-decoration:none;
}
.paging{
	font-family: 'abelregular';
	font-size:12pt;
	font-weight: normal;
	color:#9d9d9d;
	text-valign:center;
	text-decoration:none;
	background:#FFFFFF;
	PADDING-top:3px;
	PADDING-bottom:3px;
	PADDING-right: 7px;
	PADDING-left: 7px;
	width:20px;
	height:20px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:solid 1px #e7e7e7;
}
.paging:hover{
	font-family: 'abelregular';
	font-size:11pt;
	font-weight: normal;
	color:#9d9d9d;
	text-valign:center;
	text-decoration:none;
	background:#ffffff;
	PADDING-top:3px;
	PADDING-bottom:3px;
	PADDING-right: 7px;
	PADDING-left: 7px;
	width:20px;
	height:20px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:solid 1px #e7e7e7;
}
.paging_act{
	font-family: 'abelregular';
	font-size:11pt;
	font-weight: normal;
	color:#9d9d9d;
	text-valign:center;
	text-decoration:none;
	background:#ffffff;
	PADDING-top:3px;
	PADDING-bottom:3px;
	PADDING-right: 7px;
	PADDING-left: 7px;
	width:20px;
	height:20px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border:solid 1px #e7e7e7;
}
.btn_save{
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:26px;padding-right:6px;padding-top:5px;padding-bottom:5px;
	background: #e15600 url('accept.png');
	background-repeat: no-repeat;
	background-position: 6px center;
	border:solid 0px #e15600;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	cursor:hand;
}
.btn_save:hover{
	background:#ff7e00 url('accept.png');
	background-repeat: no-repeat;
	background-position: 6px center;
}
.btn_cancel{
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:26px;padding-right:6px;padding-top:5px;padding-bottom:5px;
	background: #e15600 url('cancel.png');
	background-repeat: no-repeat;
	background-position: 6px center;
	border:solid 0px #e15600;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	cursor:hand;
}
.btn_cancel:hover{
	background:#ff7e00 url('cancel.png');
	background-repeat: no-repeat;
	background-position: 6px center;
}
.btn_general{
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:26px;padding-right:6px;padding-top:5px;padding-bottom:5px;
	background: #e15600 url('arrow_right.png');
	background-repeat: no-repeat;
	background-position: 6px center;
	border:solid 0px #e15600;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	cursor:hand;
}
.btn_general:hover{
	background:#ff7e00 url('arrow_right.png');
	background-repeat: no-repeat;
	background-position: 6px center;
}
.btn2{
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:6px;padding-right:6px;padding-top:2px;padding-bottom:2px;
	background:#e15600;
	border:solid 0px #e15600;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	cursor:hand;
}
.btn2:hover{
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:6px;padding-right:6px;padding-top:2px;padding-bottom:2px;
	background:#ff7e00;
	border:solid 0px #ff7e00;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	cursor:hand;
}
.btn_zoom{
	font-family:arial;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	text-decoration:none;
	padding-left:22px;padding-right:6px;padding-top:3px;padding-bottom:3px;
	background: #e15600 url('magnifier.png');
	background-repeat: no-repeat;
	background-position: 6px center;
	border:solid 0px #e15600;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	cursor:hand;
}
.btn_zoom:hover{
	background:#ff7e00 url('magnifier.png');
	background-repeat: no-repeat;
	background-position: 6px center;
}
.left_menu_active{
	font-family:Arial;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
}