/* CSS Document */
.cartHead{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
.cartData{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#006600;
}
.tableMain{

}
.arrowlistmenu{
width: 180px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
background: black url(../titlebar.png) repeat-x center left;
/*margin-bottom: 0px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 0px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(../titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}
.table_heading {
	font-family: verdana;
	font-size: 12px;
	font-variant: normal;
	color: #339933;
	font-weight: bold;
}
.txt {
	font-family: verdana;
	font-size: 9px;
	color: #669966;
	line-height: 25px;
	text-align: left;
	text-indent: 20px;
	vertical-align: middle;
}
.txt_gap {
	font-family: verdana;
	font-size: 9px;
	color: #669966;
	line-height: 25px;
	text-align: left;
	text-indent: 5px;
	vertical-align: middle;
}
.txt1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#435636 ;
	text-align: justify;
	line-height: 15px;
}
.tt_bg {
	background-image: url(../images/title_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #FFFFFF;
	
}
.tt_bg1 {
	
	background-repeat: no-repeat;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #55a705;
	height: 30px;
}
.white_caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #55A705;
	filter: DropShadow(Color=green, OffX=0, OffY=0, Positive=2);
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: lightgreen!important;
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: lightgreen !important;
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(../arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}
.glossymenu{
	padding: 0;
	width: 180px;
	border-bottom-width: 0;
	cursor: hand;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #9A9A9A;
	border-right-color: #9A9A9A;
	border-bottom-color: #9A9A9A;
	border-left-color: #9A9A9A;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	text-align: left;
}

.glossymenu a.menuitem{
	color: #FFFFFF;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #669966;
	background-image: url(../images/bg12.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.glossymenu a.menuitem1 {
	color: #8C1C00;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #F1E3C9;
	background-image: url(../images/our_products.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}



.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
	background-image: none;
	background-color: #669966;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
	text-align: left;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C97F06;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}.tab_brd {
	border-right-width: 1px;
	border-bottom-width: thin;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #669966;
	border-bottom-color: #669966;
	border-left-color: #669966;
	border-top-color: #669966;
	background-color: #E8FDEC;
}
.buton {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #669966;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 18px;
}
.buton2 {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: 18px;
	border: 1px solid #009966;
}
.buton1 {
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC3333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 18px;
	width: 60px;
	background-image: none;
	text-align: center;
}
.txt_field {
	height: 15px;
	width: 75px;
	border: 1px solid #006699;
	font-family: verdana;
	font-size: 10px;
	color: #669966;
}
.txt_field1 {
	height: 20px;
	width: 125px;
	border: 1px solid #669966;
	font-family: verdana;
	font-size: 10px;
	color: #669966;
}
.txt_file {
	height: 20px;
	width: 200px;
	border: 1px solid #669966;
	font-family: verdana;
	font-size: 10px;
	color: #669966;
}
.txt_area {
	height: 50px;
	width: 200px;
	border: 1px solid #669966;
	font-family: verdana;
	font-size: 10px;
	color: #669966;
}
.description {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #4C671D;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A8B871;
}
.ahref1 {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align: left;
}
.ahref {
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #50828F;
	text-decoration: none;
}
.cat_href {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #50828F;
	text-decoration: none;
}
.ahref2 {
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
	text-align: left;
}
.ahref_right {
	font-family: verdana;
	font-size: 9px;
	font-weight: bold;
	color: #669966;
	text-decoration: none;
	text-align: right;
}
.prd_brd {
		border: 1px solid #ADC7DE;
	background-color: #ECFCD6;
}
.insertbgimg {
	background-image:url(images/top_banner.jpg);
	background-repeat: no-repeat;
}

.slideshow img { padding: 0px;}body {
	background-repeat: repeat-y;
	background-attachment: scroll;
	/*background-color: #B9DA74;*/
	background-color:#DCEDB6;
	background-position: center;
}
.tableFormat {
	border: 1px solid #009966;
}
.tableFormat th {
	font-family: verdana;
	font-size: 12px;
	line-height: 25px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #669966;
}
.tableFormat td {
	font-family: verdana;
	font-size: 10px;
	color: #669966;
	text-indent: 5px;
	line-height: 20px;
}
.left_bg {
	background-image: url(../images/right1.gif);
	background-repeat: no-repeat;
}
.right_bg {
	background-image: url(../images/left1.gif);
	background-repeat: no-repeat;
}
.middle_bg {
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bolder;
	background-image: url(../images/bg12.jpg);
}
.middle_bg1 {
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bolder;
	background-image: url(../images/top_bg.jpg);
	text-indent:10px;
}
.txt_desc {
	font-family: verdana;
	font-size: 10px;
	color: #B8253F;
	text-align: justify;
}

.insertbgimg {
	background-image:url(images/top_banner.jpg);
}

#refistform label.error {
  background:url("../images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
  font-size:12px;
}

#refistform label.checked {
  background:url("../images/checked.gif") no-repeat 0px 0px;
}

