@import url("layout.css");
@import url("navigation.css");
@import url("sidebar.css");
@import url("allbtn.css");
@import url("btn-icon.css");
@import url("grid.css");

/*#######################################
ALL FONTS FAMILY CSS
#######################################*/
.elink,
.pagepath, 
.maillistform input,
#footer,
.gridlistbtn a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
body,
.link,
.cmstxt,
.points li {
	font-family:Arial, Helvetica, sans-serif;
	}
h2, 
.pageheader h1  {
	font-family:"trebuchet MS";
	}
/*##################################
COMMON CSS
##################################*/

/* COMMON RESET CSS
----------------------------------*/
dl, dt, dd
	{
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
a {
	text-decoration:none;
	}
/*
H1-pageheader, 
H2-common sub-title in page, 
H3-common sub-title in page, 
H4-sidebar product name, Headers in forms
H5-sidebar title
H6-not define yet*/
h1, h2, h3, h4, h6 { 
	margin:0px;
	padding:0px;
	}
h2 {
	margin-bottom:5px;
	text-transform:uppercase;
	color:#000000;
	font-size:100%;
	}
p {
	margin:0 0 15px 0;
	}
.link, 
.elink {
	text-decoration:none;
	color:#c47701;
	}
.link:hover,
.elink:hover {
	color:#ffffff;
	}
.imgborder, .imgleft, imgright {
	border:1px solid #cccccc;
	background-color:#FFFFFF;
	text-align:center;
	}
.imgborder:hover, .imgleft:hover, imgright:hover {
	border:1px solid #000000;
	}
.imgborder, .imgleft, .imgright {
	padding:2px;
	}
.imgleft {
	float:left;
	margin:0 10px 10px 0;
	}
.imgright {
	float:right;
	margin:0 0px 10px 10px;
	}
.cmstxt {
	margin:0 0 15px 0;
	font-size:11px;
	color:#a4a4a4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
.left {
	float:left;
	}
.right {
	float:right;
	}
.textboxborder {
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #A9C2A5;
	font-size:100%;
	color:#666666;
	background-color:#FFFFFF;
	padding:2px;
	}
.handcur {
	cursor:pointer;
	}
/* IMAGE ALIGN CSS
-----------------------------------*/
.imgborder, 
.imgleft,
.imgright {
	text-align:center;
	display:block;
	}
.imgborder img.spacer,
.imgleft img.spacer,
.imgright img.spacer {
	width:0px;
	}
.imgborder img,
.imgleft img,
.imgright img{
	vertical-align:middle;
	}
/*==================================
POPUP CSS
==================================*/
#white {
	background-color:#FFFFFF;
	padding:15px;
	font-size:80%;
	}
#white .btnbar {
	text-align:center;
	border-bottom:1px solid #cccccc;
	border-top:1px solid #cccccc;
	padding:10px 0;
	}
#white #topbar {
	height:140px;
	border-top:none;
	}
#white #topbar .close {
	position:absolute;
	right:15px;
	top:15px;
	}
#white .formcss .btnbar {
	padding:0;
	}
/* POPIMAGE CSS
----------------------------------*/
#white .image #topbar {
	margin-bottom:15px;
	}
#white .image h2 {
	margin:0px;
	}
/* CURVE IMAGE CSS
#######################################*/
.tl, .tr, .bl, .br, .tl1, .tr1 {
	position:absolute;
	line-height:0px;
	font-size:0px;
	display:block;
	background:url(../images/commonimg.gif) no-repeat;
	}
.tl, .tr 	{ height:6px; width:6px; }
.tl 		{ left:0px; top:0px; }
.tr 		{ right:0px; top:0px; }

.tl1, .tr1 	{ height:6px; }
.tl1		{ width:100%; top:-1px; left:-1px; }
.tr1 		{ width:97%;right:-2px; }

.bl, .br 	{ height:6px; }
.bl 		{ width:100%; bottom:-1px;left:-1px; }
.br 		{ width:98%; right:-2px; }
/*==================================
COMMON POINTS CSS
==================================*/
.points {
	list-style-type:none;
	margin:0 0 15px 15px;
	padding:0px;
	}
.points li {
	padding:0 0 0 10px;
	margin:0 0 10px 0;
	color:#333333;
	background-image:url(../images/arrow.gif);
	background-position:1px 5px;
	background-repeat:no-repeat;
	line-height:110%;
	}
