/* @group UNIVERSAL */

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
	font-weight: normal;
}

body {
	background: #000 url("../img/bg-full.png") no-repeat center top;	
	color: #b2b2b2;
	-webkit-font-smoothing: antialiased;
	text-shadow: 0 1px 1px #000;	
}

body, input, button, textarea, select {
	font: 16px/1.4 "Helvetica Neue", Helvetica, Arial, Sans-Serif;
}

a {
	border-bottom: 1px solid transparent;
	color: #b2b2b2;	
}

h2 {
	font-size: 18px;
	text-align: center;
	padding: 0 200px;
	position: relative;
	top: 88px;
	height: 120px;
	padding-top: 34px;
}

h3,
ul.skills {
	background: url("../img/line.png") no-repeat center bottom;	
	padding: 0 0 20px 0;
}

h3 {
	font-size: 18px;
	text-align: center;
	margin: 20px 0 20px 0;
}

#p3 h3 {
	background: none;
	margin-bottom: 0;
}

strong {
	color: #eaeaea;
}

/* @end */

/* @group LAYOUT */

#container {
	width: 860px;
	height: 980px;
	margin: 0 auto;
	position: relative;
}

#header {
	height: 435px;
}

#logo {
	background: url("../img/logo.png") no-repeat;	
	height: 166px;
	position: relative;
	top: 37px;
	text-indent: -9999px;
}

#nav {
	text-align: center;
}

#nav li {display: inline-block}

#nav a {
	border: none;
	color: #ccc;
	display: block;
	width: 158px;
	height: 43px;
	text-align: center;
	line-height: 43px;
	margin: 0 7px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 13px;
}

a:hover,
#nav a:hover,
#nav a.current {
	color: #f16b12;
}

a:hover {
	border-bottom: 1px solid #f16b12;
}

#nav a:hover,
#nav a.current {
	border: none;
	background: url("../img/nav.png") no-repeat;
}

ul.skills li {
	background: url("../img/bullet.png") no-repeat;
	padding: 1px 0 0 28px;
	font-weight: bold;
	margin: 0 0 8px 0;
}

ul.skills li em {
	font-size: 14px;
}

#footer {
	background: url("../img/footer.png") no-repeat center top;
	position: absolute;
	font-size: 12px;
	top: 848px;
	text-align: center;
	width: 860px;
	height: 32px;
	line-height: 32px;
}

#p1 {
	width: 367px;
	margin: 0 auto;
}

#p5 {
	width: 367px;
	margin: 63px auto 0 auto;
	text-align: center;
}

a img {
	background: url("../img/frame.png") no-repeat;
	padding: 15px;
	margin: 0 6px 0 0;	
}

a:hover img {
	background-position: 0 -230px;
}

#p2 {
	margin: 37px 0 0 0;
	padding: 0 0 0 75px;
	position: relative;
}

#p2 a {
	border: none;
}

