





/* Reset
----------------------------------------------------------------------------------------------------*/

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp{border:0;margin:0;padding:0;font-size:100%}html,body{height:100%}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}b,strong{font-weight:bold}img{color:transparent;font-size:0;vertical-align:middle;-ms-interpolation-mode:bicubic}ol,ul{list-style:none}li{display:list-item}table{border-collapse:collapse;border-spacing:0}th,td,caption{font-weight:normal;vertical-align:top;text-align:left}q{quotes:none}q:before,q:after{content:'';content:none}sub,sup,small{font-size:75%}sub,sup{line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}svg{overflow:hidden}



/* Fonts
-----------------------------------------------------------------------------------------------------*/

@font-face {
    font-family: 'roboto_ltregular';
    src: url('../styles/fonts/roboto-medium-webfont.eot');
    src: url('../styles/fonts/roboto-medium-webfont.eot') format('embedded-opentype'),
         url('../styles/fonts/roboto-medium-webfont.woff') format('woff'),
         url('../styles/fonts/roboto-medium-webfont.ttf') format('truetype'),
         url('../styles/fonts/roboto-medium-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'robotoregular';
    src: url('../styles/fonts/roboto-regular-webfont.eot');
    src: url('../styles/fonts/roboto-regular-webfont.eot') format('embedded-opentype'),
         url('../styles/fonts/roboto-regular-webfont.woff') format('woff'),
         url('../styles/fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../styles/fonts/roboto-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'roboto_cnregular';
    src: url('../styles/fonts/roboto-condensed-webfont.eot');
    src: url('../styles/fonts/roboto-condensed-webfont.eot') format('embedded-opentype'),
         url('../styles/fonts/roboto-condensed-webfont.woff') format('woff'),
         url('../styles/fonts/roboto-condensed-webfont.ttf') format('truetype'),
         url('../styles/fonts/roboto-condensed-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'robotobold';
    src: url('../styles/fonts/roboto-bold-webfont.eot');
    src: url('../styles/fonts/roboto-bold-webfont.eot') format('embedded-opentype'),
         url('../styles/fonts/roboto-bold-webfont.woff') format('woff'),
         url('../styles/fonts/roboto-bold-webfont.ttf') format('truetype'),
         url('../styles/fonts/roboto-bold-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'roboto_light';
    src: url('../styles/fonts/roboto-light-webfont.eot');
    src: url('../styles/fonts/roboto-light-webfont.eot') format('embedded-opentype'),
         url('../styles/fonts/roboto-light-webfont.woff') format('woff'),
         url('../styles/fonts/roboto-light-webfont.ttf') format('truetype'),
         url('../styles/fonts/roboto-light-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'roboto_ltitalic';
    src: url('../styles/fonts/roboto-lightitalic-webfont.eot');
    src: url('../styles/fonts/roboto-lightitalic-webfont.eot') format('embedded-opentype'),
         url('../styles/fonts/roboto-lightitalic-webfont.woff') format('woff'),
         url('../styles/fonts/roboto-lightitalic-webfont.ttf') format('truetype'),
         url('../styles/fonts/roboto-lightitalic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'steelfish_rgregular';
    src: url('../styles/fonts/steelfishrg-regular-webfont.eot');
    src: url('../styles/fonts/steelfishrg-regular-webfont.eot') format('embedded-opentype'),
         url('../styles/fonts/steelfishrg-regular-webfont.woff') format('woff'),
         url('../styles/fonts/steelfishrg-regular-webfont.ttf') format('truetype'),
         url('../styles/fonts/steelfishrg-regular-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}

s

@font-face {
    font-family: 'steelfish_rgitalic';
    src: url('../styles/fonts/steelfishrg-italic-webfont.eot');
    src: url('../styles/fonts/steelfishrg-italic-webfont.eot') format('embedded-opentype'),
         url('../styles/fonts/steelfishrg-italic-webfont.woff') format('woff'),
         url('../styles/fonts/steelfishrg-italic-webfont.ttf') format('truetype'),
         url('../styles/fonts/steelfishrg-italic-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;

}



body {
  min-width: 960px;
  font-size:62.5%;
  font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color:#231F20;
  -webkit-text-size-adjust:none;
}


/* Container
----------------------------------------------------------------------------------------------------*/
.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 20px;
}

.container_12 .grid_2 {
  width: 220px;
}

.container_12 .grid_3{
  width: 270px;
}

.container_12 .grid_4 {
  width: 290px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_6 {
  width:  460px;
}

.container_12 .grid_8 {
  width: 625px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

.container_12 .grid_12 {
  width: 940px;
}


/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden !important;
  visibility: hidden;
  width: 0;
  height: 0;
  content:"";
}


.clearfix:after {  
    clear: both;  
    content: '';  
    display: block;  
    font-size: 0;  
    line-height: 0;  
    visibility: hidden;  
    width: 0;  
    height: 0;  
}  

* html .clearfix,  
*:first-child+html .clearfix {  
    zoom: 1;  
} 


/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 14px;
}


/* `Spacing
----------------------------------------------------------------------------------------------------*/

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 0px;
}


.sprite {
	display: block;
	height: 0;
	overflow: hidden;
}

img, a {
	outline:none;
	border:none;
	padding:0;
	margin:0;
}

/* Global Styles 
-------------------------------------------------------------------------------------------------*/



#contentcontainer {
    width:100%;
	background-color:#f2f2f2;
}

#about  #contentcontainer, #timeline  #contentcontainer ,
#leadership  #contentcontainer, #partners  #contentcontainer,
#relations  #contentcontainer, #humanoids  #contentcontainer,
#bots  #contentcontainer, #construction  #contentcontainer,
#healthcare  #contentcontainer , #investors #contentcontainer
{
    width:100%;
	background-color:#e2e2e2	
}	

#content {
	width:100%;
}

/* Styles 
-------------------------------------------------------------------------------------------------*/

#global-menu {
	width:100%;
  height:35px;
	background:#000;
  position:relative;
  z-index: 999;
}

#maincontent {
    min-width:960px; 
	width:100%;
	min-height:476px; 
	 
	height:auto;
	background:url(../images/background/title.jpg) center top no-repeat;
}


#home #maincontent {
	background:url(../images/background/home.jpg) center top no-repeat;
}


#care #maincontent {
	background:url(../images/background/care.jpg) center top no-repeat;
}

#create #maincontent {
	background:url(../images/background/create.jpg) center top no-repeat;
}

