* {
	font-family: Arial, Verdana;
	font-size: 13px;
}
.png { behavior: url(/iepngfix/iepngfix.htc) }
body {
	background-color: #000;
	background-image: url(/img/main_background.jpg);
	background-attachment:fixed;
	background-repeat:repeat-x;
	background-position:top center;
	margin: 0;
	padding: 0;
	/* -webkit-text-size-adjust: none; */
}
a {
	color: #e26901;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 16px;
	margin: 0;
	margin-bottom:10px;
}
h2 {
	font-size: 14px;
	margin: 0;
	padding-bottom: 10px;
}
p, ul {
	margin: 0;
	padding-bottom: .75em;
}
li {
margin:0;
padding: 0;
}
#mainContainer {
	font-family: Arial, Verdana;
	font-size: 12px;
	width: 990px;
	margin: 0 auto;
	margin-top: 10px;
	padding:0;
	padding-bottom: 25px;
	position: relative;
}
#mainContainer .top {
	background: url(/img/01_top.png) no-repeat;
	height: 23px;
	width: 990px;
}
.top4 {
	background: url(/img/04_top.png) no-repeat;
	height: 23px;
	width: 990px;
}
#mainContainer .content {
	background: url(/img/02_mid.png) repeat-y;
	padding:30px;
	padding-top:0;
	padding-bottom: 0;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 930px;
}
.content5 {
	background: url(/img/05_mid.png) repeat-y;
	color: #fff;
	height: 114px;
	padding-top:0;
	padding-bottom: 0;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
}
#mainContainer .bottom {
	background: url(/img/03_bottom.png) no-repeat;
	height: 22px;
	width: 990px;
	position: relative;
	margin-bottom: 20px;
	z-index: 10;
}
.bottom6 {
	background: url(/img/06_bottom.png) no-repeat;
	height: 22px;
	width: 990px;
	margin-bottom: 20px;
	z-index: 10;
}
#mainContent {
	width: 930px;
	overflow: auto;
	position: relative;
}
#mainContent #rightCol {
	position: absolute;
	right: 0;
	top:110px;
	width:290px;
}
#rightCol h2 {
	padding-bottom: 3px;
}
.slide {
	height:445px;
	margin: 0 auto;
	width:930px;
}
.logoMain {
	background: url(/img/logo_main.png) no-repeat;
	top: 320px;
	height: 191px;
	position: absolute;
	right: 65px;
	width: 214px;
	z-index: 90;
}
.logoMain .logoLink {
	display: block;
	width:214px;
	height:191px;
	cursor: pointer;
}
h2.welcome {
	border-bottom: 1px solid #e26901;
	margin: 0;
	margin-bottom: 5px;
}
h2.about {
	border-bottom: 1px solid #e26901;
	margin: 0;
	margin-bottom: 5px;
}
h2.testimonials {
	border-bottom: 1px solid #e26901;
	margin: 0;
	margin-bottom: 5px;
}
h2.newpatient {
	border-bottom: 1px solid #e26901;
	margin: 0;
	margin-bottom: 5px;
}
h2.contact {
	border-bottom: 1px solid #e26901;
	margin: 0;
	margin-bottom: 5px;
}
.mainMenu a:hover {
	text-decoration: underline;
}
.copyright {
	background: url(/img/bamboo_bottom.png) no-repeat;
	height: 179px;
	width: 558px;
	position: absolute;
	bottom: -25px;
	left: 235px;
}
.socialFooter {
	height: 100px;
	position: relative;
	width: 990px;
}
.followus {
	position: absolute;
	right: 14px;
	top:0;
}
.iphone {
	position: absolute;
	top:-15px;
	left: 35px;
	width:80px;
	height: 147px;
	z-index: 9999;
}
.iphoneText {
	position: absolute;
	bottom:-5px;
	left:125px;
	z-index: 10000;
}
.iphoneText h2 {
	font-weight: normal;
}
.copyText {
	position: absolute;
	bottom: -50px;
	font-size: 11px;
	color: silver;
	margin: 0 auto;
	text-align: center;
	width:990px;
}
.copyText a {
	color: silver;
	font-size: 11px;
}
.socialIcons {
	position: absolute;
	right: 30px;
	bottom: -10px;
}
.bottomPad {
	height: 50px;
}
.midPad {
	height: 20px;
}
.alignRight {
	text-align: right;
}
.largeText{
	font-size: 16px;
}
.italics {
	font-style: italic;
}
.even {
border-bottom: 1px solid #e26901;
padding: 5px;
}
.odd {
border-bottom: 1px solid #e26901;
padding: 5px;
}
h1.border {
 	border-bottom:1px solid #e26901;
 	margin: 0;
	margin-bottom: 5px;
}
h2.border {
 	border-bottom:1px solid #e26901;
 	margin: 0;
	margin-bottom: 5px;
}


/* jquery image zoom */

div.thumb {
	float: left;
	list-style: none;
	margin: 0; padding: 0;
	margin-right: 15px;
	width: 110px;
}
div.thumb span {
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 110px;
	height: 110px;
}
div.thumb span img {
	width: 100px; height: 100px; /* Set the small thumbnail size */
	-ms-interpolation-mode: bicubic; /* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
}
div.thumb span img.hover {
	background:url(thumb_bg.png) no-repeat center center;  /* Image used as background on hover effect */
	border: none;
	 /* Get rid of border on hover */
}

/* corners */

.roundedCorners{
padding: 10px;
border:1px solid silver;
/* Do rounding (native in Safari, Firefox and Chrome) */
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}

/* Contact Form */
.contactForm {
	padding-bottom: 30px;
	position: relative;
	width: 290px;
	z-index: 9999;
	_margin-bottom: 50px;
}
#email, #name, #comments {
		border: 1px solid gray;
    width: 250px;
}
#comments {
	height: 75px;
}

#text {
    width: 250px;
    height: 70px;
}

#waiting {
    color: #767676;
    text-align: center;
}

fieldset {
    margin-top: 10px;
    background: #fff;
    border: 1px solid #c8c8c8;
    background-color: #fff;
}

legend {
    background-color: #fff;
    border-top: 1px solid #c8c8c8;
    border-right: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    font-size: 1.2em;
    padding: 0px 7px;
}

label {
    display: inline-block;
    width: 50px;
}

.success {
    width: 265px;
    background: #a5e283;
    border: #337f09 1px solid;
    padding: 5px;
}

.error {
    width: 272px;
    margin-left: 3px;
    background: #ea7e7e;
    border: #a71010 1px solid;
    padding: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
}
.hidden {
	display: none;
}
