/* default main */

* { margin:0; border:0; padding:0; }

body{
	margin:0;
	padding:0;
	color:#fff;
	font-weight:normal;
	text-align:center; /* IE 5.0+ bug */
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size:0.8125em;
	background:#fff url(images/bg.gif) top left;
}
/* top bar */
.top{
	position: relative;
	font-size: 1em;
	overflow: hidden;
	text-align: center;
	width:720px;
	height:48px;
	margin: 0 auto;
}
	.top a{
		position: absolute;
		display: block;
		left: 0;
		top: 0;
		width:720px;
		height:48px;
		background: url(images/bgtop.png) no-repeat top;
		text-indent: -999em;
	}
	
	.top a:link,
	.top a:visited,
	.top a:hover,
	.top a:active,
	.top a:focus{
		background: url(images/bgtop.png) no-repeat top;
	}


/* main flash window */
.flashwindow{
	padding:0;
	margin:0 auto;
	width:720px;
	background:#fff url(images/bgmiddle.png) repeat-y top;
}

/* flash data */
.flash{
	width:630px;
	margin:0 auto;
}

/* main alternate flash window */
.alternate_flash{
	padding:0;
	margin:0 auto;
	width:720px;
	background:#fff url(images/bgmiddle.png) repeat-y top;
}
.alternate_flash_head{
	padding:0;
	margin:0 auto;
	width:630px;
	background:#fff url(images/head1.jpg) no-repeat top;
	height:230px;
}
.menu{
	width:630px;
	padding:0;
	margin:0 auto;
	list-style:none;
}
.menu li{
	float:left;
}

.menu li img{
	display:block;
}

/* title after flash window */
.title{
	padding:0;
	margin:0 auto;
	width:720px;
	background:#b23c2e url(images/bgmiddle.png) repeat-y top;
	color:#fff;
}
.title img{
	margin:0 auto;
	display:block;
}
/* main text window, after title */
.mainwindow{
	padding:0;
	margin:0 auto;
	width:720px;
	background:#b23c2e url(images/bgmiddle.png) repeat-y top;
}
.maintext{
	padding:0;
	margin:0 auto;
	width:630px;
	background:#b23c2e url(images/tlo.jpg) repeat-y top;
}
.maininner{
	padding:1em 2em;
	margin:0;
	color:#fff;
	text-align:justify;
	line-height:130%;
	font-size:90%;
}
.maininner p{
	padding:0;
	margin:0 0 1em 0;
}
.maininner h3{
	font-size:130%;
	margin:0 0 1em 0;
	text-align:center;
}
.maininner h3 q{
	color:#fff;
}
.maininner p.welcome{
	margin:2em 0 1em 0;
	font-size:130%;
	text-align:center;
}
/* contact info */
.contact p{
	margin:0;
}
.address{
	display:block;
	float:left;
	width:30%;
}
.address h3,
.work h3{
	text-align:left;
	margin:0 0 .25em 0;
}
.work{
	float:right;
	width:40%;
}
.tel a:link,
.tel a:visited{
	color:#fff;
}
.tel a:hover,
.tel a:active{
	color:#fff;
	background:#000;
}
/* contact form */
.email_form textarea{
	font-family: 'Trebuchet MS', Verdana, sans-serif;
	font-size:100%;
	padding:.25em;
}
.email_form input{
	font-size:100%;
	padding:.25em;
}
.email_form h4{
	text-align:left;
	margin:1.5em 0 .5em 0;
	font-size:120%;
}
.email_form dl dt{
	width:8em;
	float:left;
	clear:left;
	margin:0 0 .5em 0;
}
.email_form dl dt:hover{
	background:#7b0d0d;
}
.email_form dl dt label{
	display:block;
	padding:.25em;
}
.email_form dl dd{
	width:12em;
	float:left;
	margin:0 0 .5em 0;
}
.email_form p{
	clear:both;
}
.email_form p input{
	font-family: Arial, Verdana, sans-serif;
	font-size:140%;
	font-weight:bold;
	margin-left:5.75em;
}
* html .email_form p input{
	margin-left:8em;
}

/* map */
.map img{
	text-align:center;
	display:block;
	margin:0 auto;
}
/* biorythm */
.biorythm{
	margin:0 auto;
}
.biorythm input{
	font-size:100%;
	padding:.25em;
}
.bioresults img{
	display:block;
	margin:0 auto;
}
.bioresults a{
	margin:1em auto;
	padding:.5em;
	text-align:center;
	font-size:130%;
	font-weight:bold;
	display:block;
	width:40%;
}
.biorythm h3{
	text-align:left;
}
/* footer */
.footer{
	padding:0;
	margin:0 auto;
	width:720px;
	text-align:center;
	background:#fff url(images/footer.png) no-repeat top;
	height:72px;
	color:#999;
	font-size:85%;
}
.footer address{
	padding:20px 100px 0 100px;
	font-style:normal;
}
.footer abbr:after {
	font-weight: normal;
	content: "\00A0\221A";
}
.footer a:link,
.footer a:visited{
	color:#999;
}
.footer a:hover,
.footer a:active{
	background-color:transparent;
	color:#333;
	text-decoration:underline;
}

/* warning */
.warning{
	margin:.5em 0;
	padding:0 .5em;
	background:#000;
	color:#fff;
	font-size:120%;
	height:2em;
}

/* quotes */
q, blockquote{
	font-style: italic;
}
html>body q {
	quotes: '\201C' '\201D' '\2018' '\2019';
}
q:before {
	content: open-quote;
}
q:after {
	content: close-quote;
}

/* Hide from IE5-mac \*/
* html q {color:#333;}
/* End hiding from IE5-Mac */

/* links */
a:link{
	color:#f5f5f5;
	text-decoration:none;
}
a:visited{
	text-decoration:none;
	color:#f0f0f0;
}
a:hover,
a:active{
	text-decoration:none;
	color:#fff;
	background:#000;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* buttons */
.button{
	color:#000;
	background:#f5f5f5;
}
.button:link,
.button:visited{
	color:#000;
	background:#f5f5f5;
}
.button:hover,
.button:active{
	color:#fff;
	background:#000;
}

/* other */
img{
	border: 0;
}
.center{
	text-align:center;
}
