
html {
	height: 100%;
	overflow: hidden;
}

body {
	margin: 0;
	height: 100%;
	overflow: hidden;
	background-color: #3f3f3f;
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
}

img {
	border: 0;
}

#container {
	width: 7200px;
	height: 569px;
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -280px;
	background-image: url('../img/bg.jpg');
	background-repeat: repeat-x;
}

a {
	text-decoration: underline;
	color: #333333;
}

a:hover {
	text-decoration: underline;
	color: #ff7507;
}

.page {
	width: 800px;
	height: 569px;
	float: left;
	position: relative;
}

#menu {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 220px;
	overflow: hidden;
	margin-left: -400px;
	margin-top: -235px;
}

#menu img {
	display: block;
}

#footer {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #666666;
	font-size: 0.9em;
	margin-top: 270px;
	margin-left: -270px;
	z-index: 100;
}

#footer a {
	text-decoration: none;
	color: #666666;
}

#footer a:hover {
	text-decoration: underline;
	color: #999999;
}

.pageContent {
	margin: 50px 20px 0px 250px;
	line-height: 17px;
	font-size: 11px;
	font-weight: bold;
}

p {
	margin: 12px 0 12px 0px
}

p.orange {
	color: #ff7507;
}

ul {
	list-style: none;
	/*list-style-image: url('../img/orange_square.jpg'); */
	margin: 12px 0px 12px 0px;
	padding: 0px;
}

li {
	margin: 3px 0px 3px 0px;
	padding: 0px;
}

.pictureBox {
	float: left;
	width: 138px;
	height: 135px;
	background-image: url('../img/pic_box.png');
	background-repeat: no-repeat;
}

.pictureBox img {
	margin: 17px 0 0 18px;
	width: 100px;
	height: 100px;
}

/********** beforeIntro **********/

#beforeIntro {
	background-image: url('../img/bg_left.jpg');
	background-repeat: no-repeat;
	background-position: right;
	background-color: #3f3f3f;
}

/********** intro **********/

#intro {
	background-image: url('../img/bg_intro.jpg');
	background-repeat: no-repeat;
}

/********** about **********/

#about {
	background-image: url('../img/bg_about.jpg');
	background-repeat: no-repeat;
}

/********** offer **********/

#offer {
	background-image: url('../img/bg_offer.jpg');
	background-repeat: no-repeat;
}

/********** portfolio **********/

#portfolio {
	background-image: url('../img/bg_portfolio.jpg');
	background-repeat: no-repeat;
}

.pictureContainer {
	width: 414px;
	height: 405px;
	overflow: hidden;
	position: relative;
}

.pictureContainer > div {
	position: absolute;
	left: 0;
	top: 0;
}

.pictureCategories {
	float: right;
	width: 100px;
	height: 405px;
	text-align: center;
}

.picturesNavi {
	text-align: center;
	width: 414px;
}

.picturesNavi a.sel {
	text-decoration: none;
	color: #333333;
}

/********** it **********/

#it {
	background-image: url('../img/bg_it.jpg');
	background-repeat: no-repeat;
}

#portfolioIT{
	display: none;
	width: 400px;
	height: 450px;
	background-color: #fbf3e8;
	border: 2px solid #ff8300;
	position: absolute;
	left: 395px;
	top: 50px;
}

#portfolioIT .items {
	margin-top: 5px;
	width: 400px;
	height: 414px;
	overflow: hidden;
	position: relative;
}

#portfolioIT .items .itemsSlider {
	position: absolute;
	top: 0;
	left: 0;
}

#portfolioIT .details {
	float: left;
	width: 262px;
	height: 135px;
}

#portfolioIT .details .title {
	background-color: #ff8300;
	color: #fbf3e8;
	font-weight: bold;
	padding: 5px;
	margin-top: 25px;
}

#portfolioIT .details .desc {
	padding: 5px;
}

#portfolioIT .navi {
	font-weight: bold;
	margin: 0 10px 0 10px;
}

/********** job **********/

#job {
	background-image: url('../img/bg_job.jpg');
	background-repeat: no-repeat;
}

/********** contact **********/

#contact {
	background-image: url('../img/bg_contact.jpg');
	background-repeat: no-repeat;
}

/********** afterContact **********/

#afterContact {
	background-image: url('../img/bg_right.jpg');
	background-repeat: no-repeat;
	background-position: left;
	background-color: #3f3f3f;
}
