@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
/* reset page css */
a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var,a{
	list-style:none;
	text-decoration:none;
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
		padding: 0;
		border: 0;
		outline: 0;
    vertical-align: top; }

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

.Main_Box {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
}
#container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
	background:#FFF;
	
}

#header
{
	width:100%;
	height:68px;
	background-color:#efffd9;
}

.logo_img
{
	float:left;
	height:40px;
	width:100px;
}

#content
{
	width:100%;
    height:auto;
	background:#FFF;
}

._slider
{
	width:100%;
	height:50%;
	float:left;
	background:#FFF;

}

._left_slide
{
	width:100%;
	float:left;
	height:auto;
	font-size:10px;
	background:#FFF
}


._left_slide_home
{
	width:100%;
	float:right;
	height:50%;
	font-size:9px;
	background:#9CBF5B;
	padding-top:20px;
	
}
._left_slide_home p
{
	padding:5px;
}

.cart_styles
{
	width:auto;
	margin-top:20px;
	float:right;
}


.cart_top
{
	width:10px;
	height:10px;
	font-size:9px;
}

.cart_styles_text
{
line-height:10px;
font-size:9px;
}



#footer
{
	width:100%;
	background:#9CBF5B;
	font-size:11px;
	height:auto;
	padding-bottom:20px;

}

#menu
{
	height:20px;
	height:27px;
	min-height:26px;

}

#logo_top
{
	width:100%;
	height:40px;
}
#contact_page
{
	font-size:9px;
	background:#FFF;
}

.green_button
{
	padding:4px;
}
.text_box_style{
    width: 80%; 
    font-size:9px;
    padding:2px;  
}

.camera_fakehover {
	height:100%;
}




/*product page styles*/
#product_show
{
	border:1px solid #cfeea8;
	float:left; width:93%;
	padding:7px;
	margin-bottom:10px;
}

.product_image
{
	float:left;
	width:100%;
	height:auto;
	min-height:100px; 
}

.product_txt
{
	float:left;
	width:90%;
	height:auto;
	padding: 0px 5%;
	min-height:100px;
	text-align:left;
}
.hd_txt
{
	color:#447107;
	font-size:14px;
	text-transform:capitalize;
}

.ct_txt
{
	font-size:9px;
	text-align:left;
}

.but_zom_sty
{
	width:100%;
	float:none;
	font-size:9px;
	text-align:center;
	line-height:20px;
}



/* code for category*/

.category_box
{
	width:150px;
	height:150px;
	float:left;
	padding:2px;
}

.ch-item {
	width: 140px;
	height: 140px;
	border-radius: 24%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
}


.ch-info-wrap, 
.ch-info{
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 20%;
}


.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	margin: 0 20px;
	padding: 12px 0 0 0;
	height: 30px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 3px 2px 0;
	font-style: italic;
	margin: 0 2px;
	font-size: 9px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #e7615e;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 1px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff;
}

.up_style_class
{
 width:28px;
 height:28px;
}

