@charset "utf-8";
/* CSS Document */
 
body
{ width:100%; font-family:Arial, Helvetica, sans-serif;  background: #ba0;  margin:0px; padding:0px; text-align:justify; font-size:11px; font-family:Arial, Helvetica, sans-serif; color:#485058;}
.main{
width:1000px; height:auto; float: right; }
.main-content{width:960px; float:left; }
.left-contact{width:400px; float:left;}
.right-contact{width:500px; float:right; }
/*defaults*/
h1{ font-size:24px; font-family:"Times New Roman", Times, serif; font-weight:bold; color: #ba0;}
h2{font-size:17px; font-family:"Times New Roman", Times, serif; font-weight:bold; color: #ba0;text-transform:uppercase;}
h3{ font-size:18px; font-family:"Times New Roman", Times, serif;color: #ba0 ;}
img{ border:none;}
.clear{clear:both;}
.TableFormat { font-size:12px; }
.TableFormat td{ padding:0px 7px 0px 7px;}
.TableFormat th{ color: #990000;  padding-left:12px;}
 p{ font-size:14px; font-family:12px/20px Arial,Helvetica,sans-serif; line-height:20px}
.list{font-size:14px; font-family:12px/20px Arial,Helvetica,sans-serif; line-height:20px}
input.chk{border:none;}
a{color:#ffffff; text-decoration:none;}
a:hover{ color:#FF0000;text-decoration:none;}
/*header*/
.logo{ width:503px; height:134px;margin-top:5px;}
.nav{ width:997px; height:41px; background: #eae7e7; border:#FFFFFF 1px solid;margin-bottom:15px;}
.nav ul{ list-style-type:none; height:40px;margin:0px; padding:0px;margin-left:22px;}
.nav ul li{float: left;}
.nav ul a { background:url(../images/nav-divider.gif); background-repeat: no-repeat;
background-position:right; padding-right:14px; padding-left:14px;
line-height: 40px;text-decoration: none;font-size:13px;color:#05384d;font-weight:bold; display:block; }
.nav ul a:hover { color:#FF0000;font-weight:bold;}
.nav ul .selected {color: #646464}
/*middle*/
.grey{ width:auto; background: #fbfafa;  }
.grey-middle-div{width:auto;  margin-left:124px;  }
.grey-middle-div2{width:700px;margin-left:140px; height:auto; }
.grey-middle-div-left{ width:347px; height:auto; float:left;  margin-top:23px;}
.grey-middle-div-right{ width:357px; height:auto; float:right;  margin-top:23px; margin-right:124px;}
.welcome-text{width:355px; height:37px; font-size:24px; font-family:Corbel; color:#c52135;}
.weclome-div1{ width:347px; height:160px; margin-top:16px;}
.lorem{width:199px; height:95px; text-align:center; float:right; vertical-align:top;}
.read-more{ font-family:Arial, Helvetica, sans-serif; font-size:12px; font-style:italic; color:#cf0000; text-align:right;}
.line{width:649px; border-bottom: solid 2px; color:#f8ac7b; margin-left:25px; margin-top:45px;}
.sign-up-div{ width:650px; margin-left:40px; padding-top:20px;  }
.news-letter{ width:210px; height:41px; font-family:Jester; font-size:20px; font-style:italic; color: #05384d; margin-top:5px; float:left;}
.input-type {width:100px; height:auto; float:left; margin-left:20px; margin-top:10px; font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#a4a1a1; font-style:italic;}
.image{ width:177px; height:147px; float:right; margin-right:10px;}
.submit-div{   margin-left:350px; }
.white-area{ width:1000px; height:95px;}
/*footer*/
.bottom-logo{width:320px;  margin-left:20px; float:left;}
.spices-text{margin-left:4px; font-family:Arial, Helvetica, sans-serif; font-size:12px; float:right; margin-top:12px; margin-right:20px; color: #000000;}
.bottom-div-2{ width:581px; height:96px; float:right;}
.bottom-nav{ width:590px; height:14px; margin-top:11px; font-family:Arial, Helvetica, sans-serif; color:#fff; font-size:12px; text-transform:uppercase; float:right; margin-right:5px; }
.follow-us-box{ width:550px;  float:left; margin-left:75px; margin-top:3px; font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#494947; padding:5px;}
.follow-us-box img{margin-top:5px;}
.copyright{ width:520px; height:23px; font-family:Arial, Helvetica, sans-serif; color:#ffffff; font-size:12px; text-transform:uppercase; float:right; margin-top:15px;}

/*=========image-hover-close===============css*/




/*==========================PRICE-TABLE-START========================*/
#pricing-table {
	margin-top:55px;
		margin-left:-80px;
		text-align: center;
		width: 892px; /* total computed width = 222 x 3 + 226 */
	}

	#pricing-table .plan {
		font: 12px 'Lucida Sans', 'trebuchet MS', Arial, Helvetica;
		text-shadow: 0 1px rgba(255,255,255,.8);        
		background: #fff;      
		border: 1px solid #ddd;
		color: #333;
		padding: 20px;
		width: 252px; /* plan width = 180 + 20 + 20 + 1 + 1 = 222px */      
		float: left;
		position: relative;
	}
	
	#pricing-table #most-popular {
		z-index: 2;
		top: -13px;
		border-width: 3px;
		padding: 30px 20px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
		-webkit-box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);
		box-shadow: 20px 0 10px -10px rgba(0, 0, 0, .15), -20px 0 10px -10px rgba(0, 0, 0, .15);    
	}

	#pricing-table .plan:nth-child(1) {
		-moz-border-radius: 5px 0 0 5px;
		-webkit-border-radius: 5px 0 0 5px;
		border-radius: 5px 0 0 5px;        
	}

	#pricing-table .plan:nth-child(4) {
		-moz-border-radius: 0 5px 5px 0;
		-webkit-border-radius: 0 5px 5px 0;
		border-radius: 0 5px 5px 0;        
	}
	
	/* --------------- */	

	#pricing-table h3 {
		font-size: 19px;
		font-weight: normal;
		
		padding: 20px;
		margin: -20px -20px 50px -20px;
		background-color: #eee;
		background-image: -moz-linear-gradient(#fff,#eee);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));    
		background-image: -webkit-linear-gradient(#fff, #eee);
		background-image: -o-linear-gradient(#fff, #eee);
		background-image: -ms-linear-gradient(#fff, #eee);
		background-image: linear-gradient(#fff, #eee);
	}
	
	#pricing-table #most-popular h3 {
		background-color: #ddd;
		background-image: -moz-linear-gradient(#eee,#ddd);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));    
		background-image: -webkit-linear-gradient(#eee, #ddd);
		background-image: -o-linear-gradient(#eee, #ddd);
		background-image: -ms-linear-gradient(#eee, #ddd);
		background-image: linear-gradient(#eee, #ddd);
		margin-top: -30px;
		padding-top: 30px;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0; 		
	}
	
	#pricing-table .plan:nth-child(1) h3 {
		-moz-border-radius: 5px 0 0 0;
		-webkit-border-radius: 5px 0 0 0;
		border-radius: 5px 0 0 0;       
	}

	#pricing-table .plan:nth-child(4) h3 {
		-moz-border-radius: 0 5px 0 0;
		-webkit-border-radius: 0 5px 0 0;
		border-radius: 0 5px 0 0;       
	}	

	#pricing-table h3 span {
		display: block;
		font: bold 25px/100px Georgia, Serif;
		color: #0080d4;
		background: #fff;
		border: 5px solid #fff;
		height: 112px;
		width: 112px;
		margin: 10px auto -65px;
		-moz-border-radius: 100px;
		-webkit-border-radius: 100px;
		border-radius: 100px;
		-moz-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
		-webkit-box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
		box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
	}
	
	/* --------------- */

	#pricing-table ul {
		margin: 20px 0 0 0;
		padding: 0;
		list-style: none;
	}

	#pricing-table li {
		border-top: 1px solid #ddd;
		padding: 10px 0;
	}
	
		
	
	.clear:before, .clear:after {
	  content:"";
	  display:table
	}
	.add-store-left-box{width:300px;float:left;margin-top:30px;}
	.add-store-left-box img{width:100%;}
	.text-center{text-align:center;}
	.colorred{color:#ba0000;}