/*	Xiong Mak Kung-fu, styles								*/
/*	Main style sheet										*/
/*															*/
/************************************************************/

/* CSS reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
html {
	width: 100%;
	margin: 0;
	overflow: auto;
	}
body {
	line-height: 1;
	background: white;
	color: black;
	}
ol, ul { list-style: none; }
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	text-align: left;
	font-weight: normal;
	}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
/* CSS reset ends*/

body {
	background: rgb(15, 10, 10) url("/img/bg-granite-gray.jpg") fixed
}
div {
	border: solid 0px rgb(88, 26, 26);
}
p {
	color: rgb(243, 232, 182);
}
div#container {
	background: rgb(15, 10, 10) url("/img/left.gif") repeat-y left;
	border: solid 1px rgb(88, 26, 26);
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
div#menu {
	width: 200px;
	float: left;
	padding-top: 79px;
	position: absolute;
}
div#content {
	width: 688px;
	padding: 10px 10px 20px 200px;
	background: url("img/yin-yang-gray.gif") no-repeat 300px 80px;
	min-height:540px;
	height:auto !important;
	height:540px;
	color: rgb(243, 232, 182);
	font-family: georgia;
	font-size: 1.05em;
}
div#content p {
	color: rgb(243, 232, 182);
	font-family: georgia;
	font-size: 1.01em;
	padding-top: 5px;
	padding-bottom: 5px;
}
div#content strong {
	font-weight: bold;
	font-size: 1.1em;
}
div#content  h1 {
	color: rgb(243, 232, 182);
	display: block;
	Font-family: georgia;
	Font-size: 2.5em;
	width: 660px;
	padding-top: 24px;
	padding-left: 20px;
	padding-bottom: 2px;
	margin-bottom: -40px;
	border-bottom: solid 1px rgb(248, 254, 0);
}
div#content  h2 {
	color: rgb(143, 142, 112);
	Font-family: georgia;
	Font-size: 1.3em;
	font-weight: bold;
}

div#content  h3 {
	color: rgb(193, 182, 162);
	Font-family: times;
	Font-size: 1.1em;
	font-weight: bold;
	margin-left: 9px;
	padding-left: 18px;
	display: block;
	width: 200px;
}
div#header {
	width: 900px;
	height: 100px;
	border: solid 1px rgb(88, 26, 26);
	margin: 15px auto 20px auto;
	background: rgb(15, 10, 10);
}
div#header-2 {
	position: absolute;
	background: url("img/banner.png") no-repeat right top;
	height: 155px;
	width: 900px;
}
img.headerkick {
	padding: 17px 0px 0px 5px;
}
div#footer {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
a:hover, a:link, a:visited {
	color: rgb(123, 38, 38);
	text-decoration: none;
	font-family: "Trebuchet MS", "Verdana", Geneva, sans-serif;
	font-size: 15px;
}
a:hover {
	text-decoration: underline;
}
#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
}
#menu li {
	display:block;
	width: 170px;
	margin: -1px 0px 0px 0px;
	padding:0 0px;
	font: 1.1em Helvetica, Sans-Serif;
	border-top:  solid 1px rgb(88, 26, 26);
	border-bottom:  solid 1px rgb(88, 26, 26);
}
#menu li.selected {
	display:block;
	width: 123px;
	margin: -1px 0px 0px 0px;
	padding: 4px 8px 4px 39px;
	text-decoration:none;
	color:rgb(243, 232, 182);
	font: 15px Helvetica, Sans-Serif;
	line-height:1.0em;
	background: url(img/list-item-hover.gif) no-repeat 17px center;
/*	border-top:  solid 1px rgb(88, 26, 26);
	border-bottom:  solid 1px rgb(88, 26, 26);*/
}

#menu li a {
	display:block;
	margin: -1px 0px 0px 0px;
	padding: 4px 8px 4px 39px;
	text-decoration:none;
	color:rgb(148, 57, 37);
	line-height:1.0em;
	background: url(img/list-item.gif) no-repeat 17px center;
