@import "suckerfish-menu.css";
/* CSS Document for Wendy Lind - Rain Drops Acupuncture
Company: Living Blueprint
Employee: Paul Sheldrake
 */

/* ------------------------------------------------------  TAGs ----------------------------------------- */

body {
	background-color: #FFF;
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 13px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
	color: #737b7c;
}




/* ------------------------------------------------------  IDs ----------------------------------------- */


#wrapper {
	margin-left: auto;
    margin-right: auto;
    width: 908px;
    padding: 0px;
    margin-top: 0px;
}

#header {
	width: 908px;
    height: 225px;
    background: url(../img/header-bg-01.jpg) no-repeat;
    float: left;
}
#logo-float-fix {
	float: left;
}
#logo {
	margin-left: 28px;
    margin-top: 15px;
    float: none;
}
#logo-text {
	text-indent: -10000px;
    float: none;
}
#menu-hompage {
	width: 908px;
    background: url(../img/content-bg.png);
    float: left;
}
#menu-pg2 {
	width:  908px;
    height: 60px;
    background: url(../img/content-bg.png);
    float: left;
}
#menu-float-fix {
	float:left;
}
#menu {
	height: 35px;
    width: 857px;
    float: none;
	margin-left: 25px;
    padding-top: 16px;
    padding-left: 20px;
    background: url(../img/menu-rounded.gif) no-repeat;
    background-position: 0px 17px;
    
}
#boxes {
	height: 165px;
    margin-left: 13px;
}
#boxes img {
	border: none;
}
#page-title {
	margin-left: 245px;
    
}
#page-title h1 {
	font-size: 35px;
    font-family: "Trebuchet MS", "Helvetica", sans-serif;
    color: #087AA5;
    font-weight: normal;
    float: left;
    width: 600px;
    margin-top: 10px;
}
#content {
	width: 908px;
	float: left;
    background: url(../img/content-bg.png) repeat-y;
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 13px;  
}
#left-side-float-fix {
    float: left;
}
#left-treatment-list {
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
}
#content-left a {
	color: #00889C;
}
#content-left a:hover {
	color: #00889C;
	text-decoration: none;
}
#left-treatment-list li ul {
	margin-left: 16px;
	padding: 0px;
	list-style-type: none;
}
#left-treatment-list li ul li {
	margin-bottom: 5px;
}
#left-treatment-list h4 {
	background: url(../img/right-van-acu-title.png) no-repeat;
	width: 199px;
	height: 50px;
	text-indent: -100000px;
	margin-bottom: 5px;
}
#left-contact p {
	margin-left: 16px;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 11px;
}
#left-contact h4 {
	background:url(../img/right-contact-title.png) no-repeat;
	width: 165px;
	height: 29px;
	text-indent: -100000px;
	margin-bottom: 4px;
	
}
#content-left {
	width: 195px;
    float: none;
    height: 400px;
    margin-left: 28px;
    /*background-color: #0099CC;*/
}
#breadcrumbs {
	margin-top: 12px;
}
#breadcrumbs ul {   /* first level list  */
	margin-left: 0px;
    padding-left: 0px;
    margin-top: 0px;
    padding-top: 0px;
    list-style-type: none;
    color: #25737D;
}
#breadcrumbs ul li {   /* main location */
	margin-left: 0px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    list-style-type: none;
}
#breadcrumbs ul li ul li {   /* page title */
	margin-left: 20px;
    padding-left: 0px;
    list-style-type: circle;    
    font-size: 12px;
}
#breadcrumbs a { 
	color: #25737D;
    text-decoration: none;
}
#breadcrumbs a:hover { 
	color: #25737D;
    text-decoration: underline;
}
#content-right {
	width: 590px;
    float: left;
    margin-left: 25px;
    /*border-left: solid 1px #333333;
    border-right: solid 1px #333333;*/
}
/* -------  main content text formatting ---------------------- */

