/* CSS Document */

/*

Company: Teaching English in Tokyo - We find language students for you! - private lesson introduction service from IHCWAY
Author: Crisscross Creative

*/

/* General styles */

*{
	padding:0;
	margin:0;
}

html,body{
	margin:0;
	padding:0;
	background-image:url(../images/stretch_bkg.gif);
	background-repeat:repeat-x;
}

body{
	font: 80% arial,simsun,sans-serif;
	text-align:left;
}

p{
	margin:0;
}

a{
	display:block;
	color: #006;
}

/* Decorations */

#students-site-link {
	top: 15px;
	left: 675px;
	position: absolute;
	background: #d60000;
}

#students-site-link a, #students-site-link a:visited {
	padding: 5px;
	font-size: 12px;
	color: #fff;
	background: #d60000;
	text-decoration: none;
}

#students-site-link a:hover, #students-site-link a:active {
	text-decoration: underline;
}

#bigapple{
	position:absolute;
	background-image: url(../images/ihcway_apple.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:387px;
	width:189px;
	top:0;
	left:0;
	text-indent: -5000px;
	z-index:1;
}

#intro{
	margin:0;
	position:absolute;
	left:398px;
	top:170px; /* top:190px; */
	height:99px;
	width:325px;
	background-image:url(../images/ihcway_text.gif);
	background-repeat:no-repeat;
	text-indent: -5000px;
}

#subhead{
	position:absolute;
	background-image:url(../images/teach_chinese_ihcway.gif);
	background-repeat:no-repeat;
	width:325px;
	height:37px;
	text-indent: -5000px;
	left: 398px;
	top:70px; /* top:90px; */
}

/* Logo */

h1 {
	margin:0;
	position:absolute;
	top:57px; /* top:77px; */
	left:193px;
	z-index:3;
	background-image:url(../images/ihcway_logo.gif);
	background-position:left;
	background-repeat:no-repeat;
	border-right:solid 1px #CACACA;
	height:82px;
	width:180px;
	text-indent: -5000px;
}

h1 a{
	display:block;
	height:82px;
}

/* Shaded box background ala ThrashBox: refer to http://www.vertexwerks.com/tests/sidebox/ for future adjustments */

/* Show only to IE PC \*/

* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	float:left;
	left:20px; /* center for now */
	width: 66em; /* ems so it will grow */
	background: url(../images/sbbody-r.gif) no-repeat bottom right;
}
.boxhead {
	background: url(../images/sbhead-r.gif) no-repeat top right;
	height:180px;
	margin: 0;
	padding: 0;
}
.boxhead h2 {
	background: url(../images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	height:140px;
	padding: 22px 30px 5px;
}
.boxbody {
	background: url(../images/sbbody-l.gif) no-repeat bottom left;
	height:500px;
	margin: 0;
	padding: 5px 30px 31px;
}

/* Fixed navigation */

#navi{
	margin:0;
	position:absolute;
	width:200px;
	height:150px;
	left:150px;
	top:160px; /* top:180px; */
	font-size:11px;
	z-index:1;
}

#navi ul {
	list-style:none;
}

#navi li {
	margin:0 0 0 0; /* 5px 0 */
}

#navi li a {
	display:block;
	width:180px;
	height:20px;
	line-height:20px;
	color:#464646;
	text-decoration:none;
	text-indent:10px;
}

#navi li a:hover {
	display:block;
	width:180px;
	height:20px;
	line-height:20px;
	color:#FF0000;
	background-color:#ECECEC;
	text-decoration:none;
	text-indent:10px;
}

/* Top page grey bar with big buttons */

div#extra{
	margin:0;
	position:absolute;
	height:229px;
	width:813px;
	top:340px;
	left:18px;
	background:#EBEBEB;
	text-indent: -5000px;
}

.signup{
	margin:0;
	position:absolute;
	height:102px;
	width:160px;
	background-image:url(../images/teacher_signup_ihcway.gif);
	background-repeat:no-repeat;
	left:0;
	top:66px;
	text-indent: -5000px;
}

div#rightshader{
	margin:0;
	position:absolute;
	background-image:url(../images/right_shader.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:229px;
	width:16px;
	top:340px;
	left:831px;
	text-indent: -5000px;
	z-index:1;
}

/* IHCWAY teachers big button  */

.teachers{
	position:absolute;
	width:276px;
	height:214px;
	left:174px;
	top:8px;
}

.teachers a{
	display:block;
	height:214px;
	width:276px;
	background-image:url(../images/our_teachers_css.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}

.teachers a:hover{
	background-position: 0 -214px;
}

.teachers a:active{
	background-position: 0 -214px;
}

/* IHCWAY students big button  */

.students{
	position:absolute;
	width:276px;
	height:214px;
	left:459px;
	top:8px;
}

.students a{
	display:block;
	height:214px;
	width:276px;
	background-image:url(../images/our_students_css.jpg);
	background-repeat:no-repeat;
	text-decoration:none;
}

.students a:hover{
	background-position: 0 -214px;
}

.students a:active{
	background-position: 0 -214px;
}

/* Footer starts here */

div#footer{
	position:absolute;
	top:640px;
	left:18px;
	width:813px;
	background: #EDEDED;
	border-bottom:solid 1px #C2C2C2;
	color:#575757;
}

div#footer p{
	margin:0;
	font-size:10px;
	padding:5px 10px
}

div#footer a{
	display:inline;
	padding:0;
	color: #C6D5FD;
}
