/***********************************************/
/* HTML tag styles                             */
/***********************************************/
@import url(http://fonts.googleapis.com/css?family=Patua+One|Open+Sans);
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
    background-image: url("http://www.edocpublish.com/wp-content/themes/natural/images/bg/bg114.png");
    background-repeat: repeat;
}
body, td {
    color: #222;
    font: 13px/1.5 'Open Sans',Helvetica,Arial,sans-serif;
}

table {
	border-collapse: separate;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 25px auto;
	-moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

thead {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

thead th {
	font-family: 'Patua One', cursive;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
	text-align: left;
	padding: 20px;
	background-image: -moz-linear-gradient(#76a934, #ffffff);
	background-image: -webkit-linear-gradient(#76a934, #ffffff);
	background-image: linear-gradient(#76a934, #ffffff);
	border-top: 1px solid #76a934;
	background: #76a934;
}
thead th:first-child {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
thead th:last-child {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
}

tbody tr td {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #5f6062;
  font-size: 13px;
  padding: 20px 20px 20px 20px;
  border-bottom: 1px solid #e0e0e0;
}

tbody tr:nth-child(2n) {
  background: #f0f3f5;
}

tbody tr:last-child td {
  border-bottom: none;
}
tbody tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
tbody tr:last-child td:last-child {
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

tbody:hover > tr td {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  /* uncomment for blur effect */
  /* color:transparent;
  @include text-shadow(0px 0px 2px rgba(0,0,0,0.8));*/
}

tbody:hover > tr:hover td {
  text-shadow: none;
  color: #2d2d2d;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/******* hyperlink and anchor tag styles *******/

table#topmenu > a:link, a:visited{
}
a:hover{
	text-decoration: underline;
	color: #76a934;
}

table#topmenu{
text-align: center;
background:#000
color:#FFF
}

table#topmenu th{
	background:#fff;
	color:#FFF;
	padding: 0;
	text-align: center;
}

/**************************************************/
table#footer td{
	text-align: center;
}

table#footer {
	width: 800px;
}
table#header {
	width: 800px;
}
table#topmenu {
	width: 800px;
}
table#pricing {
	width: 500px;
}
table#options {
	width: 500px;
}
table#product {
	width: 500px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{color: #333333;	text-decoration: none;}
a:hover{
	text-decoration: underline;
	color: #FF0000;
}
A {	FONT-SIZE: 10px;	COLOR: #000000; 	font-family: Verdana, Arial, Helvetica, sans-serif;}
/************** header tag styles **************/

h1{
	font: bold 120% Arial,sans-serif;
	color: #76a934;
	margin: 0px;
	padding: 0px;
}

h2{
	font: bold 114% Arial,sans-serif;
	color: #76a934;
	margin: 0px;
	padding: 0px;
}

h3{
	font: bold 100% Arial,sans-serif;
	color: #76a934;
	margin: 0px;
	padding: 0px;
}

h4{
	font: 100% Arial,sans-serif;
	color: #76a934;
	margin: 0px;
	padding: 0px;
}

h5{
	font: 100% Arial,sans-serif;
	color: #76a934;
	margin: 0px;
	padding: 0px;
}

/*************** list tag styles ***************/

ul{
	list-style-type: square;
	color: #333;
	margin-left: 40px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
/***************       ***************/
.List {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	display: none;
	color: #333333;
	list-style-position: inside;
	text-decoration: none;
	text-transform: none;
	white-space: normal;
}
/***************       ***************/
.bluetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
}
.bluetextbold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFFFFF;
}
/***************       ***************/
.title1 {
	FONT-SIZE: 16px;
	FONT-WEIGHT: bold;
	COLOR: #76a934;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;

}
.phone800 {
	FONT-SIZE: 22px;
	FONT-WEIGHT: bold;
	COLOR: #76a934;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;

}
.orangeheader {
	FONT-WEIGHT: bold; 
	FONT-SIZE: 14px; 
	COLOR: #76a934; 
	font-family: Verdana, Arial, Helvetica, sans-serif;}

.style85 {color: #FFFFFF}

.style84 {
	COLOR: #000000;
	background-color: #FFF;
}
.style86 {color: #FFFF00}
.style87 {font-size: x-large; color: #FFFFFF; }
.xl24 {color:#ffffff;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	border-bottom-style: inset;
	border-bottom:thin;
	border-bottom-color:#76a934;
    color: #333333;
	padding: 10px;}

.xl25 {color:#ffffff;
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	border-bottom-style: inset;
	border-bottom:thin;
	border-bottom-color:#76a934;
    color: #333333;
	padding: 10px;}
.xl26 {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #76a934;
	border-bottom-style: inset;
	border-bottom:thin;
	border-bottom-color:#76a934;
    color: #ffffff;
	padding: 10px;}
.xl27 {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #E0E0E0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	border-bottom-color: #76a934;
	border-bottom-style: solid;
	border-bottom-width: thin;
}
.xl28 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #E0E0E0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	border-bottom-style: none;
}
.xl29 {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #E0E0E0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	color:#FF0000;
}
.xl30 {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
}

/***************       ***************/
.header1 {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background-color: #76a934;
}
.header2 {
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #E0E0E0;
	text-decoration: none;
}
.header3 {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 5px;
	padding-right: 5px;
	background-color: #76a934;
	text-decoration: none;
	border-style: none;
	width: auto;
	float: none;
}
/***************       ***************/
.stdtext {
	text-align: left;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	color: #666666;
	text-decoration: none;
	background-color: #FFFFFF;
}

.stdtextsmall {
	color: #333333;
	text-align: left;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
}
.SubTitleText {
	text-align: left;
	line-height: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	padding: 0px 10px 10px 0px;
}
.SubTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #76a934;
	text-align: left;
	line-height: 14px;
	font-weight: bold;
}
/********************************* add 2 *************************/
/***************       *********************************************/
.label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 10px;
	color: #333333;
	text-align: left;
	line-height: 14px;
}
.tableclear {
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: none; 
	color: #333333; 
	font-weight: normal;
	text-align: center; 
}
.tableheader {
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	COLOR: ffffff;
	background-color: #76a934;
	vertical-align:top;
	text-align: center;
}
.stdtable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px 5px;
	color: #333333;
	line-height: 14px;
}
/***************       *********************************************/
.topmenu {
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	width: auto;
	border: 0px none;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;

}
.bottomMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	height: auto;
	width: auto;
	border: 0px none;
}
.sidemenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #333333;
	text-decoration: none;
	padding: 0px;
	clear: none;
	float: none;
	height: auto;
	width: inherit;
	border: 0px none;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0;
	margin-top:0;
	line-height: 0;

}
.sidemenuheaders {
	margin: 0px;
	padding: 0px;
	text-align: center;
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	COLOR: #76a934;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1;
}
.linksmenu {
	text-transform: none;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	height: auto;
	width: auto;
	border: 0px none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	background-color: #ffffff;
}
.cleanicon {
	text-align: center;
	background-color:#FFFFFF;
	border:none;
}
.cleaniconblue {
	text-align: center;
	background-color:#ffffff;
	border:none;
}
/************************** add 4 ************************/
.toplinksnew {
	FONT-SIZE: 10px;
	FONT-WEIGHT: bold;
	COLOR: #76a934;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.Cards {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	height: auto;
	width: auto;
	border: 0px none;
}
.footertext {
	text-transform: none;
	color: #333333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	height: auto;
	width: auto;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	background-color: #ffffff;}
.footertextblue {
	text-transform: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	height: auto;
	width: auto;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: normal;
	color: #666666;
	background-color: #ffffff;
	text-align: center;
}

.tabletext {
	text-transform: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	height: auto;
	width: auto;
	border: 1px none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #666666;
	background-color: #FFFFFF;
	text-align: center;
}
.tabletextdark {
	text-transform: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	clear: none;
	float: none;
	height: auto;
	width: auto;
	border: 1px none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	color: #333333;
	background-color: #FFFFFF;
	text-align: center;
}
.tabletextwhite {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: normal;
}
.tabletextwhiteheader {
	color: #666666;
	text-decoration: none;
	font-size: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	line-height: normal;
}
