@import "../common/screen.css";

#body {
	background-image: url(body.jpg);
	background-position: left top;
	background-color: #f0caa3;
	height: 685px;
}

#wrapper {
	background-image: url(wrapper.jpg);
	background-repeat: repeat-y;
}

#body h1 {
	background-image: url(h1.jpg)
}

#body .right {

}

#body .left ul.stats {
	width: 317px;
	height: 218px;
	background: transparent url(stats.jpg) no-repeat;
}

#body .left ul.stats li {
	padding-left: 100px;
	padding-bottom: 55px;
	color: #2b6bb5;
	font-size: 20px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#body .right p.header {
	margin-bottom: 0;
}

#body .right p.header strong {
	font-size: 18px;
	font-weight: normal;
	color: #f09f2c;
}

#body .right p.header span {
	font-size: 11px;
}

#body .right address {
	margin: 10px 0;
	font-size: 12px;
	color: #595959;
	font-style: normal;
	font-weight: bold;
}

#body .right ul.tools li {
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
	display: inline;
}

#body .right ul.tools li.tools-mail { background-image: url(tools.mail.jpg); }
#body .right ul.tools li.tools-list { background-image: url(tools.list.jpg); margin-left: 40px; }
#body .right ul.tools li.tools-map { background-image: url(tools.map.jpg); }

#body .right ul.tools a {
	padding-left: 35px;
	line-height: 28px;
	font-size: 11px;
	color: #595959;
	font-weight: normal;
}

#body .right ul.tools a:hover {
	text-decoration: none;
	color: #2b6bb5;
}

#body .right ul.tools {
	margin: 20px 0;
}

#body .right strong.links {
	display: block;
	padding-left: 40px;
	color: #2b6bb5;
	font-size: 14px;
	line-height: 20px;
	background-image: url(../common/puce1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 20px;
}

#body .right ul.links li {
	padding-left: 40px;
	background-repeat: no-repeat;
	background-position: left center;
	list-style-type: none;
}

#body .right ul.links a {
	display: block;
	line-height: 20px;
	font-size: 11px;
	color: #595959;
	font-weight: normal;
}

#body .right ul.links a:hover {
	text-decoration: none;
	color: #2b6bb5;
}

#body form.map {
	margin: 10px 0 5px 0;
	position: relative;
}

#body form.map strong {
	position: absolute;
	left: 0;
	top: -24px;
	background: #CC0000;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 20px;
	display: none;
	width: 506px;
	text-align: center;
}

#body form.map label {
	font-size: 11px;
	color: #2C6DB1;
	font-weight: bold;
}

#body form.map input {
	padding: 4px;
	margin: 0 1px;
	font-size: 11px;
	width: 170px;
	border: 1px solid #2C6DB1;
}

#body form.map button {
	padding: 2px 0;
	font-size: 11px;
	color: #2C6DB1;
	font-weight: bold;
	width: 90px;
}

#body form.map p {
	margin: 0;
	padding: 0;
}

#body #map {
	border: 1px solid #F09F2C;
	height: 350px;
}

#body #list {
	border: 1px solid #296BB9;
	width: 506px;
	font-size: 11px;
	margin-top: 10px;
}

#body #list th {
	background-color: #296BB9;
	color: #ffffff;
	padding: 5px;
	border: 1px solid #f0f0f0;
	border-left-width: 0;
}

#body #list th.first {
	border-left-width: 1px;
}

#body #list td {
	background-color: #FFFFFF;
	color: #000000;
	padding: 5px;
	border-bottom: 1px solid #DDDDDD;
	cursor: pointer;
}

#body #list tr.even td {
	background-color: #f0f0f0;
}

#body #list tr.over td {
	background-color: #e8e8e8 !important;
}

#body h3.infos {
	font-size: 14px;
	font-weight: bold;
	color: #2C6DB1;
}

#body ul.infos {
	font-size: 11px;
	list-style-type: none;
}

#body ul.infos strong {
	color: #666666;
}

#body ul.infos li {
	padding: 0;
	line-height: 12px;
}

#body ul.infos li.email {
	padding-top: 10px;
}