#content-right h1 {
	margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #50AEBB;
    font-size: 30px;
	font-weight: bold;
    text-transform: capitalize;
}
#content-right h2, h3 {
	margin-left: 0px;
    margin-right: 0px;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #50AEBB;
    font-size: 18px;
	font-weight: bold;
    text-transform: capitalize;
}
#content-right p {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #737b7c;
    font-size: 13px;
	line-height: 1.5;
	text-align: justify;
}
#content-right p em {
	font-style: italic;
}
#content-right p.larger-text {
	font-weight: bold;
	font-size: 14px;
}
#content-right ul {
	list-style-image: url(../img/small-drop.png);
}
#content-right ul.plain-list  {
	margin-left: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	margin-top: 5px;
}
#content-right ul.plain-list li {
	margin-bottom: 5px;
	font-size: 11px;
}
#content-right a {
	color: #737B7C;
    text-decoration: underline;
}
#content-right a:hover {
    text-decoration: none;
}
/*#content-right img {
    padding: 5px;
    background-color: #CCCCCC;
    border: solid 1px #666666;
    margin: 5px;
}*/
#content-right img.simple-img {
	background-color:#6BBAC4;
    padding:0px; 
    border: none;
}
#content-right p.phone, #content-right h1.phone, #content-right h2.phone, #content-right h3.phone {
	color: #990000;
}
#content-right #call_to_action {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#content-right #call_to_action p {
	font-size: 26px;
	font-weight: bold;
	color: #50aebb;
	margin-left: 20px;
	float: left;
	line-height: 1.3em;
	margin-top: 25px;
}
/* ------- END main content text formatting ---------------------- */
#back2top {
	float: right;
    font-size: 12px;
    margin-right: 15px;
	margin-top: 15px;
}
#back2top img {
	margin-right: 6px;
    margin-bottom: 0px;
    border: none;
    background-color: #6BBAC4;
    padding: 0px;
}
#footer {
	float: left;    
}
#footer-content {
	width: 908px;
    background: url(../img/content-bg.png) repeat-y;
    padding-top: 10px;
}
#footer-round {
	width: 857px;
    margin-left: 28px;
    /*border-top: solid 1px #333333;*/
    background: url(../img/footer-rounded-top.png) top no-repeat;
}
#footer-text {
	color: #646464;
    font-size: 10px;
    padding-top: 10px;
    margin-left: 220px;
    font-family: "Arial", "Helvetica", sans-serif;
}
#footer-text a {
	color: #646464;
    text-decoration: none;
}
#footer-text a:hover {
    text-decoration: none;
}
#footer-bottom {
	width: 908px;
    height: 18px;
    background: url(../img/footer-bg.png) no-repeat;
}
#map_canvas img  {
	border: none;
    padding: 0px;
    background-color: transparent;
}
#directions img  {
	border: none;
    padding: 0px;
    background-color: transparent;
}
/* ------------------------------------------------------  CLASSes ----------------------------------------- */

.clear {
	clear: both;
}
.box-hp {
	/*float: left;*/
    margin: 10px;
}
.box-hp img {
 	border: none;
}
.email-input {
	margin-left: 15px;
    margin-top: 4px;
    margin-bottom: 4px;
}
.email-input input {
	width: 130px;
    height: 13px;
    border: solid 1px #6C6C6C; 
    color: #6C6C6C;
    font-size: 9px;
    padding-left: 4px;
}
.email-submit {
	margin-left: 15px;
    margin-top: 4px;
    margin-bottom: 4px;
}
.email-submit input {
    border: solid 1px #6C6C6C; 
    color: #6C6C6C;
    font-size: 9px;
    padding-left: 3px;
    background-color: #FFF;
}
.menu-pad {
	padding-left: 5px;
}
.error {
	font-size: 10px;
    color: #25737D;
}
.simple-img img {
	background-color:#6BBAC4;
    padding:0px; 
    border: none;
}
.float-left {
	float: left;
}
#content-right .list-header  {
	font-size: 14px;
	font-weight: bold;
	color: #50AEBB;
	margin-bottom: 5px;
}
/* ------------------------------------------------------  Custom  ----------------------------------------- */

#header.home {
	height: 365px;
	background: url(../img/content-bg.png) repeat-y top left;
}
#home-slide {
	margin-left: 7px;
}
#logo-float-fix.home {
	position: absolute;
	display: none;
}
#logo-float-fix.home #logo {
	margin-top: -200px;
	margin-left: 30px;
}

#home-video {padding: 0 20px; margin: 0 auto;}
#home-video object {margin: 0 20px;}
#home-video-left, #home-video-right, #home-video object {display: inline-block;}
#home-video-left, #home-video-right {vertical-align: top;}
#home-video-left {line-height: 25px !important;}
#home-video-left a {font-size: 110%; font-weight: bold; color: #50AEBB; text-decoration: none;}
#home-video-left a:hover {text-decoration: underline;}
#home-video-right {list-style-image: none !important; color: #50AEBB; font-size: 110%; line-height: 25px; padding-left: 15px; margin-top: 35px}
#home-video-right strong {color: #6c6c6c;}
.normal-list {list-style-image: none !important; color: #50AEBB; font-size: 110%; line-height: 25px; padding-left: 15px;}
.normal-list strong {color: #6c6c6c;}
#traditional-laser {padding: 5px 10px 0 10px; margin-top: 15px; background: url(../img/light-background-top.gif) no-repeat;}
#benefits {padding: 5px 10px 0 10px; margin-top: 15px; background: url(../img/light-background-top.gif) no-repeat;}
.video-callout img {border-top: 1px solid #50AEBB; border-right: 1px solid #50AEBB; border-bottom: 1px solid #50AEBB;}
/*.video-callout embed {border-left: 1px solid #50AEBB; border-top: 1px solid #50AEBB; border-bottom: 1px solid #50AEBB;*/}