.company #maincontent, .products #maincontent {
	background:url(../images/background/tile.jpg) repeat-x;
}



#blueprints-overlay {
	display:none;
}

#watch-trailer {
	cursor:pointer;
}


/* styles for main top-navigation 
--------------------------------------------------------------------------------------------------*/

#nav-container > .grid_6 > .ajaxlink {
  display: inline-block;
}

#logo {
    width:197px;
    background:url(../images/armadyne-logo.jpg) 0px 0px no-repeat;
	padding-top:132px;
}

#nav-top {
	display:block;
	width: 396px;
	height:100px;
	float:right;
	margin-top:30px;
	overflow:hidden;
}

#nav-top li {
	display:inline-block;
	*display:inline;
	zoom:1;
	width:120px;
	height:100px;
	padding-left:10px; 
	overflow:hidden;
}

#nav-top a {
    font-family:'roboto_ltregular';
	font-size:13px;
	text-transform:uppercase;
	text-decoration:none;
	line-height:163px; 
    position:relative;
	color:#000000;
}

#nav-top  #nav-build{
    display:inline-block;
	width:106px;
	height:70px;
    background:url(../images/nav/build.jpg) 0px 0px no-repeat;
	border:7px solid #ffffff;
	border-bottom:24px solid #ffffff;
}

#nav-top   #nav-care{
    display:inline-block;
	width:106px;
	height:70px;
    background:url(../images/nav/care.jpg) 0px 0px no-repeat;
	border:7px solid #ffffff;
	border-bottom:24px solid #ffffff;
}

#nav-top  #nav-create{
    display:inline-block;
	width:106px;
	height:70px;
    background:url(../images/nav/create.jpg) 0px 0px no-repeat;
	border:7px solid #ffffff;
	border-bottom:24px solid #ffffff;
}

.arrow {
   display:inline-block;
   width:14px;
   height:13px;
   background:url(../images/ui/sprite.png) -14px 0px no-repeat;
   overflow:hidden;
   position:absolute;
   right:0px;
   top:74px;
}

#nav-top .selected  a {
    color:#ffffff;
}

#nav-top .selected #nav-build{
    background:url(../images/nav/build.jpg) 0px 0px no-repeat;
	border:7px solid #9c3535;
	border-bottom:24px solid #9c3535;
}

#nav-top .selected   #nav-care{
    background:url(../images/nav/care.jpg) 0px 0px no-repeat;
	border:7px solid #9c3535;
	border-bottom:24px solid #9c3535;
}

#nav-top .selected  #nav-create{
    background:url(../images/nav/create.jpg) 0px 0px no-repeat;
	border:7px solid #9c3535;
	border-bottom:24px solid #9c3535;
}

.selected  .arrow {
   background:url(../images/ui/sprite.png) 0px 0px no-repeat;
}

#nav-top  #nav-build:hover, #nav-top  #nav-care:hover, #nav-top  #nav-create:hover {
    border-color:#9c3535;
}

#nav-top  #nav-build:hover .arrow, #nav-top   #nav-care:hover .arrow, #nav-top   #nav-create:hover .arrow{
    background:url(../images/ui/sprite.png) 0px 0px no-repeat;
}

#nav-top .selected  #nav-build:hover, #nav-top  .selected  #nav-care:hover, #nav-top  .selected  #nav-create:hover {
    border-color:#9c3535;
}





