/* CSS Document */

body {
	background-color:#fff;
	height:100%;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:14px;
	color:#000;
}

h2 {
	font-weight:normal;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size:30px;
	margin:0px 0px 20px 0px;
	text-align:right;
}

a:active,a:focus {
	outline:0;
}

a, a:link, a:active, a:visited {
	color:#000;
}

a:hover {
	text-decoration:none;
}

ul {
	list-style:square;
}

li {
	line-height:20px;
}

.apple_overlay {
	display:none;
	background-image:url(images/white.png);
	/*width:640px;*/
	height: 500px;
width: 500px;		
	padding:35px;	
}
 
.apple_overlay div.close {
	background-image:url(images/close.png);
	position:absolute; left:5px; top:5px;
	cursor:pointer;
	height:31px;
	width:31px;
}

.middle {
	width:400px;
	text-align:center;
	position:relative;
	top:50%;
	left:50%;
	margin-left:-200px;
	margin-top:-85px;
	/*border:1px solid black;*/
	height:170px;
}

.links img {
	border:none;
	width:100px;
	cursor:pointer;
}

.list {
	float:left;
	width:320px;
}

.Gallery {
	width:180px;
	float:right;
	margin-top:100px;
}

.Gallery img {
	display:none;
}

.Gallery img.active {
	display:block;
}

.twtr-hd {
	display:none;
}