@charset "utf-8";
/* CSS Document */
body{
	margin: 20px 0px 0px 0px;
	background-color: #333333;
	font-family: Tahoma;
	font-size: 12px;
	line-height: 18px;
}
a{
	text-decoration: none;
}
h1{
	margin: 0px 0px 0px 0px;
	line-height: 20px;
	font-weight: normal;
	font-size: 22px;
}
h2{
	font-size: 14px;
}
h3{
	font-size: 10px;
	font-weight: normal;
	font-family: Tahoma;
	margin: 0px 0px 5px 0px;
	line-height: 12px;
}
h4{}
.chap{
	font-size: 10px;
	font-weight: normal;
	font-family: Tahoma;
	margin: 0px 0px 5px 0px;
	line-height: 12px;
}
p{
	margin: 0px 0px 0px 0px;
	font-size: 14px;
}
#wrapper{
	width: 800px;
	position: relative;
	margin: 0 auto;
	background-color: #FFFFFF;
	height: 1800px;
	background-image: url("../images/bk.jpg");
}
#nav {
	position:absolute;
	width:197px;
	z-index:1;
	left: 7px;
	top: 140px;
}
#icon {
	position:absolute;
	height:115px;
	z-index:1;
	left: 0px;
	top: 0px;
	width: 800px;
	background-color: #FFFFFF;
}

.style1 {color: #FF0033}
.style2 {
	font-size: 10px;
	color: #000;
}


#title {
	position:relative;
	width:568px;
	z-index:4;
	left: 219px;
	margin: 0px 0px 0px 0px;
	padding-top: 30px;
}
#break_line {
	position:relative;
	width:580px;
	height:2px;
	z-index:4;
	left: 219px;
	background-color: #FF0033;
	margin: 9px 0px 16px 0px;
}
#break_lineB {
	position:relative;
	width:580px;
	height:2px;
	z-index:4;
	left: 219px;
	background-color: #000000;
	margin: 9px 0px 16px 0px;
}
#page_no {
	position:absolute;
	width:55px;
	z-index:1;
	right: 0px;
	bottom: 5px;
}


#main {
	position:relative;
	width:550px;
	z-index:3;
	left: 219px;
	text-align: justify;
	line-height: 26px;
}

#footer{
	width: 795px;
	position: relative;
	background-color: #FFFFFF;
	margin: 0 AUTO;
	border-top: SOLID #FF0033 3px;
	padding: 2px 5px 2px 0px;
}
.style1 {color: #FF0033}

#NEXT {
	position:relative;
	z-index:1;
	left: 219px;
	margin: 5px 0px 0px 0px;
	width: 200px;
}
#cont {
	position:relative;
	z-index:1;
	margin: 0 auto;
	width: 200px;
	padding-top: 20px;
	padding-bottom: 50PX;
}
.mypets{ /*header of 1st demo*/
	cursor: hand;
	cursor: pointer;
	padding: 0px 0px 5px 0px;
	border: 0px solid gray;
	color: #990000;
	margin: 0px 0px 0px 0px;
}

.openpet{ /*class added to contents of 1st demo when they are open*/
	color: #831461;

}

.technology{ /*header of 2nd demo*/
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}


.openlanguage{ /*class added to contents of 2nd demo when they are open*/
	color: #831461;
}

.closedlanguage{ /*class added to contents of 2nd demo when they are closed*/
color: red;
}
.thepet{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
	width: 700px;
}
#apDiv1 {
	position:relative;
	width:600px;
	z-index:1;
	margin: 0 auto;
	padding-top: 50px;
}
#apDiv2 {
	position:relative;
	width:700px;
	z-index:2;
	margin: 0 auto;
	padding-top: 10px;
	text-align: justify;
	line-height: 26px;
}
#apDiv3 {
	position:relative;
	width:700px;
	z-index:3;
	margin: 0 auto;
}
#apDiv4 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:3;
}

blockquote {
	padding: 15px 0px 0px 0px;
	text-align: center;
	font-size: 1.2em;

}

#quote {
	padding: 20px 0px 20px 30px;
}
#quote2 {
	padding: 20px 0px 20px 70px;
}
ol.cot li {
	clear:left;
	border-bottom:dashed 1px #aaa;
	height:1.05em;
	margin-top:10px;
	position:relative;
}
ol.cot a, ol.cot span {
	background:#fff;
	padding:0 3px 0 0;
	float:left;
	position:absolute;
	text-decoration:none;
}
ol.cot a {
	padding:0 0 0 3px;
	right:0;
}
