/* Oligo Canada */
/* http://oligo.ca */

/* Style Guide made with love from CARBON */
/* http://carbonmedia.ca */

/* Global ----------------------------------------------------------------- */
body,
html {
	background: #fff;
	color: #929292;
	margin: 0;
	padding: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
a {
	color: #dF1414;
  cursor: pointer;
  outline-color: -moz-use-text-color !important;
  outline-style: none !important;
  outline-width: medium !important;
  text-shadow: 1px 1px 1px rgba( 150,150,150,0.13 );
}
a:hover {
	color: #FF3434;
}
span.hover {
  background: transparent url( images/spritemap.png ) no-repeat scroll 0 0;
  display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute;
	top: 0;
	width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #676767;
	line-height: 1;
	margin: 0 0 0.5em 0;
}
h1, h2 {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
h1 {
	font-size: 5em;
}
h1.bright {
	color: #b1b1b1;
}
h2 {
	font-size: 3.5em;
}
h3 {
	text-shadow: 1px 1px 0 rgba( 0,0,0,0.1 );
}
p {
	margin-bottom: 14px;
	text-shadow: 1px 1px 0 rgba( 255,255,255,1 );
	width: 300px;
}
.spritemap {
	background: transparent url( images/spritemap.png ) no-repeat scroll -45px 0;
	display: block;
	height: 200px;
	overflow: hidden;
	position: relative;
	text-indent: -10000px;
	width: 200px;
}

/* Main Content --------------------------------------------------------- */
#wrapper {
	width: 100%;
}
section {
	display: block;
	width: 100%;
}
.inner {
	height: 100%;
	min-height: 263px;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
	width: 940px;
}
.inner div {
	display: inline;
	float: left;
	height: 100%;
	margin-right: 20px;
	width: 380px;
}
.inner .last {
	margin-right: 0 !important;
	width: 540px;
}

/* Header --------------------------------- */
header {
	background: #f5f5f5;
	display: block;
	height: 320px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	width: 100%;
}
header div {
	position: relative;
	z-index: 3;
}
#white-box {
	background: #fff;
	height: 320px;
	right: 700px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
nav {
	display: block;
	float: right;
	height: 292px;
	margin: 110px 20px 20px;
	padding-top: 60px;
	width: 180px;
	z-index: 10000;
}
nav ul {
	margin: 0;
}
nav li {
	margin: 0;
	height: 66px;
	list-style: none;
	width: 170px;
}
nav a:link,
nav a:visited {
	opacity: 0.93;
	filter: alpha(opacity=93);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=93)";
	
	background-position: -340px -10px;

	color: #fff;
	display: block;
	height: 66px;
	overflow: hidden;
	text-decoration: none;
	white-space: nowrap;
	width: 170px;
}
nav a span.hover {
	background-position: -340px -80px;	
}
nav a#oligo-eu-link {
	background-position: -516px -10px;
}
nav a#oligo-eu-link span.hover {
	background-position: -516px -80px;
}
#warning {
	-moz-border-radius: 6px;
	-moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
	border-radius: 6px;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.6);
	
	background: none repeat scroll 0 0 #f1f1f1;
	border: 2px solid #333;
	padding: 14px 22px;
	position: relative;
	width: 400px;
}
#close_x {
	background-position: -48px -259px;
	height: 24px;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 26px;
}
#close_x .hover {
	background-position: -78px -259px;
}

/* Right side ------------------------------ */
#dark-box {
	background: #666666;
	height: 146px;
	right: 0;
	position: absolute;
	top: 0;
	width: 940px;
	z-index: 2;
}
#gray-box {
	background: #ececec;
	height: 176px;
	right: 0;
	position: absolute;
	top: 146px;
	width: 720px;
	z-index: 2;
}
/*#gray-box img {
	left: 9px;
	position: absolute;
	top: 10px;
}*/
#photo-square-1,
#photo-square-2 {
	background: transparent url( images/photomap.jpg ) no-repeat scroll -940px 0;
	height: 156px;
	left: 10px;
	position: absolute;
	top: 10px;
	width: 156px;
}
#photo-square-1 .hover,
#photo-square-2 .hover {
	background: transparent url( images/photomap.jpg ) no-repeat scroll -940px -319px;
}
#photo-square-2 {
	background-position: -940px -156px;
	left: 176px;
}
#photo-square-2 .hover {
	background-position: -940px -475px;
}
#pdf-catalogue {
	height: 88px;
	float: right;
	margin: 40px;
	width: 274px;
}
#pdf-catalogue span.hover {
  background-position: -45px -80px;
}

