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

body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
    font-size:90%;
	background-attachment: fixed;
	background-color: #fff;
	background-image: url(../images/fiveelementarts.jpg);
	background-repeat: repeat;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	}
	/* --------------------------------------------------------------------- */
.container {
	width: 100%;
	margin:0;
	padding:0;
	border: 0;
	margin-right: auto;
	margin-left: auto;
	min-width: 40px;
	max-width: 4000px;
	}
	
/* CSS3 Transparent Background = background-color: #FFFFFF; then filter:alpha(opacity=50); then opacity:0.5; */

.containerinner {
	margin: 0px;
	padding: 16px;
}
/* ---CONTACT INFO--------------------------- */
.contactinformation {
	letter-spacing: 1px;
	text-align: left;
	color: #CC0000;
	display: inline;
	float: right;
	position: relative;
	padding: 0px;
	text-transform: lowercase;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	margin: 0px;
}
/* ---LINKS--------------------------- */
a {
	color:#CC0000;
	text-decoration: none;
}
a:hover {
	color:#fff;
	background:#000;
	text-decoration:none;
}
/* ---Headings--------------------------- */
h1, h2, h3, h4, h5 {
	margin:.8em 0 .2em 0;
	padding:0;
	color: #CC0000;
	letter-spacing: 1px;
}
/* ------------------------------ */
p {
	margin-top: 0.4em;
	margin-right: 0;
	margin-bottom: 0.8em;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1.0em;
}
.plined{
	text-align: justify;
}
.plined:first-line {
	font-weight: bold;
}
.textprimary {
	letter-spacing: 1px;
	text-align: justify;
	padding-left: 10px;
}
.quote {
	font-style: italic;
	text-align: center;
	letter-spacing: 1px;
	font-size: 120%;
}
.note {
	font-size: 80%;
	font-style: italic;
}
.centered {
	text-align: center;
}
.hide {
	display: none;
}
.headlinks{
	text-align: justify;
}
.headtext {
    letter-spacing: 1px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 70%;
	color: #000000;
	line-height: 1%;
	clear:both;
	margin:0;
	padding:0px !important;
	text-align:right;
	background-color: transparent;
}
/* ---IMAGE-BACKGROUNDS--------------------------- */
.jq, .xingi, .training, .jiesenkunlun {
	float: right;
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	padding: 2px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 4px;
	border: 1px solid #666666;
}
.jq {
	background-image: url(../images/jason.gif);
	height: 80px;
	width: 60px;
}
.jiesenkunlun {
	background-image: url(../images/jiesenkunlun.gif);
	height: 80px;
	width: 80px;
}
.training {
	background-image: url(../images/training.gif);
	height: 80px;
	width: 108px;
}
.xingi {
	background-image: url(../images/xing-i.gif);
	height: 80px;
	width: 106px;
}
.fiveelements, .yinyang, .baguaB4heaven {
	float: left;
	height: 80px;
	width: 80px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 0px;
	clear: left;
}
.fiveelements {
	background-image: url(../images/fiveelements.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.yinyang {
	background-image: url(../images/yinyang.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.baguaB4heaven {
	background-image: url(../images/baguaB4heaven.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.baguastar {
	background-image: url(../images/fiveelementarts224.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 221px;
	width: 224px;
	background-color: transparent;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.jasonq {
	background-image: url(../images/jasonquin.gif);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 219px;
	width: 166px;
	margin: 0px;
	padding: 0px;
}
.kumar {
	background-repeat: no-repeat;
	background-position: center center;
	float: right;
	height: 143px;
	width: 110px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/KumarLiuLineage100.gif);
}
.baguastarfull {
	background-image: url(../images/baguastar.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}
.kunlun {
	background-image: url(../images/jiesenkunlunshadow.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
/* --------Header styles---------------------------------------------- */
#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}
#header ul {
	clear:left;
	float:left;
	width:100%;
	list-style:none;
	padding:0;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
#header ul li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
}
#header ul li a {
	display:block;
	float:left;
	text-align:center;
	color:#CC0000;
	text-decoration:none;
	position:relative;
	left:0;
	line-height: 100%;
	border: 1px solid #666666;
	background-color: #E6E6E6;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 75%;
	width: 11%; /*--90px--*/
	min-width: 85px;
	max-width: 900px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header ul li a:hover {
	color:#fff;
	font-weight: bold;
	background-color: #000000;
}
#header ul li a.active,
#header ul li a.active:hover {
	color:#fff;
	background:#000;
	font-weight:bold;
}
#header ul li a span {
	display:block;
}  
.header {
}
.headerinner {

}
/* -----FOOTER--------------------- */
#footer p {
	margin:0;
	font-size: 70%;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}  
.footer {
	clear: both;
}
.footerinner {
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
/* ------------Layout styles------------------------- */
.description, .benefitstext, .breathingtext, chigungtext, .contactform, .martialartstext, .instructiontext, contacttext {
	clear: both;
} 
.descriptioninner, .benefitstextinner, .breathingtextinner, .chigungtextinner, .contactforminner, .martialartstextinner, .instructiontextinner, contacttextinner {
}
.contacttextinner {
	position: relative;
	top: 0px;
}
.supportingtext1, .supportingtext2, .supportingtext3 {
	clear: both;
}
.supportingtext1inner, .supportingtext2inner, .supportingtext3inner {
	position: relative;
	top: 0px;
}
/* --------INNER TUBE padding---------------------------------------------- */
.innertube{
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.innertubeboth{
	margin: 10px;
	clear: both;
}
/* ----------COLUMNS SPLIT percents---------------------------------------- */
.columncontainer {
	clear: both;
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
}
/* -------------------------- */
.oneofthree, .twoofthree, .threeofthree {
	display: inline;
	float: left;
	width: 33%;	
}
.twoofthree {
	border-right-width: 0px;
	border-left-width: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
/* -------------------------- */
.fiftyoneoftwo {
	display: inline;
	float: left;
	width: 49%;	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.fiftytwooftwo {
	display: inline;
	float: left;
	width: 50%;
}
/* -------------------------- */
.thirtyoneoftwo {
	display: inline;
	float: left;
	width: 33%;	
}
.thirtytwooftwo {
	display: inline;
	float: left;
	width: 66%;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
/* -------------------------- */
.sixtyoneoftwo {
	display: inline;
	float: left;
	width: 66%;	
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
}
.sixtytwooftwo {
	display: inline;
	float: left;
	width: 33%;
}
/* ------FORMS ------------------------------------------ */
.contactform {
	clear: both;
}
.contactforminner {
	position: relative;
	top: 0px;
}
.formtx {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing: 1px;
	font-size: 90%;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	letter-spacing: 1px;
	font-size: 90%;
}
