
/*contact css*/
#c_container{
	width: 100%;
	height: 700px;
}
#c_adr{
	width: 80%;
	height:150px; 
	margin: auto;
	margin-top: 50px;
}#phone{
	width: 50%;
	float: right;
	margin-top: -100px;
	text-align: center;
}
#c_form{ width: 38%; height: 400px;
	background: url('crossword.png');
	border-radius:5px;
	margin:20px;
	
	margin-top:50px;
	margin-left: 100px; 
	float: left;  border:1px solid #dfdfdf;
	 
}
#cont_form>input{margin-left: 10px;}
#s_p{margin-left: 15px;}
#c_loc{ margin-right:100px; margin-top:50px;  float: right; }


/*---------------Product css-------------------*/
#product_container{
	width: 100%;
	height:770px;
	
}
		/*table
		{  
			float: left;
			
	        margin: auto;
			width: 545px;
			border-color: "#7a926d";
			background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(247, 250, 195))
);
background-image: -o-linear-gradient(bottom, rgb(247, 250, 195) 0%);
background-image: -moz-linear-gradient(bottom, rgb(247, 250, 195) 0%);
background-image: -webkit-linear-gradient(bottom, rgb(247, 250, 195) 0%);
background-image: -ms-linear-gradient(bottom, rgb(247, 250, 195) 0%);
background-image: linear-gradient(to bottom, rgb(247, 250, 195) 0%);
		}*/
#main {
/*padding: 10px;*/

margin: 10px;
float: right;
/*margin-left: 300px;*/

color: Green;


/*border: 1px solid #afb14e;
border-radius: 10px;*/

width: 470px;
margin-right: 27px;

}
#box {
margin: 10px;
width: 470px;
float: left;
margin-left: 27px;
}
.search{
	width: 300px; height:25px; border-radius: 5px;float: left;
}		
		
#display_results{
	width:100%;
	height:620px;
	margin: auto;
	margin-top:-10px;
	
	overflow: hidden;
	float: left;
	
}	
#cat_head{ width: 95.8%;;background: #414743;padding:5px 20px 5px 25px;color: #fff;
	height: 25px; font-size: 18px; 
	margin: 0px 0px 10px 0px;
	float: left;
	
	border-radius: 3px;
	
}	
#p_item{ width:327px;padding:5px; font-size: 14px;
height: 18px;
	float: left;
	overflow: hidden;
	margin: -1px 4px 0px 6px;
	border-radius: 2px;
	border: 1px solid #000;
	
}
#p_item:hover{ background: #2572da;color: #fff;}	#p_item:hover>i{color: #fff}
#nav_pro{ width: 20%;
height: 23px;
	text-align: center;
	float: right;
	margin-top:10px;
	
	
	
}
#msgsearch{
	margin-left: 400px;margin-top: 100px;
	font-size: 18px;
}	
#p_item >i{
	 color: #ff6060;margin: auto;
}
.search_query{width: 300px; height:25px; border-radius: 5px;float: left;}
.button{width: 100px;height:28px;border-radius:5px;/*background-color:#2C539E;*/border:none;}	
.button:hover{background-color:#2C539E;
	
}	
	.navg{
		border-radius: 4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		background: #dedcd8;
		padding: 5px;
		text-decoration: none;
		color: #4776d6;
	}	
		