/* Photo Grid ------------------------------ */
#photo-grid {
	background: #e6e6e6;
	height: 320px;
}
#photo-grid .inner {
	background: transparent url( images/photomap.jpg ) no-repeat scroll left top;
	padding-top: 0;
}
#photo-grid .inner .hover {
	background: transparent url( images/photomap.jpg ) no-repeat scroll 0 -320px;
}

/*
#photo-grid img {
	right: 0;
	position: absolute;
	top: 0;
}
*/

/* Bright is Beautiful ------------------------------ */
#bright {
	background: #ececec;
	height: 390px;
}
#bright .inner {
	background: #f5f5f5 url( images/bg_bright.jpg ) no-repeat scroll 400px 107px;
}
#bright h1 {
	margin-left: -3px;
}
#bright .inner div {
	margin-left: 20px;
	width: 360px !important;
}
#bright .inner .last {
	margin-left: 0 !important;
	width: 520px !important;
}
#bright p.about-the-founder {
	margin-left: 220px;
}

/* Agent Locator ------------------------------ */
#agent-locator {
	background: #e8e8e8;
	height: 430px;
}
#agent-locator .inner {
	background: #e8e8e8 url( images/bg_agent_locator.jpg ) no-repeat scroll 0 42px;
	height: 430px;
}
div.agent_contact_box {	
	display: block;
	height: 220px;
	float: none;
	font-size: 0.825em;
  position: absolute;
	right: 4px;
  top: 130px;
  width: 300px;
}
#agent-locator #points a {
  background: transparent url( images/spritemap.png ) no-repeat scroll -106px -257px;
  display: block;
  height: 16px;
	overflow: hidden;
	outline: none;
	position: absolute;
	text-indent: -1000px;
  width: 16px;
}
#agent-locator #points a:hover {
  background-position: -122px -257px;
}
/* Positioning for each agent button */
a.agent_1 {
  top: 205px;
  left: 269px;
}
a.agent_2 {
  top: 208px;
  left: 228px;
}
a.agent_3 {
  top: 219px;
  left: 270px;
}
a.agent_4 {
  top: 217px;
  left: 234px;
}
a.agent_5 {
  top: 202px;
  left: 79px;
}
a.agent_6 {
  top: 200px;
  left: 163px;
}
a.agent_7 {
  top: 192px;
  left: 143px;
}
a.agent_8 {
  top: 180px;
  left: 133px;
}
a.agent_9 {
  top: 194px;
  left: 275px;
}
a.agent_10 {
  top: 248px;
  left: 181px;
}
a.agent_11 {
  top: 230px;
  left: 76px;
}
a.agent_12 {
  top: 312px;
  left: 98px;
}
a.agent_13 {
  top: 302px;
  left: 92px;
}
a.agent_14 {
  top: 240px;
  left: 276px;
}
a.agent_15 {
  top: 208px;
  left: 218px;
}
a.agent_16 {
  top: 280px;
  left: 240px;
}
a.agent_17 {
  top: 207px;
  left: 254px;
}
a.agent_18 {
  top: 192px;
  left: 110px;
}
a.agent_19 {
  top: 295px;
  left: 247px;
}
a.agent_20 {
  top: 205px;
  left: 249px;
}

/* Footer ------------------------------ */
footer {
	background: #bebebe url( images/bg_footer.gif ) repeat-x scroll left top;
	color: #676767;
	display: block;
	font-size: 0.825em;
	height: 320px;
	padding-top: 40px;
	position: relative;
}
footer .inner {
	height: 300px;
}
footer p {
	text-shadow: none;	
}
footer a:link,
footer a:visited {
	color: #2f4369;
}
footer a:hover {
	color: #5f7399;
}

/* Site Credits --------------------------------------------------------- */
#site-credits {
	float: right;
	width: 157px;
}
#site-credits a {
  background-position: 0 -183px;
	height: 33px;
  width: 157px;
}
#site-credits a span.hover {
  background: transparent url( images/spritemap.png ) no-repeat scroll 0 -217px;
}

/* Misc ----------------------------------------------------------------- */
::-moz-selection{
  background: #666;
  color: #fff;
} 
::selection {
  background: #666;
  color: #fff;
}

.clearfix:after, .container:after {content:"\0020";display:block;height:0;clear:both;visibility:hidden;overflow:hidden;}
.clearfix, .container {display:block;}