body {
	background:url(../gfx/bg1.jpg) repeat-y #070b0e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	scrollbar-base-color: #262d33;
	scrollbar-arrow-color: #6dcff6;
	scrollbar-3dlight-color: #262d33;
	scrollbar-darkshadow-color: #262d33;
	scrollbar-face-color: #101920;
	scrollbar-highlight-color: #262d33;
	scrollbar-shadow-color: #101920;
	scrollbar-track-color: #262d33;
}

a {
	color:#ffffff;
	text-decoration:underline;
}

.outercontainer {
	width:100%;
	background:url(../gfx/bg.jpg) no-repeat;
	xheight:528px;
	height:550px;
}
.middelcontainer {
 	margin-left:auto; 
	margin-right:auto; 
	width:811px
}

b, strong {
	color:#67c3e8;
}

h1 {
	color:#67c3e8;
	font-family:Corbel, Arial;
	font-size:18px;
	text-transform:uppercase;
	width:380px;
	margin:0px;
	height:35px;
	line-height:35px;
	padding:0px;
}
h2 {
	color:#67c3e8;
	font-family:Corbel, Arial;
	font-size:14px;
	text-transform:uppercase;
	margin-top:4px;
	margin-bottom:5px;
	width:250px;
	height:35px;
	line-height:35px;
	padding:0px;
}
h3 {
	color:#67c3e8;
	font-size:11px;
	margin:0;
	padding:0px;
}
h4 {
	color:#67c3e8;
	font-family:Corbel, Arial;
	font-size:14px;
	text-transform:uppercase;
	margin-top:4px;
	margin-bottom:5px;
}

#topbar {
	float:left;
	width:100%;
	height:38px;
	background:url(../gfx/bg_topbar.jpg) #000000;
}



#topbar_navigation {
	background:url(../gfx/bg_topbar.jpg) #000000;
	height:38px;
	width:810px;
	margin-left:auto;
	margin-right:auto;
}

.nav_item a{
	background:url(../gfx/bg_nav.jpg) no-repeat 100%;
	width:140px;
	height:21px;
	text-decoration:none;
	margin-right:5px;
	float:left;
	font-family:Corbel, Arial;
	font-size:12px;
	xfont-weight:bold;
	text-transform:uppercase;
	padding:17px 0 0 5px;
}

.nav_itema a{

}
#logo {
	background:url(../gfx/top_logo.jpg) no-repeat;
	width:91px;
	height:38px;
	float:right;
	cursor:pointer;
}

#container {
	float:left;
	width:810px;
	height:380px;
	margin-left:auto;
	margin-right:auto;
}

#container_content {
	width:430px;
	_width: 415px;
	height:343px;
	margin:13px 5px 5px 11px;
	background:#101920;
	padding:15px 0 0 35px;
	float:left;
}
#container_content a {
	color:#67c3e8;
}


#footer {
	float:left;
	margin-top:15px;
	height:20px;
	width:810px;
	margin-left:auto;
	margin-right:auto;
}
#footer a {
 	color:#FFFFFF;
	text-decoration:none;
}
#footer_copyright {
	float:left;
	margin-top:2px;
}
#footer_powered_by {
	float:right;
	font-size:9px;
	margin-top:2px;
}

#language {
	float:right;
	height:17px;
	width:110px;
	margin:65px 35px 0 0;
	padding: 0 15px; 0 0;
	xbackground:url(../gfx/button_lang.png) no-repeat bottom right;
	text-align:right;
	
}
#language_tabs a {
	color:#939393;
	text-decoration:none;
	width:40px;
}

#close {
	background:url(../gfx/close.png) no-repeat right;
	width:18px;
	height:17px;
	cursor:pointer;
	float:right;
	margin-right:10px;
}

#content_text {
	max-height:275px;
	_height: 260px;
	overflow:auto;
	width:400px;
	_width: 400px;
	line-height:15px;
	position:absolute;
	z-index:0;
}

#portfolio_content img{
	margin-right: 4px;
	margin-bottom: 0px;
	*margin-bottom: 4px;
}

.image_avatar {
	width:65px;
	cursor:pointer;
}
#company_name{
	background:#292526;
	border:solid 1px #656161;
	width:270px;
	position:relative;
	z-index:1;
}

#sub_text {
	width:118px;
	min-height:202px;
	max-height:333px;
	background:#101920;
	float:left;
	margin:13px 5px 5px 7px;
	padding:10px 8px 10px 8px;
	overflow:auto;
}
#sub_text a {
	color:#ffffff;
	text-decoration:none;
}
#sub_text a:hover {
	color:#67c3e8;
}

#sub_nav {
	width:285px;
	min-height:212px;
	max-height:333px;
	background:#101920;
	float:right;
	margin:13px 11px 5px 5px;
	padding:10px 8px 10px 18px;
	overflow:auto;
}

#sub_content {
	width:260px;
}
#sub_content_content {
	min-height:160px;
	max-height:333px
}

.submenu li {
	list-style:none;
	padding-bottom:2px;
}
.submenu li a {
	background:url(../gfx/arrow.png) no-repeat;
	color:#ffffff;
	text-decoration:none;
	padding-left:26px;
}
.submenu li a:hover {
	color:#67c3e8;
}

#portfolio_content {
	max-height:310px;
	overflow:auto;
	width:416px;
	line-height:15px;
	position:absolute;
	z-index:0;
	margin-left:-10px;
}

#contact_text {
	max-height:285px;
	_height: 260px;
	overflow:auto;
	width:400px;
	_width: 400px;
	line-height:15px;
	position:absolute;
	z-index:0;
}

.active {
	color:#67c3e8;
}
