body {
	background: #000;
	text-align: center;
	margin: 0;
	padding: 0;
}

a span {
	display: none;
}

#wrapper {
	width: 756px;
	height: auto;
	margin: 0px auto;
	text-align: right;
	background: #29364b url(../img/bg-wrapper.gif) left top no-repeat;
	display: block;
	padding-top: 13px;	/* height of bg-wrapper.gif */
}

#header {
	display: block;
	width: 100%;
	height: 124px;
	text-align: center;
	background: transparent url(../img/bg-header.gif) left top repeat-x;
}

h1 {
	margin: 0;
	padding: 0;
	width: 229px;
	height: 124px;
	background: transparent url(../img/logo.gif) no-repeat;
	display: block;
	float: none;
	margin: 0 auto;
}
h1 a {
	width: 229px;
	height: 124px;
	display: block;
}
h1 span {
	display: none;
}

#content {
	width: 100%;
	display: block;
	background: #29364b url(../img/bg-content.jpg) no-repeat;
	float: right;
}

#menu-wrapper {
	display: block;
	padding: 33px 61px;
	height: 80px;
	padding-bottom: 0px;
	float: left;
}

ul#menu {
	display: block;
	width: 100%;
	height: 80px;
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}

#menu li {
	float: right;
	height: 80px;
	display: block;
	background-repeat: no-repeat;
}

#menu li a {
	width: 100%;
	height: 80px;
	display: block;
	float: right;
	background: transparent;
}

li#t-home {
	width: 95px;
	background: url(../img/menu-home.gif) 0px -80px;
}
#t-home a:hover, #t-home a.active {
	background: url(../img/menu-home.gif) 0px 0px;
}

li#t-pc {
	width: 95px;
	background: url(../img/menu-pc.gif) 0px -80px;
}
#t-pc a:hover, #t-pc a.active {
	background: url(../img/menu-pc.gif) 0px 0px;
}

li#t-acs {
	width: 95px;
	background: url(../img/menu-acs.gif) 0px -80px;
}
#t-acs a:hover, #t-acs a.active {
	background: url(../img/menu-acs.gif) 0px 0px;
}

li#t-srvs {
	width: 83px;
	background: url(../img/menu-srvs.gif) 0px -80px;
}
#t-srvs a:hover, #t-srvs a.active {
	background: url(../img/menu-srvs.gif) 0px 0px;
}

li#t-prj {
	width: 94px;
	background: url(../img/menu-prj.gif) 0px -80px;
}
#t-prj a:hover, #t-prj a.active {
	background: url(../img/menu-prj.gif) 0px 0px;
}

li#t-cont {
	width: 77px;
	background: url(../img/menu-cont.gif) 0px -80px;
}
#t-cont a:hover, #t-cont a.active {
	background: url(../img/menu-cont.gif) 0px 0px;
}

li#t-abou {
	width: 95px;
	background: url(../img/menu-abou.gif) 0px -80px;
}
#t-abou a:hover, #t-abou a.active {
	background: url(../img/menu-abou.gif) 0px 0px;
}

#content-wrapper {
	padding: 0px 53px;
	width: 650px;
	display: block;
	float: right;
}

hr {
	display: block;
	width: 100%;
	border-top: 1px solid #1f2c3f;
	border-bottom: 1px solid #313e53;
/* 	float: right; */
	margin: 0;
	padding: 0;
	margin-bottom: 7px;
	
}

#right-side {
	display: block;
	width: 387px;
	float: right;
}

#left-side {
	display: block;
	width: 255px;
	float: left;
}

.big-box {
	width: 385px;
	min-height: 170px;
	background: transparent url(../img/bg-bigbox.jpg) center top no-repeat;
}

.box-wrapper {
	padding: 13px;
	color: #adb8c9;
}



li span {
	color: #adb8c9;
}

.small-box {
	width: 250px;
	height: 170px;
	background: transparent url(../img/bg-smallbox.jpg) center top no-repeat;
}

input.text {
	height: 15px;
	font: 11px Tahoma;
	padding-right: 5px;
	padding-top: 3px;
	width:150px;
}

#footer {
	float: right;
	width: 100%;
	text-align: center;
	margin-top: 10px;
	background: #29364b url(../img/bg-footer.jpg) center top no-repeat;
	padding:15px 0px;
}

ul {
	list-style-position: inside;
}

h3 {
	font: bold 15px Arial, sans-serif;
	color: #fff;
}

h5 {
	color: #ffa200;
	text-decoration: none;
}

strong {
	font-weight: 600;
}
.button {
	cursor: pointer;
	font: 600 11px Tahoma, Nesf2, Nesf, sans-serif;
	color: #FF5300;
	width: 75px;
	height: 25px;
}
