@import url("reset.css");
@import url("Font/font.css");
/* @import url("//fonts.googleapis.com/css?family=Bitter:400italic,400,700"); */

html 
{
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZDhkOCIgc3RvcC1vcGFjaXR5PSIwLjQ0Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjIxJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIwLjU2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjY5Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(216,216,216,0.44) 0%, rgba(219,219,219,0.56) 21%, rgba(255,255,255,0.69) 44%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,216,216,0.44)), color-stop(21%,rgba(219,219,219,0.56)), color-stop(44%,rgba(255,255,255,0.69)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(216,216,216,0.44) 0%,rgba(219,219,219,0.56) 21%,rgba(255,255,255,0.69) 44%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(216,216,216,0.44) 0%,rgba(219,219,219,0.56) 21%,rgba(255,255,255,0.69) 44%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(216,216,216,0.44) 0%,rgba(219,219,219,0.56) 21%,rgba(255,255,255,0.69) 44%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(216,216,216,0.44) 0%,rgba(219,219,219,0.56) 21%,rgba(255,255,255,0.69) 44%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#70d8d8d8', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}
body {color: #575757;font: normal 13px Arial, Helvetica, Tahoma, Verdana;}
p {line-height: 1.7em;margin-bottom: 15px;}
a, a:link, a:focus {color:#669999;outline: 0;text-decoration: none;} /* Theme change: link color */
a:hover {color: #77b61e;text-decoration: underline;}

h1, h2, h3, h4, h5,h6 {line-height: 1.5em;margin-bottom: 15px;font-weight: 400; text-align: center;}
h1 {font-size: 2.8em; text-align:center;margin-top:30px;} 
h2 {font-size: 1.9em;font-weight: normal;font-family: "Bitter", Arial, Helvetica;margin-top:25px;}
h3 {font-size: 1.4em;font-weight: normal;font-family: "Bitter", Arial, Helvetica;}
h4 {font-size: 1.4em;color: #77b61e;font-weight: bold;margin-bottom: 10px;} /* Theme change: color */
h5 {font-size: 1.75em;font-weight: normal;font-family: "Bitter", Arial, Helvetica;}
h6 {font-size: 1.7em;font-weight: normal;font-family: "Bitter", Arial, Helvetica;margin-top:25px;text-align:left;}

.warningMessage 
{
    background-color:Red;
    font-size:larger;
    text-align:center;
    margin:0px;
    padding:5px;
    color:White;
}
#intro
{
    color: #fff;
    background: #222124 url('../img/intro-bg.png') no-repeat;
    height: 325px;
    position: relative;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
#intro #image {position: absolute;bottom: 0;right: 0;}
.image {position: absolute;bottom: 0;right: 0;}
#intro h1, #intro h2 {font-family: "Bitter", Arial, Helvetica;font-size: 2.7em;text-shadow: 0 0 0;color: #fff;margin-bottom: 20px;font-weight: normal;line-height: 1.2em;}
#intro p {color: #b8bfc8;margin-bottom: 30px;}
#intro .padding {padding: 50px 460px 0 50px;}
#intro #slider {overflow: hidden;width: 978px;height: 325px;position: relative;}
#intro #slider ul {position: absolute;top: 0;}
#intro #slider li {width: 978px;height: 325px;float: left;position: relative;}
#intro a.next, #intro a.prev {text-indent: -9999px;display: block;position: absolute;top: 150px;width: 20px;height: 28px;}
#intro a.prev {left: -35px;background: url('../img/prev.png') no-repeat 0 0;}
#intro a.next{right: -35px;background: url('../img/next.png') no-repeat 0 0;}
#intro a.next:hover, #intro a.prev:hover {background-position: 0 -28px;}

#container 
{
    padding: 0 0 10px;

}
#content
{
    padding: 0 15px;
    border: 1px solid #C0C0C0;
    padding-bottom:20px;
    background: #FFFFFF;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
#content ul
{
    padding: 2px 5px 2px 5px;
    margin: 10px;
}

.GalleryImage 
{
    border: 1px solid #C0C0C0;
    padding: 5px;
}

.cols
{
    height: 190px;
    padding: 0px 30px 0 30px;
    border: 1px solid #C0C0C0;
    border-top: 0px;
    background-color: #D7D7D7;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
	color:#000000;
}
.cols a 
{
    color:#000000;
    text-decoration:none;
}
.cols a:hover 
{
    color:#77b61e;
    text-decoration:none;
}   
.cols h2 {font-family: Arial, Helvetica;line-height: normal;}
.cols .col1-3 {width: 285px;margin-left: 25px;float: left;}
.cols .col1-3 p:last-child, 
.cols .col2-3 p:last-child {margin-bottom: 0;}
.cols .col1-3:first-child {margin-left: 0;}
.withIcon h6, .withIcon p {padding-left: 75px;}
.icon1 {background: url('../Image/list.png') no-repeat 0px 10px;}
.icon2 {background: url('../Image/list.png') no-repeat 0px 10px;}
.icon3 {background: url('../Image/list.png') no-repeat 0px 10px;}

#MessageBar
{
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
    padding: 5px 5px 5px 5px;
    margin-top: 0px;
    position: relative;
    border-bottom: 0px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
#MessageBar .icon {position: absolute;bottom: 20px;left: 20px;display: block;width: 58px;height: 62px;}
#MessageBar p {margin: 0;}
#MessageBar small {color: #acacac;font-size: 12px;}

#headerBar
{
    height: 100px;
    padding: 4px 9px 4px 4px;
    position: relative;
    text-align: right;
    margin: 0px 0px 0px 0px;
    background-image: url("../Image/recycle-icon.png");
    background-repeat:no-repeat;
}
#headerBar p {margin: 0;}
#headerBar small {color: #acacac;font-size: 12px;}

#footer {color: #fff;font-size: 11px;}
#footer p {color: #898989;line-height: 20px; }

#route 
{
    padding:10px;
}

#wrap {margin: 0 auto;position: relative;width: 978px;}
.mask {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}
a.button {display: block;float: left;background: url('../img/button-left.png') no-repeat;height: 35px;text-decoration: none;}
a.button span {cursor: pointer;position: relative;left: 20px;padding: 0 30px 0 10px;display: block;float: left;background: url('../img/button-right.png') no-repeat 100% 0;height: 35px;line-height: 33px;overflow: hidden;font-size: 1.0em;font-weight: bold;color: #fff;text-shadow: 1px 1px 1px #67921c;text-decoration: none;} /* Theme change: text shadow and text color */
a.button:hover span {color: #d5f4a7;}/* Theme change: text color */
.gallery .photo {margin-left: 20px;}
.gallery .photo:first-child {margin-left: 0;}
.gallery img 
{
    border: 1px solid #C0C0C0;
    padding: 3px;
}
a.photo {display: block;float: left;}
a.photo img, img.photo {display: block;float: left;background: #fff;}
.col1-2 {width: 453px;;margin-left: 40px;float: left;}
.col1-2:first-child {margin-left: 0;}
.marginBottom30 {margin-bottom: 30px;}

/* Begin styling for tabs */
.TabGrayTheme .ajax__tab_header 
{
	font-size:11px;
	font-weight:bold;
    font-family:arial, sans-serif;
}
.TabGrayTheme a
{
    color:#000000;
}
.TabGrayTheme a:hover 
{
    color:#FFFFFF
}
.TabGrayTheme .ajax__tab_active .ajax__tab_outer,
.TabGrayTheme .ajax__tab_header .ajax__tab_outer,
.TabGrayTheme .ajax__tab_hover .ajax__tab_outer
{
    margin-right:4px;
}
.TabGrayTheme .ajax__tab_active .ajax__tab_inner,
.TabGrayTheme .ajax__tab_header .ajax__tab_inner,
.TabGrayTheme .ajax__tab_hover .ajax__tab_inner
{
    margin-left:3px; /* offset the width of the left image */
}
.TabGrayTheme .ajax__tab_active .ajax__tab_tab,
.TabGrayTheme .ajax__tab_hover .ajax__tab_tab,
.TabGrayTheme .ajax__tab_header .ajax__tab_tab
{
	margin-right:0px;	
	padding:8px 23px 8px 20px;
}
.TabGrayTheme .ajax__tab_header 
{
	color:#fff;
	cursor: pointer;
}
.TabGrayTheme .ajax__tab_outer
{
    background:url(img/gray_left.gif) no-repeat 0px 0px;
}
.TabGrayTheme .ajax__tab_inner
{
    background:url(img/gray_right.gif) no-repeat 100% 0px;
}
.TabGrayTheme .ajax__tab_hover .ajax__tab_outer
{
    background:url(img/gray_left.gif) no-repeat 0px -150px;
}
.TabGrayTheme .ajax__tab_hover .ajax__tab_inner
{
    background:url(img/gray_right.gif) no-repeat 100% -150px;
}
.TabGrayTheme .ajax__tab_active .ajax__tab_outer
{
    background:url(img/gray_left.gif) no-repeat 0px -300px;
}
.TabGrayTheme .ajax__tab_active .ajax__tab_inner
{
    background:url(img/gray_right.gif) no-repeat 100% -300px;
}
.TabGrayTheme .ajax__tab_body 
{
	border:solid 2px #778d98;
	padding: 15px;
}
/* Modal Popup loading */
#progressBackgroundFilter 
{
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  z-index: 1000;
  background-color: #000000;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.60;
}
#progressMessage { 
  position: fixed; 
  top: 30%; 
  left: 43%;
  padding: 10px;
  width: 14%;
  z-index: 1001;
  background-color: #EFF3FB;
  border-style: solid;
  border-width: 1px;
  border-color: #B5C7DE;
  border-radius:10px;
} 

#productBackgroundFilter 
{
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  z-index: 50;
  background-color: #000000;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.60;
}
#productMessage { 
  position: fixed; 
  top:10%;
  left: 28%;
  padding-top:0px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
  width: 40%;
  z-index: 51;
  background-color: #EBEBEB;
  border-style: solid;
  border-width: 1px;
  border-color: #B5C7DE;
  border-radius:10px;
}
#modalBackgroundFilter 
{
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  z-index: 50;
  background-color: #000000;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  opacity: 0.60;
}
#modalMessage { 
  position: fixed; 
  top: 10%; 
  left: 28%;
  padding-top:0px;
  padding-left:10px;
  padding-right:10px;
  padding-bottom:10px;
  width: 40%;
  z-index: 51;
  background-color: #EBEBEB;
  border-style: solid;
  border-width: 1px;
  border-color: #B5C7DE;
  border-radius:10px;
}
/* input/output styling classes */
.textbox 
{
    font-family: Verdana, Arial, Helvetica;

}
.textarea 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.searchbox 
{
    font-family: Verdana, Arial, Helvetica;
    font-style: italic;
}
.dropdownlist 
{
    font-family: Verdana, Arial, Helvetica;
	font-size: small;
}
.validationsummary
{
	text-align: center;
}
.watermarked
{
    font-family: Verdana, Arial, Helvetica;
    font-style: italic;
}
.table
{
	border-color:#B5C7DE;
	border-width:1px;
	border-style:solid;
    padding: 10px;
    background-color:#FFFFFF;
}
/* Autocomplete ajax styling */
.autocomplete_completionListElement 
{  
	margin : 0px!important;
	background-color : White;
	border : black;
	border-width : 1px;
	border-style : solid;
	cursor : pointer;
	overflow : auto;
	height : 200px;
    text-align : left; 
    list-style-type : none;
}
.autocomplete_highlightedListItem
{
	background-color: #D7D7D7;
	color: black;
	padding: 1px;
}
.autocomplete_listItem 
{
	background-color : White;
	color : black;
	padding : 1px;
}

input[type=text], input[type=password] {
	border: 1px solid #CCC;
	padding: 4px;
	border-radius: 6px;
}
input[type=text]:focus, input[type=password]:focus {
    background-color: #EFE;
}
input[type=text]:hover, input[type=password]:hover {
    border: 1px solid #669999;
}
input[type=submit], input[type=button], button {
	background-image:url("../Image/check.png");
	background-position:3px 5px;
	background-repeat: no-repeat;
	padding:8px;
	padding-left:28px;
    border: 1px solid;
}
input[type=submit]:hover, input[type=button]:hover, button:hover 
{
    border:1px solid #669999;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
	-o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.map-wrap {
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 10px;
	margin: 20px 0px;
}
.map {
	margin: 0px auto;
}
.searchbutton
{

}
.socialicon 
{
    padding-right:8px;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.modalPopup p {
    padding: 5px;
}