/*	border-top:  solid 1px rgb(88, 26, 26);
	border-bottom:  solid 1px rgb(88, 26, 26);*/
}
#menu li a:hover {
	border-right: solid 1px rgb(248, 254, 0);
	background: url("img/list-item-hover.gif") no-repeat 17px center;
	color: rgb(248, 254, 0);
	text-decoration: underline;
}
img.logo {
	margin-left: 100px;
	margin-top: 30px;
}
div#content .notification {
	margin-top: 60px;
	border-right: dotted 1px rgb(143, 142, 112);
	padding-bottom: 1px
}
div#content .story {
	margin-top: 60px;
	padding-bottom: 1px
}
div.clear {
	clear: both;
}
.tabular_row {
	height: 37px;
	vertical-align: bottom;
}
.tabular1, .tabular2, .tabular3, .tabular4, .tabular5 {
	color: rgb(243, 232, 182);
	font-family: georgia;
	font-size: 1em;
	display: block;
	position: absolute;
}
#techniques {
	padding-top: 85px;
	padding-left: 45px;
}
#techniques .tabular1 {
	width: 600px;
}
#techniques .tabular2{
	margin-left: 200px;
}
#styles {
	padding-top: 85px;
	padding-left: 45px;
}
#instructions {
	padding-top: 65px;
	padding-left: 35px;
}
#schedule  {
	padding-top: 85px;
	padding-left: 45px;
}
#schedule .tabular1 {
	width: 45px;
}
#schedule .tabular2 {
	width: 120px;
	padding-left: 65px;
}
#schedule .tabular3 {
	width: 80px;
	padding-left: 205px;
}
#schedule .tabular4 {
	width: 200px;
	padding-left: 305px;
}
#fees {
	padding-top: 85px;
	padding-left: 45px;
}
#contacts{
	padding-top: 85px;
	padding-left: 45px;
}
#contacts .card {
	margin: 0px 10px 30px 0px;
}
#contacts .portret {
	position: absolute;
	padding-top: 3px;
}
#contacts .title,#contacts .name,#contacts .tel,#contacts .mail {
	padding-left: 60px;
}
div#content ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style:none;
}
div#content li{
	background: url("img/list-item-2.gif") no-repeat left center;
	padding: 9px 0px 9px 40px;
	color: rgb(243, 232, 182);
	font-family: georgia;
	font-size: 1em;
}

div#content  h3.sash-white {
	background: url("img/sash-white.gif") no-repeat 8px center;
	border-bottom: solid 0px white;
	padding-left: 68px;
	margin-top: 75px;
}
div#content  h3.sash-yellow {
	background: url("img/sash-yellow.gif") no-repeat 8px center;
	border-bottom: solid 0px yellow;
	padding-left: 68px;
	margin-top: 25px;
}
div#content  h3.sash-blue {
	background: url("img/sash-blue.gif") no-repeat 8px center;
	border-bottom: solid 0px blue;
	padding-left: 68px;
	margin-top: 25px;
}
div#content  h3.sash-green {
	background: url("img/sash-green.gif") no-repeat 8px center;
	border-bottom: solid 0px green;
	padding-left: 68px;
	margin-top: 25px;
}
div#content  h3.sash-red {
	background: url("img/sash-red.gif") no-repeat 8px center;
	border-bottom: solid 0px red;
	padding-left: 68px;
	margin-top: 25px;
}
div#content  h3.sash-brown {
	background: url("img/sash-brown.gif") no-repeat 8px center;
	border-bottom: solid 0px rgb(94, 88, 34);
	padding-left: 68px;
	margin-top: 25px;
}
div#content  h3.sash-black {
	background: url("img/sash-black.gif") no-repeat 8px center;
	border-bottom: solid 0px black;
	padding-left: 68px;
}
div.copyright {
	position: absolute;
	color: rgb(200, 200, 200);
	font-family: verdana;
	font-size: 0.7em;
	margin-top: 25px;
	margin-left: 420px;
	text-align: center;
}
.w3org{
	position: absolute;
	padding-top: 10px;
}
