/* ----------------------- GENERAL */
* {
	margin-top: 0px;
}

a img{
	border:0px;
	cursor:pointer;
}

a{
    text-decoration:none;
}

html {
 height: 100%;
}

body {
 height: 100%;
 margin: 0px;
 padding: 0px;
 text-align: center;
 font-family: Arial, Helvetica, sans-serif;
 background-color: #f1ecc3;
}

div {
 display: block;
 position: relative;
 margin: 0px;
}

p, h1, h2, h3, h4, h5 {
 margin-top: 0px;
}

/* ----------------------- HEAD */
#head{
    width:100%;
    background-image: url('images/head_bg.jpg');
    background-repeat: repeat-x;
    height: 400px;
}

#head_container{
    width: 960px;
    height:400px;
    margin: auto;
    padding: 25px 0px 0px 0px;
}

#hitech_logo{
    width: 256px;
    height: 75px;
    overflow: hidden;
    background-image: url('images/logo_hitech.gif');
    background-repeat: no-repeat;
    margin:auto;
}

#hitech_logo a{
    display: block;
    height: 75px;
    width: 256px;
    padding-top:80px;
}

#head_content{
    height: 300px;
    width: 910px;
    margin: 0px;
    padding: 35px 0px 0px 25px;
}

#main_menu{
    float: right;
    margin: 0px;
    width: 230px;
}

#main_menu li{
    list-style: none;
    overflow:hidden;
    display:block;
    height: 60px;
    background-image: url('images/head_buttons_bg.jpg');
    background-repeat: repeat-y;
    font-size: 14px;
    line-height: 30px;
    color: #000000;
    font-weight: bold;
}

#main_menu li span{
    font-size:10px;
    color: #ffffff;
}

#main_menu li:hover{
    background-image: url('images/head_buttons_hover_bg.jpg');
    background-repeat: repeat-y;
}

#main_menu li a:link, #main_menu li a:visited{
    color:#000000;
    display: block;
    height: 60px;
    width: 230px;
}

#main_menu li a span{
    margin-top: 1px;
}

.first_main_button{
    margin-top:15px;
}

.main_button{
    margin-top: 20px;
}

#main_slide{
    background-image: url('images/head_slide_bg.jpg');
    background-repeat: repeat-y;
    width: 605px;
    height: 220px;
    float: left;
    margin: 0px;
    overflow: hidden;
    padding: 15px;
}

#main_slide_area{
    background-color: #ffffff;
    width: 605px;
    height: 220px;
    overflow: hidden;
}

.slide{
    width: 495px;
    height: 200px;
    margin: 0px;
    position: absolute;
    cursor: pointer;
}

.slide img{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.custommer_say{
	color: #000000;
	font-size: 11px;
}

.main_slide_1{
	background-image: url('');
	z-index: 10;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.main_slide_2{
    z-index: 20;
    background-image: url('');
    background-repeat: no-repeat;
    top: 0px;
    left: 505px;
}

.main_slide_3{
    z-index: 30;
   background-image: url('');
    background-repeat: no-repeat;
    top: 0px;
    left: 555px;
}

/*================================== PAGE GENERAL SPECIFICATIONS =========================*/
#page{
	width: 100%;
	padding: 10px 0px;
	overflow: auto;
}

#page_container{
	width: 960px;
	margin: auto;
}


/*================================== HOME PAGE =========================*/

#show_projects {
	width: 605px;
	height: 339px;
	overflow: hidden;
	background-image: url('images/computer.gif');
	background-repeat: no-repeat;
	padding: 25px 0px 0px 100px;
	float: left;
}

.projects_slide{
	width: 430px;
	height: 268px;
	background-image: url('images/projects_slide.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#projects_menu_slide{
	width: 230px;
	overflow: hidden;
}

#projects_menu{
	list-style: none;
	list-style-type: none;
	float: left;
	left: 0px;
	width: 230px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	overflow: hidden;
}

#projects_menu li{
	float: left;
	line-height: 15px;
	margin: 0px;
	cursor: pointer;
	height: 60px;
	width: 230px;
	background-position: top left;
}

.button_1{
	background-image: url('images/button_1.jpg');
}

.button_2{
	background-image: url('images/button_2.jpg');
}

.button_3{
	background-image: url('images/button_3.jpg');
}

.button_4{
	background-image: url('images/button_4.jpg');
}

.button_5{
	background-image: url('images/button_5.jpg');
}

#projects_menu li p{
	padding: 5px 0px 0px 30px;
	font-size: 13px;
	font-weight: bold;
}

#projects_menu li p span{
	font-weight: normal;
}

#projects_menu li p span a:visited, #projects_menu li p span a:link{
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	
}

#projects_menu li p span a:hover{
	color: #000000;
}

/*================================== BRIEFCASE =========================*/
#buttons_area{
	width:160px;
	height:25px;
	overflow: hidden;
	margin: auto;
}

.before_button{
	float: left;
	display: none;
}

.next_button{
	float: right;
}

.briefcase_button{
	height: 25px;
	background-color: #BBB580;
	color: #ffffff;
	font-size: 12px;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: pointer;
}

