html, body {
	padding: 0;
	margin: 0;
	font-family: "Arial Narrow", Arial, Verdana;
	font-size: 15px;
}

body {
	background: #001837 url("../images/bkgr-left-1.gif");
}

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	outline: none;
}

a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, a abbr, a acronym { 
	border: none;
}

textarea, input[type='text'], input[type='password'], select {
	border: 1px solid #ccc;
	background: #fff;
	padding: 3px 3px;
}
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover {
	border-color: #aaa;
}
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus {
	border-color: #888;
}

a:link, a:visited {
	color: #575757;
	text-decoration: none;
}

a:hover {
	color: #575757;
	text-decoration: underline;
}

#sorry {
	color:#cfcfcf;
	display:block;
	margin-top:140px;
	margin-left:200px;
	position:absolute;
	width:700px;
	z-index:10;
	vertical-align:middle;
	line-height:48px;
	font-weight:bold;
}

#sorry .icon {
	display: inline-block;
	background: url(../images/sorry_info.png);
	width: 48px;
	height: 48px;
	vertical-align:middle;
}

#sorry .click {
	display: inline-block;
	background: url(../images/sorry_click.png);
	width: 76px;
	height: 48px;
	vertical-align:middle;
}

/**@### HEADER ###
*/
#pre-header {
	position: relative;
	width: 1138px;
	height: 296px;
	background: transparent url(../images/bkgr-preh-1.png) left top no-repeat;
	margin-left: -205px;
	margin-top: -100px;
}

#header {
	position: relative;
	display: block;
	background: #fff;
	width: 700px;
	height: 80px;
	margin-bottom: 10px;
	padding: 7px 14px;
	margin-top: -103px;
}

#header .content {
	position: relative;
	display: block;
	width: 682px;
	height: 62px;
	border: 7px solid #adadad;
	padding: 2px;
}

#header .content .spr {
	clear: both;
	font-size: 1px;
	height: 7px;
	display: block;
	background: #cfcfcf;
	margin-bottom: 2px;
}

#header .content span {
	display: block;
	background: #ebebeb;
	font-size: 15px;
	color: #a9a9a9;
	padding: 16px 10px;
}
#header a:link, #header a:visited {
	color: #636363;
	text-decoration: none;
}
#header a:hover {
	color: #b2b2b2;
	text-decoration: none;
}

/*@### PAGE ###
*/
#page-wrap {
	position: relative;
	width: 1138px;
	height: 100%;
	margin: 0 auto;
	overflow: visible;
	z-index: 0;
}

#page-bkgr {
	position: absolute;
	width: 1138px;
	background: green;
	overflow: visible;
	top: 296px;;
	bottom: 94px;
	background: transparent url(../images/bkgr-page-1.png) left top repeat-y;
	margin-left: 2px;
	z-index: 0;
}

#page-container {
	position: relative;
	width: 728px; /*948*/
	margin: 0 auto 0 auto;
	z-index: 2;
	overflow: visible;
}

#page-body {
	position: relative;
	background: #fff;
	padding: 10px 14px;
}

#page-body .content{
	position: relative;
	display: block;
	width: 682px;
	color: #595959;
	border: 7px solid #adadad;
	padding: 2px;
}

#page-body .content .spr {
	font-size: 1px;
	height: 6px;
	display: block;
	background: #cfcfcf;
	margin-bottom: 2px;
	clear: both;
	float: none;
}

#flash-wrap {
	height: 284px;
}

#flash-wrap.ourwork {
	height: 323px;
}

#site-ver {
	position: absolute;
	margin:-35px 0 0 620px;
	background: transparent url(../images/txt-v2.gif) left top no-repeat;
	width: 97px;
	height: 19px;
}

/**@### top menu ###
*/
#top-menu {
	list-style: none;
    border-bottom: 1px solid #adadad;
    margin-bottom: 2px;
    height: 46px;
}
#top-menu li {
	display: block;
	float: left;
	width: 186px;
	height: 40px;
	background: #ebebeb;
	margin-right: 1px;
	padding: 3px 20px;

}
#top-menu li.company {
	background: #ebebeb url(../images/mnu-right-1.gif) right top no-repeat;
}
#top-menu li.ourwork {
	background: #ebebeb url(../images/mnu-left-1.gif) left top no-repeat;
}
#top-menu li.ourwork div {
	position: absolute;
	background: transparent url(../images/mnu-right-1.gif) right top no-repeat;
	width: 206px;
	height: 10px;
	margin-top: -3px;
}
#top-menu li.information {
	background: #ebebeb url(../images/mnu-left-1.gif) left top no-repeat;
}

