* { 
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: -moz-scrollbars-vertical;
	color: #000;
	background-color: #fff;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

a {
	color: #000;
}
p a {
	color: #0066cc;
}

#container {
	width: 1000px;
	margin: -22px auto 0 auto;
	min-height: 100%;
	height: auto;
}
* html #container {
	height: 100%;
}
	#header {
		padding-top: 22px;
		height: 75px;
		background-image: url('../graphics/header_bg.jpg');
		background-repeat: repeat-x;
		background-position: left 22px;
	}
		#header img {
			float: left;
		}
		#header img#logo {
			margin: 11px 9px 0 8px;
		}
		#header div {
			float: left;
			width: 607px;
			height: 80px;
		}
			#header div form {
				background-image: url('../graphics/newsletter_bg.jpg');
				background-repeat: no-repeat;
				padding: 6px 0 0 14px;
				width: 368px;
				height: 27px;
				margin: 0 0 9px 113px;
			}
				#header div form label,
				#header div form input {
					font-family: Arial, Helvetica, sans-serif;
					font-size: 0.9em;
					float: left;
					color: #504f4f;
				}
				#header div form input {
					border: 1px solid #000;
					margin: 0 6px 0 6px;
					padding: 0 3px 0 3px;
				}
				#header div form label {
					margin: 1px 0 0 0;
				}
				#header div form input.button {
					border: 0;
					margin: 0;
					float: left;
				}
			#header div ul#menu {
				background-image: url('../graphics/menu_bg.jpg');
				background-repeat: no-repeat;
				list-style: none;
				width: 588px;
				margin: 37px 0 0 0;
				height: 38px;
				padding: 17px 0 7px 19px;
			}
				#header div ul#menu li {
					float: left;
					margin: 0 18px 0 0;
					display: inline;
				}
					#header div ul#menu li a {
						color: #5f5e5e;
						text-decoration: none;
						font-family: Arial, Helvetica, sans-serif;
						font-size: 1em;
					}
						#header div ul#menu li a.active {
							font-weight: bold;
						}
					#header div ul#menu li a:hover {
						text-decoration: underline;
					}
	#content {
		padding: 40px 40px 35px 40px;
	}
		h2#welcome {
			display: block;
			margin: 26px auto 52px auto;
			width: 578px;
			height: 164px;
			font-size: 0.8em;
			overflow: hidden;
			color: #6f6f6e;
		}
			h2#welcome img {
				position: absolute;
			}
		#bricks {
			margin: 0 auto 0 auto;
			padding: 0 42px 0 0;
			width: 816px;
		}
			#bricks img {
				float: left;
				margin: 0 0 0 42px;
			}
		ul#sub {
			list-style: none;
			margin: 0 0 20px 0;
		}
		div.column {
			width: 425px;
		}
		h4 {
			color: #6f6f6e;
			border-bottom: 1px solid #6f6f6e;
			padding-bottom: 1px;
			margin: 10px 0 5px 0;
			font-size: 13px;
		}
		p {
			margin: 0 0 10px 0;
		}
		p.ingress {
			font-weight: bold;
			margin: 0 0 15px 0;
			color: #6f6f6e;
		}
		img.img-right {
			float: right;
		}
		div.img-right {
			float: right;
			width: 447px;
		}
			div.img-right img {
				margin-bottom: 10px;
			}
		
		#ref {
			margin: 50px 0 0 0;
		}
			#ref img {
				float: left;
				margin: 0 10px 0 0;
			}
			#ref div {
				padding: 99px 0 0 0;
			}
			
		#contacts {
			width: 475px;
			margin: 50px 0 0 0;
		}
			#contacts div.brick {
				float: left;
				width: 135px;
				height: 61px;
				padding: 221px 5px 5px 5px;
				margin: 0 20px 0 0;
				display: inline;
			}
				#contacts div.brick h4 {
					margin: 0;
					padding: 0;
					border: 0;
					font-size: 12px;
				}
				
		#frm_contact {
			float: right;
			width: 370px;
			text-align: right;
			margin: 32px 0 0 0;
		}
			#frm_contact label {
				display: block;
				text-align: left;
				padding: 0 0 2px 0;
			}
			#frm_contact input,
			#frm_contact textarea {
				display: block;
				width: 366px;
				margin: 0 0 5px 0;
			}
			#frm_contact textarea {
				height: 200px;
			}
			#frm_contact input.button {
				width: auto;
				display: inline;
			}
		
		table {
			border: 0;
			border-collapse: collapse;
			margin: 0 0 15px 0;
			width: 100%;
		}
			table caption {
				text-align: left;
				margin: 0 0 5px 0;
				font-weight: bold;
			}
			table tbody tr {
				text-align: left;
				vertical-align: top;
			}
				table tbody tr.dark {
					background-color: #f5f5f5;
				}
				table tbody tr td,
				table tbody tr th {
					padding: 3px;
				}
				table tbody tr th {
					color: #6f6f6e;
					font-size: 0.9em;
				}
					.col1 {
						width: 100px;
					}
					.col2 {
						width: 200px;
					}
					.col3 {
					
					}
					span.small {
						font-size: 0.9em;
						display: block;
					}

					table#list tbody tr th {
						color: #6f6f6e;
						border-bottom: 1px solid #6f6f6e;
						padding-bottom: 1px;
						margin: 10px 0 5px 0;
					}
						table#list tbody tr th.col2,
						table#list tbody tr td.col2 {
							width: 40px;
						}
						table#list tbody tr th.col1b,
						table#list tbody tr th.col2b {
							vertical-align: bottom;
						}
						table#list tbody tr td strong {
							color: #6f6f6e;
						}
						
				#ptj {
					width: 984px;
					margin: -28px auto 0px auto;
					padding: 0 8px 5px 8px;
				}
#footer {
	height: 16px;
	padding: 6px 0 0 0;
	margin: 0 auto 0 auto;
	width: 1000px;
	background-image: url('../graphics/footer_bg.jpg');
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
}
	#footer span {
		margin: 0 0 0 70px;
	}
	#footer span.mow a {
		color: #666;
		text-decoration: none;
	}