#refistform .success_msg {
  font-weight: bold;
  color: #669966;
  margin-left: 19px;
}
.buyButon {
	background-image: url(images/buy_now2.jpg);
	height: 18px;
	width: 60px;
	background-color: #669966;
	font-family: verdana;
	font-size: 9px;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bolder;
	vertical-align: middle;
}
.tab_brd1 {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #4B74A2;
	padding-left: 5px;
	background-color:#BAF8C5;
}
.tab_brd3{
	border-top-style: none;
	border-top-color: #CD9934;
	border-right-color: #D7AF66;
	border-bottom-color: #CD9934;
	border-left-color: #4B74A2;
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 5px;
	background-color:#33CC33;
}

.tab_brd2 {
	border-right-width: 1px;
	border-bottom-width: thin;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #347eaf;
	border-bottom-color: #347eaf;
	border-left-color: #347eaf;
	border-top-color: #347eaf;
	background-color: #33CC33;
}
.tab_brd4 {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #347eaf;
	border-bottom-color: #347eaf;
	border-left-color: #347eaf;
	border-top-color: #347eaf;
	
}
.slideshow3 {
	height: 180px;
	width: 180px;
	overflow:hidden;
	background-image: url(admin/images/13.jpg);
	background-repeat: no-repeat;
}
.slideshow21 {
	height: 100px;
	width: 180px;
	overflow:hidden;
	
}

#s1 { width: 133px; height: 150px; border: 1px solid #ddd; background-color: #eee; overflow:hidden;}
#s1 div { width: 180px; height: 140px; padding: 5px; color: #333; text-align: left; font-size: 16px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; }
#s1 div img { float: left; margin: 0 10px 10px 0;  height: 135px; padding: 3px; background: #fff; }
.contentpadding {
	text-align:justify;
}
#s6 { width: 100px; height: 125px; border: 1px solid #ddd; background-color: #eee; overflow:hidden;}
#s6 div { width: 100px; height: 125px; padding: 5px; color: #333; text-align: left; font-size: 16px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; }
#s6 div img { float: left; margin: 0 10px 10px 0;  height: 135px; padding: 3px; background: #fff; }

#s4 { width: 133px; height: 150px; border: 1px solid #ddd; background-color: #eee; overflow:hidden;}
#s4 div { width: 180px; height: 140px; padding: 5px; color: #333; text-align: left; font-size: 16px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; }
#s4 div img { float: left; margin: 0 10px 10px 0;  height: 135px; padding: 3px; background: #fff; }
.description2 {
	font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #990000;
	text-align: center;
	height: 15px;
	width: 75px;
}
#s15 { width: 100px; height: 125px; border: 1px solid #ddd; background-color: #eee; overflow:hidden;}
#s15 div { width: 100px; height: 125px; padding: 5px; color: #333; text-align: left; font-size: 16px; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:13px; }
#s15 div img { float: left; margin: 0 10px 10px 0;  height: 135px; padding: 3px; background: #fff; }

.slideshow15 { height: 170px; width: 170px; overflow:hidden; }
.main_table {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #33CC66;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.content{
padding: 5px;
/*background-color:#FFFFFF;*/
}
.content_bg{
background-color:#F8FBF0;
/*background-color:#93C53E;*/
}
.header_strip{
background-color:#66B8C6;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
padding-left:5px;
height:25px;
}
.header_strip1{
background-color: #666666;
color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
padding-left:5px;
height:25px;
}
.catBox{
border-bottom-color:#6A3535; border-bottom-style:solid; border-bottom-width:1px;
border-left-color:#6A3535; border-left-style:solid; border-left-width:1px;
border-top-color:#6A3535; border-top-style:solid; border-top-width:1px;
border-right-color:#6A3535; border-right-style:solid; border-right-width:1px;
}
.prdt_disp{
margin:5px;
border-bottom-color:#4f9a04; border-bottom-style:solid; border-bottom-width:1px;
border-left-color:#4f9a04; border-left-style:solid; border-left-width:1px;
border-top-color:#4f9a04; border-top-style:solid; border-top-width:1px;
border-right-color:#4f9a04; border-right-style:solid; border-right-width:1px;
background-color:#DFEDE2;
}
.rgtbor{
border-right-color:#dee186; border-right-style:solid; border-right-width:1px;
background-color:#dee186;
}
.lftbor{
border-left-color:#dee186; border-left-style:solid; border-left-width:2px;
background-color:#dee186;
}
#viewPdt{
text-decoration:none;
color:#006699;
}
#viewPdt:hover{
color:#FF6600;
}
.occation_head{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#006600;
padding-left:5px;
border-top-color:#dee186; border-top-style:solid; border-top-width:1px;
}
.occation_txt{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#435636 ;
	text-align: justify;
	line-height: 15px;
	padding-right:5px;
	padding-left:5px;
}
.occation_read{
text-decoration:none;
color:#006699;
font-size:12px;
}
.occation_rgtbor{
border-right-color:#dee186; border-right-style:solid; border-right-width:1px;
}
.alpha{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #CCCCCC;
}
.alpha1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:10px;
	color:#336633;
	font-weight:bold;
}
.alpha1:hover{
	color:#FF9900;
}