.scrollable {
	position:relative;
	overflow:hidden;
	width: 710px;
	height:240px;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

.items div {
	width: 740px;
	float:left;
}

.prev,
.next {
	background: url("../img/arrows.png") no-repeat;
	cursor: pointer;
	position: absolute;
	display: block;
	width: 16px;
	height: 34px;
	top: 94px;
}

.prev {background-position: 0 0;left: 34px}
.next {background-position: -36px 0;right: 34px}

.prev:hover {background-position: 0 -47px}
.next:hover {background-position: -36px -47px}

input,
textarea {
	background: transparent url("../img/form.png") no-repeat;
}

input[type="text"],
textarea {
	color: #292929;
	font-size: 14px;
	width: 320px;
	padding: 5px 10px;
}

input[type="text"] {
	height: 22px;
	line-height: 22px;
}

textarea {
	background-position: 0 -126px;
	height: 147px;
	resize: none;
	padding: 7px 10px;
	overflow: hidden;
}

textarea:hover,
textarea:focus {background-position: 0 -423px}

input[type="text"]:hover,
input[type="text"]:focus {
	background-position: 0 -297px;
	color: #1f1f1f;
}

input[type="text"].field1 {
	background-position: -272px -42px;
	width: 48px
}

input[type="text"].field1:hover,
input[type="text"].field1:focus {background-position: -272px -339px}

input[type="text"].field2 {
	background-position: 0 -42px;
	width: 247px;
	margin-right: 5px;
}

input[type="text"].field2:hover,
input[type="text"].field2:focus {background-position: 0 -339px}

input[type="text"].field3 {
	background-position: 0 -84px;
	width: 81px;
	margin-right: 4px;
}

input[type="text"].field3:hover,
input[type="text"].field3:focus {background-position: 0 -381px}

input[type="text"].field4 {
	background-position: -104px -84px;
	width: 217px;
	margin-right: 4px;
}

input[type="text"].field4:hover,
input[type="text"].field4:focus {background-position: -104px -381px}

input[type="submit"] {
	background-position: 0 -595px;
	cursor: pointer;
	clear: both;
	color: #717171;
	display: block;
	font-size: 12px;
	width: 162px;
	height: 41px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 auto;
}

input[type="submit"]:hover {
	background-position: 0 -636px;	
}

.form {
	float: left;
}

.f1 {
	margin-right: 14px;
}

.form li {
	margin-bottom: 11px;
}

#p3 {
	width: 700px;
	margin: 0 auto;
}

#gb {
	background: url("../img/gb.png") no-repeat;
	border: none;
	display: inline-block;
	height: 26px;
	line-height: 26px;
	width: 29px;
	margin: 20px 0 0 0;
}

#gb span {display: none}

#gb:hover {
	width: 270px;
}

#gb:hover span {
	color: #b2b2b2;
	display: inline;
	padding: 0 0 0 20px;
}

/* @end */

/* @group FANCYBOX */

 #fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	background: transparent;
	z-index: 1104;
	display: none;
}

* html #fancybox-loading {	/* IE6 */
	position: absolute;
	margin-top: 0;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../img/fancybox/fancy_loading.png') no-repeat;
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 1100;
	display: none;
}

* html #fancybox-overlay {	/* IE6 */
	position: absolute;
	width: 100%;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 1101;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #FFF;
}

#fancybox-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: none;
	overflow: hidden;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 32px;
	height: 32px;
	background: url('../img/fancybox/fancy_close.png') top left no-repeat;
	cursor: pointer;
	z-index: 1103;
	display: none;
	border: none;
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding: 10px 0;
	text-align: center;
	color: #333;
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.fancybox-title-over {
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background: url('../img/fancybox/fancy_title_over.png');
	display: block;
}

#fancybox-title-wrap {
	display: inline-block;
}

#fancybox-title-wrap span {
	height: 32px;
	float: left;
}

#fancybox-title-left {
	padding-left: 15px;
	background: transparent url('../img/fancybox/fancy_title_left.png') repeat-x;
}

#fancybox-title-main {
	font-weight: bold;
	line-height: 29px;
	background: transparent url('../img/fancybox/fancy_title_main.png') repeat-x;
	color: #FFF;
}

#fancybox-title-right {
	padding-left: 15px;
	background: transparent url('../img/fancybox/fancy_title_right.png') repeat-x;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	border: none;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background-image: url('../img/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background: transparent url('../img/fancybox/fancy_nav_left.png') no-repeat;
}

#fancybox-right-ico {
	background: transparent url('../img/fancybox/fancy_nav_right.png') no-repeat;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible;    /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

div.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	z-index: 1001;
}

div#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_n.png') repeat-x;
}

div#fancy-bg-ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_ne.png') no-repeat;
}

div#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_e.png') repeat-y;
}

div#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_se.png') no-repeat;
}

div#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_s.png') repeat-x;
}

div#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_sw.png') no-repeat;
}

div#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_w.png') repeat-y;
}

div#fancy-bg-nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../img/fancybox/fancy_shadow_nw.png') no-repeat;
}

/* @end */




