@charset "utf-8";

#search { display: none; }

body {
	font-size: 100.1%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

input {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a img {
	border: none;
}

address {
	font-style: normal;
}


/**
 * logo
 */
#logo {
	width: 114px;
	height: 114px;
}


/**
 * content
 */
#content {
	color: #464646;
	font-size: 0.75em;
	line-height: 1.4em;
}

#content p {
	margin: 5px 0;
}

#content h1 {
	clear: both;
	margin: 0 0 10px 0;
	color: #f5821f;
	font-size: 1.9em;
	font-weight: normal;
	text-transform: uppercase;
}

#content h2 {
	clear: both;
	margin: 15px 0 5px 0;
	color: #464646;
	font-size: 1.6em;
	font-weight: normal;
}

#content h3 {
	clear: both;
	margin: 10px 0 5px 0;
	color: #f5821f;
	font-size: 1.45em;
	font-weight: normal;
}

#content h4 {
	clear: both;
	margin: 10px 0 5px 0;
	color: #464646;
	font-size: 1.15em;
	font-weight: bold;
}

#content .figure {
	font-size: 0.9em;
	font-style: italic;
}

#content .fon {
	padding-left: 23px;
	background: url('../pic/layout/bgFon.gif') no-repeat left center;
}

#content .fax {
	padding-left: 23px;
	background: url('../pic/layout/bgFax.gif') no-repeat 2px center;
}

#content strong.noun {
	color: #f5821f;
	font-weight: bold;
}

#content.trend .date {
	display: none;
}

#content.trend h3 {
	clear: right;
}

#content.trend img {
	float: right;
	margin: 3px 5px;
}

/* lists */
#content ul {
	margin: 5px 0;
	padding: 0 0 0 20px;
	list-style-image: url("../pic/layout/list1.gif");
}

/* tables */
#content table {
	margin: 5px 20px;
	border-collapse: collapse;
}

#content table caption {
	font-size: 0.9em;
	font-style: italic;
	caption-side: bottom;
}

#content table th,
#content table td {
	border: 1px solid #919191;
}

#content table * {
	margin: 0;
	padding: 3px 5px;
	text-align: left;
	line-height: 110%;
}

#content table th {
	font-weight: bold;
}

#content table td {
	font-weight: normal;
}

#content table thead * {
	color: white;
	background: #707070;
}

#content table tfoot *,
#content table tbody * {
	color: #434343;
}

#content table tbody .odd * {
}

#content table tbody .evn * {
	background: #bbb;
}

#content table tfoot tr:first-child * {
	border-top-width: 2px;
}

#content table *.val {
	text-align: right;
}

/* forms */
#content form {
}

#content form fieldset {
	margin: 5px 0;
}

#content form legend {
}

#content form div {
}

#content form label.label {
	float: left;
	display: block;
	width: 150px;
}

#content form input {
}

#content form textarea {
	width: 300px;
	height: 80px;
}

#content form input.text {
	width: 300px;
}

#content form input.radio {
	vertical-align: middle;
}

#content form input.button {
	padding: 2px 5px;
	font-size: 1.2em;
	font-weight: normal;
	text-transform: none;
}

/* partners */
#content .partners {
	padding: 0;
	list-style: none;
	text-align: center;
}

#content .partners li {
	margin: 0 0 10px 0;
	padding: 0;
}

/* contact */
#content .contact {
	overflow: hidden;
	padding: 0;
	list-style: none;
}

#content .contact li {
	clear: both;
	margin: 5px 0;
	padding: 5px 0 0 20px;
	border-top: 1px solid #919191;
	background: url("../pic/layout/list2.gif") no-repeat left 5px;
}

#content .contact li img {
	float: left;
	width: 80px;
	height: 100px;
	margin: 0 5px 5px 0;
	padding: 0;
}

#content .contact li div {
}

#content .contact li div img {
	float: none;
	width: 20px;
	height: 20px;
	margin: auto;
}

/* menu */
#content .menu {
	clear: both;
}

#content .menu a {
	font-weight: bold;
}