.points li .points{
	margin-top:15px;
	}
.msg {
	display:block;
	text-align:center;
	color:#F9ED1E;
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
	}
/*==================================
ALL HORIZONTAL-BARS RELATED CSS
==================================*/
.hor_bar, .hor_bar1 {
	padding:8px 10px;
	margin-bottom:15px;
	position:relative;
	min-height:15px;
	}
.hor_bar {
	background-color:#f2f2f2;
	border-bottom:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	}
.hor_bar1 {
	background-color:#DBE2DA;
	border-bottom:1px solid #B8CFB5;
	border-right:1px solid #B8CFB5;
	}
.hor_bar .right1, 
.hor_bar1 .right1 {
	position:absolute;
	right:8px;
	top:7px;
	}
.hor_bar .left1, 
.hor_bar1 .left1 {
	position:absolute;
	left:8px;
	top:7px;
	}
/*=======================================
HOR LINE & CLEAR CSS
========================================*/
.hor_line{
	height:20px;	
	margin-bottom:20px;
	border-bottom:1px solid #dfdfdf;
	}
.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
	display:block;
	}
/*================================
NO RECORD ERROR CSS
===============================*/
.norecord {
	border:1px solid #dfdfdf;
	color:#ff0000;
	font-size:13px;
	font-weight:bold;
	padding:7px 0 9px 55px;
	height:30px;
	position:relative;
	margin-bottom:15px;
	}
.norecord img{
	position:absolute;
	left:8px;
	top:8px;
	border:none;
	}
/*================================
TABLE CSS
===============================*/

.tbl-typ1 {
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:15px;
	border-left:1px solid #393939;
	border-top:1px solid #393939;
	}
.tbl-typ1 th {
	background-color:#000000;
	border-right:1px solid #393939;
	padding:4px 6px;
	}
.tbl-typ1 td {
	background-color:#262626;
	padding:4px 6px;
	border-right:1px solid #393939;
	border-top:1px solid #393939;
	}
/*##################################
TOPBAR CSS
##################################*/
#topbar {
	position:relative;
	}
#topbar h1{	
	margin:0px;
	padding:0px;
	}
#topbar h1 .logo  {
	width:201px;
	height:52px;
	background-image:url(../images/logo.jpg);
	background-repeat:no-repeat;
	position:absolute;
	left:19px;
	top:42px;
	text-indent:-9999px;
	outline:none;
	overflow:hidden;/*NEVER FORGOT THIS WHEN YOU USE TEXT-INDENT*/
	}
#topbar .logo2 {
	width:155px;
	height:113px;
	position:absolute;
	right:14px;
	top:10px;
	display:block;
	outline:none;
	overflow:hidden;/*NEVER FORGOT THIS WHEN YOU USE TEXT-INDENT*/
	}
/*#################################### 
PAGEHEADER AND PAGE PATH CSS
####################################*/
.pageheader {
	padding:0 0 7px 0;
	border-bottom:1px solid #2d2d2d;
	margin-bottom:20px;
	}
.pageheader h1 {
	margin:0px;
	color:#cfcece;
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
	}
.pagepath {
	padding:7px 15px 8px 0px;
	margin-bottom:20px;
	color:#666666;
	font-size:65%;
	border-top:1px solid #E5E5E5;
	border-bottom:1px solid #E5E5E5;
	}
.pagepath strong {
	margin:0 7px 0 7px;
	color:#333333;
	}
.pagepath a{
	color:#666666;
	text-decoration:none;
	}
.pagepath a:hover {
	color:#0069AF;
	}
.pagepath span {
	/*active page name*/
	color:#4B864D;
	font-weight:bold;
	}
/*##################################
NAVIGATION CSS
##################################*/
#navigation {
	background-color:#526A50;
	}
#navigation .active {
	background-color:#526A50;
	}
/*#################################### 
MIDBAR CSS
####################################*/
.midbar {
	border:1px solid #ffcc00;
	margin-bottom:15px;
	}
/*==================================
SCROLLER CSS 
==================================*/
#pscroller_infoboxnews {
	height:275px;
	}
#pscroller_topbar {
	height:58px;
	}
#pscroller_news {
	height:245px;
	}
