/*

	stylesheet for mysterynumber1.com
	Kundalini

*/

body {
	background: #1f1f1f url(../images/page-bg.gif) top repeat-x;
	font: normal 14px Georgia, Times New Roman, Times, serif;
	color: #bbb;
	margin: 0;
}

a, a:link {
	color: #f9f9f9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.coming-soon {
	background: url(../images/coming-soon.jpg) top right no-repeat;
}

#top-menu {
	padding: 14px 0;
	font-size: 1.2em;
	text-align: center;
}

#top-menu ul {
	margin-left: 0;
	padding-left: 0;
}

#top-menu ul li {
	display: inline;
	margin: 0 14px;
}

#top-menu .selected {
	color: #CC6600;
	text-decoration: underline;
}

#top-menu .selected:hover {
	color: #CC6600;
	text-decoration: none;
}

#top-menu a, top-menu a:link {
	color: #f1f1f1;
}

#top-menu a:hover {
	color: #CC6600;
}

#top-menu a:visited {

}

.main-img {
	background: url(../images/kundalini-image.jpg) no-repeat;
	margin: 0 auto;
	text-align: center;
	width: 479px;
}

h2 {
	font-weight: normal;
	margin: 30px 0 20px 0;
	text-align: center;
}

.front-text {
	background: #000;
	line-height: 1.5em;
	margin: 0 auto 30px auto;
	padding: 10px 20px;
	text-align: center;
	width: 550px;
}

.inside-text {
	background: url(../images/box.gif);
	border-top: 1px solid #646464;
	line-height: 1.5em;
	margin: 0 auto 30px auto;
	padding: 7px;
	text-align: left;
	width: 650px;
}

.inside-text .ch-head {
	clear: both;
	float: left;
	font-weight: bold;
	margin-bottom: 20px;
	text-decoration: underline;
	width: 100%;
}

.inside-text .center {
	text-align: center;
}

.inside-text .ch-para {
	margin: 14px;
	text-align: justify;
}

.inside-text .one {
	font-size: 16px;
}

.inside-text-div {
	background: #000;
	padding: 10px 20px;
}

.author {
	background: #3B3B3B;
	padding: 14px 20px;
}

.product {
	padding: 14px 20px;
	text-align: left;
}

.front-text a, .front-text a:link {
	color: #989898;
}

.front-text a:hover {
	color: #dfdfdf;
}

form table {

}

form table th {
	font-weight: normal;
	text-align: right;
	vertical-align: top;
}

form table td {
	padding: 7px;
	text-align: left;
	vertical-align: top;
}

form select {
	font-size: 8pt;
	font-weight: normal;
	background-color: #CFC89B;
	border-width: thin;
	padding: 1px;
	width: 190px;
}

form input, form textarea {
	font-size: 10pt;
	font-weight: normal;
	background-color: #CFC89B;
	border: 1px inset #4F4F4F;
	padding: 2px;
	width: 190px;
}

form .button1 {
	background-color: #dfdfdf;
	font: bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	width: auto;
}

#footer {
	background: url(../images/footer-bg.gif);
	color: #949494;
	height: 151px;
	line-height: 1.5em;
	width: 100%;
}

#footer .footer-text {/*
	width: 778px;
	margin: 0 auto;*/
	margin: 0 20px;
	padding: 50px 0;
}

#footer .copy {
	float: left;
}

#footer .copy div {
	display: block;
}

#footer .message {
	background: url(../images/heartmysite.png) top left no-repeat;
	float: right;
	line-height: 1.7em;
	padding-left: 36px;
	padding-bottom: 20px;
	width: auto;
}

#footer a, #footer a:link {
	color: #737373;
}

#footer a:hover, #footer a:active {
	color: #949494;
}

#footer a:visited {
	
}