/* * * *
Bubble Menu - style.css
Author: Paulo 'Jimmy' Nunes http://jimmy.syndicate-fx.com
 * * * */

/* * * * Global styles * * * */
*{
margin: 0; 
padding: 0;
	width: 475px;
}
body
{
	font: 12px Helvetica, Arial, sans-serif;
	color: #fff;
	
	background-image: url( 'images/background/gr2.png' );
}
a{
text-decoration:none;
color:#1AB3D8;
}
a:focus{
outline:none;
}
p{text-align:center}
/* * * * Holding it * * * */
#wrap
{
	
position:relative;
width:685px;
margin:20px auto;
	top: 65px;
	left: 163px;
	height: 602px;
}

/* * * * The Menu * * * */
ul#menu{
position:relative;
top:11px;
left:8px;
/*background:url(menu.png) 0 0 no-repeat;*/
width:596px;
height:491px;
list-style-type:none;
margin:0;
padding:0;
z-index:1;
}
#menu a {
position: absolute;
display:block;
background:url(orb.png) 50% 0 no-repeat;
color:Black;
height:119px;
width:117px;
font-size:12px;
line-height:60px;
text-align:center;
text-decoration:none;
letter-spacing:1px;
-webkit-border-radius:220px;
-moz-border-radius:220px;
	top: 330px;
	left: 217px;
}

#menu .about a{top:18px;left:129px;}
#menu .services a{top:150px;left:6px;
	right: 490px;
}
#menu .portfolio a{top:18px;left:320px;}
#menu .services2 a{top:150px;left:370px;}
#menu .services3 a{top:292px;
left:360px;
}
#menu .services4 a{top:305px;
left:61px;

}


#menu .services5 a{top:364px;
left:216px;
}
#menu .blog a{top:190px;left:140px;}
#menu .contact a{top:300px;left:220px;}

#menu a:hover{z-index:2;}
