body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,select {
	margin: 0;  
	padding: 0;  
}

html {
	font: 14px georgia, serif;
	color: #fff;
	height: 100%;
	background-color: #000;
}

h1 {
	font: italic normal 30px georgia;
	text-decoration: none;
	padding-bottom: 15px;
	color: #f9c156;
}

img {
	border: 0;
}

a {
	outline: none;
}

a:link {color: #f5595b; text-decoration: underline}
a:visited {color: #f5595b; text-decoration: underline}
a:active {color: #f5595b; text-decoration: underline}
a:hover {color: #f5595b; text-decoration: none}

#big_container {
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
	height: auto !important; 
    height: 100%; 
	overflow: hidden;
}

#big_background {
	position: relative;
	z-index: 0;
	text-align: center;
	width: 1000px;
	margin: 0 auto;
	font-size: 0;
}

.big_background {
	position: relative;
	width: 3000px;
	height: 3000px;
	margin: 0 -1000px -3000px -1000px;
}

#container {
	position: relative;
	z-index: 1;
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
}

#head {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	height: 255px;
}

.logo {
	position: absolute;
	left: -36px;
	top: 17px;
}

.brief {
	position: absolute;
	left: 515px;
	top: 98px;
	height: 24px;
	padding: 6px 0 0 64px;
	background: url("../images/brief.png") no-repeat;
}

.phone {
	position: absolute;
	right: 44px;
	top: 66px;
	padding-left: 18px;
	text-align: right;
	font: 35px arial;
	color: #f5595b;
	background: url("../images/phone.png") no-repeat left bottom;
}

.phone p {
	position: relative;
	top: -4px;
	font-size: 15px;
	color: #ffd5d5;
	margin-bottom: -5px;
}

.phone span {
	position: relative;
	top: -28px;
	font-size: 18px;
	color: #fff;
}

.menu {
	position: absolute;
	left: 85px;
	top: 179px;
	font-weight: bold;
	list-style: none;
}

.menu li {
	display: inline;
	float: left;
	padding-top: 6px;
	height: 25px;
	margin-left: 180px;
	margin-left: expression(this.previousSibling==null ?'0' :'');
}

.menu .active {
	width: 164px;
	height: 25px;
	text-align: center;
	margin: 0 -30px 0 150px;
	background: url("../images/highlight.png") no-repeat;
}

.menu li:first-child {
	margin-left: 0;
}

.menu a {
	color: #fff !important;
}

#content {
	margin: 0 auto;
	position: relative;
	width: 1000px;
}

#portfolio {
	position: relative;
	width: 1000px;
	height: 470px;
	list-style: none;
}

#portfolio li {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000px;
	height: 470px;
}

#portfolio .active {
	display: block;
}

.job_title {
	position: absolute;
	left: 42px;
	top: 20px;
	width: 255px;
	font: italic 22px georgia;
	color: #f9c156;
}

.job_title a:link {color: #f9c156; text-decoration: none}
.job_title a:visited {color: #f9c156; text-decoration: none}
.job_title a:active {color: #f9c156; text-decoration: none}
.job_title a:hover {color: #f9c156; text-decoration: underline}

.job_description {
	position: absolute;
	left: 50px;
	top: 280px;
	width: 260px;
	font: italic 14px georgia;
}

.job_description a:link {color: #f9c156; text-decoration: none}
.job_description a:visited {color: #f9c156; text-decoration: none}
.job_description a:active {color: #f9c156; text-decoration: none}
.job_description a:hover {color: #f9c156; text-decoration: underline}

.job_url {
	position: absolute;
	right: 43px;
	top: 35px;
	height: 34px;
	font-style: italic;
	padding-right: 17px;
	background: url("../images/url_rc.png") no-repeat right;
}

.job_url p {
	float: left;
	position: relative;
	height: 34px;
	right: expression(this.parentNode.clientWidth % 2 ? 0 : -1);
	padding-left: 16px;
	background: url("../images/url_lc.png") no-repeat;

}

.job_url span {
	float: left;
	height: 27px;
	padding: 7px 10px 0 10px;
	display: inline;
	position: relative;
	background: url("../images/url_bg.png") repeat-x;
}

.job_url a {
	color: #fff !important;
}

.job_preview {
	position: absolute;
	left: 300px;
	top: 0;
	width: 400px;
	text-align: center;
}

.job_bg {
	display: none;
}

#portfolio .prev, #portfolio .next {
	display: block;
}

#portfolio .prev .job_title, #portfolio .prev .job_preview, #portfolio .prev .job_url, #portfolio .prev .job_description,   #portfolio .next .job_title, #portfolio .next .job_preview, #portfolio .next .job_url, #portfolio .next .job_description {
	display: none;
}

#portfolio .prev .job_preview {
	left: -600px;
}

#portfolio .next .job_preview {
	left: 900px;
}

.prev_job {
	position: absolute;
	left: 200px;
	top: 170px;
}

.prev_job span {
	display: block;
	position: relative;
	width: 59px;
	height: 59px;
	cursor: pointer;
	overflow: hidden;
}

.prev_job p {
	display: none;
	position: absolute;
	left: -124px;
	top: -26px;
	width: 164px;
	height: 25px;
	padding-top: 6px;
	font-style: italic;
	text-align: center;
	background: url("../images/highlight.png") no-repeat;
}

.next_job {
	position: absolute;
	right: 200px;
	top: 170px;
}

.next_job span {
	display: block;
	position: relative;
	width: 59px;
	height: 59px;
	cursor: pointer;
	overflow: hidden;
}

.next_job p {
	display: none;
	position: absolute;
	right: -124px;
	top: -26px;
	width: 164px;
	height: 25px;
	padding-top: 6px;
	font-style: italic;
	text-align: center;
	background: url("../images/highlight.png") no-repeat;
}

.portfolio_navigation .disabled p {
	display: none !important;
}

.portfolio_navigation .disabled span {
	cursor: default !important;
}

.portfolio_navigation .disabled span img {
	margin-top: 0 !important;
}

#footer {
	margin: 0 auto;
	position: relative;
	width: 1000px;
	height: 95px;
}

.copyrights {
	position: absolute;
	left: 42px;
	top: 2px;
}

.contacts {
	position: absolute;
	right: 44px;
	top: 0;
	color: #827d7d;
	line-height: 22px;
}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url("../images/loading.gif") no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
	padding: 1px !important;
	background-position: 1px 1px;
	background-color: #000 !important;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url("../images/prevlabel.gif") no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url("../images/nextlabel.gif") no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;

}

#lbCloseLink {
	float: right;
	width: 110px;
	height: 18px;
	background: transparent url("../images/closelabel.gif") no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

.border_top {
	margin: -15px 0 0 42px;
	width: 914px;
	height: 20px;
	background: url("../images/border_top.png") no-repeat;
}

.border_bottom {
	margin: 0 0 35px 42px;
	width: 914px;
	height: 20px;
	background: url("../images/border_bottom.png") no-repeat;
}

.content {
	margin-left: 42px;
	width: 826px;
	padding: 0 44px 30px 44px;
	background: url("../images/trans.png");
}

.service {
	padding: 0 0 0 120px;
	font: italic 30px georgia;
	list-style: none;
}

.service li {
	padding-top: 15px;
}

.loadingProgress
{
	position: absolute;
	top: 168px;
	left: 475px;
	width: 60px;
	height: 60px;
	display: none;
	z-index: 100;
}