.warrper{
	width:960px;
	margin:0 auto;
}
.warrperr{
	width: 250px;
	margin: 0 auto;
}
/********************************** header start *******************************/
#header{
	background:url(../images/header_bg.jpg) repeat;
	height:360px;
}
#header.inner{
	height:260px;
}
#header .topIcon{
	width:348px;
	height:36px;
	background:url(../images/topIcons_bg.png) no-repeat 0 -1px;
	float:left;
	margin-top:20px;
	margin-right:15px;
}
#header .topIcon:hover{
	background:url(../images/topIcons_bg.png) no-repeat 0 -38px;
}
#header .topIcon ul.social{
	float:left;
	margin-top:5px;
	margin-left:-10px;
}
#header .topIcon ul.social li{
	margin-left:9px;
	margin-right:9px;
}
#header .topIcon ul.social li a{
	width:30px;
	height:30px;
	display:block;
	text-indent:-99999;
	font-size:0;
}
#header .topIcon ul.social li a.facebook{
	background:url(../images/social_media_icon.png) no-repeat -10px -55px;
}
#header .topIcon ul.social li a.twitter{
	background:url(../images/social_media_icon.png) no-repeat -65px -55px;
}
#header .topIcon ul.social li a.goolge{
	background:url(../images/social_media_icon.png) no-repeat -112px -55px;
}
#header .topIcon ul.social li a.youtube{
	background:url(../images/social_media_icon.png) no-repeat -162px -55px;
}
#header .topIcon ul.social li a.facebook:hover{
	background:url(../images/social_media_icon.png) no-repeat -10px -5px;
}
#header .topIcon ul.social li a.twitter:hover{
	background:url(../images/social_media_icon.png) no-repeat -65px -5px;
}
#header .topIcon ul.social li a.goolge:hover{
	background:url(../images/social_media_icon.png) no-repeat -112px -5px;
}
#header .topIcon ul.social li a.youtube:hover{
	background:url(../images/social_media_icon.png) no-repeat -162px -5px;
}
#header .topIcon .lang{
	float: left;
	margin-left:15px;
	margin-top:5px;
}
#header .topIcon .lang a.rus{
	color: #2c2d29;
	font-size: 16px;
	height: 50px;
	line-height: 34px;
	padding-left: 34px;
	background: url(../images/rus.png) no-repeat;
}

