/* stylesheet for index.html */

.main{
	width:96%;
	padding-bottom:20px;
	}
	
.introbox{
	position:relative;
	text-align:justify;
	padding:0px 10px;
	margin-right:300px;
	/*background:#DAEDF3;*/
	/*background:#98D3FF;*/
	/*background:#FFFFDF;*/
	/*background:#F7E5B8;*/
	/*background:#BFEFFF;*/
	/*border:1px solid #778899;
	-moz-border-radius:8px;*/
}

.article{
	position:relative;
	float:left;
	width:31%;
	margin-top:20px;
	margin-left:20px;
	text-align:left;
}

.art_head{
	padding-left:10px;
	font-weight:bold;
	color:#765;
	font-size:120%;
	background:#CCC
	}

.art_body{
	height:18em;
	overflow:auto;
}

.promo01{
	position:absolute;
	top:-35px;
	left:110px;
	width:73px;
	height:72px;
	background:url(../images/promo01.gif) ;
}
	
.design{
	float:left;
	width:100px;
	height:100px;
	margin-right:10px;
	background:url(../images/develop02.gif) no-repeat top left;
}


.intxt01{
	font-size:32px;
	}

#intxt0101{
	color:#000;
	}

#intxt0102{
	color:#000;
	}

.arrow01{
	padding:20px 0 20px 60px;
	font-size:18px;
	text-align:left;
	background:url(../images/arrow02.gif) no-repeat left;
	}

.arrow01 a:link{
	color:#B8004E;
	/*color:#0000FF;*/
	}

.arrow01 a:visited{
	color:#666666;
	}

.arrow01 a:hover{
	text-decoration:none;
	}

/* current tab control */	
#tabs_top #home {
    background-image:url(../images/left_on_top.gif);
    }

#tabs_top #home a {
    background-image:url(../images/right_on_top.gif);
    }

span.shout{
	font-family : "Trebuchet MS", Verdana, sans-serif;
	font-size:200%;
	color:#339900;
	text-align:left;
	font-weight:bold;
	line-height:1.2em
	}