/* styles for drop down navigation 
---------------------------------------------------------------------------------------------------------------*/

#nav-drop {
	position:relative;
	z-index:998;
	height:29px;
	width:950px;
}

#nav-drop ul {
	font-family:'roboto_cnregular';
	font-size:14px;
	color:#000;
	width:260px;
	position:absolute;
	right:0;
	 
}

#nav-drop ul  li {
	background:#f2f2f2;
	text-align:left;
	float:left;
    position:relative;	
	text-indent:15px; 
	display:block;
}

#nav-drop ul li a {
	display:block;
	color:#000;
	text-decoration:none;
	line-height:30px;
	width:130px;
}

#nav-drop ul  li   ul {
	display:none;
	position:absolute;
	width:260px;
	background:#9c3535;
	padding-top:10px;
	padding-bottom:5px;
}

#nav-drop ul  li   ul  li {
	background:#9c3535;
}
 

#nav-drop ul  li:hover  ul {
	display:block;
}


#nav-drop #drop-two {
	left:-130px; 
}

#nav-drop #drop-one {
	left: 0px; 
}


#nav-drop ul :hover {
	background:#9c3535;
	color:#ffffff;
}

#nav-drop ul :hover  a {
    color:#ffffff;
}



/* styles for tabbed navigation 
---------------------------------------------------------------------------------------------------------------*/

#nav-tab {
	position:relative;
	z-index:998;
	margin-bottom:40px; 
	width:950px;
	height: 35px;
     
}

#nav-tab ul {
	font-family:'roboto_cnregular';
	font-size:14px;
	color:#000;
	width:260px;
	position:absolute;
	right:0;
	
	background-color:#f2f2f2;
	
}

#nav-tab ul  li {
	
	/*background:#9c3535;*/
	text-align:center;
	float:left;
    position:relative;	
	
	
}

#nav-tab ul li a {
	display:block;
	color:#000;
	text-decoration:none;
	line-height:38px;
	width:130px;
	height:38px; 
 
}

#nav-tab ul  li   ul {
	display:none;
	position:absolute;
	width:940px; 
   /* background:#9c3535; */
    background-color:#f2f2f2;
	margin-top:-1px;
}

 
#nav-tab ul  li   ul  li {
   background:#9c3535; 
}

#nav-tab #drop-two {
    left: -810px; 
	background:#9c3535;
}

#nav-tab #drop-one {
	left: -680px; 
	background:#9c3535;
} 

.selected-tab  #drop-one {
	display:block;
	height:38px;
}

.selected-tab   #drop-two {
	display:block;
	height:38px;
}

#nav-tab .selected-tab {
   background:#9c3535;
}

#nav-tab .selected-tab {
   background:#9c3535;
}

#nav-tab .selected-tab a {
   color:#fff;
}

#nav-tab  .active-tab {
	 background:#f2f2f2; 
}

#nav-tab  .active-tab  a {
   
	color:#9c3535;
	 
}


/* General Page Styles 
--------------------------------------------------------------------------------------------------------------*/

#page-container {
	margin-top:60px;
	
}
#maincontent .title {
	 
	background-color:#f2f2f2;
	clear:both;
}

#maincontent .title  h1 {
	font-family:'roboto_cnregular';
	color:#000000;
	text-align:left;
  padding:20px 0px; 
	font-weight:normal;
	margin:0 auto;
	width:900px;
  white-space: nowrap;
}

#maincontent .title em {
    color:#9c3535;
	font-style:normal;
}

#page-content {
   
     background-color:#f2f2f2;
	 margin-left: 10px;
     margin-right: 10px;
	 padding-top:10px;
	 min-height:160px;   
	 margin-top:-1px;
}

#bots #page-content  {
	margin-top:0px;
}


#page-content  #page-left-col .page-kyart-framed {
    background:#e9e9e9;
	width:auto;
	min-height:400px; 
}


#page-content  #page-left-col .page-kyart-framed  img {
     border:5px solid #e9e9e9;
	 min-height:330px; 
}

#page-content  #page-left-col .page-kyart  {
	width:auto;
	min-height:330px; 
}


#page-content  #page-left-col .page-kyart  img {
    padding:10px; 
}



#page-content  #page-left-col p {
	font-family:'roboto_ltregular';
	font-size:14px;
	color:#000000;
	text-align:left;
    padding:10px 0px;
	text-indent:20px;
	font-weight:normal;
}

#page-content  #page-left-col p span {
	font-family:'roboto_cnregular';
	font-weight:bold;
}

#page-content  #page-right-col ul {
	min-height:250px;
}


#page-content  #page-right-col ul  li {
   height:80px;
   width:250px;
   font-family:'roboto_ltregular';
   font-size:14px;
   *position:relative;
}

#page-content  #page-right-col ul li  div {
    height:80px;
    display: table-cell;
    vertical-align: middle;
    *position:absolute;
	*top:50%;
}

