@charset "UTF-8";
/* CSS Document */

#flashContent{
	height:520px;
	margin-bottom:70px;
}

#headerBlock{
	height:520px;
	background-image:url(../imgs/headerBlock_bg.jpg);
	background-repeat:no-repeat;
}
#headerBlock img{
  display:block;
	text-indent:-9999px;
	height:0;
	overflow:hidden;
}

#index #mainHeader {
	position:absolute;
	top: 370px;
	left: 0px;
	height: 210px;
	background-position: 0px 160px;
	
}
#index #mainHeader .horizontalList {
	position: static;
	margin-left: 10px;
	margin-top: 160px;
}
#index #mainHeader .order {
	left: 705px;
	top: 0px;
	height: auto;
	padding-top: 0px;
	background-image:none;
	padding-bottom: 0px;
}
#index .order #bunner_poster {
	margin-top: 0px;
	margin-bottom: 10px;
}

#index #secondBlock{
	position:relative;
	width: 690px;
	margin: 0;
	padding-left: 10px;
}

#index #container #secondBlock #todaysPhoto{
	float:left;
	width: 340px;
	height: 230px;
}

#index #container #secondBlock #newsFeed{
	float:left;
	width: 320px;
	padding-top:10px;
	padding-right: 20px;
	padding-bottom: 20px;
}
#index #container #secondBlock #newsFeed h2{
	padding: 6px 0px 8px;
	background-image:url(../imgs/newsFeed_H2_bg.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
}
#index #container #secondBlock #newsFeed li{
	padding:5px;
	border-bottom:1px dotted #999;
}
#index #container #secondBlock #newsFeed li a{
	color:#000000;
	text-decoration:none;
	padding-left:15px;
	background-image:url(../imgs/newsFeedLinkBullet.gif);
	background-position:0.1em 0.3em;
	background-repeat:no-repeat;
}
#index #container #secondBlock #newsFeed li a:hover{
	color:#E17;
	background-image:url(../imgs/newsFeedLinkBullet_on.gif);
}

