/*  */

@import url('design-reset.css');
@import url('design-contact.css');
@import url('design-scroll.css');

/* @group Worldwide settings */

@font-face {
    font-family: "Gotham";
    src: url("Gotham/Gotham-Light.ttf");
}

@font-face { font-family: "Gotham"; font-weight: bold; src: url('Gotham/Gotham-Medium.ttf'); } 
@font-face { font-family: "Gotham"; font-style: italic; src: url('Gotham/Gotham-LightItalic.ttf'); } 
@font-face { font-family: "Gotham"; font-weight: lighter; font-style: italic; src: url('Gotham/Gotham-lightitalic.ttf'); } 
@font-face { font-family: "Gotham"; font-weight: 100; src: url('Gotham/Gotham-XLight.ttf'); } 
@font-face { font-family: "Gotham"; font-weight: 300; src: url('Gotham/Gotham-Light.ttf'); } 

html{
    height : 100%;
    font: normal 13px/20px "Gotham", "Helvetica Neue",Helvetica, Arial, Sans-Serif;
}

body {
    width:100%;
    background: #030712 url('back.jpg') bottom center no-repeat fixed;
    color: #e5e5e5;
    margin:0 auto;
}

a { color:#FF3A1A;text-decoration:none;}
a:hover { color:#FFF200;}

/* @end */

/* @group Worldwide Alignment */

.top {vertical-align: top;}
.middle {vertical-align: middle;}
.center {text-align: center;}
.right {text-align: right;}
.left {text-align: left;}
.baseline {vertical-align: baseline;}


/* @end */

/* @group Heading sizes */

h1 { 
	font-size:48px; 
	line-height: 48px;
	font-weight: 100;
	letter-spacing: 0px;
	color: #fff;
}
h1 span {color: #227CE8;}

h2 { 
	font-size:36px;
	line-height: 32px;
	color: #fff;
}

h3 { 
	font-size:28px; 
	line-height: 30px;
	letter-spacing: -1px;
	color: #227CE8;
	text-transform: uppercase;
}

h4 { 
	font-size:24px; 
	color: #227CE8;
	font-weight: 100;
}

h5 { font-size:20px; }
h6 { font-size:16px; color: #227CE8; font-weight: 100;}

/* @end */

/* @group Section Formatting */

#page {
	width: 900px;
	margin: 10% auto 0 auto;
}

#header {
	padding-bottom: 30px;
}

#navigation {
	display: block;
	position: absolute;
	width: 900px;
	top: 0px;
}

#navigation p{
	float: right;
}

#navigation img {
	padding: 0px;
}
#container {
	clear: both;
}

#content {
	float: right;
	width: 650px;
}

#sidebar {
	float: left;
	width: 230px;
	margin-right: 20px;
}

#footer {
	padding-top: 40px;
	color: #dee2e2;
	font-size: 11px;
	padding-bottom: 20px;
}



/* @end */

/* @group Content Styling */
#content p{
	padding: 10px 0;
}

#content em {
	font-weight: bold;
	color: #fff;
}

#content super {
	vertical-align: super;
	font-size: 10px;
}
/* @end */

/* @group Intro page Styling */

#sidebar p.intro {
	font-size: 20px;
	line-height: 22px;
}

#home-intro {
	margin: 30px 0 0 0;
}

#home-intro-right {
	width: 200px;
	margin-left: 15px;
	text-align: left;
	float: right;
}

#home-intro-center {
	width: 200px;
	float: right;
	margin: 0 10px;
}

#home-intro-left {
	width: 200px;
	float: right;
	margin-right: 15px;
}

#home-intro-right p.company {
	text-align: left;
}

#home-intro-right p.all {
	font-size: 10px;
	text-align: right;
}

#home-contact {
	float: left;
	font-size: 9px;
	text-transform: lowercase;
}

#home-services {
	float: right;
	font-size: 10px;
	text-transform: lowercase;
}
ul.intro {
	margin: 5px 0;
}

