html {
	background:#898989 url(/images/bg_repeat.png) 0 0 repeat-x;
}
body {
	background: url(/images/bg.png) center top no-repeat;
	font:12px/16px Verdana, Arial, Helvetica, sans-serif;
}
.clear {
	clear:both;
}
.center {text-align:center;}
#wrap {
	width:980px;
	margin:0 auto;
}
#header {
	width:980px; height:264px;
	background: url(/images/bg_header.png) center top no-repeat;
}
#header_content {
	width:978px; height:150px;
	background: url(/images/bg_content_top.png) center top no-repeat;
	color:#ffffff;
	font-size:1.2em;
	line-height:1.2em;
	padding:1px;
}
	#header_content p {
		margin:20px 326px 0 20px;
		text-shadow: #222222 1px 1px 0;
	}
#content {
	width:980px;
	background: url(/images/bg_content_repeat.png) 0 0 repeat-y;
}
	#content h1 {
		background: url(/images/header_which_procedure.png) 0 0 no-repeat;
		text-indent:-9999em;
		height:48px;
		margin:0 20px;
	}
	.list_procedures {
		margin:0 20px;
	}
		.list_procedures li {
			float:left;
			margin-right:10px;
			width:306px; height:244px;
		}
			.list_procedures li.last {
				margin-right:0;
			}
			.list_procedures img {
				display:block;
			}
			.list_procedures h2,
			.list_procedures h2:hover,
			.list_procedures h2:visited,
			.list_procedures h2:active {
				text-align:center;
				background: #1382c2; /* Old browsers */
				background: -moz-linear-gradient(top, #1382c2 0%, #014a86 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1382c2), color-stop(100%,#014a86)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, #1382c2 0%,#014a86 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top, #1382c2 0%,#014a86 100%); /* Opera11.10+ */
				background: -ms-linear-gradient(top, #1382c2 0%,#014a86 100%); /* IE10+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1382C2', endColorstr='#014A86',GradientType=0 ); /* IE6-9 */
				background: linear-gradient(top, #1382c2 0%,#014a86 100%); /* W3C */
				font-variant:small-caps; font-weight:bold; font-size:1.2em;
				color:#ffffff;
				padding:5px 0;
				border:1px solid #d7d7d7;
				border-bottom:none;
				text-shadow: #222222 1px 1px 0;
				-moz-border-radius-topleft:10px;
				-webkit-border-top-left-radius:10px;
				-moz-border-radius-topright:10px;
				-webkit-border-top-right-radius:10px;
			}
			.products_fancybox p {
				margin:0 0 10px;
				font-size:1.3em;
			}
				.products_fancybox p strong {
					font-weight:bold;
					font-size:1.5em;
					color:#0369a4;
				}
#footer {
	width:980px; height:150px;
	background: url(/images/bg_footer.png) 0 0 no-repeat;
	position:relative; top:0; left:0;
}
	#footer a {
		display:block;
		width:470px; height:140px;
		position:absolute; right:20px; top:0;
	}
#copyright {
	width:980px;
	height:44px;
	font-size:0.8em;
	color:#ffffff;
	position:relative; left:0; top:0;
	padding-bottom:10px;
}
	#copyright p {
		line-height:44px;
		margin-left:20px;
		text-shadow: #222222 1px 1px 0;
	}
	#footer_logo {
		position:absolute; right:20px; top:0;
		display:block;
	}
	