@charset "utf-8";
/* CSS Document */

/* @group reset */

html {
overflow: auto;
}

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
}

#flags {
	width: 940px;
	margin: auto;
	position: relative;
}


#flags img {
		padding: 1px;
	border: 2px solid #069;
	margin-right: 7px;
	margin-top: 7px;
		background-color: #FFF;
	}




/* @end */

/* @group default */

body {
	font-family: tahoma, Helvetica, sans-serif;
	font-size: 14px;
	text-shadow: #fff 0 1px 1px;
	background-color: #000A11;
	color: #222;
	background-image:url(../img/background.jpg);

	background-repeat: no-repeat;
	background-position: top center;
	sc
}

img {
	vertical-align: bottom;
}

#footer {
text-align: center;
color: #f1f1f1;
}

/* @group anchor */

a {
	color: #39c;
	font-weight: bold;
}

a:hover,
a:focus {
	color: #069;
}

a:active {
	color: #036;
}

/* @end */

/* @group blockquote */

blockquote {
	font-family: Georgia;
	font-style: italic;
	color: #666;
	background: url(../img/blockquote.png) no-repeat 0 4px;
	margin-bottom: 20px;
}

blockquote p {
	display: inline;
	padding: 0 20px 0 22px;
	background: url(../img/blockquote-p.png) no-repeat right 2px;
}

cite {
	font-weight: bold;
	font-style: normal;
	display: block;
	margin-top: -15px;
}

/* @end */

strong {
	color: #d82424;
}

small {
	color: #999;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	line-height: 60px;
	padding: 0 20px;
	background-color: #ddd;
	margin-bottom: 20px;
	clear: both;
}

.activatethedeathray h2 {
	display: none;
}

h3 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
	color: #3366CC;
	margin-bottom: 15px;
}

.b1, .b2, .b3, .b4, .b5 {
font-style: italic;
}

.b1 {
color: #3366CC;
}

.b2 {
color: #006633;
}

.b3 {
color: #ff9900;
}

.b4 {
color: #990000;
}

.b5 {
color: #666666;
}

h3 a {
	color: #222;
}

h3 a:hover,
h3 a:focus {
	text-decoration: underline;
	color: #333;
}

h3 a:active {
	color: #000;
}

h4 {
	font-size: 18px;
	font-weight: bold;
}

/* @end */

/* @group wrapper */

#wrapper {
	border: 10px solid #000;
	padding: 30px 0;
	background-color: #222;
}

.activatethedeathray #wrapper {
	border: 0;
	padding: 0;
}

/* @end */


/* @group content */

#content {
	width: 920px;
	margin: 20px auto;
	background-color: #fff;
}

.activatethedeathray #content {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 320px;
	margin: -160px 0 0 -470px;
	border-right: 0;
}

.node {
	height: 320px;
	position: relative;
}

.activatethedeathray .node {
	display: none;
}

.work #work.node,
.clients #clients.node,
.about #about.node,
.contact #contact.node,
.contactus #contactus.node,
.contactus-thanks #contactus.node,
.hireus #hireus.node,
.hireus-step2 #hireus.node,
.hireus-step3 #hireus.node,
.hireus-step4 #hireus.node,
.hireus-thanks #hireus.node {
	display: block;
}

/* @end */




/* @group donotwant */

#donotwant {
	display: none;
}

.activatethedeathray #donotwant {
	display: block;
}

#donotwant li {
	position: absolute;
	background-color: #000;
	z-index: 10;
}

#dnw-top {
	height: 10px;
	top: 0;
	right: 0;
	left: 0;
}

#dnw-right {
	width: 10px;
	top: 0;
	right: 0;
	bottom: 0;
}

#dnw-bottom {
	height: 10px;
	bottom: 0;
	right: 0;
	left: 0;
}

#dnw-left {
	width: 10px;
	top: 0;
	bottom: 0;
	left: 0;
}

/* @end */

/* @group specific */

/* @group work */
#work {
	border-right:20px solid #FFF;
	overflow:hidden;
}

#work ul {
	margin: 20px 0 0 20px;
	height: 280px;
	width: 2000px;
}

#work ul li {
	border-right: 20px solid #fff;
	height: 280px;
	float: left;
	width: 205px;
	overflow: hidden;
	position: relative;
/*	-webkit-transition: all .5s ease-in;*/
	opacity: 1;
}

#work ul li div {
	position: absolute;
	width: 400px;
	height: 280px;
	left: 240px;
	top: 0;
/*	opacity: 0;*/
/*	-webkit-transition: all .75s ease-in;*/
}

#work ul:hover li {
/*	opacity: .75;*/
}

/*.safari #work ul:hover li {
	width: 40px;
}*/

#work ul li:hover div {
/*	opacity: 1;*/
}

#work ul li:hover {
/*	opacity: 1;*/
}

/*.safari #work ul li:hover {
	width: 400px;
}*/

#work img {
/*	-webkit-transition: all .5s ease-in;*/
	height: 280px;
	padding: 0;
	-ms-interpolation-mode: bicubic;
}

/*.safari #work ul:hover li img {
	height: 240px;
	padding: 20px 0;
}

.safari #work ul li:hover img {
	height: 280px;
	padding: 0;
}*/

#work h3 {
	padding-top: 10px;
}

#work .link {
	margin-bottom: 10px;
	height: 20px;
	overflow: hidden;
	width: 205px;
}

#work .link a {
	font-weight: normal;
}

#work .permlink {
	position: absolute;
	width: 205px;
	bottom: 0;
	left: 0;
	text-transform: lowercase;
	line-height: 40px;
	border-top: 2px solid #ddd;
}

#work .permlink a {
	display: block;
	background: url(../img/permlink.png) no-repeat right 13px;
}

/* @end */





