/* @override 
	http://localhost:3000/stylesheets/newsletter.css?1202869629
	http://localhost/stylesheets/sunyata.css
	http://localhost/~william/sunyatadesign.net/sunyata.css
*/

@charset "UTF-8";* { margin: 0; padding: 0;}* {	margin: 0;	padding: 0;}body {	background: #fff;	text-align: center; /* for IE */	font-family: Geneva, Arial, Helvetica, sans-serif;	font-size: .9em;
	color: #000;
}

div#sunyata {
	z-index: 1;
	position: relative;
	width: 800px;
	margin: 0 auto;
	background: #fff;	
}

img#sd-net {
	position: absolute;
	top: 20px;
	left: 400px;
	
}

img#enso {
	position: absolute;
	top: 20px;
	left: 0px;
	
}

div#email {
	position: absolute;
	z-index: 3;
	top:  410px;
	left: 500px;
	width: 125px;
	height: 120px;
	text-indent: -9999px;
	background:  url("email.png") no-repeat top;
}

div#email:hover {
	position: absolute;
	z-index: 2;
	top:  380px;
	left: 110px;
	width: 623px;
	height: 156px;
	text-indent: -9999px;
	background:  url("sd-gmail.png") no-repeat bottom left;
}


div#phone {
	position: absolute;
	z-index: 3;
	top: 410px;
	left: 150px;
	width: 129px;
	height: 120px;
	text-indent: -9999px;
	background: url("phone.png") no-repeat top;
}

div#phone:hover {
	position: absolute;
	z-index: 2;
	top: 380px;
	left: 140px;
	width: 564px;
	height: 156px;
	text-indent: -9999px;
	background: url("452-0102.png") no-repeat bottom center;
}

div#text {
	margin: 15px;
	width: 440px;
	text-align: left;
	border: 1px solid #ccc;
}

p {
	margin: 10px;
	padding: 0;
	
}

li {	list-style-type: circle;}a {	color: #FF6600;}h1 { 
	margin:  10px;
	font-size: 22px;	color: #D91720;
	font-family: Arial, Helvetica, sans-serif; 
	line-height:110%;}

ul {
	margin: 10px 30px;
	
}.clear {	clear:both;}img {	float: right;
	border-style: none;
	margin: 0 10px 10px 10px;
}

#details {
	display: none;
}