#top-menu li.company.active {
	background: #d3d3d3 url(../images/mnu-right-actv-1.gif) right top no-repeat;
}
#top-menu li.ourwork.active {
	background: #d3d3d3 url(../images/mnu-left-actv-1.gif) left top no-repeat;
}
#top-menu li.ourwork.active div {
	position: absolute;
	background: transparent url(../images/mnu-right-actv-1.gif) right top no-repeat;
	width: 206px;
	height: 10px;
	margin-top: -3px;
}
#top-menu li.information.active {
	background: #d3d3d3 url(../images/mnu-left-actv-1.gif) left top no-repeat;
}

#top-menu li .title {
	margin-top: 5px;
	display: block;
	color: #929292;
	border-bottom: 1px solid #bebdbd;
}
#top-menu li.company span.title {
	background: transparent url(../images/mnu-company.gif) no-repeat;
	width: 150px;
	height: 16px;
}
#top-menu li.ourwork span.title {
	background: transparent url(../images/mnu-ourwork.gif) no-repeat;
	width: 150px;
	height: 16px;
}
#top-menu li.information span.title {
	background: transparent url(../images/mnu-information.gif) no-repeat;
	width: 150px;
	height: 16px;
}

#top-menu li.company.active span.title {
	background: transparent url(../images/mnu-company-actv.gif) no-repeat;
	width: 150px;
	height: 16px;
}
#top-menu li.ourwork.active span.title {
	background: transparent url(../images/mnu-ourwork-actv.gif) no-repeat;
	width: 150px;
	height: 16px;
}
#top-menu li.information.active span.title {
	background: transparent url(../images/mnu-information-actv.gif) no-repeat;
	width: 150px;
	height: 16px;
}

#top-menu li .title span {
	color: #636363;
}

#top-menu li .sub {
	display: block;
	padding-left: 22px;
}
#top-menu li .sub a:link, #top-menu li .sub a:visited {
	color: #b2b2b2;
	text-decoration: none;
}
#top-menu li .sub a:hover {
	color: #636363;
	text-decoration: none;
	border-bottom: 2px solid #adadad;
}

/*@### content ###
*/
p {
	padding-bottom: 30px;
}

h2.styled {
	height: 35px;
	width: 640px;
}

h2.styled a {
	display: block;
	height: 100%;
	width: 100%;
}

h2.styled span {
	display: none;
}

#shindigity {
	display: block;
	background: #fff url(../images/hdr-shindigity.gif) right top no-repeat;
	width: 632px;
	height: 40px;
}

#home-content-1 {
	background: #fff url(../images/bkgr-1.gif) left top repeat-x;
	padding: 30px 20px 8px 20px;
	margin-top: 5px;
	font-size: 18px;
	line-height: 38px;
	color: #a9a9a9;
}

#home-content-1 .contacts {
	line-height: 25px;
	font-size: 14px;
	color: #838383;
}

#home-content-1 .contacts a:link,  #home-content-1 .contacts a:visited {
	color: #838383;
	text-decoration: none;
}

#home-content-1 .contacts a:hover {
	text-decoration: underline;
}

/**@### footer ###
*/
#pre-footer {
	position: relative;
	width: 1138px;
	height: 296px; /*296*/
	background: transparent url(../images/bkgr-preb-1.png) left top no-repeat;
	margin-left: -200px;
}

#footer {
	position: relative;
	background: #fff;
	height: 70px;
	padding: 7px 14px;
	margin-top: -286px; /*286*/
}

#footer .content {
	position: relative;
	display: block;
	width: 682px;
	height: 50px;
	border: 7px solid #adadad;
	padding: 2px;
}

#footer .contacts {
	position: relative;
	display: block;
	/*width: 682px;
	height: 40px;
	*/
	background: #ebebeb /*url(../images/foot-1.gif) no-repeat*/;
	overflow:hidden;
}



#footer .email {
	text-decoration:none;
	text-transform:uppercase;
color:#595959;
}

#footer .content .spr {
	font-size: 1px;
	height: 7px;
	display: block;
	background: #cfcfcf;
	margin-bottom: 2px;
}

#footer .content ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height:40px;
	overflow:hidden;
	}

#footer .contacts ul li {
float:left;
text-transform:uppercase;
color:#595959;
position:relative;
 letter-spacing:0px;
 font-size:10pt;
padding:12px 0 0;
margin:0;
}

#footer .contacts ul li.img {
padding-top:0 !important;
}

#footer .content ul img {
display:block;
position:relative;
margin:0 20px 0 20px;
}

#footer .content ul img.letter {
position:relative;
float:left;
margin:0 10px 0 20px;
}

/*@### stuff ###
*/
.clear {
	clear: both;
	float: none;
	font-size: 1px;
}

.project-description {
	display: none;
}