#header .topIcon .lang a.bb{
	color:#2c2d29;
	font-size:22px;
	height:50px;
	line-height:30px;
	padding-left:34px;
	background:url(../images/bb.png) no-repeat;
}
#header ul{
	margin-top:10px;
	position:relative;
	z-index:1000;
	float:left;
}
#header ul li{
	float:left;
	display:inline;
}
#header ul li.last{
	border-right:0;
	padding-right:0;
	margin-right:0;
	position:relative;
}
#header ul li a.chat{
	font-size:0;
	display:block;
	background:url(../images/chat_icon.png) no-repeat;
	width:109px;
	height:84px;
	outline:none;
}
#header ul li div.chatwed{
	display:none;
	position:absolute;
	top:80px;
	left:-114px;
	outline:none;
	-webkit-box-shadow: 3px 3px 7px 1px #222B10;
 	box-shadow:  3px 3px 7px 1px #222B10;
	border:1px solid #222B10;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	padding:5px;
	background:#3d3f39;
}
#header ul li div.chatwed EMBED{
	outline:none;
}
/********************************** header end *********************************/
/********************************** main menu start ****************************/
#mainMenu{
    position: absolute;
    top: 70px;
    width: 100%;
}
#mainMenu .lftPrt{
	background: url("../images/mainMenu_bg.png") repeat scroll 0 0 transparent;
    height: 85px;
	float:left;
	width:16.5%;
}
#mainMenu .ritPrt{
	background: url("../images/mainMenu_bg.png") repeat scroll 0 0 transparent;
    height: 85px;
	float:right;
	width:63%;
}
@media all and (max-width: 1963px) and (min-width: 1403px) {
  #mainMenu .lftPrt{
	width:24.5%;
}
#mainMenu .ritPrt{
	width:60%;
}
}
@media all and (max-width: 1073px) and (min-width: 850px) {
  #mainMenu .lftPrt{
	width:7.5%;
}
#mainMenu .ritPrt{
	width:65%;
}
}
#mainMenu .ritPrt div{
	width:20px;
	height:85px;
	background:url(../images/mainMenu_lftCorner.png) no-repeat;
	margin-left:-20px;
}
#mainMenu a.logo{
	position:relative;
	top:-19px;
	*top:-100px;
	left:-73px;
	*left:-20px;
	float:left;
}
#mainMenu ul{
	float:right;
	height:85px;
	width:auto;
	position:relative;
	top:-85px;
}
#mainMenu ul li{
	width:86px;
	height:25px;
	margin-top:23px;
	float:left;
	display:inline;
	position:relative;
}
#mainMenu ul li a, #mainMenu ul li span{
	color:#fff;
	font-size:13px;
	width:76px;
	height:28px;
	text-align:center;
	line-height:28px;
	display:block;
	cursor:pointer;
}
#mainMenu ul li a:visited{
	color:#fff;
}
#mainMenu ul li a:hover, #mainMenu ul li span:hover{
	color:#fff;
	background:url(../images/mainMenu_activeItem.png) no-repeat;
}
#mainMenu ul li a.active, #mainMenu ul li span.active{
	color:#fff;
	background:url(../images/mainMenu_activeItem.png) no-repeat;
}
#mainMenu ul li ul{
	width:104px;
	height:88px;
	background:url(../images/subMenu.png) no-repeat;	
	position:absolute;
	top:28px;
	left:-13px;
	padding:15px;
	display:none;
	z-index:9999999;
}
#mainMenu ul li:hover ul{
	display:block;
}
#mainMenu ul li ul li{
	margin-top:0;
}
#mainMenu ul li ul li a{
	font-weight:bold;
}
#mainMenu ul li ul li a:hover{
	background:none;
	text-decoration:underline;
	cursor:pointer;
}
/********************************** main menu end ****************************/
/********************************** banner start ****************************/
#banner{
	background:url(../images/banner_bg.jpg) repeat;
	height:200px;
}
#banner.inner{
	background:url(../images/banner_bg_inner.jpg) repeat;
	height:160px;
}
#banner h1{
	position:relative;
	top:100px;
	height:56px;
	line-height:35px;
	font-size:29px;
	font-weight:bold;
	color:#343530;
	margin-right:15px;
	/*text-shadow: 0px -1px 0 #0d0d0c;
	filter: dropshadow(color=#0d0d0c, offx=-1, offy=0);*/
}