.page_hedding
{
	font-size:14px;
}
.page_txt
{
	font-size:10px;
}

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
background: #bfd255; /* Old browsers */
background: -moz-linear-gradient(top, #bfd255 0%, #bac62d 50%, #7fb72a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#bac62d), color-stop(100%,#7fb72a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #bfd255 0%,#bac62d 50%,#7fb72a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #bfd255 0%,#bac62d 50%,#7fb72a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #bfd255 0%,#bac62d 50%,#7fb72a 100%); /* IE10+ */
background: linear-gradient(to bottom, #bfd255 0%,#bac62d 50%,#7fb72a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#7fb72a',GradientType=0 ); /* IE6-9 */
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	position: absolute;
	left: -1000em;
background: #bfd255; /* Old browsers */
background: -moz-linear-gradient(top, #bfd255 0%, #bac62d 50%, #7fb72a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#bac62d), color-stop(100%,#7fb72a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #bfd255 0%,#bac62d 50%,#7fb72a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #bfd255 0%,#bac62d 50%,#7fb72a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #bfd255 0%,#bac62d 50%,#7fb72a 100%); /* IE10+ */
background: linear-gradient(to bottom, #bfd255 0%,#bac62d 50%,#7fb72a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#7fb72a',GradientType=0 ); /* IE6-9 */
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	/*width: 3.2em;*/
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: 0 0 0 100%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	
	display: block;
	cursor: pointer;
	background-color: #EEE;
	padding: 0.7em 0.5em;
	color: #333;
	text-decoration: none;
	text-align:center;
	font-size:10px;
background: #bfd255; /* Old browsers */
background: -moz-linear-gradient(top, #bfd255 0%, #bac62d 50%, #7fb72a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#bac62d), color-stop(100%,#7fb72a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #bfd255 0%,#bac62d 50%,#7fb72a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #bfd255 0%,#bac62d 50%,#7fb72a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #bfd255 0%,#bac62d 50%,#7fb72a 100%); /* IE10+ */
background: linear-gradient(to bottom, #bfd255 0%,#bac62d 50%,#7fb72a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#7fb72a',GradientType=0 ); /* IE6-9 */
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #33C;
	color: #FFF;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #33C;
	color: #FFF;
}



}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.Main_Box {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
}
#container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
	background:#FFF;
	
}

#header
{
	width:100%;
	padding: 10px; 0px;
	background-color:#efffd9;
}

#content
{
	width:100%;
    height:auto;
	background:#FFF;
}


._slider
{
	width:100%;
	height:50%;
	float:left;
	background:#FFF;
}

._left_slide
{
	width:100%;
	float:left;
	height:auto;
	font-size:10px;
	background:#FFF;
	
}


._left_slide_home
{
	width:30%;
	float:right;
	height:100%;
	font-size:14px;
	background:#9CBF5B;
}

#footer
{
	width:100%;
	background:#036;
	height:auto;

}

.green_button
{
	padding:5px 7px;
	font-size:10px;
}

.text_box_style{
    width: 200px; 
    font-size: 10px; 

}

#logo_top
{
	width:100%;
	height:100px;
	background:#0F0;
}

.camera_fakehover {
	height:100%;
}

/* code for category*/
.category_box
{
	width:120px;
	height:120px;
	float:left;
}

.ch-info-wrap, 
.ch-info{
	position: absolute;
	width: 100px;
	height: 100px;
	border-radius: 20%;
}


.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	margin: 0 20px;
	padding: 12px 0 0 0;
	height: 30px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 3px 2px 0;
	font-style: italic;
	margin: 0 2px;
	font-size: 9px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #e7615e;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 1px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff;
}

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.Main_Box {
	width: 88.2%;
	max-width: 1032px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
	
}



#container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	background:#FFF;
}

#header
{
	width:100%;
	height:auto;
	background-color:#efffd9;
}

.logo_img
{
	float:left;
	padding-top:30px;
	height:120px;
	width:348px;
}

#content
{
	width:100%;
    height:auto;
	background:#FFF;
	
}

#contact_page
{
	font-size:13px;
	background:#FFF;
}

._slider
{
	width:70%;
	height:100%;
	min-height:350px;
	float:left;
}

._left_slide
{
	width:30%;
	float:right;
	height:100%;
	font-size:14px;
	padding-bottom:20px;
}

._left_slide_home
{
	width:30%;
	float:right;
	height:240px;
	font-size:14px;
	padding-top:120px;
	background:#9CBF5B;
}


#footer
{
	width:100%;
	border-top:2px solid #CF0;
	border-bottom:2px solid #C1FFC1;
	background:rgb(157, 206, 44);
	height:120px;
	min-width:50px;
	padding-bottom:20px;
	float:left;
	font-size:13px;
	padding-bottom:20px;
}
.footer_menu
{
	height:30px;
	line-height:30px;
	text-align:left;
	padding:  10px 0px;
	background:rgb(84, 113, 1);
	border-bottom:2px #C1FFC1 solid;

}
.footer_menu a
{
	font-size:14px;
	font-weight:bold;
	color:#fff;
	padding-left:30px;
}

.footer_txt_1
{
	padding-top:50px;
	height:auto;
	width:58%;
	float:left;
	text-align:left;
	padding-left:2%;
}

.footer_txt_2
{
	padding-top:10px;
	width:38%;
	padding-right:2%;
	float:right;
	height:auto;
	text-align:right;
}

#logo_top
{
	width:100%;
	height:160px;
}

.cart_styles
{
	width:auto;
	margin-top:120px;
	float:right;
}
.cart_top
{
	width:30px;
	height:25px;
}
.cart_styles_text
{
line-height:30px;
font-size:13px;
}
#menu
{
	height:52px;
	min-height:26px;
	background-color:#9dce2c;
	border-bottom:2px solid rgb(84, 113, 1);
}
.green_button
{
	padding:10px 12px;
}

.text_box_style{
    width: 500px; 
    font-size: 12px; 
	padding:4px;  

}

.camera_fakehover {
	height:100%;
}


/* code for category*/

.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 24%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
}