#pscroller_events {
	height: 355px;
	}
#pscroller_specials {
	height: 355px;
	}
#pscroller_testimonials {
	height:245px;
	}
#pscroller_indexnews {
	height:152px;
	}
/*##################################
CONTENT-BOX STRUCTURE CSS
THIS CSS USED IN FAQ, TESTIMONIALS AND LINKS PAGES
##################################*/
.contentbox1 {
	background-color:#F2F2F2;
	padding:15px;
	margin:0 0 20px 0;
	min-height:1px;
	}
.contentbox1 dt {
	background-color:#DBE2DA;
	font-weight:bold;
	margin:-15px -15px 15px -15px;
	padding:12px 15px;
	font-size:100%;
	}
.contentbox1 dt a{
	color:#2D7628;
	}
.contentbox1 dt a:hover{
	color:#000000;
	}
.contentbox1 .contentboxdata {
	margin:0px;
	}
.contentbox1 .imgleft td{
	height:94px;
	width:164px;
	}
.contentbox1 .linkbox {
	background-color:#E8E8E8;
	display:block;
	margin:15px -15px -15px -15px;
	height:35px;
	min-height:1px;
	font-weight:bold;
	position:relative;
	}
.contentbox1 .linkbox a {
	position:absolute;
	right:10px;
	top:9px;
	}
.linkbar {
	font-weight:bold;
	background-color:#f2f2f2;
	padding:8px 10px;
	font-size:90%;
	border-bottom:1px solid #CFCFCF;
	border-right:1px solid #CFCFCF;
	margin-bottom:15px;
	}
.linkbar a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
/*##################################
INFOBOX CSS
##################################*/

.infobox, .infobox1 {
	padding-right:25px;
	border-bottom:1px solid #2d2d2d;
	padding-bottom:17px;
	margin-bottom:23px;
	}
.infobox dt,.infobox1 dt {
	font-family:"Trebuchet MS";
	color:#cfcece;
	font-size:25px;
	margin-bottom:5px;
	}
.infobox1 dt {
	text-transform:uppercase;
	}
.infobox dd, .infobox1 dd  {
	font-size:11px;
	line-height:16px;
	}
.video-hd1 {	
	font-family:"Trebuchet MS";
	color:#cfcece;
	font-size:25px;
	margin-bottom:9px;
	font-weight:normal;
	}
/*##################################
FOOTER CSS
##################################*/
#footer {
	background-color:#DBE2DA;
	font-size:11px;
	height:50px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../images/footer-bg.png) repeat-x 0 0;
	border-top:1px solid #191919;
	text-align:center;
	}
#footer .copyright,
#footer .links {
	position:absolute;
	top:18px;
	} 
#footer .footer-idocserver {
	display:inline-block;
	padding-top:14px;
	}
#footer .footer-idocserver a {
	outline:none;
	}
#footer .copyright {
	left:20px;
	color:#606060;
	}
#footer .links {
	right:20px;
	color:#606060;
	}
#footer .links a {
	color:#606060;
	}
#footer .links a:hover {
	color:#c47701;
	}
#footer .links span {
	margin:0 3px;
	}
#footer .bookmarkbtn {
	position:absolute;
	bottom:10px;
	right:20px;
	}
	
/******Checkbox**********/
.formbox li.checkbox-cntnt  {
	width: 100%;
	position:relative;
}
.formbox li.checkbox-cntnt .error{
	position: absolute;
    top: 45px;
}
.formbox li.checkbox-cntnt label {
   display: flex;
    align-items: center;
    width: 55%;
    text-align: left;
    padding-left: 15px;
    justify-content: center;
	margin-left: 200px;
}
.formbox li.checkbox-cntnt input{
	display:flex;
	justify-content:end;
}
.check-label{
	display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/* Hide the browser's default checkbox */
.check-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
 position: absolute; 
  top: 8px;
    left: -25px;
  height: 18px;
  width: 18px;
  background-color: #fff;
}



/* When the checkbox is checked, add a blue background */
.check-label input:checked ~ .checkmark {
  background-color: #757575;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
 position: absolute; 
  display: none;
}

/* Show the checkmark when checked */
.check-label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-label .checkmark:after {
  left: 6px;
    top: 0px;
    width: 4px;
    height: 11px;
  border: solid #ff0000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/******Checkbox**********/