* {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans serif;
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	background-image: url(/img/bg.gif);
	background-repeat: repeat;
	overflow: hidden;
}

#bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(/img/bg.png);
	background-repeat: repeat-x;
	overflow-y: auto;
}

#container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 950px;
	min-height: 100%;
}

#header {
	height: 60px;
	padding: 4px;
}

#logo {
	margin-top: 17px;
	width: 318px;
	height: 41px;
	border: 0 none;
}

#bg_top {
	height: 4px;
	background-image: url(/img/container_bg_top.png);
	background-repeat: no-repeat;
}

#inner-container {
	position: absolute;
	top: 72px;
	width: 950px;
	border-collapse: collapse;
}

#inner-container td.content {
	background-image: url(/img/container_bg.png);
	background-repeat: repeat-y;
	padding: 0px 4px;
}


#inner-container td.footer {
	background-image: url(/img/border_bottom.png);
	background-repeat: no-repeat;
	height: 4px;
}

#footer {
	clear: both;
	height: 20px;
	font-size: 10px;
	text-align: center;
	vertical-align: center;
	padding-top: 20px;
	color: #b7b7b7;
}

#menu {
	width: 156px;
	float: left;
	padding: 0px;
	margin-top: 12px;
}

#menucont {
	background-color: #F2F2F2;
	border-right: 1px solid #b6b6b6;
	border-bottom: 1px solid #b6b6b6;
	border-top: 1px solid #b6b6b6;
}

#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	
}

#menu li {
	font-size: 13px;
	padding: 0;
	margin: 0;
}

#small-contact {
	font-size: 10px;
	background-color: #F2F2F2;
	border-right: 1px solid #b6b6b6;
	border-bottom: 1px solid #b6b6b6;
	border-top: 1px solid #b6b6b6;
	padding: 12px;
	margin-top: 12px;
}

#small-contact .tel .type {
	display: none;
}

a, a:link {
	color: #3e599e;
	text-decoration: none;
}

a:hover {
	text-decoration: unterline;
}

#menu li a, #menu li a:link {
	color: #000;
	font-weight: bold;
	display: block;
	background-position: 0 -1px;
	background-image: url(/img/bg_li.gif);
	background-repeat: repeat-x;
	padding-left: 12px;
	line-height: 32px;
}

#menu li li a, #menu li li a:link {
	color: #000;
	font-weight: normal;
	background-image: none;
	padding-left: 24px;
	line-height: 19px;
	font-size: 12px;
}

#menu li a:hover, #menu li li a:hover {
	color: #3e599e;
}

#menu li ul {
	display: none;
	padding: 4px 0 8px 0;
}

#menu li.act > a {
	color: #3e599e;
}

#menu li.act li.act a {
	background-image: url(/img/arrow.gif);
	background-position: 13px 7px;
	background-repeat: no-repeat;
	color: #3e599e;
}

#menu li.act ul {
	display: block;
}

#big-image {
	float: right;
	margin-top: 12px;
	margin-right: 17px;
	border: 1px solid #b6b6b6;
}

#big-image img {
	display: block;
}

#content {
	float: right;
	margin-top: 12px;
	margin-right: 17px;
	border-top: 1px solid #b6b6b6;
	padding-top: 12px;
	width: 750px;
	font-size: 12px;
	line-height: 18px;
}

h1 {
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 24px;
}

p {
	margin-bottom: 12px;
}

h2 {
	font-size: 14px;
	text-decoration: none;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}

ul {
	margin-top: 0px;
	padding-left: 24px;
	list-style-type: square;
}

li {
	padding-left: 4px;
}

.bb {
	border-bottom: 1px solid #b6b6b6;
}

ul.uli {
	margin-top: 0px;
	margin-bottom: 0px;
}

table.listing {
	border-collapse: collapse;
}

table.listing td {
	padding: 2px 0;
	vertical-align: top;
}

input, textarea {
	border: 1px solid #b6b6b6;
	font-size: 12px;
}

input.submit {
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}