/******************
 * =reset
 *****************/
BODY, DIV, DL, DT, DD, UL, OL, LI, H1, H2, H3, H4, H5, H6, PRE, FORM, FIELDSET, LEGEND, INPUT, TEXTAREA, P, BLOCKQUOTE, TH, TD { 
	margin: 0px;
	padding: 0px;
}
H1, H2, H3, H4, H5, H6 {
	font-size: 100%;
	font-weight: normal;
}
IMG {
	border: none;
}
/******************
 * =body
 *****************/

body{
	color: #333;
 	font: 100% Helvetica,Arial,Verdana,sans-serif;
/*	background-color: #efefef; */
    background: url(../img/bg.gif) 0 0;

}
ul {
	list-style:none;
}
a{
	color: #eaeaea;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
	color: #e07800;	
}
a[target="_blank"]{
	padding-right: 18px;
	background-image:url(../img/launch.gif);
	background-repeat: no-repeat;
	background-position: 100%;
}

/****************
 * =headers
 ***************/
h1 {
	text-transform: uppercase;
	font-size: .9em;
	line-height: 100%;
	color: #777;
	font-weight: 300;
	font-family: Arial;
	margin: 0 0 1.5em 0;
	padding: 0;
}
h1 em {
	color: #e07800;
	font-style:normal;
}
h2 {
    font-size: 2em;
    font-weight: 600;
}
h2 a {
	text-indent: -9999px; 
	overflow: hidden;
	background: url(../img/logo.png) no-repeat 0 0;
	background-repeat:no-repeat;
	display: block; 
	height: 120px; 
	width: 175px;
	cursor:pointer;
	margin-left: 45px;
}
h4 {
    margin-top: 1em;
}
h4 em {
    margin-left: 1em;
    font-style: normal;
}
/****************
 * =layout
 ***************/
#container {
	width: 80%;
	height: 400px;
	margin: 100px auto 10px auto;
	overflow: hidden;
	color: #333;
/*	border: 1px solid #ccc; */
}
#container-work {
	width: 1000px;
	height: 400px;
	margin: 100px auto 10px auto;
	overflow: hidden;
	color: #777;
/*	border: 1px solid #ccc; */
}
#main {
	height: 400px;
/*	background: #000 url(../img/bg.jpg); */
}
#main-work {
	height: 400px;
	width: 760px;
	z-index: 1;
	position: absolute;
	background: #000 url(../img/bg.jpg);
}
#content a {
	color: #E07800;
	width: 30px;
	text-decoration: none;
}
#content a:hover {
	color: #e07800;
    text-decoration: underline;
}

#work-container {
	width: 1000px;
	height: 400px;
}
#work-content {
	width: 760px;
	height: 400px;
	position: relative;
	left: 0;
	top: 0;
}
#work-inner {
	padding: 30px;
	color: #fff;
}
#work-inner h2 {
	padding: 0 0 20px 0;
}
#work-text {
	float: left;
	height: 340px;
	width: 450px;
	overflow: auto;
	background: url(../img/bg-dark.png) repeat 0 0;
}
#work-text-inner {
	padding: 30px;
}
#work-img {
	float: left;
	height: 340px;
	width: 250px;
	display: block;
	background: url(../img/bg-dark.png) repeat 0 0;	
}
#work-nav {
	background: url(../img/bg-dark.png) repeat 0 0;
	width: 240px;
	height: 400px;
	color: #000;
	position: absolute;
	left: 760px;
	top: 0;	
}
#about-container {
	width: 700px;
	color: #fff;
	padding: 30px;
}

/****************
 * =nav
 ***************/
#nav {
	position: relative;
	height: 200px;
	width: 200px;
	bottom: -200px;
	left: 30px;
	background: url(../img/bg-dark.png);
	z-index: 1000;
	color: #eaeaea;
}
.navmenu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navmenu li {
	padding: 0;
	margin: 2px 2px 0 5px;
	float: left;
	position: relative;
	text-align: center;
}
.navmenu a {
	color: #eaeaea;
	width: 30px;
	text-decoration: none;
}
.navmenu a:hover {
	color: #e07800;
}
.navmenu .orange {
	color: #e07800;
}
.navmenu li em {
	background: url(../img/hover.png) no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: -15px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	display: none;
}
#nav-text {
	width: 180px;
	clear: both;
	padding: 20px 6px 10px 6px;
	line-height: 15px;
	color: #eaeaea;
}
/****************
 * =workmenu
 ***************/
.workmenu {
	margin: 30px 0 0 30px;
	padding: 0;
	list-style: none;
}
.workmenu li {
	list-style: none;
}
.workmenu li a {
	color: #eaeaea;
	display: block;
	width: 180px;
	margin-bottom:10px;
	text-decoration: none;
	z-index: 1000;
}
.workmenu a .orangeborder {
	border-color: #e07800;
}
.workmenu li em {
	background: url(../img/hover.png) no-repeat;
	width: 180px;
	height: 45px;
	position: absolute;
	top: -85px;
	left: -95px;
	text-align: center;
	padding: 20px 12px 10px;
	font-style: normal;
	z-index: 2000;
	display: none;
}
/****************
 * =footer
 ***************/
#footer {
	margin: 0 auto;
	width: 700px;
	height: 25px;
	text-align: right;
	color: #aaa;
	clear: both;
	padding-right: 15px;
	font-size:9px;
}
#footer a {
	color: #aaa;
	text-decoration: none;
}
#footer a:hover {
	color: #e07800;
}
.ajax-loading  {
	background:url(../img/loader.gif) no-repeat 50% 50%;
}