@charset "utf-8";
/* CSS Document */
html, body{
	margin:0;
	padding:0;
	color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	
}
body{
	background:#000000 url(../images/bg.gif) repeat-x scroll top center;
}
div#head{
	background:url(../images/head.jpg) no-repeat center top;
	height:150px;
	width:1024px;
	margin:0 auto;
}
div#wrap{
	margin:0 auto;
	margin-top:002px;
	width:950px;
}
ul{
	list-style-type:none;
}
ul#menu{
	padding:1px;	
}
#menu li{
	margin-left:0px;
	float:left;
	width:150px;
	font-size:14px;
	text-transform:capitalize;
}
#menu.intro li, #menu.intro a {	
	height:640px;
}
.js #menu a{
	width:0;
}
#menu a{
	height:31px;
	width:150px;
	display:block;
	background:url(../images/chakras_04.gif) no-repeat bottom left;
	text-decoration:none;
}
a{
	color:#AAA;
	text-decoration:underline;
}
a:hover{
	color:#EEE;
}
#menu a:hover{
	font-style:italic;
}
#menu a span{
	padding-left:20px;
	border-left:2px solid;
	width:140px;
	display:block;
}
.red{
	color:#FF0000;
	border-color:#FF0000;
}
.orange{
	color:#ff6600;
	border-color:#ff6600;
}
.yellow{
	color:#ffd800;
	border-color:#ffd800;
}
.green{
	color:#00ff00;
	border-color:#00ff00;
}
.blue{
	color:#0000ff;
	border-color:#0000ff;
}
.purple{
	color:#e400ff;
	border-color:#e400ff;
}


/*-----Content------*/
#content{
	padding:20px;
	clear:both;
	height:627px;
	background:url(../images/wrapbg.gif) repeat-x;
}
#left, #right, #full{
	max-height:400px;
	overflow:auto;
	margin:0 auto;
}
#left{
	float:left;
	width:60%;
}
#right{
	float:right;
	width:40%;
}
#full{
	width:96%;
}
h1{
	font-size:18pt;
	color:#bbbaba;
	font-weight:bold;
}
h2{
	font-size:14pt;
	margin-bottom:0px;
}
p{
	text-align:justify;
	color:#949494;
	padding:5px 15px 15px 0px;
	/*padding: 15px 15px 0px 0;*/
	margin:0;
}
label{
	width:200px;
	float:left;
	clear:left;
}
input, textarea{
	margin-bottom:5px;
	float:left;
}
input[type="reset"]{
	clear:left;
	margin-left:200px;
	
}
form span{
	font-size:9px;
	margin-bottom:5px;
}
div > img{
	float:left;
	margin:10px 40px;
	padding:1px;
	border:3px #222 solid;
}
#links{
	padding-bottom:0;
	margin-bottom:0;
}
/*-----Sliders--------*/
#left-slider{
	float:left;
	height:400px;
}