.category_box
{
	width:230px;
	height:230px;
	float:left;
}


.ch-info-wrap, 
.ch-info{
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 20%;
}


.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 18px;
	margin: 0 15px;
	padding: 40px 0 0 0;
	height: 80px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow: 
		0 0 1px #fff, 
		0 1px 2px rgba(0,0,0,0.3);
}

.ch-info p {
	color: #fff;
	padding: 10px 5px 0;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}

.ch-info p a {
	display: block;
	color: #e7615e;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
	color: #fff;
}

/*product page styles*/
#product_show
{
	border:1px solid #cfeea8;
	float:left; width:96%;
	padding:7px;
	margin-bottom:10px;
}

.product_image
{
	float:left;
	width:40%;
	height:auto;
	min-height:300px; 
}

.product_txt
{
	float:left;
	width:60%;
	height:auto;
	padding:0px;
	min-height:300px;
	text-align:left;
}
.hd_txt
{
	color:#447107;
	font-size:21px;
	text-transform:capitalize;
}

.ct_txt
{
	font-size:12px;
	text-align:left;
}

.but_zom_sty
{
	width:100%;
	float:none;
	font-size:13px;
	text-align:center;
}

.up_style_class
{
 width:48px;
 height:48px;
}

.page_hedding
{
	font-size:28px;
}
.page_txt
{
	font-size:14px;
}

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 8em;
	float: left;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8em;
	position: absolute;
	left: -1000em;

background: #bfd255; /* Old browsers */
background: -moz-linear-gradient(top, #bfd255 0%, #bac62d 50%, #7fb72a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#bac62d), color-stop(100%,#7fb72a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #bfd255 0%,#bac62d 50%,#7fb72a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #bfd255 0%,#bac62d 50%,#7fb72a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #bfd255 0%,#bac62d 50%,#7fb72a 100%); /* IE10+ */
background: linear-gradient(to bottom, #bfd255 0%,#bac62d 50%,#7fb72a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#7fb72a',GradientType=0 ); /* IE6-9 */

}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
background: #bfd255; /* Old browsers */
background: -moz-linear-gradient(top, #bfd255 0%, #bac62d 50%, #7fb72a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#bac62d), color-stop(100%,#7fb72a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #bfd255 0%,#bac62d 50%,#7fb72a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #bfd255 0%,#bac62d 50%,#7fb72a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #bfd255 0%,#bac62d 50%,#7fb72a 100%); /* IE10+ */
background: linear-gradient(to bottom, #bfd255 0%,#bac62d 50%,#7fb72a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#7fb72a',GradientType=0 ); /* IE6-9 */

	width: 8em;
	border-bottom: 2px #666666 solid;
}

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #9dce2c;
	padding: 1.2em 0.95em;
	color: #333;
	text-decoration: none;
	text-align:center;
	font-size:14px;
	font-weight:600;
background: #bfd255; /* Old browsers */
background: -moz-linear-gradient(top, #bfd255 0%, #bac62d 50%, #7fb72a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfd255), color-stop(50%,#bac62d), color-stop(100%,#7fb72a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #bfd255 0%,#bac62d 50%,#7fb72a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #bfd255 0%,#bac62d 50%,#7fb72a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #bfd255 0%,#bac62d 50%,#7fb72a 100%); /* IE10+ */
background: linear-gradient(to bottom, #bfd255 0%,#bac62d 50%,#7fb72a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#7fb72a',GradientType=0 ); /* IE6-9 */
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: rgb(84, 113, 1);
	color: #FFF;
	
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: rgb(84, 113, 1);
	color: #FFF;
}


}
