/* +++++++ Sub navigation +++++++ */
ul.subNav{
	margin: 0 0 30px 0;
	padding: 2px 0 2px 0;
	list-style: none;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
	border: 1px #999 solid;
}
ul.subNav li{
	display: inline;
	margin: 0;
	padding: 0 20px 0 20px;
	background-color: #eee;
	border-right: 2px #ccc solid;
}
ul.subNav li.here{
	background-color: #999;
	color: #fff;
}
ul.subNav a{
	text-decoration: none;
}
ul.subNav a:link,
ul.subNav a:visited{
	color: #666;
}
ul.subNav a:hover{
	color: #333;
}


/* +++++++ Application +++++++ */

h3.appliHead{
	width: 360px;
	height: 35px;
	font-size: 12px;
	background: url("../img/appli_head.gif") 0 0 no-repeat;
	text-indent: -9999px;
	border: 0;
	margin: 15px 0 0 0;
	padding: 0;
}
div.appliBody{
	background-color: #dcdcdc;
	with: 360px;
	padding-top: 5px;
}
div.appliFoot img{
	display: block;
}

div.appliBody ul{
	font-size: 12px;
	line-height: 130%;
	margin: 0;
	padding: 0;
	list-style: none;
}
div.appliBody ul li{
	background: url("../img/appli_list.gif") 5px 2px no-repeat;
	padding-left: 20px;
	padding-bottom: 7px;
}


/* +++++++ Mechanism movie +++++++ */

div.mechaArea{
	width: 360px;
	margin: 15px 0 0 0;
	background-color: #e5edfd;
}
div.mechaArea div.icon{
	width: 110px;
	float: left;
	text-align: right;
	margin-right: 5px;
}
div.mechaArea div.linkInfo{
	width: 245px;
	float: left;
}
div.mechaFoot img{
	display: block;
}

/* +++++++ Example movie +++++++ */

div.exHead{
	width: 615px;
	margin-top: 15px;
}
div.exFoot{
	width: 615px;
	margin-bottom: 15px;
}
div.exHead img,
div.exFoot img{
	display: block;
}

div.exArea{
	width: 615px;
	background-color: #eee;
	margin: 0 0 0 0;
}
div.exArea img{
	display: block;
}
div.exArea div.icon{
	width: 100px;
	float: left;
	border-top: 1px #ccc solid;
	padding: 2px 0 2px 0;
}
div.exArea div.link{
	width: 105px;
	float: left;
	border-top: 1px #ccc solid;
	padding: 2px 0 2px 0;
}
div.exArea div.link p{
	margin-left: 5px;
}

/* +++++++ Contact Us button +++++++ */
div.contact{
	padding-top: 20px;
	text-align: center;
}
