/* Meyer's Reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, em, font, img, small, strong, dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
	font-size: 62.5%;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END Meyer's Reset */
body {
	font:13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	background: url(../images/bg.jpg) no-repeat top #5d2809;
	background-attachment: fixed;
}
#workstation {
	background: url(../images/workstation.png) no-repeat top;
	width: 556px;
	height: 279px;
	position: relative;
	top: 0;
	left: 0;
	float: left;
}
#twitter {
	width: 57px;
	height: 56px;
	position: absolute;
	bottom: 100px;
	left: 300px;
}
#facebook {
	width: 45px;
	height: 41px;
	position: absolute;
	bottom: 130px;
	left: 280px;
}
#nav {
	position: relative;
	top: 0;
	float: left;
	width: 350px;
}
#nav li {
	display: inline;
}
#nav li a {
	display: block;
	float: left;
	background-position: top left;
	width: 82px;
	height: 73px;
}
.text {
	display: none;
}
#nav li a:hover {
	background-position: bottom left;
}
.home {
	background: url(../images/home-2.png) no-repeat;
}
.work {
	background: url(../images/work-2.png) no-repeat;
	margin-left: -20px;
}
.about {
	background: url(../images/about-2.png) no-repeat;
	margin-left: -20px;
}
.contact {
	background: url(../images/contact-2.png) no-repeat;
	margin-left: -20px;
}
.welcome {
	width: 581px;
	height: 123px;
	position: absolute;
	top: 175px;
	left: -160px;
	background: url(../images/welcome-text.gif) no-repeat top;
}
.aboutbg {
	width: 657px;
	height: 365px;
	background: url(../images/bg-about.png) no-repeat top;
	float: left;
	clear: left;
	margin-top: 50px;
}
.aboutpage {
	width: 960px;
	height: 600px;
	float: left;
	clear: left;
	position: relative;
}
#aboutnav {
	position: relative;
	top: 0;
	float: left;
	width: 500px;
	margin-top: 20px;
}
#aboutnav li {
	display: inline;
}
#aboutnav li a {
	display: block;
	float: left;
	background-position: top left;
}
.text {
	display: none;
}
#aboutnav li a:hover {
	background-position: bottom left;
}
.abhome {
	background: url(../images/abou-home.gif) no-repeat;
	margin-left: 30px;
	width: 120px;
	height: 47px;
}
.ababout {
	background: url(../images/about-about.gif) no-repeat;
	margin-left: 80px;
	width: 102px;
	height: 64px;
}
.abcontact {
	background: url(../images/about-contact.gif) no-repeat;
	margin-left: 40px;
	width: 113px;
	height: 57px;
}
.me {
	width: 221px;
	height: 254px;
	float: left;
	position: absolute;
	top: 0;
	left: 700px;
}
.info {
	width: 700px;
	float: left;
	clear: left;
}
.skill {
	width: 300px;
	float: left;
	margin: 20px 0 0 50px;
	color: #ce8a38;
}
.skill ul {
	padding-bottom: 15px;
}
.skill p {
	color: #ffbe94;
	padding-bottom: 15px;
}
.skill h2 {
	font-size: 1.8em;
	line-height: 2em;
	text-shadow:#630 0px 1px 0, #000 0 -1px 0;
}
.socialicon {
	width: 230px;
	height: 250px;
	float: left;
	position: absolute;
	top: 260px;
	left: 730px;
}
.contactbg {
	width: 920px;
	height: 287px;
	float: left;
	clear: left;
	background: url(../images/bg-contact.png) no-repeat top;
}
.contactpage {
	width: 960px;
	height: 600px;
	float: left;
	clear: left;
	background: url(../images/contactinfo-bg.png) no-repeat;
	position: relative;
}
#contactnav {
	position: relative;
	top: 0;
	float: right;
	width: 350px;
}
#contactnav li {
	display: inline;
}
#contactnav li a {
	display: block;
	float: left;
	background-position: top left;
	width: 82px;
	height: 73px;
}
.text {
	display: none;
}
#contactnav li a:hover {
	background-position: bottom left;
}
.backtop {
	width: 190px;
	height: 101px;
	position: absolute;
	bottom: 90px;
	right: 0;
}
#contactFormContainer {
	position:realtive;
	left:0;
	float:left;
	background: url(../images/contactclick.png) no-repeat top;
	height: 90px;
	margin-left: 30px;
}
#contactForm {
	display:none;
	margin-left: 30px;
	margin-top: 90px;
	padding: 30px;
}
#contactForm fieldset {
	padding:30px;
	border:none;
}
#contactForm label {
	display:block;
	color:#000;
}
#contactForm input[type=text] {
	display:block;
	border:solid 1px #4d3a24;
	width: 190px;
	margin-bottom:10px;
	height:24px;
	padding: 4px 5px 0 5px;
}
#contactForm textarea {
	display:block;
	border:solid 1px #4d3a24;
	width:190px;
	margin-bottom:10px;
	padding: 4px 5px 0 5px;
}
#contactForm input[type=submit] {
	background-color:#4d3a24;
	border:solid 1px #23150c;
	color:#fecd28;
	padding:5px;
}
#contactLink {
	height:90px;
	width:90px;
	display:block;
	cursor:pointer;
	padding-left: 180px;
	clear: both;
}
#messageSent {
	color:#ff9933;
	display:none;
}
a.thanks {
	color: #b27831;
	margin-left: 730px;
}
a:hover.thanks {
	color: #fff;
}
.container {
	width: 960px;
	float: left;
	clear: left;
	margin: 20px 0 0 20px;
}
.container p {
	color: #ffbe94;
	font: lighter 0.9em/1.5em Arial, Helvetica, sans-serif;
}
.main_view {
	width: 580px;
	height: 294px;
	float: left;
	padding: 25px;
	margin-right: 20px;
	background: url(../images/shadowsticky.png) no-repeat top;
	position: relative;
}
.sticky {
	background: url(../images/sticky.png) no-repeat top;
	width: 630px;
	height: 90px;
	position: absolute;
	top:0;
	left:0;
	z-index: 12;
}
.window {
	height:294px;
	width: 580px;
	overflow: hidden;
	position: relative;
}
.image_reel {
	position: absolute;
	top: 0;
	left: 0;
}
.image_reel a {
	position: relative;
	float: left;
	cursor: pointer;
}
.image_reel img {
	float: left;
}
.image_reel a span {
	height: 294px;
	width: 580px;
	float: left;
	background: #111 url(../images/icon_view.gif) no-repeat center;
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
}
.paging {
	position: absolute;
	bottom: 40px;
	right: 18px;
	width: 178px;
	height:47px;
	z-index: 100;
	text-align: center;
	line-height: 40px;
	background: url(../images/paging_bg.png) no-repeat;
	display: none;
}
.paging a {
	padding: 5px;
	text-decoration: none;
	color: #fff;
}
.desc a {
	color: #9b4a21;
}
.paging a.active {
	font-weight: bold;
	background: #0075b1;
	border: 1px solid #005581;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.paging a:hover {
	font-weight: bold;
}
.desc {
	width: 250px;
	float: left;
	color: #777;
	font-size: 1.1em;
	padding: 15px 0;
	position: relative;
}
.findout {
	position: absolute;
	width: 190px;
	height: 101px;
	top: 230px;
	right: -140px;
}
.desc h2 {
	text-transform: uppercase;
	font: normal 2em Arial, Helvetica, sans-serif;
	color: #ce8a38;
	padding: 5px 0;
	margin: 5px 0;
	text-shadow:#630 0px 1px 0, #000 0 -1px 0;
}
.desc h3 {
	font-size: 1.3em;
	padding: 5px 0;
	margin: 0;
	color: #ce8a38;
	text-shadow:#630 0px 1px 0, #000 0 -1px 0;
}
.desc ul.services {
	padding: 0;
	margin: 0 0 0 15px;
	list-style: none;
}
.desc ul.services li {
	color: #ffbe94;
	padding: 3px 5px 3px 20px;
	margin: 0;
}
.foot {
	line-height: 2.5em;
	color: #ce8a38;
	clear: left;
	width: 100%;
	background-color: #630;
}
.foot p {
	padding-left: 30px;
}
.foot a {
	color: #ce8a38;
}
.foot a:hover {
	color: #fff;
}
/* fancy! */
div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 30;
}
div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 150;
}
div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('../fancybox/fancy_progress.png') no-repeat;
}
div#fancy_outer {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 130;
	padding: 20px 20px 40px 20px;
	margin: 0;
	background: transparent;
	display: none;
}
div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	background: #FFF;
}
div#fancy_content {
	margin: 0;
	z-index: 130;
	position: absolute;
}
div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}
img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0;
	padding: 0;
	margin: 0;
	z-index: 130;
	width: 100%;
	height: 100%;
}
div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('../fancybox/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}
#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}
#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}
a#fancy_left, a#fancy_right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	z-index: 111;
	display: none;
	background-image: url("data:image/gif;base64,AAAA");
	outline: none;
	overflow: hidden;
}
a#fancy_left {
	left: 0px;
}
a#fancy_right {
	right: 0px;
}
span.fancy_ico {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 142;
	cursor: pointer;
	display: block;
}
span#fancy_left_ico {
	left: -9999px;
	background: transparent url('../fancybox/fancy_left.png') no-repeat;
}
span#fancy_right_ico {
	right: -9999px;
	background: transparent url('../fancybox/fancy_right.png') no-repeat;
}
a#fancy_left:hover, a#fancy_right:hover {
	visibility: visible;
	background-color: transparent;
}
a#fancy_left:hover span {
	left: 20px;
}
a#fancy_right:hover span {
	right: 20px;
}
#fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}
div#fancy_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 110;
	border: 0;
	padding: 0;
	margin: 0;
}
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 110;
	border: 0;
	padding: 0;
	margin: 0;
}
div#fancy_bg_n {
	top: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../fancybox/fancy_shadow_n.png') repeat-x;
}
div#fancy_bg_ne {
	top: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../fancybox/fancy_shadow_ne.png') no-repeat;
}
div#fancy_bg_e {
	right: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../fancybox/fancy_shadow_e.png') repeat-y;
}
div#fancy_bg_se {
	bottom: -20px;
	right: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../fancybox/fancy_shadow_se.png') no-repeat;
}
div#fancy_bg_s {
	bottom: -20px;
	left: 0;
	width: 100%;
	height: 20px;
	background: transparent url('../fancybox/fancy_shadow_s.png') repeat-x;
}
div#fancy_bg_sw {
	bottom: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../fancybox/fancy_shadow_sw.png') no-repeat;
}
div#fancy_bg_w {
	left: -20px;
	height: 100%;
	width: 20px;
	background: transparent url('../fancybox/fancy_shadow_w.png') repeat-y;
}
div#fancy_bg_nw {
	top: -20px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: transparent url('../fancybox/fancy_shadow_nw.png') no-repeat;
}
div#fancy_title {
	position: absolute;
	z-index: 150;
	display: none;
}
div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
	white-space: nowrap;
}
div#fancy_title table {
	margin: 0 auto;
}
div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}
td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url('../fancybox/fancy_title_left.png') repeat-x;
}
td#fancy_title_main {
	height: 32px;
	background: transparent url('../fancybox/fancy_title_main.png') repeat-x;
}
td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url('../fancybox/fancy_title_right.png') repeat-x;
}