@charset "utf-8";
/* CSS Document */

body{
	background-color:#FFF1C1;
	margin:0;
	padding:0;
}


#header{
	background-image:url('images/shree-garlic.png');
	background-attachment:scroll;
	background-position:top left;
	background-repeat:no-repeat;
	height:200px;
	width:1024px;
	background-color:#FFF1C1;
}

#banner{
	height:153px;
	width:1014px;
	background-color:#FFF1C1;
	padding-left:10px;
}

.bannerright{
	border-bottom-right-radius:15px;
	border-top-right-radius:15px;
	border: solid #000;
	border-left:none;
	margin:0;
	padding-top:0px;
	background-color:#FFF1C1;
}
.bannerright img{
	border-radius:9px;
	width:170px;
	height:138px;
}


.bannerleft img{
	border-bottom-left-radius:15px;
	border-top-left-radius:15px;
	border: solid #000;
	border-right:none;
}



#menu{
	height:40px;
	width:964px;
	background-color:#FFF1C1;
	padding:0 10px 0 50px;
}

#menu a img{
	border:none;
}
#mainbody{
	height:558px;
	width:1004px;
	background-color:#FFF1C1;
	padding:0 10px 0 10px;
	font-family:'Cambria','Calibri', 'Arial',Times, serif;
	font-size:16px;
	color:#000;
	background-attachment:scroll;
	/* background-image:url('images/footer.jpg'); */
	background-position:bottom left;
	background-repeat:no-repeat;
	word-spacing:2px;

}

#mainbody table tr td{
	padding-left:30px;
	width:350px;
}

#mainbody table tr td ul{
	padding-top:0px;
	margin-top:10px;
	padding-bottom:0px;
	margin-bottom:10px;
	margin-left:0px;
	padding-left:20px;
}
#mainbody table tr th{
	padding-left:20px;
	text-align:center;
	
}
#mainbody h2{
	padding:0;
	margin:0;
	color:#FFF;
}

#footer{
	height:78px;
	background-color:#FFF1C1;
	text-align:center;
	font-family:'Calibri',Arial;
	font-size:16px;
}

#footer img{
	border:none;
}

#contactform table tr td{
	padding:0;
	margin:0;
	padding-left:8px;
}

#contactform table tr td input{
	text-align:center;
	color:#666;
}
.optional{
	color:#999;
	font-size:14px;
}


.leftbox{
	width:270px;
	float:left;
	height:300px;
	font-size:16px;
}
.rightbox{
	width:645px;
	float:left;
	margin:0px 0px 10px 20px;
	height:780px;

}

#fargi{
	background-color:#999;
	background-color:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	position:fixed;
	z-index:100000000000000000000000;
	padding-left:400px;
	padding-top:100px;
}