#page-content  ul li div p {
   
   font-family:'roboto_light';
   color:#000000;
   display:inline-block;
   *position:relative;
   *top:-20%;
   *display:inline;
   width:auto;
   zoom:1;

}

#page-content  ul  li div span {
   *position:relative;
   *top:-20%;

}

/* right column styles for main nav pages */

#page-content  #page-right-col #states  li {
   height:115px;
   width:270px;
   background:url(../images/ui/dashes.png) repeat-x;
   font-family:'roboto_ltitalic';
   font-size:15px;
   *position:relative;
}

#page-content  #page-right-col #states li  div {
    height:115px;
    display: table-cell;
    vertical-align: middle;
    *position:absolute;
	*top:50%;
}

#page-content  #states li div p {
   
   font-family:'roboto_ltitalic';
   color:#000000;
   display:inline-block;
   *position:relative;
   *top:-20%;
   *display:inline;
   width:135px;
   zoom:1;

}

#page-content  #states li div span {
   *position:relative;
   *top:-20%;

}
/* end of styles for right column of main nav pages */

.bold {
   color:#9c3535;
   font-size:40px;
   font-family:'steelfish_rgregular';
   
   margin-right:10px;
   min-width: 60px;
   max-width:100px; 
   display: inline-block;
}

#create .bold {
  min-width: 90px;
}

.bold em {
   font-size:23px;
   font-style:normal;
}

.bold  em.top-align {
	vertical-align:top;
}
 

.rpt-legal {
   display:inline-block;
   width:250px;
   background:url(../images/ui/dashes.png) repeat-x;
   font-family:'roboto_ltregular';
   color:#adadac;
   font-size: 10px;
   padding: 20px 0px;
   text-align:right;
}


 
.dash-border {   
    clear:both;
    min-height:2px;
	width:95%;
	margin:0 auto;
	background:url(../images/ui/dashes.png);
    background-repeat:repeat-x;
	background-position: 0px bottom;
}

.sub-title  {
    display: inline-block;
    font-family:'roboto_cnregular';
	padding:30px 0px 10px 0px;
	text-indent:10px;
	font-weight:normal;
	width: 95%;
	margin: 0 auto;
	
}

#partnerships .sub-title  {
	padding:10px 0px 10px 0px;
}

#leadership .sub-title  {
	padding:0px 0px 15px 0px;
}


.label {
   display: inline-block;
   color:#9c3535;
   font-family:'steelfish_rgregular';
   text-transform:uppercase; 
   width: 220px;
   line-height:30px;
   font-weight:normal;
   background:#e9e9e9;
   padding:15px 15px;
}

#page-content .framed-column {
	background:#e9e9e9;
	margin-top:10px;
	padding-left:10px;
}


#page-content .framed-column .label {
	padding:10px 0px;
}

#page-content .framed-column h6{
	font-family:'roboto_cnregular';
	font-weight:normal;
	text-transform:uppercase;
	color:#000000; 
	margin: 10px 0px 0px 0px;
	font-size:13px;
}

#page-content .framed-column p{
	font-family:'roboto_cnregular';
	font-size:10px;
	font-weight:normal;
	text-transform:uppercase;
	color:#a19fa0;
	font-style:italic;	
	margin: 0px 10px 10px 0px;
	padding-bottom:10px;
}


#investors  #page-content .framed-column {
	padding-top:10px;
}

#investors  #page-content .framed-column p {
	color:#000;
	font-style:normal; 
	text-transform:none;
	font-size:14px;
}


#partnerships #page-content  {
	min-height:700px; 
}


#page-content .partner-thumb {
	width:270px;
	height:160px;
	float:left;
	margin:10px;
}

#page-content .partner-desc {
	width:600px;
	height:160px;
	float:left;
	background-color:#e9e9e9;
	margin:10px;
}

#page-content .partner-desc  h6{
	font-family:'steelfish_rgregular';
	font-weight:normal;
	font-size: 26px;
	text-transform:uppercase;
	color:#000000; 
	margin: 15px 0px 15px 15px;
}

#page-content .partner-desc  p{
	font-family:'roboto_light';
	font-size:14px;
	font-weight:normal;
	text-transform:normal;
	color:#000;
	margin: 0px 15px 15px 15px;
}

#leadership #page-content .grid_5 {
	width:330px;
}

.desc p {
    font-family:'roboto_light';
	font-size:13px;
	font-weight:normal;
	text-transform:none;
	color:#000;
	margin: 0px 15px 15px 15px;
	line-height:18px;
}



.h-offset {
	margin-bottom:120px;
	background-color:#F2F2F2;
}

.red-label {
   display: inline-block;
   color:#9c3535;
   font-family:'steelfish_rgregular';
   text-transform:uppercase; 
   width: 220px;
   line-height:34px;
   font-weight:normal;
   padding:15px 15px;
   font-size:34px;
}

.black-label {
   color:#000;
   font-family:'steelfish_rgregular';
   text-transform:uppercase; 
   width: 220px;
   line-height:34px;
   font-weight:normal;
   padding:15px 15px;
}

