@charset "utf-8";
/* CSS Document */

body {
	font-family: "Verdana", sans-serif;
	font-size: 14px;
	color: #666;
	line-height: 145%;
	margin: 0;
	padding: 60px 0 0 0;
	background-color: #fff;
}
abbr {text-decoration: none; border: inherit;}
li {list-style-type: square;}
em {font-style: normal; font-weight: inherit; color: #333;}
strong {font-style: normal; font-weight: inherit; color: #000;}
em strong {font-weight: bolder;}

#container {
	width: 1000px;
	margin: 0 auto 0 auto;
	background: #fff url('../img/t/hogarth.jpg') 0 38px no-repeat;
}
hr {
	border: none 0px;
	color: #b3b3b3;
	background-color: #b3b3b3;
	height: 1px;
}

blockquote {
	margin: 0;
	color: #2E378F;
	font-weight: bold;
}


#content {
	margin-top: -11px;
	padding-top: 4em;
	width: 1000px;
	height: 25em;
	background: transparent url('../img/t/eye.gif') 100% 0 no-repeat;
	
	position: relative;
	overflow: hidden;
}

#container > #content {
	background: transparent url('../img/t/eye.png') 100% 0 no-repeat;
}
#services {
	width:9999em;
	position:absolute;
}

.service {
	clear: right;
	float: left;
	padding-left: 520px;
	width: 460px;
	padding-bottom: 5em;
}
blockquote p {margin: 0;}

#intro {display: block;}
br {clear: both;}

#header {
	width: 100%;
	background-color: #fff;
	text-align: right;
	border-bottom: solid thin #b3b3b3;
	position: relative;
	z-index: 1000;
}
#header h1 {
	margin: 0; 
}
#header h1 a img {border: none 0;}
#header h2 {
	margin: 0;
	clear: right;
	float: right;
	width: 258px;
	text-align: center;
	text-transform: uppercase;
}
#header h2 img {display: inline; }
#header h3 hr {margin: 0; clear: right;}
#header .navi {
	text-align: left;
	width: 40em; 
	float: left;
	font-size: 11px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	margin-top: -2em;
}
#header .navi li { display: inline; list-style-type: none; padding-left: 0.5em; padding-right: 0.5em; margin: 0; }
#header .navi li a { text-transform: uppercase; text-decoration: none; color: #999; }
#header .navi li a:active, #header .navi li a:hover {color: #2E378F;}

#footer {
	margin: 0;
	border-top: solid thin #b3b3b3;
	background-color: #fff;
	min-width: 100%;
	text-align: center;
	font-size: 12px;
	padding-top: 1em;
	position: relative;
	z-index: 1001;
}
#footer a {text-decoration: none; color: #2E378F;}
#footer address {
	color: #333;
	font-style: normal;
}
#footer .vcard h3, #contact .vcard h4 {font-size: 16px; }
#footer > * {
	padding: 0 5em 0 5em;
}


