#browser{
	display: none;
	visibility: hidden;	
}



*{
	    font-family: Arial;
		overflow-y: scroll;
		overflow-x: hidden;
}

body{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 14px;
	background: #d8d8d8;
}

a{
	font-family: Arial;
	text-decoration: none;
	cursor: pointer;
}

a:hover{
	color:#00b59d;
}

a:current{
	color: #54284e;	
}

ul#mainnav ul li a{
		cursor: pointer;
}

/* MENU AND TOP BIT*/

#myMainTop{
	
	width: 100%;
	min-height: 60px;
	padding-top: 15px;
	
background: -webkit-linear-gradient(bottom, rgb(65, 74, 66) 0%, rgb(116, 116, 116) 100%);
background: -o-linear-gradient(bottom, rgb(65, 74, 66) 0%, rgb(116, 116, 116) 100%);
background: -ms-linear-gradient(bottom, rgb(65, 74, 66) 0%, rgb(116, 116, 116) 100%);
background: -moz-linear-gradient(bottom, rgb(65, 74, 66) 0%, rgb(116, 116, 116) 100%);
background: linear-gradient(to top, rgb(65, 74, 66) 0%, rgb(116, 116, 116) 100%);

border-bottom: 2px solid #000000;
z-index: 99;
}

#topbit{
	z-index: 90;
	width: 100%;
	position: relative;
	margin: 0;
	display: block;
	clear: both;
	height: auto; 
}

.armacell-title{
	font-size: 18px;
	font-weight: bold;
	color: #000;
}




#rightAnswersPlane{
	position: absolute;
	left: 100%;
	top:0;
	height: 100%;
	z-index: 999999;
	width: 92%;
	border-left: 1px solid #000;
	
	background-image: linear-gradient(bottom, rgb(0,0,0) 0%, rgb(101,101,101) 58%);
background-image: -o-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(101,101,101) 58%);
background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(101,101,101) 58%);
background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(101,101,101) 58%);
background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 0%, rgb(101,101,101) 58%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(0,0,0)),
	color-stop(0.58, rgb(101,101,101))
);
	
	transition: all 0.3s ease-in-out;
	
}

.activatedLeftSliders{
	left: 5%;
}


.topGTitle{
	display: block;
	position: relative;
	width: 100%;
	top: 15px;
	padding-left: 15px;
	margin-bottom: 30px;
	text-shadow: #000 0 -2px 0;
	color: #c7e785;
	font-size: 22px;
	
}

.myAnswerHere{
	
	position: relative;
	display:block;
	margin: 30px 10px;
	width: 94%;
	border-bottom: 2px solid #6f6f6f;
	overflow: visible;
	min-height: 50px;
	padding: 10px;
	
}

.myAnswerLeft{
	position: relative;
	float: left;
	width: 88%;
	font-size: 22px;
	line-height: 25px;
	color: #fff;
	text-shadow: #000 0 -2px 0;
}

.myAnswerRight{

	position: relative;
	float: right;	
	
}
















.armacell-subh{
	font-size: 13px;
	font-weight: normal;
	color: #000;
}

#contentholder{
	position: relative;
	width: 100%;
	background: #d8d8d8;
	height: auto;
}

#content{
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#backarrow{
	position: relative;
	float: left;
	width: 42%;
	margin-left: 10px;	
}

.backtext{
	color: #fff;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	display: inline-block;
	position: absolute;
	padding-left: 15px;
	left: 14px;
	top: 4px;
	text-shadow: #000 0 -1px 0;
}

#backbutton{
	cursor: pointer;
}

#questionno{
	position: relative;
	float: right;
	text-align: right;
	width: 48%;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
	vertical-align: middle;
	font-weight: bold;
	text-shadow: #000 0 -1px 0;
	color: #fff;
	top: 5px;
	right: 40px;
}

#qnum{
	color: #000;	
}

#toppart{
	width: 100%;
	position: relative;
}

.options{
	position: absolute;
	right: -27px;
	top: 3px;	
	
}

#topnav{
	position: relative;
	top: -4px;
	width: 100%;
	height: 28px;
	background-image: linear-gradient(bottom, rgb(122,163,41) 0%, rgb(171,213,88) 100%);