.copy-decor {
	display:block;
	width:64px;
	height:64px;
	background:url(../images/ui/decor.png) 0px 0px no-repeat;
	padding-top:10px; 
}

.grey-title {
	color:#98938e;
	
}

.itlc {
	font-style:italic !important;
}


#page-content .thumb-section {
	 width:290px;
}

#page-content .thumb  {
	width:273px;
	height:269px;
	margin-left:10px;
	margin-top:10px;
}

#page-content .thumb-section .ttl-icon  {
	width:320px;
	margin-left:-50px;
}


#page-content .thumb-section .ttl-icon  .black-label {
	*padding-left:0px;
}


#humanoids #page-content  {
	min-height:700px;
}
 
#humanoids #page-content .thumb-section  #droidthumb01 {
	background:url(../images/pages/droids/thumb01.jpg) 0px 0px no-repeat;
}

#humanoids #page-content .thumb-section  #droidthumb02 {
	background:url(../images/pages/droids/thumb02.jpg) 0px 0px no-repeat;
}

#humanoids #page-content .thumb-section  #droidthumb03 {
	background:url(../images/pages/droids/thumb03.jpg) 0px 0px no-repeat;
}

#page-content .decor-list {
   float:left;
   display:inline-block;
   margin-bottom:30px;
}

#page-content .decor-list  li {
	width: 260px;
	font-family:'roboto_light';
	font-size:13px;
	display:inline-block;
	padding:5px 0px;
	margin-left:15px;
}

#bots #page-content .decor-list  li  {
    width: 340px;
}

.blc-arr {
	width:40px;
	height: 15px;
	background:url(../images/ui/black-arrow.png) 0px 1px no-repeat;
}

.icon-01{
    display: inline-block;
	width:45px;
	height: 50px;
	background:url(../images/ui/icons.png) 0px 10px no-repeat;
	float:left;
	margin:0px 10px;
}

.icon-02{
    display: inline-block;
	width:45px;
	height: 50px;
	background:url(../images/ui/icons.png) -40px -7px no-repeat;
	*background:url(../images/ui/icons.png) -40px 7px no-repeat;
	float:left;
	margin:0px 10px;
}


#page-content .decor-list  li span {
	float:left;	 
}

#page-content .decor-list  li p {
	float:left;
	width:220px;
	 
}

#bots #page-content .decor-list  li p { 
	width:300px; 
}

.fixed-height {
	height:552px;
	overflow:hidden;
}

#bots .fixed-height {
    background-image:url(../images/pages/bots/bots-kyart.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#page-content #service-bots {
   width:400px;
   float:right;
   margin-top:80px;
}



/*  Page Bottom Styles 
--------------------------------------------------------------------------------------------------------------*/


#page-bottom {
	 background:#f2f2f2;
	 margin:0px 10px 0px 10px;
	 min-height:200px;
	 height:auto;
	 padding-top:20px;
	 overflow:hidden;
	 width:940px;
}

#page-bottom p {
	 font-family:'roboto_ltregular';
	 font-size:13px;
	 color:#000000;
	 line-height:18px;
	 font-weight:normal;
}


#home #page-bottom .section-01 {
    background:url(../images/pages/build/img01.png) no-repeat;
	height:165px;
}

#home #page-bottom .section-02 {
    width:290px;
	height:165px;
}

#home #page-bottom .section-03 {
    background:url(../images/pages/build/img02.jpg) no-repeat;
	height:165px;	
}


#home #page-bottom .section-03  p {
	background:#9c3535;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:auto;
	color:#ffffff;
	font-family:roboto_cnregular;
	font-size:15px;
	line-height:18px; 
	padding-left:5px; 
	padding-right:5px;
}

#home #page-bottom .section-03  a {
    display:inline-block;
    margin-top:25px;
	text-decoration:none;
	cursor:pointer;
}

.go-arrow {
    display:inline-block;
	width:35px;
    height:15px;
	background:url(../images/ui/arrow.png) 5px 0px no-repeat;
	position:relative;
	top:3px;
	*top:0px;
}

.top-pad {
    padding-top:10px; 
}

.btm-pad {
    padding-bottom:10px;
	padding-top:5px;
}

#care #care-goal-keyart {
    background-image: url(../images/pages/care/img03.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height:150px;
}

#care #page-bottom .section-01, #care #page-bottom .section-02, #care #page-bottom .section-03  {
    font-family:'roboto_ltitalic';
	font-size:16px;
	text-align:center;
}

 #care #page-bottom .section-03  {
	text-align:right;
 }

.divider {
	display:inline-block;
	width:20px;
}

#create #page-bottom .section-01 , #create #page-bottom .section-02 {
	margin-bottom:20px;
}


#create #page-bottom .section-01  .sub-img {
    display:block;
    background-image: url(../images/pages/create/img04.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:270px;
	height:239px; 
	float:left;
}