#banner.inner h1{	
	top:70px;
}
#banner span{
	color:#e35b00;
}
#banner i{
	font-size:24px;
}
#banner .flash{
	float:left;
	position:relative;
	top:100px;
}
.rotating-item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
#banner.inner .flash{	
	top:70px;
}
/********************************** banner end ****************************/
/********************************** slider start ****************************/
#slider{
	width:100%;
	height:300px;
	position:absolute;
	top:175px;
}
#slider.inner{
	height:150px;
	top:185px;
}
#slider .warrper{
	text-align:center;
}
#slider ul{
	width:100%;
}
#slider ul li .sliderL{
	width:100%;
	height:285px;
	background:url(../images/sliderL.png) no-repeat left;
}
#slider.inner ul li .sliderL{
	height:135px;
	background:url(../images/sliderL_inner.png) no-repeat left;
}
#slider ul li .sliderR{
	width:100%;
	height:285px;
	background:url(../images/sliderR.png) no-repeat right;
}
#slider.inner ul li .sliderR{
	height:135px;
	background:url(../images/sliderR_inner.png) no-repeat right;
}
#slider ul li .sliderBg{
	width:886px;
	height:285px;
	margin-left:38px;
	margin-right:38px;
	background:url(../images/sliderBg.png) repeat-x;
	position:relative;
}
#slider.inner ul li .sliderBg{
	width:932px;
	height:135px;
	margin-left:14px;
	margin-right:14px;
	background:url(../images/sliderBg_inner.png) repeat-x;
}
.bx-window{}
.bx-prev{
	width:50px;
	height:72px;
	background:url(../images/left-arrow.png) no-repeat;
	display:block;
	position:absolute;	
	left:0;
	top:100px;
	color:#fff;
}
.bx-next{
	width:50px;
	height:72px;
	background:url(../images/right-arrow.png) no-repeat;
	display:block;
	position:absolute;
	right:0;
	top:100px;
	color:#fff;
}
#slider h2{
	color:#70b414;
	font-size:35px;
	margin-left:30px;
	margin-top:30px;
	margin-bottom:10px;
	text-align:left;
}
#slider.inner h2{
	font-size:40px;
	margin-left:30px;
	margin-top:40px;
}
#slider.inner h3{
	font-size:28px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#343530;
	margin-top:46px;
	margin-right:110px;
}
#slider p{
	color:#000;
	font-size:12px;
	margin-left:30px;
	margin-bottom:5px;
	text-align:left;
	width:350px;
}
#slider p.list{
	padding-left:20px;
}
#slider a.readMore{
	width:103px;
	height:32px;
	display:block;
	background:url(../images/readMore_inner.jpg) no-repeat 0 0;
	position:absolute;
	bottom:40px;
	left:300px;
}
#slider a.readMore:hover{
	background:url(../images/readMore_inner.jpg) no-repeat 0 -32px;
}
#slider img.product{
	margin-top:1px;
	margin-right:10px;
}
#slider img.cal{
	margin-top:5px;
	margin-right:10px;
}
#slider img.pack{
	margin-top:7px;
	margin-right:50px;
}
#slider.inner img{
	margin-top:5px;
	margin-right:50px;
}
#slider.inner .market img{
	margin-top:4px;
	margin-right:0;
}
/********************************** slider end ****************************/
/********************************** content start ****************************/
#content{
	width:100%;
	min-height:550px;
	background:url(../images/content_bg.jpg) repeat-x #fbfaf8;
	padding-bottom:10px;
}
#content .cols{
	padding-top:30px;
	border-bottom:1px solid #dfdfdf;
	overflow:hidden;
	padding-bottom:30px;
}
.col1, .col2, .col3, .col4{
	float:left;
}
.col1{width:70%;}
.col2, .col3, .col4{width:22%; float:right;}
#content h3{
	color:#70b414;
	font-size:20px;
	font-weight:bold;
	/*text-shadow: 0 -1px 0 #314e09;*/
	padding-left:35px;
	height:33px;
	line-height:33px;
	margin-bottom:20px;
}
#content .ui-accordion h3{
	color:#70b414;
	font-size:16px;
	font-weight:bold;
	/*text-shadow: 0 -1px 0 #314e09;*/
	padding-left:0;
	height:auto;
	line-height:normal;
	margin-bottom:0;
}
#content .ui-accordion .orange h3 a{
	background:url(../imgs/icons/orange_icon.png) no-repeat 5px 12px;
}
#content .ui-accordion .lemon h3 a{
	background:url(../imgs/icons/lemon_icon.png) no-repeat 5px 12px;
}
#content .ui-accordion .grapefruit h3 a{
	background:url(../imgs/icons/grapefruit_icon.png) no-repeat 5px 12px;
}
#content .ui-accordion .watermelon h3 a{
	background:url(../imgs/icons/watermelon_icon.png) no-repeat 5px 12px;
}
#content .ui-accordion .grape h3 a{
	background:url(../imgs/icons/Grape_icon.png) no-repeat 5px 12px;
}#content .ui-accordion .pomegranate h3 a{
	background:url(../imgs/icons/pomegranate_icon.png) no-repeat 5px 12px;
}
#content .ui-accordion .strawberry h3 a{
	background:url(../imgs/icons/strawberry_icon.png) no-repeat 5px 12px;
}
#content .ui-accordion .potato h3 a{
	background:url(../imgs/icons/potato_icon.png) no-repeat 5px 12px;
}
#content .ui-accordion .onion h3 a{
	background:url(../imgs/icons/onion_icon.png) no-repeat 5px 12px;
}
#content .ui-accordion h3 span{
	margin-left:15px;
}
#content .ui-accordion h3 a{
	margin-left:5px;
}
#content .col1 h3{
	background:url(../images/cols_icons.jpg) no-repeat 0 0;
}
#content .col2 h3{
	background:url(../images/cols_icons.jpg) no-repeat 0 -33px;
}
#content .col3 h3{
	background:url(../images/cols_icons.jpg) no-repeat 0 -33px;
}
#content .col4 h3{
	background:url(../images/cols_icons.jpg) no-repeat 0 -69px;
}
#content #latestNews h3{
	background:url(../images/cols_icons.jpg) no-repeat 0 -99px;
}
#content h4{
	color:#E35B00;
	font-size:20px;
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
}
#content label{
	color:#3e3f3a;
	font-size:12px;
	font-weight:bold;
	height:30px;
	line-height:30px;
	width:150px;
	float:left;
}
#content input[type="text"], #content textarea{
    background: none repeat scroll 0 0 #f9f8f8;
    border: 1px solid #c9c8c7;
    border-radius: 4px 4px 4px 4px;
    color: #3E3F3A;
    display: block;
    margin-bottom: 7px;
    max-width: 350px;
    min-width: 350px;
    padding-left: 5px;
    width: 350px;
	height:30px;
}
#content input[type="text"]:hover, #content textarea:hover{
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #b1afaf;
}
#content textarea{
	height:75px;
	padding-top:5px;
}
#content input[type="submit"] {
    background: url("../images/orngBtn.jpg") repeat-x scroll 0 0 #D93F09;
    border: 0 solid #AC2F0A;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    cursor: pointer;
    height: 31px;
    margin-left: 438px;
    width: 70px;
}
#content input[type="submit"]:hover{
	background:url(../images/orngBtn.jpg) repeat-x #d93f09 0 -31px;
}
#content p{
	color:#3e3f3a;
	font-size:12px;
	margin-bottom:10px;
}
#content p.main{
	font-size:14px;
}
#content p a.exLnk{
	color:#E35B00;
	font-weight:bold;
	text-decoration:underline;
}
#content p a.exLnk:visited{
	color:#E35B00;
	text-decoration:underline;
}
#content p a.exLnk:hover{
	color:#E35B00;
	text-decoration:none;
}
#content .ui-accordion div.row{
	clear:both;
	overflow:hidden;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #CCC;
}
#content .ui-accordion h2.title{
	font-size:14px;
	font-weight:bold;
	float:left;
	width:100px;
}
#content .ui-accordion p.desc{
	margin-top:3px;
	font-size:14px;
}
#content a.lnk{
	color:#E35B00;
	font-size:13px;
	font-weight:bold;
}
#content a.lnk:visited{
	color:#E35B00;
}
#content a.lnk:hover{
	text-decoration:underline;
}
#content a.readMore{
	width:103px;
	height:32px;
	margin-top:20px;
	clear:both;
	float:right;
	background:url(../images/readMore_sml.png) no-repeat 0 0;
}
#content a.readMore:hover{
	background:url(../images/readMore_sml.png) no-repeat 0 -32px;
}
.col2 a.readMore, .col3 a.readMore, .col4 a.readMore{
	float:left !important;
}
#content.main p, #content.main ul{
	
}
#content ul{
	margin-left:5px;
}
#content .col2 ul li{
	height:50px;
	color:#3e3f3a;
}
#content ul.contactLst li{
	height:auto;
}
#content .ui-tabs{
	position:relative;
	top:20px;
}
#content .ui-tabs ul{
	margin:0;
}
#content .ui-tabs ul li{
	list-style:none;
}
#content .col2 ul li a{
	color:#3e3f3a;
	font-size:16px;
	position:relative;
	top:-2px;
	width:155px;
	height:50px;
	display:block;
	line-height:50px;
}
#content .col2 ul li a img{
	position:relative;
	top:2px;
	left:-2px;
	float:left;
}
#content .col2 ul li a span{
	display:block;
	float:left;
	height:50px;
	line-height:50px;
	margin-left:5px;
	font-weight:bold;
}
#content .col2 ul li a:visited{
	color:#3e3f3a;
}
#content .col2 ul li a:hover{
	color:#e35b00;
	text-decoration:underline;
}
#content ul li:hover{
	color:#e35b00;
}
#content .ui-accordion ul li{
	float:left;
	margin-right:10px;
}
#content .ui-accordion .imgGal ul li{
	height:55px !important;
}
#content .ui-accordion .videoGal ul li{
	height:158px !important;
}
#content .ui-accordion .newsticker ul li{
	margin-right:0;
}
#content .ui-accordion ul li a{
	color:#EB8F00;
	font-size:14px;
	font-weight:bold;
}
#content ul.contactLst{
	margin:0;
}
#content ul.contactLst h4{
	border-left: 2px #E35B00 solid;
	padding-left:5px;
	cursor:pointer;
	clear:both;
}
#content ul.contactLst li{
	list-style-type:none;
	margin-left:10px;
}
#content ul.contactLst li div{
	margin-left:20px; 
	padding-left:10px;
	border-left:1px solid#E35B00;
	margin-top:20px;
	width:250px;
	/*height:160px;*/
}
#content.inner .left, #content.inner .right{
	padding-top:30px;
}
#content.inner .left{
	width:65%;
}
#content.inner .right{
	width:30%;
}
#content.inner h2{
	font-size:18px;
	font-weight:bold;
	margin-bottom:20px;
	color:#70B414;
}
#content.inner .loc{
	background:#fff8be;
	border:1px solid #ffc704;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding:20px;
}
#content.inner .loc iframe{
	border:1px solid #dddddd;
	margin-bottom:10px;
}
#content.inner .loc a{
	color:#333 !important;
}
#content.inner .loc a:visited{
	color:#333 !important;
}
#content.inner .loc a:hover{
	color:#000 !important;
	text-decoration:underline;
}
#content.inner .loc p{
	margin-top:20px;
	height:auto;
}
#content.inner .map{
	text-align:center;
}
/********************************** content end ****************************/
/********************************** latest News start  ****************************/
#latestNews{
	margin-top:60px;
	margin-bottom:30px;
	overflow:hidden;
}
/********************************** latest News end  ****************************/