background-image: -o-linear-gradient(bottom, rgb(122,163,41) 0%, rgb(171,213,88) 100%);
background-image: -moz-linear-gradient(bottom, rgb(122,163,41) 0%, rgb(171,213,88) 100%);
background-image: -webkit-linear-gradient(bottom, rgb(122,163,41) 0%, rgb(171,213,88) 100%);
background-image: -ms-linear-gradient(bottom, rgb(122,163,41) 0%, rgb(171,213,88) 100%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0, rgb(122,163,41)),
	color-stop(1, rgb(171,213,88))
);
	text-align: center;
}

#mainnav{
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 4px;
}

#mainnav li{
	display: inline;
	list-style: none;
	list-style-type: none;
}

.round{
	background: url("../images/circles.png") no-repeat;
	height: 14px;
	width: 14px;
	overflow: hidden;
	display: inline-block;
	margin: 2px;
}

.tick{
	background-position: 0 -14px;	
}

.cross{
	background-position: 0 -28px;	
}

.selected{
	background-position: 0 -42px;	
}


.tooltip {
    display:none;
    background: url("../images/arrow_black.png");
    font-size:13px;
	font-weight: bold;
    height:51px;
    width:185px;
    padding:15px;
	text-align: center;
    color:#fff;
    margin-top:10px;
  }
  


#topcontent{
	position: relative;
	top: 0;
	width: 100%;
	height: 125px;
background: -webkit-linear-gradient(bottom, rgb(107, 157, 57) 0%, rgb(181, 219, 95) 100%);
background: -o-linear-gradient(bottom, rgb(107, 157, 57) 0%, rgb(181, 219, 95) 100%);
background: -ms-linear-gradient(bottom, rgb(107, 157, 57) 0%, rgb(181, 219, 95) 100%);
background: -moz-linear-gradient(bottom, rgb(107, 157, 57) 0%, rgb(181, 219, 95) 100%);
background: linear-gradient(to top, rgb(107, 157, 57) 0%, rgb(181, 219, 95) 100%);
 border-bottom: 2px solid #000000;
}

#topquestion{
	position: relative;
	float: left;
	width: 60%;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding: 30px 0 30px 30px;
}

#topanswer{
	position: relative;
	float: right;
	width: 30%;
	padding-right: 5px;
	text-align: right;
}

#topanswer .btncentral{
	padding-top: 3px;	
}

#yes{
	float: right;
	height: 55px;
	width: 120px;
	display: inline-block;
	text-align: center;
	font-weight: normal;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	line-height: 55px;
	vertical-align: middle;
	cursor: pointer;
	
	
-moz-transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
		
	background: url("../images/yesno-button.png");
	
	margin-top: 2px;
	margin-bottom: 3px;
}

#no{
	height: 55px;
	width: 120px;
	display: inline-block;
	text-align: center;
	font-weight: normal;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	line-height: 55px;
	vertical-align: middle;
	cursor: pointer;
	
	
	
-moz-transition: all 0.1s ease-out;
	-webkit-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
		
	background: url("../images/yesno-button.png")


}













/* THIS IS WHERE THE CONTENT GOES */

#maincontent{
	margin-top: 0;
	padding-top: 0;
	position: relative;
	width: 200%;

}

#maincontentproduct{
	position: relative;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}

#maincontenttitle{
	position: relative;
	width: 100%;
	height: 40px;
	background: #f1f1f1;
	margin-top: 20px;
	line-height: 40px;
	vertical-align: middle;
	display: block;
	clear: both;
	font-size: 13px;
	font-weight: bold;
	
}

#maincontenttitle span{
	margin-left: 15px;
}

#isotopelist{
	width: 100%;
	background: #d8d8d8;
	min-height: 200px;	
	margin-top: 0;
	margin-bottom: 20px;
	padding-bottom: 12px;
	padding-top: 0;
	top: 0;
}
	



	
	
.element{
	width: 100%;
}

.element span{
	padding: 5px 10px;
	height: 44px;
	margin: 0;
/*	line-height: 44px;  THIS IS TO BE PUT BACK IF FAILURE OCCURS */
	vertical-align: middle;
	display: inline-block;	
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	border-bottom: 1px solid #000000;
	width: 100%;
	background: #add264;
	font-size: 18px;
}

.element span img{
	float: right;
right: 30px;
top: 15px;
position: relative;
}
	
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:      -o-transform, opacity;
          transition-property:         transform, opacity;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
      -ms-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