#create #page-bottom  .section-02 .sub-img{
    display:block; 
    background-image: url(../images/pages/create/img05.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:240px;
	height:239px;
    float:left;	
}

#create  #page-bottom  .sub-desc  p {
    padding-top:20px;
	display:block;
	font-weiht:normal;
	height:auto;;
}

#create #page-bottom  .section-01 .sub-desc  p  {
    width:170px;
	float:left;
 
}

#create #page-bottom .sub-desc a {
	display:inline-block;
	background:#9c3535;
	font-family:'roboto_cnregular';
	font-weight:bold;
	text-transform:uppercase;
	color:#ffffff;
	text-decoration:none;
	font-size:12px;
	line-height:20px;
	padding:5px 10px;
	margin-top: 15px;
}

#about  #page-bottom  .section-01 , #about  #page-bottom  .section-02  , #about  #page-bottom  .section-03  {
	margin-bottom:20px;
}

#about  #page-bottom  .section-01 .sub-img, #about  #page-bottom  .section-02 .sub-img, #about  #page-bottom  .section-03  .sub-img{
	display:block; 
	background-repeat: no-repeat;
	background-position: 0 0;
	width:273px;
	height:178px;
	margin-left:10px;
}

#about  #page-bottom  .section-01  .sub-img {
    background-image: url(../images/pages/about/project01.jpg);
}

#about  #page-bottom  .section-02  .sub-img {
    background-image: url(../images/pages/about/project02.jpg);
}

#about  #page-bottom  .section-03  .sub-img {
    background-image: url(../images/pages/about/project03.jpg);
}

#about  #page-bottom  .section-01  h6, #about  #page-bottom  .section-02  h6, #about  #page-bottom  .section-03   h6{
	font-family:'roboto_cnregular';
	font-weight:normal;
	text-transform:uppercase;
	color:#000000; 
	margin: 10px 0px 0px 10px;
	 
}

#about  #page-bottom  .section-01  p, #about  #page-bottom  .section-02 p, #about  #page-bottom  .section-03   p{
	font-family:'roboto_cnregular';
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	color:#a19fa0;
	font-style:italic;	
	margin: 0px 0px 10px 10px;
}

#investors  #page-bottom .grid_6 {
	margin:0px 5px;
}

#investors  #page-bottom  .section-01, #investors  #page-bottom  .section-02 {
	margin-bottom:20px;
}

#investors  #page-bottom .section-01, #investors  #page-bottom .section-02   {
	width:450px;
}

#investors  #page-bottom .section-01  .sub-img, #investors  #page-bottom .section-02  .sub-img  {
     display:block;
	 background-repeat: no-repeat;
	 background-position: 0 0;
	 height:190px; 
	 float:left;
	 width:250px;
	 margin-left:10px;
}

#investors  #page-bottom .section-01  .sub-img {
    
    background-image: url(../images/pages/investors/highlight01.jpg);	 
}

#investors   #page-bottom  .section-02 .sub-img{
    background-image: url(../images/pages/investors/highlight02.jpg);
}

#investors  #page-bottom  .section-01  p , #investors  #page-bottom  .section-02  p  {
    width:170px;
	float:left;
    font-family:'roboto_light';
	padding-bottom:10px;
	font-size:13px;
	margin-left:10px;
}

#leadership  #page-bottom .section-01  .sub-img, #leadership  #page-bottom .section-02  .sub-img , #leadership  #page-bottom .section-03  .sub-img,
#leadership  #page-bottom .section-01  .sub-img2, #leadership  #page-bottom .section-02  .sub-img2 , #leadership  #page-bottom .section-03  .sub-img2 {
     display:block;
	 background-repeat: no-repeat;
	 background-position: 0 0;
	 height:130px; 
	 float:left;
	 width:145px;
	 overflow:hidden;
	 
}

#leadership  #page-bottom .section-01, #leadership  #page-bottom .section-02, #leadership  #page-bottom .section-03{
	margin-bottom:20px;
}

#leadership  #page-bottom .section-01  .sub-img {
    
    background-image: url(../images/pages/leadership/dominique-moreault.jpg);	 
}

#leadership   #page-bottom  .section-02 .sub-img{
    background-image: url(../images/pages/leadership/letsego-dwende.jpg);
}

#leadership   #page-bottom  .section-03 .sub-img{
    background-image: url(../images/pages/leadership/stephan-ma.jpg);
}

#leadership  #page-bottom .section-01  .sub-img2 {
    
    background-image: url(../images/pages/leadership/eames-singer.jpg);	 
}

#leadership   #page-bottom  .section-02 .sub-img2{
    background-image: url(../images/pages/leadership/james-thomas-wesley.jpg);
}

#leadership   #page-bottom  .section-03 .sub-img2{
    background-image: url(../images/pages/leadership/minister-patel.jpg);
}