ul.intro li {
	font-size: 12px;
	padding: 0px 5px 10px 15px;
	cursor: default;
}

ul.intro li:hover {
	color: #FF3A1A;
}

ul.intro li img {
	padding: 0 10px 0 0;
	vertical-align: top;
}

#home-intro-right p{
	text-align: right;
}

#intro-news {
	margin: 20px 0 0 0;
}

#content ul li.news {
	width: 200px;
	font-size: 12px;
	margin: 20px 0px 10px 16px;
	float: left;
}

#content li h5.news {
	padding: 10px 0;
	font-size: 14px;
}

#intro-news div.image {
	height: 75px;
	overflow: hidden;
}


#content li h5.news span {
	display: block;
	float: right;
	color: #666;
	font-size: 10px;
	padding-left: 10px;
	text-transform: lowercase;
}

#home-welcome {
	
}

#home-philosophy {
	margin: 30px 0 0 0;
}

#home-philosophy h1 {
	font-size: 24px;
	line-height: 28px;
}
/* @end */

/* @group Portfolio Styling */

#portfolio-images {
	margin: 0;
	padding: 0;
}

#portfolio-images p {
	text-align: center;
}
#portfolio-images img {
	border: 5px solid #333;
}

#portfolio-images img:hover {
	border: 5px solid #666;
}

#portfolio-info {
	margin: 10px 0;
}

#portfolio-info ul li{
	height: 310px;
	margin: 10px 0 20px 0;
}

#portfolio-info .info {
	font-size: 12px;
}

#portfolio-info .info-details {
	color: #aaa;
	font-size: 11px;
	text-align: justify;	
}

#portfolio-info .info-link {
	float: right;
	text-align: right;
	font-size: 10px;
}

#portfolio-info .info-link a {
	text-transform: uppercase;
}
/* @end */



/* @group Company Styling */
#sidebar p.work {
	font-size: 11px;
	line-height: 22px;
	padding-bottom: 30px;
}

#work-why {
	width: 350px;
	line-height: 33px;
	margin-top: 20px;
	float: right;
}

p.tick {
	font-size:24px; 
	line-height: 28px;
	font-weight: 100;
	letter-spacing: 0px;
	color: #74B1F9;
	margin-top: 0px;
}

#work-benefit {
	width: 290px;
	margin: 20px 10px 0 0;
	float: left;
}

#work-company {
	width: 345px;
	margin-top: 30px;
	float: right;
}

#work-process {
	width: 250px;
	margin-top: 30px;
	line-height: 36px;
	margin-right: 5px;
	float: left;
}

#work-contact {
	margin-top: 30px;
	width: 100%;
}

#work-explore {
	text-align: center;
	background: #000;
	color: #fff;
	padding: 6px;
	font-size: 9px;
	margin-bottom: 20px;
	border: 1px solid #000;
}

#work-explore:hover {
	background: #fff;
	color: #000;
	border: 1px solid #fff;
}

#work-images img {
	padding: 0 0 20px 0;
}

/* @end */

/* @group Services Styling */

#services-list {
	padding: 0px;
	margin: 0 0 30px 0;
}

#services-list img {
	padding:0 5px 0 0;
	vertical-align: text-top;
}

#services-list ul{
	width: 210px;
	padding:0;
	margin-right: 5px;
	float: left;
	color: #74B1F9;
	list-style: none;
	list-style-position: inside;
}

#services-list li {
	vertical-align: top;
	padding: 4px 20px;
	font-size: 14px;
}

#services-list li:hover {
	color: #FF3A1A;
	cursor: default;
}

#services-content {
	margin: 30px 0;
}

#services-content p {
	margin: 0;
	padding: 0;
}

#services-content .sc-left {
	width: 200px;
	margin-bottom: 20px;
	float: left;
}

#services-content .sc-right {
	width: 450px;
	margin-bottom: 20px;
	float: right;
}

