/* peebro stylesheet */

/*-----------------------------------------------------------------------------
	common css
-----------------------------------------------------------------------------*/

body {
	font: 11px Georgia;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 0px;
	font: Georgia;
}

img {
	border-style: none;
}

br {
	line-height: 7px;
}

a, a:link, a:visited, a:hover, a:active {
	color: #61bd68;
	text-decoration: none;
	outline: none;
}

ul {
	list-style: none;
}

* {
	margin: 0;
	padding: 0;
}

/*-----------------------------------------------------------------------------
	top tier
-----------------------------------------------------------------------------*/

.outerWrap {
    margin: 0px auto 0px -480px;
	width: 960px;
	position: absolute;
	left: 50%;
}

.outerWrap .tier {
	background: url(../images/body-bg.png) repeat-y;
	margin: 0px auto 0px -480px;
	padding: 0px 40px 0px 40px;
	width: 880px;
	position: relative;
	left: 50%;
}

.outerWrap .tier .top {
	height: 30px;
}

.outerWrap .tier .one {
	height: 50px;
}

.outerWrap .tier .two {
	height: 20px;
}

.outerWrap .tier .three {
	background: url(../images/logo-line.png) no-repeat;
	height: 13px;
}

.outerWrap .tier .three .bottomLogo {
	width: 122px;
}

/*-----------------------------------------------------------------------------
	navigation
-----------------------------------------------------------------------------*/

/* These 2 lines specify style applied while slider is loading */
.csw {
	background: #ffffff;
	width: 100%;
	height: 100%;
	overflow: scroll;
}

.csw .loading {
	text-align: center;
	margin: 150px 0px 150px 0px;
}

/* this is the viewing window */
.stripViewer {
	background: url(../images/body-bg.png) repeat-y;
	margin: 0px auto 0px -480px;
	width: 960px; /* also specified in  .stripViewer .panelContainer .panel  below */
	height: 100%;
	position: relative;
	left: 50%;
	overflow: hidden; 
}

/* this is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
.stripViewer .panelContainer {
	list-style-type: none;
	width: 100%;
	position: relative;
}

/* each panel is arranged end-to-end */
.stripViewer .panelContainer .panel {
	width: 880px; /* also specified in  .stripViewer  above */
	height: 100%;
	float: left;
	position: relative;
}

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0px 15px 0px 30px;
}

/* Wrapper to give some padding in the panels, without messing with existing panel width */
.stripViewer .panelContainer .panel .wrapper {
	padding: 18px 0px 18px 0px;
}

.innerWrap {
	margin: 0px 0px 0px 40px;
	width: 880px;
	overflow: hidden;
}

/* This is the div to hold your nav (the UL generated at run time) */
.stripNav {
	position: absolute;
	top: 80px;
	left: 261px;
}

/* The auto-generated set of links */
.stripNav ul {
	list-style: none;
}

