@charset "utf-8";
/* CSS Document */

/*
--  firstTime_001  --
                   */
#firstTime_001 {
	background:url(../img/icons/postit.png) left bottom no-repeat;
	height:140px;
}
#firstTime_001 h1 {
	margin:0;
}
#firstTime_001 p {
	margin:10px 0 0 110px;
}
	

/*
--  emailUs_001  --
                 */
#emailUs_001 {
	background:url(../img/icons/computer.png) right top no-repeat;
	height:100px;
	margin:20px 0 0;
}
#emailUs_001 h1 {
	margin:0;
}
#emailUs_001 p {
	margin:10px 130px 0 0;
}

/*
--  solutions_001  --
                   */
#solutions_001 {
	background:url(../img/icons/body_001.png) right 20px no-repeat;
	height:250px;
	position:relative;
}
#solutions_001_flash {
	height:250px;
	position:relative;
}
#solutions_001 h1 {
	margin:0;
}
#solutions_001 h2 {
	margin:0;
	color:#f00;
	font-family:Arial, Helvetica, sans-serif;
	background:url(../img/icons/red_arrow_001.png) left 50% no-repeat;
	padding:0 0 0 15px;
}
#solutions_001 p {
	margin:10px 120px 0 0;
}

.dot {
	background:url(../img/icons/dot_001.png) 50% no-repeat;
	height:32px;
	width:32px;
}
.dot_over {
	background:url(../img/icons/dot_011.png) 50% no-repeat;
	height:32px;
	width:32px;
}
#dot_001 {
	position:absolute;
	z-index:2400;
	left:325px;
	top:11px;
}
#dot_002 {
	position:absolute;
	z-index:2400;
	left:321px;
	top:34px;
}
#dot_003 {
	position:absolute;
	z-index:2400;
	left:342px;
	top:52px;
}
#dot_004 {
	position:absolute;
	z-index:2400;
	left:291px;
	top:94px;
}
#dot_005 {
	position:absolute;
	z-index:2400;
	left:337px;
	top:106px;
}
#dot_006 {
	position:absolute;
	z-index:2400;
	left:311px;
	top:168px;
}
#dot_007 {
	position:absolute;
	z-index:2400;
	left:329px;
	top:184px;
}
#dot_008 {
	position:absolute;
	z-index:2400;
	left:314px;
	top:110px;
}
#dot_009 {
	display:none;
}
#dot_010 {
	display:none;
}
.box {
	position:absolute;
	left:0; top:0;
	border:1px solid #333;
	width:300px;
	display:none;
}
.box .box_title {
	font-size:13px;
	font-weight:bold;
	margin:0;
	padding:5px;
	background-color:#333;
	color:#fff;
}
.box .box_content {
	background-color:#ccc;
	margin:0;
	padding:5px;
}
/*
--  news_feed_001  --
                   */
#news_feed_001 {
}
#news_feed_001 h2 {
	color:#f00;
	margin:0;
}
#news_feed_001 .article {
	margin:1em 0 0;
	font-size:11px;
}
#news_feed_001 .date {
	color:#f00;
}
#news_feed_001 .date a {
	color:#f00;
}
#news_feed_001 .headline {
	margin:0 .5em 0 0;
}
#news_feed_001 .link {
	color:#f00;
	white-space:nowrap;
}

