@charset "UTF-8";

html, body { 
	margin:0; padding:0; 
	width:100%; height:100%; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:12px; 
	background-image:url(_images/bg.jpg); 
	background-repeat:no-repeat; 
	background-attachment:fixed; 
}
#wrap { margin:50px 0 0 70px; padding:0; width:907px; }
#header { margin:0; padding:0; position:relative; height:60px; width:100%; border-bottom:1px solid #abb1ac; }
#header .logo { position:absolute; top:0px; left:0px; }
#header .email { position:absolute; bottom:8px; right:0px; text-align:right; }
#header .email a { color:#149098; font-weight:bold; }
#header .email a:hover { color:#000; }

div.item { 
	width:907px; 
	position:relative; 
	height:456px; 
	margin:30px 0 0 0; 
	border-bottom:1px solid #abb1ac; 
	padding:0 0 30px 0; 
	background-image:url(_images/loading.gif); 
	background-repeat: no-repeat; 
	background-position: 33% 40%;
}
div.item .itemContent { margin:0 0 0 622px; height:456px; }
div.item .itemContent img { margin:0 0 20px 0; }
div.item p { margin:0 0 10px 0; width:250px; }
img.item { position:absolute; top:0px; left:0px; }

.itemNav { position:absolute; bottom:30px; width:265px; left:622px; }
.itemNav a {
	float:left; 
	display:block; 
	background-color:#363636;
	color:#fff;
	padding:2px 7px 4px 7px;
	margin:0 4px 0 0;
	text-decoration:none;
}
.itemNav a:hover { background-color:#33a7ae; text-decoration:none; }
.itemNav .on { background-color:#33a7ae; text-decoration:none; }

.banner { position:absolute; top:-6px; right:293px; z-index:1000; }

img { outline:none; border:0; }

p a { color:#000; }
p a:hover { color:#000; text-decoration:none; }

a { outline:none; }