.stripNav ul li {
	margin-right: 2px; /* if you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
	float: left;
}

/* generic css image replacement */
.stripNav li a {
	text-indent: -9999px;
	height: 20px;
	display: block;
}

/* the nav images */
.stripNav li.tab1 a {
	background: url(../images/tab-home.png) no-repeat top center;
	width: 51px;
}

.stripNav li.tab2 a {
	background: url(../images/tab-acne-treatment.png) no-repeat top center;
	width: 139px;
}

.stripNav li.tab3 a {
	background: url(../images/tab-cosmetic-acupuncture.png) no-repeat top center;
	width: 191px;
}

.stripNav li.tab4 a {
	background: url(../images/tab-testimonials.png) no-repeat top center;
	width: 117px;
}

.stripNav li.tab5 a {
	background: url(../images/tab-gallery.png) no-repeat top center;
	width: 80px;
}

.stripNav li.tab6 a {
	background: url(../images/tab-contact.png) no-repeat top center;
	width: 72px;
}

/* Restore focus styling that we removed when we removed outlines */
.stripNav li a:hover, a:active, a:focus {
	background-position: top center;
}

/* It is neccessary to repeat the image paths here */
.stripNav li.tab1 a.current {
	background: url(../images/tab-home.png) no-repeat bottom center;
}

.stripNav li.tab2 a.current {
	background: url(../images/tab-acne-treatment.png) no-repeat bottom center;
}

.stripNav li.tab3 a.current {
	background: url(../images/tab-cosmetic-acupuncture.png) no-repeat bottom center;
}

.stripNav li.tab4 a.current {
	background: url(../images/tab-testimonials.png) no-repeat bottom center;
}

.stripNav li.tab5 a.current {
	background: url(../images/tab-gallery.png) no-repeat bottom center;
}

.stripNav li.tab6 a.current {
	background: url(../images/tab-contact.png) no-repeat bottom center;
}

/*-----------------------------------------------------------------------------
	submenu
-----------------------------------------------------------------------------*/

.submenu  {
	width: 100%;
}

/* content style */
.submenu p {
	text-decoration: none;
	font: 11px/18px Georgia;
	border: none;
	padding: 16px 0px 18px 0px;
}

/* submenu style */
.submenu a {
	text-decoration: none;
	outline: none;
	height: 22px;
	cursor: pointer;
	display: block;
}

.submenu a.head {
	color: #61bd68;
	text-decoration: none;
	outline: none;
}

.submenu a.noBlock {
	display: inline;
}

.submenu .home {
	background: url(../images/splash-background.jpg);
	margin: 28px 0px 18px 0px;
	width: 880px;
	height: 396px;
}

.submenu .home .intro {
	text-align: left;
	margin: 0px 0px 24px 0px;
	width: 880px;
	display: block;
	float: left;
}

.submenu .home .intro h2 {
	color: #5cc151;
	letter-spacing: 1px;
	font-size: 24px;
}

.submenu .home .intro h3 {
	color: #7d7c7c;
	letter-spacing: 1px;
	font-size: 24px;
}


.submenu .home .intro .line{
	text-align: left;
	margin: 0px 0px 4px 0px;
	width: 880px;
	height: 17px;
	display: block;
	float: left;
}

.submenu .home .quote {
	text-align: left;
	margin: 0px 0px 31px 58px;
	width: 822px;
	display: block;
	float: left;
}

.submenu .home .quote h4 {
	color: #8a8a8a;
	letter-spacing: 0px;
	word-spacing: -1px;
	font-size: 16px;
}

.submenu .home .quote h5, h6 {
	color: #5cc151;
	letter-spacing: 0px;
	font-size: 12px;
}

.submenu .home .quote .line {
	text-align: left;
	margin: 6px 0px 0px 0px;
	width: 822px;
	height: 13px;
	display: block;
	float: left;
}

.submenu .home .quote .doctor {
	text-align: left;
	margin: 23px 0px 0px 0px;
	width: 822px;
	height: 13px;
	display: block;
	float: left;
}

.submenu .home .quote .degree {
	text-align: left;
	margin: 3px 0px 0px 0px;
	width: 822px;
	height: 13px;
	display: block;
	float: left;
}

.submenu .home .list {
	text-align: left;
	width: 880px;
	display: block;
	float: left;
}

.submenu .home .list h4 {
	color: #8a8a8a;
	letter-spacing: 0px;
	font-size: 12px;
}

.submenu .home .list .one {
	text-align: left;
	margin: 0px 0px 5px 0px;
	width: 880px;
	height: 12px;
	display: block;
	float: left;
}

.submenu .home .list .two {
	text-align: left;
	text-indent: 15px;
	margin: 0px 0px 9px 0px;
	width: 880px;
	height: 12px;
	display: block;
	float: left;
}

.submenu .acneTreatmentText {
	text-align: left;
	padding: 18px 30px 0px 0px;
	width: 687px;
	height: 100%;
	float: left;
	display: block;
}

.submenu .acneTreatmentText h1 {
	color: #878990;
	font-size: 13px;
}

.submenu .acneTreatmentText p {
	font-size: 11px;
	padding: 10px 0px 0px 0px;
}

.submenu .acneTreatmentCart {
	padding: 15px 0px 0px 0px;
	width: 163px;
	height: 100%;
	display: block;
	float: left;
}

.submenu .acneTreatmentDesc {
	padding: 18px 20px 0px 20px;
	width: 180px;
	height: 120px;
	display: block;
	float: left;
}

.submenu .addToCart {
	text-align: center;
	margin: 8px 20px 0px 20px;
	width: 180px;
	height: 20px;
	display: block;
	float: left;
}

.submenu .cosmeticAcupunctureText {
	text-align: left;
	padding: 18px 30px 0px 0px;
	width: 880px;
	height: 305px;
}

.submenu .cosmeticAcupunctureText h1 {
	color: #878990;
	font-size: 13px;
}

.submenu .cosmeticAcupunctureText p {
	line-height: 17px;
	font-size: 10px;
	padding: 8px 0px 11px 0px;
}

.submenu .empty {
	display: none;
	float: left;
}

.submenu .testimonialsText {
	text-align: left;
	margin: 16px 0px 0px 0px;
	width: 880px;
	height: 100%;
	display: block;
	float: left;
}

.submenu .testimonialsText h1 {
	color: #878990;
	font-size: 13px;
}

.submenu .testimonialsText p {
	font-size: 11px;
	padding: 10px 0px 18px 0px;
}

.submenu .testimonialsDesc {
	margin: 0px 23px 18px 23px;
	width: 130px;
	height: 44px;
	display: block;
	float: left;
}

.submenu .testimonialsDesc .number {
	width: 22px;
	height: 22px;
	display: block;
	float: left;
}

.submenu .testimonialsDesc .pic {
	width: 108px;
	height: 22px;
	display: block;
	float: left;
}

.submenu .testimonialsDesc .test {
	width: 130px;
	height: 22px;
	display: block;
	float: left;
}

.submenu .gallery {
	margin: 16px 0px 0px 0px;
	padding: 0px 5px 0px 5px;
	width: 100px;
	height: 137px;
	display: block;
	float: left;
}

.submenu .contact {
	margin: 16px 0px 18px 0px;
	width: 880px;
	height: 350px;
}

.submenu .contact h1 {
	color: #878990;
	font-size: 13px;
}

.submenu .contact p {
	text-align: left;
	padding: 18px 0px 18px 0px;
}

/*-----------------------------------------------------------------------------
	footer
-----------------------------------------------------------------------------*/

.bottomFooterWrap {
	margin: 0px auto 0px -480px;
	width: 960px;
	position: relative;
	left: 50%;
}

.endLogo {
	text-align: right;
	margin: 0px auto 0px -480px;
	padding: 0px 30px 0px 0px;
	width: 930px;
	position: relative;
	left: 50%;
}
