/* -------- Home -------- */
div.splash{
	text-align: center;
}
div#content {
	position:relative;
	height: 800px;
}
a img{
	border: none;
}

div#bannerHolder{
	position: relative;
	margin: 0px auto 20px auto;
	width: 1170px;
	text-align: left;
}

div.holiday{
/*	position:absolute;
	left: -127px;
	top: -20px;
	width: 1164px;
	height: 420px;*/
	text-align: center;
}
div.announcement{
	color: #a72d2d;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
	border: 1px dashed #361414;
	padding: 10px;
	line-height: 18px;
}
div.topLeftAd{
	position:absolute;
	left:3px;
	top:0px;
	width:350px;
	height:145px;
}
div.news {
	position: absolute;
	left: 0px;
	top: 427px;
	width: 350px;
	height: 83px;
}
div.forgotToOrder {
	position:absolute;
	left:410px; /* -144px */
	top:0px;
	width:245px;
	height:83px;
}
div.forgotToOrder span{
	position: absolute;
	top: 5px;
	left: -10px;
	width: 183px;
	height: 87px;
	background: url("../images/home/forgotToOrder_watch.png") no-repeat;
}
div.schoolPictures {
	position:absolute;
	left:715px;
	top:0px;
	width:245px;
	height:83px;
}
div.jobOpportunities {
	position:absolute;
	left:410px;
	top:260px;
	width:245px;
	height:83px;
}
div.customerSupport {
	position:absolute;
	left:715px;
	top:260px;
	width:245px;
	height:83px;
}
div.imageRetouching {
	position:absolute;
	left:410px;
	top:520px;
	width:245px;
	height:83px;
}
div.prospectiveCustomers {
	position:absolute;
	left:715px;
	top:520px;
	width:245px;
	height:83px;
}
.boxTitle{
	margin-top: 11px;
	padding-bottom: 4px;
}
.boxText{
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #8f8f8f;
	padding-top: 3px;
	border-top: 1px dashed #8f8f8f;
	margin: 0px;
}
/* ------------ News ----------- */
.news a.newsTitle{
	display: block;
	background: url("../images/home/newsTitleBg.png") repeat-x #31271a;
	border-bottom: 1px solid #31271a;
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #d9caad;
	margin: 10px 0px 0px 0px;
	padding: 3px 5px;
	-moz-border-radius-topleft: 3px;
	-khtml-border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-khtml-border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
}
.news div{
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #94918b;
}
.news div p{
	padding: 2px 8px 9px 8px;
}
.odd{
	background-color: #171615;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
}
.even{
	background-color: #222120;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