#page-bottom  .sub-desc  p {
    font-family:'roboto_light';
	font-size:10px;
	font-weight:normal;
	text-transform:none;
	color:#000;
	line-height:16px;
	display:block;
	float:left;
	width:140px;
	height:140px;
	overflow:hidden;
	 
}

#page-bottom  .sub-desc  h6 {
    clear:both;
    display:block; 
	font-family: 'roboto_cnregular';
	font-weight: normal;
	text-transform: uppercase;
	color: black;
	font-size: 13px;	
	margin-bottom:20px;
}


#page-bottom  .sub-desc  h6 span {
	font-size: 12px;
	color:#98938e;
	font-style:italic;
}


#construction  #page-bottom  .grid_2 {
	margin:0 5px;
}

#construction  #page-bottom  #thumbs {
	margin-left:10px;
}

#construction  #page-bottom  #thumbs .thumb {
	padding:10px; 
	cursor:pointer;
  border:1px solid transparent;
}

#construction  #page-bottom  #thumbs .active {
	border:1px solid #9c3535;
}


#healthcare #page-bottom .section-01  .sub-img, #healthcare  #page-bottom .section-02  .sub-img  {
     display:block;
	 background-repeat: no-repeat;
	 background-position: 0 0;
	 height:190px; 
	 float:left;
	 width:295px;
	 margin-left:10px;
}

#healthcare  #page-bottom .section-01  .sub-img {
    
    background-image: url(../images/pages/healthcare/pharm-partners.jpg);	 
}

#healthcare   #page-bottom  .section-02 .sub-img{
    background-image: url(../images/pages/healthcare/pharm-partners-logos.png);
	margin-left:-30px;
}


#healthcare  #page-bottom  .section-01  p   {
    width:300px;
	float:left;
    font-family:'roboto_light';
	padding-bottom:10px;
	font-size:14px;
	margin-left:10px;
	line-height:19px;
}



/* Page Footer Styles
--------------------------------------------------------------------------------------------------------------------------------*/

#page-footer-container {
	clear:both;
	width:100%;
	min-height:170px;
    background:#9c3535;
}

#page-footer-container #page-footer-content {
	padding-top: 20px;
	height:150px;
	overflow:hidden;
	text-align:left;
}

#page-footer-container #page-footer-content ul li {
	font-size:12px;
	text-transform:uppercase;
	font-family:'robotoregular';
	color:#ffffff;
	line-height:35px;
	position:relative;
	float:left;
}

#page-footer-container #page-footer-content ul li a {
	color:#ffffff;
	text-decoration:none;
	display:block;
}

#page-footer-container #page-footer-content ul li  ul  {
	position:absolute;
}

#page-footer-container #page-footer-content ul li  ul li {
	font-size:12px;
	text-transform:none;
	font-family:'robotoregular';
	color:#ffffff;
	background-image:none; 
}

#page-footer-content #footer-main-nav {
	width:100px;
	margin-left:10px;
}

#page-footer-content #footer-main-nav li {
	width:100px;
	background:url(../images/ui/dashes.png);
    background-repeat:repeat-x;
	background-position: 0px bottom;
}

#page-footer-content #footer-sub-nav-1 {
	width:300px;
}

#page-footer-content #footer-sub-nav-1  li {
	width:300px;
	background:url(../images/ui/dashes.png);
    background-repeat:repeat-x;
	background-position: 0px bottom;
}

#page-footer-content #footer-sub-nav-1  li ul li {
    width:100px;
}

#page-footer-content #footer-sub-nav-2 {
	width:200px;
	margin-left: 50px;
}

#page-footer-content #footer-sub-nav-2  li {
	width:200px;
	background:url(../images/ui/dashes.png);
    background-repeat:repeat-x;
	background-position: 0px bottom;
}

#page-footer-content #footer-sub-nav-2  li ul li {
    width:100px;
}


/* Global SP Footer Styles
--------------------------------------------------------------------------------------------------------------------------------*/	

#global-footer-container {
	clear:both;
	width:100%;
	height:65px;
    background:#231f20;
	overflow:hidden;
}

#global-footer-container #global-footer-content {
	height:35px;
}

.rating {
    display:inline-block;
	float:left;
    padding-top:30px;
	width:83px;
	background:url(../images/ui/rating.png) 0px 0px no-repeat;
	margin-top:5px;
    margin-right:10px;
	margin-left:10px;
}

#global-footer-container p {
	line-height:35px;
	color:#fff;
}

#global-footer-container a {
	color:#fff;
	text-decoration:underline;
	padding:0px 5px;
}

/* Overlay Styles 
-------------------------------------------------------------------------------------------------------------------------------*/


/*Overlay*/
#caption {
    font-family:'roboto_cnregular';
	color: #fff;
	height: 45px;
	font-size: 1.4em;
	line-height: 45px;
	text-align: left;
	text-indent: 10px;
	text-transform: uppercase;
	background: url(../images/ui/black-dot.png); 
}

#fancybox-title {
	font-size: 1em;
	position: absolute;
	top: 0;
	left:0;
}