.isotope.infinite-scrolling {
  -webkit-transition: none;
     -moz-transition: none;
      -ms-transition: none;
       -o-transition: none;
          transition: none;
}

img, a{
	border: 0;
	outline : none;
}
	
/* PRODUCTS HERE */

.producttitle{
	position: relative;
	width: 45%;
	float: right;
	font-size: 22px;
	font-weight: bold;
	color: #333;
	line-height: 28px;
	margin-top: 6px;
}


.productspecification{
	height: 65px;
	width: 100%;
	text-align: center;
	display: block;
	clear: both;
}

.productspecification span{
	height: 65px;
	width: 415px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 65px;
	position: relative;
	display: inline-block;
		text-shadow: #000 0 -2px 0;

	margin: 7px auto;	
		background: url("../images/specification-button.png") no-repeat;


	
}


.productcontent{
	background: #d8d8d8;
	padding: 25px;	
	font-size: 13px;
}

.productcontentText{
	background: #fff;
	padding: 25px;	
	font-size: 13px;
	border-radius: 15px;
	border: 1px solid #bbb;
	clear: both;
	margin-top: 15px;
}

.productcontent p, .productcontent ul {
	margin: 0 5px 5px 5px;
	padding: 0 10px 10px 10px;
	list-style: none;
	list-style-type: none;
	/*color: #87bc00;*/
	color:#333;
	font-size: 13px !important;
	width:100%;
}


.productcontent ul li:before {
    content: "• ";
    color: #95c24d; /* or whatever color you prefer */
	font-size: 24px;
}



 
.requiredproduct{
	padding: 10px;
	border-bottom: 1px solid #94c530;
	height: 18px;
	background: #fafafa;
}

.requiredproductleft{
	position: relative;
	float: left;
	width: 84%;
	display: inline-block;
	color: #333;

}

.requiredproductright{
	position: relative;
float: right;
width: 6%;
text-align: right;
display: inline-block;
padding-right: 25px;
color: #95c24d;
font-size: 22px;

}

.openthis{
	background:#94c530;
	height: 10px;
	color: #fff;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	
	padding: 4px;
}

.openthis:hover{
	background:#84b520;
}


#sorry{
	display: none;
}


.addinfo div a { 
	color: #333; 
	text-decoration: none; 
	line-height: 60px; 
	border-bottom: 1px solid #333;
	width: 100%;
	line-height: 60px;
	height: 60px;
	display: block;
	font-size: 16px;
}

.addinfo div a:hover { color:#87bc00; }


#myLeft{
	position: relative;
	float: left;
	width: 50%;
	left: 0;
}

#myRight{
	position: relative;
	float: right;
	width: 50%;
}

.productimage{
	height: 215px;
	width: 215px;
	position: relative;
	width: 50%;
	float: left;
	background: url("../images/image-bg.png") no-repeat;
}


.productbottom2{
width: 100%;
font-size: 13px;
border-radius: 15px;
border: 1px solid #bbb;
clear: both;
margin-top: 15px;
background: #fff;
height: auto;

}

.productbottom ul{
	list-style-type: none;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 100%;
font-size: 13px;
border-radius: 15px;
border: 1px solid #bbb;
clear: both;
margin-top: 15px;
background: #fff;
height: auto;
}

.productbottom ul li span.ulTitle,
.ulTitle {
	color: #95c24d;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
}

.productbottom ul li a{
	display: block;
	width: 100%;
	line-height: 60px;
	font-size: 16px;
}

.productbottom ul li{
	border-bottom: 1px solid #666;
	padding-left: 25px;
	height: 60px;
}

.productbottom ul li:last-child{
	border-bottom: none;	
}

.bottomTitle{
	width: 100%;
	border-bottom: 1px solid #333;	
	padding-left: 25px 0 0 0;
	margin: 0;
}

.bottomTitle .ulTitle{
 	padding-left: 25px;
}

.addinfo a span.left
{ 
padding-left: 25px;
}

.addinfo a:last-child{
	border: none;
}

.addinfo .requiredproductleft{
	margin-left: 25px;	
	width: 75%;
}



.productbottom ul li:before{
	content: "";
}

.pppText{
	width: 500px !important;
	line-height: 18px;	
}