html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #fafafa;
	
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	color: #1b233f;
}

a {
	outline: none;
	border: none;
	color: #d2232b;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}


div.ct {
	margin: -1px auto -1px auto;
	width: 960px;
}

div#container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -49px;	
}

div#menu {
	background-image: url(../img/menuline.jpg);
	background-position: left 75px;
	background-repeat: repeat-x;
	height: 120px;
}

div#menu .ct {
	background-image: url(../img/tel.jpg);
	background-position: left 20px;
	background-repeat: no-repeat;
	position: relative;
}


div#menu ul {
	padding: 80px 0 0 0;
	margin: 0 auto 0 auto;
	list-style: none;
	
	font-size: 1em;
	font-weight: bold;
	
	width: 960px;
	
	font-family: Verdana, Geneva, sans-serif;
}

div#menu li {
	display: inline;
	margin: 0;
	padding: 0;
}

div#menu ul li a {
	float: left;
	/*background: url(../images/tableftB.gif) no-repeat left top;*/
	background: none;
	margin: 0;
	margin-right: 5px;
	padding: 0 0 0 10px;
	text-decoration: none;
}
div#menu ul li a.active {
	/*background-color: #26366d !important;*/
	background: url(../img/menul.jpg) no-repeat left bottom;
}

div#menu ul li a span.m {
	float: left;
	display: block;
	padding: 8px 10px 11px 1px;
	color: #26366d;
	cursor: pointer;
}
div#menu ul li a.active span.m {
	color: #ffffff !important;
	
	background: url(../img/menur.jpg) no-repeat right bottom;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
div#menu ul li a span.m {
	float: none;
}
/* End IE5-Mac hack */
div#menu ul li a:hover span.m {
	color: #ffffff !important;
}
div#menu ul li a:hover span.m span {
	color: #ffffff !important;
}
div#menu ul li a:hover {
	/*background-color: #26366d;*/
	/*background-position:0% -42px;*/
	
	background: url(../img/menul.jpg) no-repeat left bottom;
}
div#menu ul li a:hover span.m {
	/*background-position:100% -42px;*/
	background: url(../img/menur.jpg) no-repeat right bottom;
}

#tel {
	float: left;
	margin-top: 20px;
	margin-left: 10px;
}
#logo {
	position: absolute;
	top: 10px;
	right: 10px;
}


div#content {
	margin-top: 10px;
	text-align: justify;
	overflow: hidden;
}

div#content.ct, div#footer .ct {
	width: 940px;
}



div#map {
	height: 450px;
	width: 936px;
	border: 2px solid #d2232b;
}


div.linkContainer {
	margin-bottom: 10px;
	padding: 10px;
}
div.linkContainer .head {
	margin-bottom: 5px;
}
div.linkContainer .msg {
	padding-left: 20px;
}



div#footer {
	background-image: url(../img/footerline.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 25px;
	padding: 25px 0 0 0;
	text-align: right;
	color: #d2232b;
}

h1, h2, h3 {
	color: #d2232b;
	font-family: "Arial Narrow", Arial, Helvetica;
}
h1 {
	border-bottom: 2px solid #d2232b;
	font-size: 2em;
	display: block;
	height: 1.05em;
}

.push {
	height: 49px;
}

.field {
	margin-top: 3px;
	border: 1px solid #1b233f;
	padding: 3px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-size: 0.9em;
	width: 70%;
}
