body {
	margin: 0;
	padding: 0;
	background-color: #575c60;
	font: 11px/17px "Lucida Grande", Helvetica, Arial, sans-serif;
	color: #464e54;
	text-align: center;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

img {
	border: 0;
}

a, a:visited {
	color: #248097;
	text-decoration: underline;
}

#wrap {
	margin: 20px auto;
	padding: 0;
	text-align: left;
	width: 900px;
}

#header {
	background: #222;
}

#menu {
	margin: 0;
	padding: 0;
	background: #3b3f41;
	color: #fff;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	padding: 0;
	margin: 0;
	float: left;
	background: url("/images/menu.gif") no-repeat bottom right;
}

#menu ul li a {
	display: block;
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
}

#menu ul li.current, #menu ul li:hover {
	background: #248097 url("/images/menu_arrow.gif") no-repeat bottom center;
}

#footer {
	font-size: 10px;
	color: #313538;
	clear: both;
	text-align: center;
	margin: 1em 0 3em;
}

#footer a, #footer a:visited {
	color: #313538;
	text-decoration: underline;
}

/* content */

#content {
	height: 1%;
	padding: 20px;
	background: #ececec url("/images/background_content.gif") no-repeat bottom left;
}

#content h1 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 20px;
}

#content h2 {
	font-size: 12px;
	padding-bottom: 1px;
	border-bottom: 1px solid #cecfcf;
}

#content p {
	margin: 0 0 17px 0;
}

#content li {
	margin: 0 0 17px 0;
	list-style-image: url(/images/li.gif);
}

.column {
	padding: 10px;
	float: left;
	width: 266px;
}

.column_large {
	padding: 10px;
	float: left;
	width: 552px;
}

/* popup */

.popup, .popupshadow {
	position:absolute;
	top:0;
	left:-1122px;
	z-index:9999;
}

.popup {
	width:900px;
	height:540px;
	margin:40px 40px 112px 40px;
}

.popupshadow {
	width:980px;
	height:692px;
}

.popupshadow img {
	width:100%;
	height:100%;
}

.popupshadow.isanim img {
	*display:none;
	_display:block;
}

.popup a.close, #popupmovie a.close {
	position:relative;
	display:block;
	width:28px;
	height:28px;
	top:-12px;
	margin:0 -28px -28px -15px;
	text-indent:-9999px;
	background:url(http://images.apple.com/global/elements/widget_close.png) no-repeat;
	cursor:pointer;
	outline:none;
	behavior:url(/global/scripts/lib/iepngfix_scale.htc);
}

.popup.isanim a.close, #popupmovie.isanim a.close {
	display:none;
}