.fancybox-title-inside {
	background: none;
	padding-bottom: 0;
	 
}

#fancybox-outer {
	background: none;
}

#fancybox-close {
	background-image: url(../images/ui/close-button.png);
	background-position: 0 0;
	height: 35px;
	right: 5px;
    top: 5px;
	width: 35px;
}

#fancybox-left {
	left: -30px;
}

#fancybox-left:hover span {
	left: 0;
}

#fancybox-left-ico {
	background-image: url(../images/ui/left-arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 67px;
	left: 0;
	right: 0;
	width: 61px;
}

#fancybox-right {
	right: 40px;
}

#fancybox-right:hover span {
	left: 100%;
	right: 0;
}

#fancybox-right-ico {
	background-image: url(../images/ui/right-arrow.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 61px;
	left: 100%;
	right: 0;
	width: 67px;
}

#fancybox-wrap {
   /* height:605px !important; 
	overflow:hidden;*/
}

#fancybox-content {
   position:relative;
   top:45px;
} 

/* Timeline Widget Styles
--------------------------------------------------------------------------------------------------------------------------------*/

#widget-container {
	position:relative;
	height:300px !important;
}
 
#timeline-widget {
	 background: #F2F2F2;
	 height:300px;
}


#timeline-widget #widget-wrapper {
	width:900px;
	height:100px; 
    overflow:hidden;
 	margin:0 auto;
	position:relative;
}

#timeline-widget #widget-scroller {
    width: 4800px;
	height:100%;
	padding:0; 
	position:absolute;
	left:0px;
}

#widget-scroller  ul {
	list-style:none;
	display:block;
	height:100%;
	padding:0;
	margin:0;
	text-align:left;
	
}

#widget-scroller ul  li {
	display:block;
	vertical-align:middle;
	width:300px;
	height:100%;
	float:left;
	background:none;
	font-size:14px;
}

#widget-list  li  ul {
	width:300px;
	height:40px;
}

#widget-list  li ul li {
    display:block;
	/*float:left;*/
	 
	width:30px;
	height:100%;
	text-indent:-9999px;
	background:url(../images/timeline-sprite.png) -30px 0px no-repeat;
}


#widget-list li p {
    display:block; 
	float:left;
	margin-top: 25px;
    
    font-family:'steelfish_rgregular'; 
	font-weight:normal;
	text-transform:uppercase;
	font-size:22px;
	border:0;
	outline:0;
	color:#919090; 
	letter-spacing:1px;

	
    transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);  
	-webkit-transform: rotate(-90deg); 
	-o-transform: rotate(-90deg);  
	-moz-transform: rotate(-90deg); 
	 
}


#widget-list .decade {
	background:url(../images/timeline-sprite.png) 0px 0px no-repeat;
}

#widget-list .event {
	background:url(../images/timeline-sprite.png) -63px 0px no-repeat;
	cursor:pointer;
}

#widget-list li.event:hover {
	background:url(../images/timeline-sprite.png) -95px 0px no-repeat;
	cursor:pointer;
}


#widget-list li.event.selected {
	background:url(../images/timeline-sprite.png) -95px 0px no-repeat;
	cursor:pointer;
}


.deactive-arrow {
 
   background-repeat: no-repeat;
   background-position: 0px 0px;
}

.active-arrow {
   background-repeat: no-repeat;
   background-position: 0px -37px;
}


#wdg-left-arrow {
    background-image: url(../images/ui/wid-left-arrow.jpg);
	height: 35px;
	width: 35px;
	left:0px;
	bottom:84px;
	z-index:2000;
 	cursor:pointer;
	margin-left:-10px;
	position:absolute;
}

#wdg-right-arrow {
    background-image: url(../images/ui/wid-right-arrow.jpg);
	height: 35px;
	width: 35px;
	right:0px;
	bottom:84px;
	z-index:2001;
	cursor:pointer;
	margin-right:-10px;
    position:absolute;
}
 
 
#timeline-widget  #details {
	height:180px;
}

#timeline-widget  #details #details-wrapper {
	position:absolute;
	left:450px;
	height:180px;
}

#details  #details-contatiner {
    display:table;
	width:240px;
	height:100px;
	overflow:hidden;
}


#details #cur-data-event {
    display:table-cell;
	width:240px;
	height:100px;
	font-family:'roboto_light';
    font-size:14px;	
	vertical-align:middle; 
	
	*position:absolute;
	*top: 10%;
}
 

#details #cur-data-year {
    width:80px;
	text-align:center;
	height:50px;
	overflow:hidden;
	font-family:'steelfish_rgregular'; 
	font-weight:normal;
	text-transform:uppercase;
	font-size:44px;
	color:#9c3535; 
	font-weight:bold;
	letter-spacing:1px;
	display:block;
	border-top:1px solid #9c3535;

    *position:absolute;
	*top: 100px;
}


/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	
}


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 320px) { 
	
  
}