#show_area{
	width: 960px;
	height: 404px;
	overflow: hidden;
}

.briefcase{
	width: 435px;
	height: 405px;
	overflow: hidden;
	background-image: url('images/briefcase_bg.gif');
	background-repeat: no-repeat;
}

.briefcase_left{
	float: left;
}

.briefcase_right{
	float: right;
}

.image_sample{
	width:368px;
	height: 232px;
	background-repeat: no-repeat;
	margin: 40px 0px 0px 35px;
}

.image_sample_one{
	background-image: url('images/briefcase/ujapon_website.jpg');
}

.image_sample_two{
	background-image: url('images/briefcase/twitterempleo_website.jpg');
}

.info_sample{
	width: 265px;
	height: 100px;
	margin: 16px 0px 0px 127px;
	font-size: 11px;
	text-align: left;
	color: #000000;
	line-height: 15px;
}

.info_sample a:link, .info_sample a:visited{
	color: #000000;
	text-decoration: underline;
}

.info_sample a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.info_sample span{
	font-weight: bold;
	color: #ffffff;
	margin-right: 10px;
}

/*================================== RECRUIT PAGE =========================*/

#me_say{
	width: 916px;
	height: 136px;
	background-image: url('images/me_say.jpg');
	background-repeat: no-repeat;
}

#me_say p{
	padding: 10px 0px 0px 220px;
	width: 660px;
	height: 118px;
	line-height: 19px;
	color: #ffffff;
	text-align: justify;
	font-size: 13px;
}

#me_say p a:link, #me_say p a:visited{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#me_say p a:hover{
	color: #ffffff;
}

#recruit{
	margin-top: 20px;
	margin-bottom: 0px;
	background-image: url('images/talk_pattern.gif');
	background-repeat: repeat-y;
	width: 916px;
	overflow: hidden;
}

#recruit_content{
	margin: 0px;
	background-image: url('images/talk_top.gif');
	background-repeat: no-repeat;
	width: 916px;
}

#recruit_bottom{
	margin: 0px;
	padding: 0px;
	background-image: url('images/talk_bottom.gif');
	background-repeat: no-repeat;
	width: 916px;
	height: 20px;
	padding-bottom: 20px;
}

/*================================== FOOTER =========================*/
#footer{
	width:100%;
	background-color: #C9C284;
	background-image: url('images/footer_border_top.gif');
	background-repeat: repeat-x;
	padding: 30px 0px 30px;
}

#footer_container{
	width:960px;
	overflow:hidden;
	margin: auto;
}

#footer_content{
	float: left;
	width: 640px;
	height: 345px;
	background-image: url('images/footer_content_bg.gif');
	background-repeat: repeat-y;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

#submenu{
	list-style: none;
	list-style-type: none;
	float: left;
	left: 0px;
	width: 142px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	overflow: hidden;
}

#submenu li{
	float: left;
	line-height: 15px;
	margin: 0px;
	height: 40px;
	width: 142px;
	background-image: url('images/sub_menu_bg.gif');
	background-position: top left;
}

#submenu li:hover{
	background-image: url('images/sub_menu_hover_bg.gif');
}

#submenu li a:visited, #submenu li a:link{
	font-size: 12px;
	color: #C9C284;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	display: block;
	width:122px;
	height:40px;
	padding: 5px 0px 0px 10px;
}

#submenu li a:hover{
	color: #ECE7CD;
}

#footer_text{
	float: right;
	width: 498px;
	overflow: hidden;
}

#footer_text h1{
	text-align: right;
	padding-right: 10px;
	font-size: 22px;
	font-weight: bold;
	margin:0px;
}

#footer_text h2{
	margin: 0px;
	text-align: left;
	color: #C9C284;
	font-size:16px;
	padding: 0px 10px;
}

#footer_text p{
	margin: 0px;
	color: #000000;
	font-size: 12px;
	text-align: justify;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
}

#footer_text p b{
	font-weight: bold;
	color: #D25C04;
}

#footer_text p a:link, #footer_text p a:visited{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

#footer_text p a:hover{
	color: #000000;
}

#footer_text p ol, #footer_text p ul{
	margin: 0px;
	color: #000000;
	font-size: 12px;
	text-align: justify;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 10px;
}

#footer_contact{
	float: right;
	width: 240px;
}

#footer_contact h1{
	color: #ECE7CD;
	font-size: 20px;
	text-align: left;
	margin-bottom: 4px;
}

#footer_contact form{
	text-align: left;
	color: #ECE7CD;
	font-size: 13px;
}

#footer_contact form input[type="text"]{
	background-color: #ECE7CD;
	border: 0px;
	text-align: center;
	color: #000000;
	font-size: 14px;
	margin-bottom: 5px;
	height: 25px;
	width: 213px;
}

.input_text{
	background-color: #ECE7CD;
	border: 0px;
	text-align: center;
	color: #000000;
	font-size: 14px;
	margin-bottom: 5px;
	height: 25px;
	width: 213px;
}

#footer_contact form textarea{
	background-color: #ECE7CD;
	border: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	margin-bottom: 5px;
	height: 70px;
	width: 213px;
}

#footer_contact form input[type="image"]{
	margin-top: 8px;
}