/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/* Main CSS */

/* body {
	color: fff;
	font: 'bernhard-modern-std-roman', Arial, Helvetica, sans-serif;
	text-align: left;
	margin-left: 10px;
} */
	@font-face {
	  font-family: 'bernhard-modern-std-roman';
	  src: url('font/bernhard-modern-std-roman.eot'); /* IE9 Compat Modes */
	  src: url('font/bernhard-modern-std-roman.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		   url('font/bernhard-modern-std-roman.woff') format('woff'), /* Modern Browsers */
		   url('font/bernhard-modern-std-roman.ttf')  format('truetype'), /* Safari, Android, iOS */
		   url('font/bernhard-modern-std-roman.svg#svgFontName') format('svg'); /* Legacy iOS */ }
	
	p {font-family: bernhard-modern-std-roman, sans-serif; color: #6f6c7a; margin: 6px 0px 0px 10px; font-size: 14pt; letter-spacing: 1pt; }
	
	a:link {color: #6f6c7a; text-decoration: none; }
	a:visited {color: #6f6c7a; }
	a:mouse {color: #6f6c7a;}
	a:active {color: #6f6c7a; }
	
#wrapper {
	width: 944px;
	height: 562px;
	margin: 50px auto;
	position: relative;
}

#header {
	width: 944px;
	height: 78px;
	margin: 0px;
}

#mainContent {
	width: 444px;
	height: 397px;
	float: left;
	position: relative;
}

#mainContent .clientsLeft {
	float: left;
	width: 250px;
	height: 345px;
	margin-top: -28px;
	margin-bottom: 0px;
	margin-left: -1px;
}

#mainContent .clientsRight {
	float: left;
	width: 293px;
	height: 345px;
	margin-top: -28px;
	margin-bottom: 0px;
	margin-right: -200px;
	margin-left: -33px;
}

img.displayed {
	display: block;
    margin-left: auto;
    margin-right: auto;
	z-index: 1000;
}

#mainContent .imageContainer {
	position:absolute;
	width: 620px;
	height: 350px;
    margin-left: -88px;
	z-index: 1;
}

#mainContent .imageContainer img {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto
}

#sidebarLeft {
	width: 239px;
	height: 397px;
	float: left;
}

#sidebarRight {
	width: 239px;
	height: 397px;
	float: left;
}

#hands {
	width: 444px;
	height: 52px;
	margin-top: 345px;
	position: absolute;
	margin-left: 239px;
}

#verticalLineLeft {
	position: absolute;
	margin-top: 0px;
	margin-left: 235px;
}

#verticalLineRight {
	position: absolute;
	margin-top: 0px;
	margin-left: 677px;
}

#footerLeft {
	width:239px;
	float: left;
}

#footerMiddle {
	width:444px;
	float: left;
	}

#footerRight {
	width:239px;
	float: left;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
	 
     }
.clearfix { display: inline-block; overflow: auto;
	 zoom: 1;}
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */