@charset "utf-8";
body {
	background:#330000 url(images/BG.png) repeat-x;
}
.container {
	border:1px #ab0101 solid;
	width:962px;
	height:641px;
	margin:auto;
	background:url(images/lowerBG.png) #f5f5f5;
	position:relative;
}
.upper {
	background:url(images/headerBG.jpg) no-repeat;
	width:942px;
	height:379px;
	padding:10px;
	position:relative;
}
.logo {
	position:absolute;
	top:37px;
	left:37px;
}
.contact {
	float:right;
	margin:10px 20px 0 0;
	font: 12px Arial, Helvetica, sans-serif;
	color:#636363;
	direction:rtl;
	line-height:20px;
}
.contact p{
	font-size:16px;
	color:#b90107;
	margin:0;
	font-weight:bold;
}
.contact span{
	color:#b90107;
}
.contact a{
	color:#000;
	text-decoration:none;
}
.contact a:hover{
	color:#666;
	text-decoration:underline;
}
.mainArea {
	width:902px;
	height:240px;
	background-color:#666666;
	top:138px;
	left:30px;
	position:absolute;
}
.midSap {
	margin:0px 0 20px 10px;
	height:1px;
}
.trio {
	width:264px;
	display:inline;
	float:left;
	padding:5px 0px 10px 28px;
	margin-right: 28px;
	text-align:right;
	background:url(images/dotSAP.gif) top left repeat-y;
	font:12px Arial, Helvetica, sans-serif;
	color:#7d7d7d;
	direction:rtl;
}
.trio span {
	display:block;
	text-align:left;
	width:264px;
	margin-bottom:5px;
	clear:both;
}
.trio ul {
	margin:0px;
	padding:0px;
	margin:15px 0 0 0;
	list-style:none;
	list-style-position:outside;
	display:inline;
	line-height:16px;
	float:right;
	clear:both;
}
.trio ul li {
	background:url(images/bullet.gif) center right no-repeat;
	padding-right:10px;
}
#noDott{
	background:none; !important
}
.footer {
	width:962px;
	height:51px;
	background:url(images/footer.png) no-repeat;
	position:absolute;
	left:0px;
	bottom:0px;
}
