/* tmjRelief.us  */
/* authored by GilbertStudios */
/* all main styles - wrapper, h1, mainPage, content, mainNav, sideBar/signUp, footers */
/* page specific styles beneath main styles listed above */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	min-width: 760px;
	text-align: center;
	background: #EFE1C7 url(../z_images/bkgd-parchment04.jpg);
}
a {
	color: #0033CC;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #006000;
	text-decoration: underline;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
/* :KLUDGE: all "_" chars are to fix IE 6 wierdness */
#wrapper {
	position: relative;
	_overflow: hidden;
	margin: 0 auto 0;
	width: 778px;
	text-align: left;
	background: #FFF;
}
#mainPage {
	border: 5px solid #CCC;
}
#content {
	position: relative;
	width: 760px;
	border: 4px solid #000;
}
h1 {
	margin: 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 39px;
	font-weight: bold;
	letter-spacing: 1.5px;
	color: #FE0000;
	text-align: center;
}
h3 {
	margin: 20px 0 0 0;
	font-size: 21px;
	line-height: 33px;
	font-weight: bold;
	color: #0033CC;
	text-align: center;
}
#mainOne {
	margin: 20px;
}
.expertRach {
	float: left;
}
.expertMic {
	float: right;
}
#mainTwo {
	margin: 15px 0;
	font-size: 21px;
	font-weight: bold;
	color: #FE0000;
	text-align: center;
}
.multyBuyNow a {
	margin: 20px 0 20px 286px;
	display: block;
	height: 76px;
	background: url(../z_images/05-buyNow.jpg) no-repeat;
	text-indent: -999em;
}
.mainThree {
	margin: 20px 100px;
	font-size: 17px;
}
.mainThree img {
	margin: 0 20px 0 0;
	float: left;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */



form {margin:20px;}

form p {margin:10px 20px;}

form strong {
	font-size: 17px;
	line-height: normal;
	font-weight: normal;
	color: #0033CC;
}
p#privacy {
	font-size: 13px;
	line-height: normal;
	font-weight: normal;
}

#dlLink a {
	padding: 40px 0 80px 0;
	display: block;
}


#contactInfo {
	margin: 20px 90px;
	background: url(../z_images/caduceus01-sm147x189.jpg) no-repeat 5px 5px;
}
#contactInfo h3, #contactInfo p {
	margin: 7px 0 7px 180px;
	text-align: left;
}
#contactInfo h3 strong {
	letter-spacing: 5px;
}
#contactInfo h3 span {
	font-size: 17px;
	line-height: normal;
	font-weight: normal;
}
#footer {
	margin: 20px 0 20px 270px;
	font-size: 15px;
	text-align: left;
}
#footer p#design a {
	margin: 10px 0;
	display: block;
	font-size: 11px;
	font-weight: normal;
}
