@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: local("Raleway"), url("http://themes.googleusercontent.com/static/fonts/raleway/v7/cIFypx4yrWPDz3zOxk7hIQLUuEpTyoUstqEm5AMlJo4.woff") format("woff");
}


html,body {
  background: #ddd;
  margin: 0px;
  padding: 0px;
  font-family: Raleway, Arial, sans-serif;
  font-size:14px;
  color:rgb(102, 102, 102);
  line-height: 1.6;
}

#top-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color:rgb(34, 34, 34);
  width:100%;
  color: rgb(187, 187, 187);
  padding: 1em 0px 1em;
  height: 32px;
}

* html {
  position: absolute;
}

#top-bar .inner {
  padding-top:0px;
  padding-left:5px;
}

nav {
	float:right;
	margin-top:-20px;
	text-align: center;
	width:750px;
}

nav ul ul {
	display: none;
}

	nav ul li:hover > ul {
		display: block;
	}


nav ul {
	background: rgb(34, 34, 34); 
	box-shadow: 0px 0px 9px rgba(0,0,0,0.15);
	padding: 0 20px;
	list-style: none;
	position: relative;
	display: inline-table;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}

	nav ul li {
		float: left;
	}
		nav ul li:hover {
			background: #4b545f;
			background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
			background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
			background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
		}
			nav ul li:hover a {
				color: #fff;
			}
		
		nav ul li a {
			display: block; padding: 15px 40px;
			color: #757575; text-decoration: none;
		}
			
		
	nav ul ul {
		background: #5f6975; border-radius: 0px; padding: 0;
		position: absolute; top: 100%;
	}
		nav ul ul li {
			float: none; 
			/*border-top: 1px solid #6b727c;*/		
			width:250px;
			border-bottom: 1px solid #575f6a; position: relative;
		}
			nav ul ul li a {
				padding: 15px 40px;
				color: #fff;
			}	
				nav ul ul li a:hover {
					background: #4b545f;
				}
		
	nav ul ul ul {
		position: absolute; left: 100%; top:0;
	}

/*
#top-bar ul {
	float:right;
	list-style-type:none;
	margin:0;
	padding:0;
}

#top-bar li {
	display: inline-block;
	list-style: none outside none;
	text-indent: 0px;
}

#top-bar li a {
	color: rgb(187, 187, 187);
	text-decoration:none;
	vertical-align:text-top;
}

#top-bar li a:hover {
	color:#66FFFF;
}


#top-bar li + li:before{
    content: " | ";
    padding: 0 10px;
}
*/

.active {
    background-color:yellow;
}

article {
	font-family:Raleway, Arial, sans-serif;
	background-color:rgba(255,255,255,0.75);
	padding-left:15px;
	max-width:1009px;
}

#index_1 { 
	background: url(/images/index_1b.jpg) 50% 190px no-repeat fixed #fff; 
	height: 805px;  
	margin: 0 auto; 
    width: 100%; 
    max-width: 1024px; 
    position: relative; 
}

#index_2 { 
	background: url(/images/index_2.jpg) 50% 190px no-repeat fixed #fff; 
	height: 825px;
	margin: 0 auto; 
    width: 100%; 
    max-width: 1024px; 
    position: relative; 
}

#index_3 { 
	background: url(/images/index_3.jpg) 50% 190px no-repeat fixed #fff; 
	height: 825px;
	margin: 0 auto; 
    width: 100%; 
    max-width: 1024px; 
    position: relative; 
}

#contactOne { 
	background: url(/images/index_1a.jpg) 50% 190px no-repeat fixed #fff; 
	height: 840px;  
	margin: 0 auto; 
    width: 100%; 
    max-width: 1024px; 
    position: relative; 
}

#stepsOne { 
	background: url(/images/steps_1.jpg) 50% 190px no-repeat fixed #fff; 
	height: 860px;  
	margin: 0 auto; 
    width: 100%; 
    max-width: 1024px; 
    position: relative; 
}

