.qitem1 {
	width:388px;
	height:284px;
	margin:5px 5px 5px 0;
	background: url(../images/bg1.png) no-repeat;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 5px 5px 5px #666666;
	-webkit-box-shadow: 5px 5px 5px #EBEBEB;
	box-shadow: 10px 10px 10px #666666;
	/* required to hide the image after resized */
	overflow:hidden;
	/* for child absolute position */
	position:relative;
	/* display div in line */
	float:left;
	cursor:hand;
	cursor:pointer;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.qitem2 {
	width:386px;
	height:94px;	
	
	margin:5px 5px 5px 0;
	background: url(../images/bg2.png) no-repeat;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 5px 5px 5px #666666;
	-webkit-box-shadow: 5px 5px 5px #EBEBEB;
	box-shadow: 10px 10px 10px #666666;
	
	/* required to hide the image after resized */
	overflow:hidden;
	
	/* for child absolute position */
	position:relative;
	
	/* display div in line */
	float:left;
	cursor:hand; cursor:pointer;
}

.qitem3 {
	width:386px;
	height:172px;
	background: url(../images/bg3.png) no-repeat;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 5px 5px 5px #666666;
	-webkit-box-shadow: 5px 5px 5px #EBEBEB;
	box-shadow: 10px 10px 10px #666666;
	margin:5px 5px 5px 0;
	/* required to hide the image after resized */
	overflow:hidden;
	/* for child absolute position */
	position:relative;
	/* display div in line */
	float:left;
	cursor:hand;
	cursor:pointer;
}

/*----------1------*/
	.qitem1 img {
		border:0;
	
		/* allow javascript moves the img position*/
		position:absolute;
		z-index:200;
	}

	.caption {
	position:absolute;
	z-index:0;
	color:#ccc;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	width: 352px;
	padding-left: 15px;
	padding-top: 20px;
	text-decoration: none;
	}

		.caption h4 {
	font-size:20px;
	margin:0;
	color:#369ead;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 20px;
	text-decoration: none;
		}

		.caption p {
	font-size:10px;
	padding:3px 5px 0 8px;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
		}

/*--------2-----------*/
.qitem2 img {
		border:0;
	
		/* allow javascript moves the img position*/
		position:absolute;
		z-index:200;
	}

	
		
/*---------3-------------*/
.qitem3 img {
		border:0;
	
		/* allow javascript moves the img position*/
		position:absolute;
		z-index:200;
	}

	

		

		


/* Setting for corners */

.topLeft, .topRight, .bottomLeft, .bottomRight {
	position:absolute;
	background-repeat: no-repeat; 
	float:left;
}

.topLeft {
	background-position: top left; 	
} 

.topRight {
	background-position: top right; 
} 

.bottomLeft {
	background-position: bottom left; 
} 

.bottomRight {
	background-position: bottom right; 
}

.clear {
	clear:both;	
}
.contact_link  {
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.contact_link:hover {
	color:#30C5B7;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.contact_us_bg {
	height: 190px;
	background-color: #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	border: 1px dashed #CACACA;
}
.style1 {font-weight: bold}
.style10 {color: #666666}
.style17 {
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
.contact_us_bg_link  {
	background-image: url(file:///D|/venufood/images/contact_bg.png);
	background-repeat: no-repeat;
	height: 190px;
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}
