@charset "UTF-8";
/*  
Author:Arthur
Create Time:2010.08.12
Update Time:2010.08.12
Copyright: icandesign.hk LTD
*/

/* @group General styles
========================================= */
body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, textarea, /* form elements 表单元素 */
th, td, /* table elements 表格元素 */ 
img/* img elements 图片元素 */
{
  border:medium none;
  margin: 0;
  padding: 0;
 }
/** 重置表格元素 **/
table { 
	border-collapse: collapse;
	border-spacing: 0;
}
ul li{
	list-style-type:none;
	}

/* @group Helper styles
========================================= */


/* @group Page structure
========================================= */
#page{
	background:url(images/bg.jpg) no-repeat 0 0;
	width:1000px;
	height:1400px;
}
#header{
	}
#footer{
	clear:both;
	padding:20px 0;
}
.center{
	width:826px;
	margin:0 auto;
}
.top{
	left:55px;
	position:relative;
}
.nav{
	position:relative;
	top:45px;
	left:-8px;
	height:112px;
}
.ican{
	left:-8px;
	position:relative;
	top:40px;
	height:329px;
}
.imagemap{
	height:113px;
	left:-3px;
	position:relative;
	top:45px;

	}
.imagemap a{
	background:url(http://www.icanlearn.hk/images/imagemap.jpg) no-repeat 0 0;
	position:absolute;
	display:block;
	text-indent:-1000em;
}
.imagemap a:hover{
	background:url(http://www.icanlearn.hk/images/imagemap-active.jpg) no-repeat 0 0;
	}
.imagemap .pr a, .imagemap .pr a:hover{
	left:0px;
	top:0px;
	background-position:0px 0px;
	width:410px;
	height:113px;
	}

.imagemap .wp a, .imagemap .wp a:hover{
	left:410px;
	top:0px;
	background-position:-410px 0px;
	width:408px;
	height:113px;
}

.news{
	height:585px;
	position:relative;
	top:72px;
}

.news .sunny , .news .portfolio , .news  .icti , .news .ielts , .news .pr , .news .bct{
	width:267px;
	height:253px;
	background-color:#8b8b8b;
	float:left;
	margin:8px 8px 0 0;
	overflow:hidden;
}
.title{
	background:url(http://www.icanlearn.hk/images/title.gif) no-repeat 0 0;
	height:30px;
	}
.title span{
}
.title span a{
	float:right;
	display:block;
	width:38px;
	height:19px;
	background:url(http://www.icanlearn.hk/images/more.gif) no-repeat  0 -20px;
	text-indent:-1000em;
	position:relative;
	top:5px;
	padding-right:5px;
	}
.title span a:hover{
	background-position:0px 0px;
}
.post{
	padding:8px 0 0 6px;
}
.post li{
	display:inline;
	float:left;
	padding:1px 5px;
	width:75px;
	height:108px;
}
.post li a span {
	height:28px;
	line-height:12px;
	display:block;
	font-weight:bold;
	cursor:pointer;
}
.post li a img{
	border:1px solid #DDDDDD;
	padding:2px;
}
/*-----------------------------------------*/
/* @group Overrides
========================================= */
.pr .post ,.bct .post{
	padding:0px;
	}
.sunny .title{
	background-position:0px 0px;
}
.portfolio .title{
	background-position:0px -30px;
}
.icti .title{
	background-position:0px -60px;
}
.ielts .title{
	background-position:0px -90px;
}
.pr .title{
	background-position:0px -120px;
}
.bct .title{
	background-position:0px -150px;
}

/* @group ICAN
========================================= */
/*全站超鏈接樣式 可修改a默認樣式  鼠標劃過的樣式*/
a { 
text-decoration: none; 
color:#000000;
outline:none;
}
a:hover {
	color:#008AFF;
}

/*背景圖片 可替換header 和background*/
body {
	font-family: Arial, Helvetica,sans-serif;
	font-size:12px;
}
html {}{ filter: expression(document.execCommand("BackgroundImageCache", false, true)); }