#stepsTwo { 
	background: url(/images/steps_2.jpg) 50% 190px no-repeat fixed #fff; 
	height: 805px;  
	margin: 0 auto; 
    width: 100%; 
    max-width: 1024px; 
    position: relative; 
}

#stepsThree { 
	background: url(/images/steps_3.jpg) 50% 190px no-repeat fixed #fff; 
	height: 805px;  
	margin: 0 auto; 
    width: 100%; 
    max-width: 1024px; 
    position: relative; 
}

#stepsFour { 
	background: url(/images/services_6.jpg) 50% 190px no-repeat fixed #fff; 
	height: 855px;  
	margin: 0 auto; 
    width: 100%; 
    max-width: 1024px; 
    position: relative; 
}

#stepsFive { 
	background: url(/images/services_5.jpg) 50% 190px no-repeat fixed #fff; 
	height: 885px;
	margin: 0 auto; 
    width: 100%; 
    max-width: 1024px; 
    position: relative; 
}

#stepsSix { 
	background: url(/images/steps_4.jpg) 50% 190px no-repeat fixed #fff; 
	height: 885px;
	margin: 0 auto; 
    width: 100%; 
    max-width: 1024px; 
    position: relative; 
}

#about1 { 
	background: url(/images/about.jpg) 50% 190px no-repeat fixed #fff; 
	height: 575px;  
	margin: 0 auto; 
    width: 100%; 
    max-width: 1024px; 
    position: relative; 
}

#about2 { 
	background: url(/images/about.jpg) 50% 190px no-repeat fixed #fff; 
	height: 850px;  
	margin: 0 auto; 
    width: 100%; 
    max-width: 1024px; 
    position: relative; 
}

#about3 { 
	background: url(/images/about.jpg) 50% 190px no-repeat fixed #fff; 
	height: 600px;  
	margin: 0 auto; 
    width: 100%; 
    max-width: 1024px; 
    position: relative; 
}

#about4 { 
	background: url(/images/about.jpg) 50% 190px no-repeat fixed #fff; 
	height: 600px;  
	margin: 0 auto; 
    width: 100%; 
    max-width: 1024px; 
    position: relative; 
}

#development { 
	background: url(/images/services_1.jpg) 50% 190px no-repeat fixed #fff; 
	height: 870px;  
	margin: 0 auto; 
    width: 100%; 
    max-width: 1024px; 
    position: relative; 
}

#design { 
	background: url(/images/services_2.jpg) 50% 190px no-repeat fixed #fff; 
	height: 805px;
	margin: 0 auto; 
    width: 100%; 
    max-width: 1024px; 
    position: relative; 
}

#storyboard { 
	background: url(/images/services_3.jpg) 50% 190px no-repeat fixed #fff; 
	height: 830px;
	margin: 0 auto; 
    width: 100%; 
    max-width: 1024px; 
    position: relative; 
}

#interactive { 
	background: url(/images/services_4.jpg) 50% 190px no-repeat fixed #fff; 
	height: 685px;
	margin: 0 auto; 
    width: 100%; 
    max-width: 1024px; 
    position: relative; 
}

#dynamic { 
	background: url(/images/dynamic_bg.jpg) 50% 190px no-repeat fixed #fff; 
	height: 870px;  
	margin: 0 auto; 
    width: 100%; 
    max-width: 1024px; 
    position: relative; 
}

#ed { 
	background: url(/images/ed_bg.jpg) 50% 190px no-repeat fixed #fff; 
	height: 795px;
	margin: 0 auto; 
    width: 100%; 
    max-width: 1024px; 
    position: relative; 
}

#policies { 
	background: url(/images/policy_bg.jpg) 50% 190px no-repeat fixed #fff; 
	height: 810px;
	margin: 0 auto; 
    width: 100%; 
    max-width: 1024px; 
    position: relative; 
}




