@charset "utf-8";
/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background: #d9ce42 url(../images/Home-bgGradient.png) repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
html * {
	margin: 0;
	padding: 0;
}
.mainContainer {
	width: 984px;
	margin: 0 auto;
}
.topSection {
	width: 984px;
	height: 106px;
}
.topSection .Logo {
	float: left;
	width: 167px;
	height: 106px;
	background: url(../images/Home-RadiantLogo.png) no-repeat;
}
.topSection .Slogan {
	float: right;
	width: 337px;
	height: 15px;
	background: url(../images/AtItsBest.png) no-repeat;
	padding-right: 20px;	
	margin-top: 30px;
}
.topSection .topNavig {
	float: right;
	clear: right;
	height: 22px;
	padding-right: 10px;
	margin-top: 30px;
}
.topSection .topNavig ul {
	list-style: none;
}
.topSection .topNavig ul li {
	float: left;
	padding: 0px 5px;	
}
.topSection .topNavig ul li a {
	float: left;
	padding: 0px 10px;
	font-size: 11px;
	color: #a83478;
	text-decoration: none;
	display: block;
}
.topSection .topNavig ul li a:hover {
	color: #801855;
}
.topSection .topNavig .Border {
	border-left: solid 1px #dda0c5;	
}
.Banner {
	width: 984px;
	height: 255px;
	border-bottom: solid 1px #220746;
	border-top: solid 1px #5d2a86;  
}
.MainNavig {
	width: 984px;
	height: 35px;
	background: #5d2a86;
	position:relative;
	z-index:1001;
}
.MainNavig ul {
	float: left;
	margin: 0 auto;
	list-style: none;
	padding-top: 5px;
	padding-left: 4px;
}
.MainNavig ul ul
{
	display:none;
	z-index:1002;
}
.MainNavig ul ul{
	position:absolute;
}
.MainNavig ul li:hover ul{
	display:block;
}
.MainNavig ul ul
{
	clear:both;
	position:absolute;
	background-color: #5d2a86;
	margin-top:25px;
	border: solid 1px #220746;
}
.MainNavig ul ul li
{
	float:none;
	clear:both;
	border:none;
}
.MainNavig ul li {
	float: left;
	height: 25px;
	padding: 0px 8px;
	border-right: solid 1px #4b145b;
}
.MainNavig ul li a {
	float: left;
	color: #fff;
	text-decoration: none;
	line-height: 25px;
	height: 25px;
	padding: 0px 16px;
	font-size: 12px;
	font-weight: bold;
	display: block;
}
.MainNavig ul li a:hover {
	color: #ddb3ff;
}

.MainNavig .noBorder {
	border-right: none;
}
.HomeContent {
	width: 924px;
	background: url(../images/Home-ContentBg.png) repeat;
	padding: 20px 30px;	
}
.HomeContent h1 {
	font-family: "Century Gothic";
	font-size: 25px;
	color: #5d2a86;
	font-weight: bold;
	margin-bottom: 15px;
}
.HomeContent p {
	font-size: 14px;
	line-height: 24px;
	padding-bottom: 20px;
}
.mainContainer h2 {
	background-color: #715786;
	width: 954px; 
	height: 32px;
	line-height: 32px;
	padding-left: 30px;
	font-family: "Century Gothic";
	font-weight: normal;
	color: #fff;
	font-size: 18px;
}
.mainContainer .companyMaterials {
	width: 984px;
	height: 191px;
	background-color: #ec5c20;
}
.mainContainer .companyMaterials ul {
	list-style: none;
}
.mainContainer .companyMaterials ul li {
	float: left;
}
.mainContainer .companyMaterials ul li a {
	float: left;
	height: 191px;
	display: block;
}
.mainContainer .companyMaterials ul li .HappyCozy {
	background: url(../images/hpCM1-HappyCozy.jpg) no-repeat; width: 328px;
	background-position:right;
}
.mainContainer .companyMaterials ul li .HappyCozy:hover {
	background: url(../images/hpCM1-HappyCozy-Hover.jpg) no-repeat;
	background-position:right;
}
.mainContainer .companyMaterials ul li .Workbook {
	background: url(../images/hpCM2-Workbook.jpg) no-repeat; width: 328px;
	background-position:right;
}
.mainContainer .companyMaterials ul li .Workbook:hover {
	background: url(../images/hpCM2-Workbook-Hover.jpg)  no-repeat;
	background-position:right;
}
.mainContainer .companyMaterials ul li .YogaDVD {
	background: url(../images/hpCM3-YogaDVD.jpg) no-repeat; width: 328px;
	background-position:right;
}
.mainContainer .companyMaterials ul li .YogaDVD:hover {
	background: url(../images/hpCM3-YogaDVD-Hover.jpg)  no-repeat;
	background-position:right;
}
.mainContainer .companyMaterials ul li .Teachers {
	background: url(../images/hpCM4-Teachers.jpg) no-repeat; width: 328px;
	background-position:right;
}
.mainContainer .companyMaterials ul li .Teachers:hover {
	background: url(../images/hpCM4-Teachers-Hover.jpg)  no-repeat;
	background-position:right;
}
.footer {
	height: 67px;
	background:	#715786;
}
.footer .footerIn {
	width: 944px;
	height: 67px;
	margin: 0 auto;
}
.footer .footerIn span {
	height: 67px;
	line-height: 67px;
	font-size: 11px;
}
.footer .footerIn .CopyRight {
	float: left;
	color: #e3c0ff;
}
.footer .footerIn .Addresa {
	float: right;
	color: #fff;
}