/********************************** footer start ****************************/
#footer{
	width:100%;
	height:306px;
	background:url(../images/footer_bg.jpg) repeat-x #fff;
	border-top:3px solid #84a93c;
}
#footer .portion{
	margin-top:20px;
	margin-bottom:20px;
	border-right:1px dashed #84a93c;
	float:left;
	height:190px;
}
#footer .portion.last{
	border-right:none;
}
#footer .portion h4{
	font-size:16px;
	font-weight:bold;
	color:#84a93c;
	margin-bottom:5px;
}
#footer .contacts input[type="text"], #footer .contacts textarea{
	display:block;
	margin-bottom:7px;
	background:#26321f;
	border:1px solid #0d1009;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	color:#84a93c;
	padding-left:5px;
	width:188px;
	min-width:188px;
	max-width:188px;
}
#footer .contacts input[type="text"]{
	height:28px;
}
#footer .contacts textarea{
	height:50px;
	min-height:50px;
	max-height:50px;
	padding-top:5px;
}
#footer .contacts input[type="submit"]{
	width:70px;
	height:31px;
	background:url(../images/orngBtn.jpg) repeat-x #d93f09 0 0;
	border:0px solid #ac2f0a;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	color:#fff;
	cursor:pointer;
	margin-left:125px;
}
#footer .contacts input[type="submit"]:hover{
	background:url(../images/orngBtn.jpg) repeat-x #d93f09 0 -31px;
}
#footer .contacts{
	width:320px;
}
#footer .newLetter{
	margin-left:80px;
	padding-right:80px;
	width:240px;
}
#footer .newLetter p{
	font-size:12px;
	color:#7da159;
	margin-bottom:48px;
}
#footer .newLetter input[type="text"]{
	background:#1f1f1f;
	border:1px solid #000;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	color:#989898;
	padding-left:5px;
	width:168px;
	height:29px;
	padding-right:7px;
	position:relative;
	float:left;
}
#footer .newLetter input[type="submit"]{
	width:61px;
	height:31px;
	background:url(../images/orngBtn.jpg) repeat-x #d93f09 0 0;
	border:1px solid #000;
	border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-khtml-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
	color:#fff;
	cursor:pointer;
	margin-left:-7px;
	position:relative;
}
#footer .newLetter input[type="submit"]:hover{
	background:url(../images/orngBtn.jpg) repeat-x #d93f09 0 -31px;
}
#footer .social{
	margin-left:80px;
}
#footer .social li{
	margin-bottom:10px;
}
#footer .social li a{
	color:#dadada;
	font-size:12px;
	padding-left:23px;
	background:url(../images/socialIcons.png) no-repeat;
	height:20px;
	display:block;
	line-height:20px;
}
#footer .social li a:hover{
	text-decoration:underline;
}
#footer .social li a.youtube{background-position:0 0;}
#footer .social li a.facebook{background-position:0 -20px;}
#footer .social li a.twitter{background-position:0 -40px;}
#footer .social li a.flicker{background-position:0 -60px;}
#footer .copyRight{
	font-family:Arial, Helvetica, sans-serif;
}
#footer .copyRight img{
	margin-top:7px;
	float:left;
}
#footer .copyRight p{
	font-size:11px;
	color:#1f3600;
	float:left;
	margin-top:38px;
	margin-left:10px;
}
#footer .copyRight ul{
	margin-top:33px;
}
#footer .copyRight li{
	display:inline;
	float:left;
	margin-left:15px;
}
#footer .copyRight li a{
	font-size:11px;
	color:#1f3600;
}
#footer .copyRight li a:visited{
	color:#1f3600;
}
#footer .copyRight li a:hover{
	color:#1f3600;
	text-decoration:underline;
}
/********************************** footer end ****************************/
.google{
	width:42px;
	height:37px;
	display:block;
	float:right;
	text-indent:-99999;
	font-size:0;
	background:url(../images/gPlus.png) no-repeat;
	position:relative;
	top:-2px;
}
.google:hover{
	top:-1px;
}
.google.pos{
	top:-51px;
}
.google.pos:hover{
	top:-50px;
}
/********************************** sizes grid start ****************************/
table.sizes{
	width:50%;
	border:1px solid #fdfcf7;
}
table.sizes td, table.sizes th{
	text-align:center;
	font-size:12px;
	padding:5px;
}
table.sizes th{
	background:#dcdccc;
}
table.sizes td{
	font-weight:normal;
	background:#f3f3eb;
	border:1px solid #fdfcf7;
}
table.sizes tr.alter td{
	background:#ebebe1;
}
/********************************** sizes grid end ****************************/
/********************************** availability grid start ****************************/
table.availability{
	width:85%;
	border:1px solid #fdfcf7;
}
table.availability td, table.availability th{
	text-align:center;
	font-size:12px;
	padding:5px;
}
table.availability th{
	background:#dcdccc;
}
table.availability thead th:first-child{
	background:#edeee4;
}
table.availability tbody th{
	background:#d8d9c4;
	border:1px solid #FDFCF7;
}
table.availability td{
	font-weight:normal;
	background:#f3f3eb;
	border:1px solid #fdfcf7;
}
table.availability tr.alter td{
	background:#ebebe1;
}
.orange table.availability td.mark{
	background:url(../imgs/icons/orange_icon.png) center no-repeat #f3f3eb;
}
.orange table.availability tr.alter td.mark{
	background:url(../imgs/icons/orange_icon.png) center no-repeat #ebebe1;
}
.lemon table.availability td.mark{
	background:url(../imgs/icons/lemon_icon.png) center no-repeat #f3f3eb;
}
.lemon table.availability tr.alter td.mark{
	background:url(../imgs/icons/lemon_icon.png) center no-repeat #ebebe1;
}
.grapefruit table.availability td.mark{
	background:url(../imgs/icons/grapefruit_icon.png) center no-repeat #f3f3eb;
}
.grapefruit table.availability tr.alter td.mark{
	background:url(../imgs/icons/grapefruit_icon.png) center no-repeat #ebebe1;
}
.watermelon table.availability td.mark{
	background:url(../imgs/icons/watermelon_icon.png) center no-repeat #f3f3eb;
}
.watermelon table.availability tr.alter td.mark{
	background:url(../imgs/icons/watermelon_icon.png) center no-repeat #ebebe1;
}
.grape table.availability td.mark{
	background:url(../imgs/icons/Grape_icon.png) center no-repeat #f3f3eb;
}
.grape table.availability tr.alter td.mark{
	background:url(../imgs/icons/Grape_icon.png) center no-repeat #ebebe1;
}
.pomegranate table.availability td.mark{
	background:url(../imgs/icons/pomegranate_icon.png) center no-repeat #f3f3eb;
}
.pomegranate table.availability tr.alter td.mark{
	background:url(../imgs/icons/pomegranate_icon.png) center no-repeat #ebebe1;
}
.strawberry table.availability td.mark{
	background:url(../imgs/icons/strawberry_icon.png) center no-repeat #f3f3eb;
}
.strawberry table.availability tr.alter td.mark{
	background:url(../imgs/icons/strawberry_icon.png) center no-repeat #ebebe1;
}
.potato table.availability td.mark{
	background:url(../imgs/icons/potato_icon.png) center no-repeat #f3f3eb;
}
.potato table.availability tr.alter td.mark{
	background:url(../imgs/icons/potato_icon.png) center no-repeat #ebebe1;
}
.onion table.availability td.mark{
	background:url(../imgs/icons/onion_icon.png) center no-repeat #f3f3eb;
}
.onion table.availability tr.alter td.mark{
	background:url(../imgs/icons/onion_icon.png) center no-repeat #ebebe1;
}