#technologies { 
	background: url(/images/tech_1.jpg) 50% 190px no-repeat fixed #fff; 
	height: 825px;  
	margin: 0 auto; 
    width: 100%; 
    max-width: 1024px; 
    position: relative; 
}

#html5 { 
	background: url(/images/tech_2.jpg) 50% 190px no-repeat fixed #fff; 
	height: 825px;
	margin: 0 auto; 
    width: 100%; 
    max-width: 1024px; 
    position: relative; 
}

#captivate { 
	background: url(/images/tech_3.jpg) 50% 190px no-repeat fixed #fff; 
	height: 915px;
	margin: 0 auto; 
    width: 100%; 
    max-width: 1024px; 
    position: relative; 
}

#flash { 
	background: url(/images/tech_4.jpg) 50% 190px no-repeat fixed #fff; 
	height: 845px;
	margin: 0 auto; 
    width: 100%; 
    max-width: 1024px; 
    position: relative; 
}


#title {
	background-color:#fff;
	width:100%;
	color: rgb(34, 34, 34);
	padding: 4em 0px .5em;
}

.sectionTitle {
	background-color:#fff;
	width:100%;
	color: rgb(34, 34, 34);
	padding: 4em 0px .5em;
}


h1 {
	font-family: Raleway, Arial, sans-serif;
	font-size: 16px;
	font-weight:100;
	padding-bottom: 1em;
}

h1 strong {
	display: block;
	font-size: 230%;
	font-weight: 300;
	text-transform: none;
}


#bottom {
	background-color:#3874fc;
	width:100%;
	color: #fff;
	padding: 2em 0px 1em;
	height: 200px;
}

#bottom ul {
	float:left;
	list-style-type:none;
	width:33%;
	margin:0;
	padding:0;
}

#bottom li {
	font-face: Raleway, Arial, Sans-serif;
	padding-bottom: 12px;	
}

#bottom li a {
	color: #fff;
	text-decoration:none;
	vertical-align:text-top;
}

#bottom li a:hover {
	color:#66FFFF;
}


#bottom .phone {
	background:url(/images/phone.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:40px;
	padding-top:5px;
	padding-bottom:5px;
}

#bottom .email {
	background:url(/images/email.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding-left:40px;
	padding-top:5px;
	padding-bottom:5px;
}

#bottom .main {
	font-size:18px;
}

#footer {
	background-color:rgb(34, 34, 34);
	width:100%;
	color: rgb(187, 187, 187);
	padding: 2em 0px 1em;
	height: 50px;
}

#footer p {
	color:  rgb(187, 187, 187);
	float:left;
}

#footer ul {
	float:right;
	list-style-type:none;
	margin:0;
	padding:0;
}

#footer li {
	display: inline-block;
	list-style: none outside none;
	text-indent: 0px;
}

#footer li + li:before{
    content: " | ";
    padding: 0 10px;
}


#footer li a {
	color: rgb(187, 187, 187);
	text-decoration:none;
	vertical-align:text-top;
}

#footer li a:hover {
	color:#66FFFF;
}

.inner {
	margin: 0 auto; 
    width: 100%; 
    max-width: 1000px; 
    position: relative; 
}


ol {
	counter-reset: li;
	list-style: none;
	margin-left: 45px; /* fallback = 2.8*16 */
	margin-left: 2.8rem;
}
ol > li {
	padding-bottom: 1.3em;
}
ol > li:before {
	color: #a2d5eb;
	content: counter(li);
	counter-increment: li;
	font-size: 170%;
	font-weight: 700;
	margin-left: -56px; /* fallback = -3.5*16 */
	margin-left: -3.5rem;
	margin-top: -0.3em;
	position: absolute;
	text-align: center;
	width: 40px; /* fallback = 2.5*16 */
	width: 2.5rem;
}

ol > li:before {
	margin-left: -2em;
	width: 2em;
}


/* Introduction */

article { position: absolute; bottom:0px; width: 100%; }