#services-snippets {
	width: 100%;
	margin: 0px 0px 10px 0;
}

#services-snippets p.work {
	margin: 0;
	padding: 0;
}
#services-snippets img {
	padding: 8px 0;
}

#services-snippets h4.services {
	font-weight: normal;
	font-size: 14px;
	margin-left: 0px;
	text-transform: uppercase;
	letter-spacing: 0px;
}


#services-quote {
	margin: 10px 0 30px 0;
}

#services-quote p.quote {
	font-size:24px; 
	line-height: 28px;
	font-weight: 100;
	letter-spacing: 0px;
}

#services-links {
	display: none;
}
#services-links img {
	padding: 10px 0;
}

#services-links p.links {
	font-size: 12px;
	padding: 0 0 10px 0;
}
/* @end */

/* @group Blog Styling */

#blog-side {
	border-bottom: 1px solid #fff;
	margin-bottom: 30px;
}
#blog-side p.blog-top {
	font-size: 16px;
	line-height: 22px;
	color: #fff;
}

#blog-side p.blog {
	line-height: 19px;
	font-size: 12px;
	margin-bottom: 0px;
}

#blog-side p.blog span{
	font-weight: normal;
}

.first-entry{
	padding-bottom: 50px;
}

.first-entry h3 {
	padding-bottom: 10px;
}

.first-date {
	display: block;
	float: left;
	text-align: left;
	font-size: 12px;
	text-transform: lowercase;
	color: #74B1F9;
}

.first-extended {
	display: block;
	float: right;
	text-align: right;
	font-size: 10px;
}

#news-frame {
	height: auto;
}
.blog-entry {
	width: 200px;
	float: left;
	padding-right: 10px;
	margin-right: 5px;
}

.blog-entry h5 {
	padding-bottom: 5px;
}

.blog-date {
	font-size: 10px;
	float: right;
	text-align: right;
	color: #74B1F9;
}

.blog-extended {
	display: block;
	float: left;
	text-align: left;
	font-size: 10px;
	margin-bottom: 30px;
}

#sidebar li {
	list-style-image: none;
}
/* @end */

/* @group Contact Styling */

#contact-us {
	width: 250px;
	float: right;
}

#contact-form {
	width: 398px;
	margin-bottom: 10px;
	float: left;
}

#contact-map {
	width: 400px;
	float: left;
}

#contact-address {
	width: 200px;
	float: right;
	padding-left: 10px;
}

#content p.copyright{
	font-size: 10px;
	color: #888;
}

#content p.required {
	text-align: left;
	margin-left: 10px;
	font-size: 10px;
	color: #FF3A1A;
	padding: 0;
}

#contact-rfp {
	margin: 0 0 30px 0;
}

#contact-job {
	margin: 0 0 30px 0;
}
/* @end */

/* @group Sidebar Styling */
#sidebar p{
	font-size: 11px;
	line-height: 18px;
	padding: 10px 0;
}


/* @end */

/* @group Footer Styling */
#footer p {
	padding-bottom: 10px;
}

#footer span {
	color: #FF3A1A;
}

#footer p.copyright{
	font-size: 8px;
	line-height: 12px;
	color: #444;
}

#footer p.copyright a{
	color: #333;
}

#footer p.copyright a:hover {
	color: #FF3A1A;
}

#left-column {
	display: block;
	width: 205px;
	height: 80px;
	float: right;
	padding: 10px;
	border-right: 1px solid #ddd;
}

#center-right-column {
	display: block;
	width: 205px;
	height: 80px;
	float: right;
	padding: 10px;
}

#center-left-column {
	display: block;
	width: 205px;
	height: 80px;
	float: right;
	padding: 10px;
	border-right: 1px solid #ddd;
}

#right-column {
	display: block;
	width: 200px;
	height: 80px;
	text-align: right;
	float: right;
	padding: 10px;
}

/* @end */


/* For preloading navigation hover images */

/* @group Extras */

#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
   display: none;
}



/* @end */

