/* ---------------------------------- */

/*
 * cityeyes World
 * 2012
 *
 * static_rewrite.css
 *
 * rewrite css for 
 * mobile and tablet devices
 * unsupported browsers
 *
 * 
 */
 
/* ---------------------------------- */

/*----------------------------------------  HEADER  */

#header {
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background: #FFF;
	border-bottom: solid 3px #bbb;
	opacity: .3;
	text-align: center;
}



#header:hover {
	opacity: .5;
}



.menu-link li a	{

	text-decoration: none;}



.menu-link li a:hover	{color: #ffaa00;}



.menu-link li	{display: inline;

	list-style-type: none;

	margin-right: 20px;}



.menu-link ul	{
	width: 100%;
	height: 60px;
	margin: 0 auto;
padding-top: 10px;
	}





















#header .Vegetables	{

	
	list-style-type: none;

	background-image: url(../../../img/nav-icon-vagetables.png);

	background-repeat: no-repeat;
	padding-left: 45px;
	
	
	}



#header .Vegetables a	{color: #000000;

	text-decoration: none;}



#header .Vegetable a:hover	{color: #ff8800;}





#header .WebDesign	{
	
	list-style-type: none;
	background-image: url(../../../img/nav-icon-web.png);
	background-repeat: no-repeat;
	padding-left: 45px;
	
	
	
	
	
}


#header .WebDesign a	{color: #000000;

	text-decoration: none;}



#header .WebDesign a:hover	{color: #ff8800;}