.orange td.mark{
	background:url(../imgs/icons/orange_icon.png) center no-repeat #f3f3eb !important;
}
.lemon.alter td.mark{
	background:url(../imgs/icons/lemon_icon.png) center no-repeat #ebebe1;
}
.grapefruit td.mark{
	background:url(../imgs/icons/grapefruit_icon.png) center no-repeat #f3f3eb;
}
.watermelon.alter td.mark{
	background:url(../imgs/icons/watermelon_icon.png) center no-repeat #ebebe1;
}
.watermelon td.mark{
	background:url(../imgs/icons/watermelon_icon.png) center no-repeat #f3f3eb;
}
.grape.alter td.mark{
	background:url(../imgs/icons/Grape_icon.png) center no-repeat #ebebe1;
}
.pomegranate td.mark{
	background:url(../imgs/icons/pomegranate_icon.png) center no-repeat #f3f3eb;
}
.strawberry.alter td.mark{
	background:url(../imgs/icons/strawberry_icon.png) center no-repeat #ebebe1;
}
.potato td.mark{
	background:url(../imgs/icons/potato_icon.png) center no-repeat #f3f3eb;
}
.onion.alter td.mark{
	background:url(../imgs/icons/onion_icon.png) center no-repeat #ebebe1;
}
/********************************** availability grid end ****************************/
/********************************** gallary start ****************************/
#content .gallary{
	position:relative;
	top:20px;
}
#content .gallary h4{
	margin-top:0;
}
.ui-accordion .ui-accordion-content{
	padding:10px !important;
}
.each-gallery .content{
	width:636px; !important;
	height:550px !important;
	position:relative;
}
div.slideshow-container{
	height:469px !important;
}
div.slideshow a.advance-link{
	width:636px !important;
	height:469px !important;
	line-height:469px !important;
}
div.slideshow img{
	vertical-align:top !important;
}
div.caption-container{
	position:absolute !important;
	top:0;
	right:155px;
}
div.caption-container span.image-caption{
	width:150px !important;
	height:32px !important;
	line-height:32px !important;
	margin-left:8px;
}
div.caption-container span.image-caption a{
	font-size:12px;
	margin-right:10px;
	color:#777777;
}
div.caption-container span.image-caption div.caption{
	padding:0 !important;
}
.each-gallery .navigation{
	width:275px !important;
	margin-top:25px !important;
}
.ui-tabs .ui-tabs-nav li a{
	font-size:14px;
}
#content .ui-tabs ul.thumbs li{
	height:64px;
}
#content .ui-tabs ul.thumbs a{
	height:60px;
}
#content .ui-tabs ul.thumbs a img{
	left:0;
}
#content .ui-tabs ul.thumbs li.selected a{
	border-color:#EB8F00;
	background:none;
}
.thumbs a{
	font-size:12px !important;
}
div.controls .ss-controls{
	margin-top:4px;
}
div.controls .ss-controls a{
	font-size:12px;
	padding:0;
	text-decoration:none;
	margin-left:8px;
}
.pagination span, .pagination a{
	font-size:12px !important;
}
.pagination span.current{
	background:#EB8F00 !important;
}
/********************************** gallary end ****************************/
/********************************** Coming Soon start ****************************/
.comingSoon{
	background:url("../images/header_bg.jpg") repeat scroll 0 0 transparent;
}
.comingSoon a.logo{
	display:block;
	margin:0 auto;
	margin-top:10%;
	width:212px;
	height:122px;
}
.comingSoon h1{
	text-align:center;
	font-family: Garamond, serif;
	line-height: 1em;
	color: #f75f23;
	font-weight:bold;
	font-size: 80px;
	text-shadow:0px 0px 0 rgb(223,71,11),1px 1px 0 	rgb(208,56,-4),2px 2px 0 rgb(194,42,-18),3px 3px 0 rgb(179,27,-33),4px 4px 0 rgb(165,13,-47),5px 5px 0 rgb(150,-2,-62), 6px 6px 0 rgb(136,-16,-76),7px 7px 6px rgba(0,0,0,0.6),7px 7px 1px rgba(0,0,0,0.5),0px 0px 6px rgba(0,0,0,.2);
}
/********************************** Coming Soon end ****************************/
