@charset "utf-8";

/*
 *	INTRO DIVE STYLE SHEET
 */
 
div#contents h1{
	width: 628px;
	height: 104px;
	margin: 20px auto;
	background: url(../images/padi/intro.gif) no-repeat;
	text-indent: -1000em;
}

div#contents h2{
	width: 660px;
	margin: 30px auto;
}

div#contents div#courseImage{
	display: inline;
	float: left;
	width: 290px;
	margin: 0 0 30px 30px;
}

div#contents div#textArea{
	float:left;
	width: 450px;
	padding: 0 10px;
}

div#contents div#textArea div#padiBanner{
	width: 220px;
	margin: 30px 0 0 200px;
}

div#contents div#textArea div#padiBanner a{
	display: block;
	width: 207px;
	height: 31px;
	background: url(../images/padi_banner.gif) no-repeat;
	text-indent: -1000em;
	overflow: hidden;
}

div#contents div#imageArea{
	clear: both;
	width: 510px;
	margin: 50px auto;
}

div#contents ul{
	width: 550px;
	margin: 20px auto;
	padding: 11px;
}
div#contents ul li{
	list-style: url(../images/listmark.gif);
	padding-left: 5px;
	margin: 5px;
}

div#contents h3{margin: 50px 0 0 120px;}

div#contents h3#price{
	width: 87px;
	height: 25px;
	background: url(../images/price.gif) no-repeat;
	text-indent: -1000em;
}

div#contents table{
	width: 550px;
	margin: 20px auto;
	border: 2px solid #CCC;
}

div#contents table th{
	padding: 3px;
	border: 1px solid #CCC;
}
div#contents table th.pt{text-align: left;}

div#contents table td{
	text-align: center;
	padding: 3px;
	border: 1px solid #CCC;
}
div#contents table td.net{font-weight: bold;}

div#contents table tfoot td{text-align: left;}

div#contents h3#flowHeader{
	width: 500px;
	height: 39px;
	margin: 50px auto 30px;
	background: url(../images/flow1.gif) no-repeat;
	text-indent: -1000em;
}

div#contents dl#flow{
	width: 600px;
	height: 310px;
	margin: auto;
	background: url(../images/flow.jpg) no-repeat left;
}

div#contents dl#flow dt{
	display: inline;
	float: left;
	width: 70px;
	font-weight: bold;
	margin-left: 140px;
	padding: 10px;
}

div#contents dl#flow dd{
	float: left;
	width: 330px;
	padding: 10px;
}
