@font-face {
	font-family: 'DejaVuSansBook';
	src: url('DejaVuSans-webfont.eot');
	src: url('DejaVuSans-webfont.woff') format('woff'), url('DejaVuSans-webfont.ttf') format('truetype'), url('DejaVuSans-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'DejaVuSansOblique';
	src: url('DejaVuSans-Oblique-webfont.eot');
	src: url('DejaVuSans-Oblique-webfont.woff') format('woff'), url('DejaVuSans-Oblique-webfont.ttf') format('truetype'), url('DejaVuSans-Oblique-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'BebasRegular';
	src: url('BEBAS___-webfont.eot');
	src: url('BEBAS___-webfont.woff') format('woff'), url('BEBAS___-webfont.ttf') format('truetype'), url('BEBAS___-webfont.svg#webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	margin:0px;
	padding:0px;
	background-color:#000;
	font-family: DejaVuSansBook, Gill Sans, Trebucht, Lucida Sans Unicode, sans-serif;
	color: #FFFFFF;
	position: relative;
}

h1 {
	display: block;
	text-indent: -9999px;
	position:absolute;
	height: 96px; 
	width: 205px;
	left: 51px;
	top: 22px;
}

h2 {
	font-size: 1em;
	font-weight: normal;
	text-align: justify;
	line-height: 18px;
}


/*
	Header
*/

#outside_container {
	background-color: #000000;
	background-image: url(../images/BG_HeaderRPT.jpg);
	background-repeat: repeat-x;
}

#container {
	min-height:353px;
	background-image: url(../images/BG_Header.jpg);
	background-repeat: no-repeat;
}

#logo {
	position:absolute;
	top:22px;
	left:51px;
	background-image: url(../images/477_Clean.png);
	background-repeat: no-repeat;
}

.brief {
	display: block;
	position: absolute;
	left: 105px;
	top: 144px;
	width: 415px;
}

.learn {
	font-size: 0.8em;
	color: #c87d0a;
	font-style: italic;
	text-decoration: none;
	float: right;
	margin-top: -25px;
}
.learn:hover{
	color:#999999;
}

.hire {
	display:block;
	width: 296px;
	height: 99px;
	position: absolute;
	top: 0px;
	left: 525px;
	background:url(../images/hireme2.png) bottom;
	text-indent: -9999px;
}
.hire:hover {
	background-position: 0 0;
 }

/*
	Navigation
*/

ul#menu {
margin:0px; padding:0px;
position:absolute; top:295px; left:105px;
}

ul#menu li { display:block; padding:0; float:left; text-align:left; }
ul#menu li a {
	color:#fff;
	text-decoration: none;
	line-height: 1.3em;
	display:block;
	font-family: BebasRegular, Impact;
	font-size: 18px;
	font-weight: normal;
	background-image: url(../images/seperator.png);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 15px;
	padding-left: 15px;
}
ul#menu li a:hover { color:#c87d0a; }
ul#menu li span { font:11px DejaVuSansBook; color:#666; margin:0; }
ul#menu li span:hover {color:#999;}
ul#menu li a#branding { padding-left: 0px; }
ul#menu li a#products { background-image:none; }


/*
	Main Content
*/
#maincontent{
	padding-left: 105px;
	background-color:background-color:#11090a;
}

/*
	Gallery
*/
.gtitle {
	font-family: BebasRegular, Impact;
	font-size: 3em;
	color: #333333;
}

ul.gallery {
	width: 708px; /*--Adjust width according to your scenario--*/
	list-style: none;
	margin: 0; padding: 0;
}
ul.gallery li {
	float: left;
	margin: 10px; padding: 0;
	text-align: center;
	border: 1px solid #ccc;
	-moz-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-khtml-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 3px; /*--CSS3 Rounded Corners--*/
	display: inline; /*--Gimp Fix aka IE6 Fix - Fixes double margin bug--*/
}
ul.gallery li a.thumb {
	width: 204px; /*--Width of image--*/
	height: 182px; /*--Height of image--*/
	padding: 5px;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}
ul.gallery li span { /*--Used to crop image--*/
	width: 204px;
	height: 182px;
	overflow: hidden;
	display: block;
}
ul.gallery li a.thumb:hover {
	background: #333; /*--Hover effect for browser with js turned off--*/
}
ul.gallery li h4 {
	font-size: .75em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0; padding: 10px;
	background: #f0f0f0;
	border-top: 1px solid #fff; /*--Subtle bevel effect--*/
}
ul.gallery li a {text-decoration: none; color: #777; display: block;}
ul.gallery img {
	border: none
}

/*
	Footer
*/
#footer {
	background-color: #000;
	background-image: url(../images/BG_Footer02.jpg);
	background-repeat: no-repeat;
	color:#c87d0a;
	margin-top: 30px;
	padding-top: 5px;
	padding-right: 50px;
	padding-bottom: 80px;
	padding-left: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

#footer img {
	float:left;
	margin-right:10px;
}

#footer p {
	font-size:0.75em;
	color: #FFFFFF;
	font-family: DejaVuSansBook, Geneva, Arial, Helvetica, sans-serif;
}

#footer span {
	display:block;
	float:left;
	width:600px;
	font-size:9px;
	text-align: center;
	padding-top:20px;
}

#footer a {
	color:#9e8292;
	text-decoration:none;
}

#footer a:hover { color:#ffffff; }

.about {
	min-height:300px;
	width:450px;
	padding-right: 20px;
	border-right-width: 1px;
	border-right-style: double;
	border-right-color: #CCCCCC;
	float: left;
	margin-top: 30px;
}

.about h3 {
	font-family: BebasRegular, Impact;
	font-size: 3em;
	color: #333333;
	margin-bottom: -5px;
	margin-top: 0px;
}

.misc {
	float: right;
	width: 600px;
}

.info {
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

#twitter_t {
   width: 447px;
   height: 13px;
   background-image:url(../images/twitter_top.png);
}

#twitter_m {
   width: 447px;
   padding: 0 15px;
   background:url(../images/twitter_main.png)  0 0 repeat-y;
}

   #twitter_container {
       min-height:45px;
       height:auto !important;
       height:40px;
       padding-bottom:10px;
   }

       #twitter_update_list {
           width: 415px;
           padding: 0;
           overflow: hidden;
           font-family: DejaVuSansBook;
           font-size: 14px;
           color: #fff;
           line-height: 16px;
       }

       #twitter_update_list li {
           width: 415px;
           list-style: none;
       }

       #twitter_update_list li a {
           color: #5f6d76;
           border-bottom: dotted 1px;
           text-decoration: none;
       }

       #twitter_update_list li a:hover {
           color: #31353d;
           background: #d3f1f9;
       }

#twitter_b {
   width: 447px;
   height: 58px;
   background-image:url(../images/twitter_bottom.png)
}