html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input,hr {margin:0; padding:0;}
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th {font-size:1em;}
ul,ol { padding: 2px 0 2px 40px;}
fieldset,img,hr {border:none;}
caption,th {text-align:left;}
/*table {border-collapse:collapse; border-spacing:0;}*/
td {vertical-align:top;}

#bodyDiv ul, #bodyDiv ol{ overflow: hidden; }

blockquote{ margin: 1.12em 40px; display:block;}

img{ border:none; }

body{ background:#FFF;	margin:0 auto; text-align:center; }


.addthis_default_style{
	margin:10px 0 15px 0;
	width:97%;
	padding:4px 6px 0 6px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	behavior: url(http://bodyworkbybobbi.com/inc_new/PIE.htc);
	
	background:#F0F0F0;
}

#wrapper{
	margin: 0 auto;
	border-top:0 solid #666;
	border-right:0 solid #666;
	border-bottom:0 solid #666;
	border-left:0 solid #666;
	width:1000px;
	background:#FFF;}
	
.titleHR{
	margin:0 0 10px 0;
	color:#ccc;
	background-color:#ccc;
	text-align:left;
	height:1px;
	width:100%;
	border:0;}
	
#bodyDiv{
	text-align:left;
	float:;
	width:;
	margin:25px auto;
	padding:0;}

#contactMsgDiv{
	width:500px;
	padding:5px;
	background:#FFFFCC;
	border:1px solid #666;
	margin:5px auto;
	}
.contactFormStyle input, .contactFormStyle textarea, .contactFormStyle select{
	border:1px solid #666;
	font: normal normal 12px verdana, arial, sans-serif;
	padding-left:1px; }
	
input.contactSubmitBTN{
	border:3px double #666;
	padding:2px 8px;
	font-weight:bold;}
	
.off{ background:#FFF; }
.over{ background:#CCC; cursor:pointer; }


.testimonialFormStyle td{ font-size:12px; color:#333; padding:2px 0;}
.testimonialFormStyle th{ font-size:14px; background:#000; color:#FFF; font-weight:bold; padding:2px 0; }
.testimonialFormStyle input, .testimonialFormStyle textarea, .testimonialFormStyle select{
	border:1px solid #666;
	font: normal normal 11px verdana, arial, sans-serif;
	padding-left:1px; }
input.testimonialSubmitBTN{
	border:3px double #666;
	padding:1px 6px;
	font-weight:bold;}
.t_off{ background:#FFF; }
.t_over{ background:#999; color:#000; cursor:pointer; }


#headerDiv{
	border-top:0 solid #999;
	border-right:0 solid #999;
	border-bottom:0 solid #999;
	border-left:0 solid #999; }
	
#headerIMG{	display:block;	}



/*****************************************************************************************/
/****                                     TOP NAV                                     ****/
/*****************************************************************************************/

/* Main menu settings */
#topNavDiv {
	clear:both;
	float:left;
	margin:10px 0 25px 0;
	background:#222 ;
	padding:0;
	width:100%;
	font: normal bold 13px Trebuchet MS, Arial, Helvetica, sans-serif;
	z-index:1000; /* This makes the dropdown menus appear above the page content below */
	position:relative;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	behavior: url(http://bodyworkbybobbi.com/inc_new/PIE.htc);
}

/* Top menu items */
#topNavDiv ul {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	position:relative;
	right:50%;
}
#topNavDiv ul li {
	margin:1px 0 0 0;
	padding:0;
	float:left;
	position:relative;
	left:50%;
}
#topNavDiv ul li a {
	display:block;
	margin:0;
	padding:6px 16px 8px 16px;
	background:;
	color: #FFF;
	text-decoration: none;
	font-weight:bold;
}
#topNavDiv ul li.active a {
	color: #999966;
	text-decoration: none;
	background: none;
}
#topNavDiv ul li a:hover {
	color: #999966; 
	text-decoration: none;
	background: none;
}
#topNavDiv ul li:hover a,
#topNavDiv ul li.hover a { /* This line is required for IE 6 and below */
	color: #999966; 
	text-decoration: none;
	background: none;
}

/* Submenu items */
#topNavDiv ul ul {
	display:none; /* Sub menus are hidden by default */
	position:absolute;
	padding:4px 0 8px 0;
	margin:0;
	background:#999966;
	left:0;
	float:left;
	right:auto; /*resets the right:50% on the parent ul */
	/*width:10em;  width of the drop-down menus */
}
#topNavDiv ul ul li {
	left:auto;  /*resets the left:50% on the parent li */
	margin:0; /* Reset the 1px margin from the top menu */
	clear:left;
	float:left;
	width:100%;
	overflow:hidden;
}
#topNavDiv ul ul li a,
#topNavDiv ul li:hover ul li a,
#topNavDiv ul li.hover ul li a { /* This line is required for IE 6 and below */
	padding:4px 20px;
	font: normal bold 13px Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align:left;
	
	color: #FFF;
	background: none;
	text-decoration: none;
	white-space:nowrap;
	line-height:1.4em; /* overwrite line-height value from top menu */
	float:left;
	width:100%;
}

#topNavDiv ul ul li.active a {
	color: #222 !important;
	background: none !important;
}

#topNavDiv ul ul li a:hover,
#topNavDiv ul li.active ul li a:hover,
#topNavDiv ul li:hover ul li a:hover,
#topNavDiv ul li.hover ul li a:hover { /* This line is required for IE 6 and below */
	color: #222; 
	background: none;
	text-decoration: none;
	white-space:nowrap;
	float:left;
}





/* Flip the last submenu so it stays within the page */
#topNavDiv ul ul.last {
	left:auto; /* reset left:0; value */
	right:0; /* Set right value instead */
}
#topNavDiv ul ul.last li {
	float:right;
	position:relative;
	right:.8em;
}

/* Make the sub menus appear on hover */
#topNavDiv ul li:hover ul,
#topNavDiv ul li.hover ul { /* This line is required for IE 6 and below */
	display:block; /* Show the sub menus */
}


	
	
/* _______________________________________________________________________________________________________ */
/* ________________________________________________________________________ Top Nav: SUB NO-DROPDOWN _____ */
/* _______________________________________________________________________________________________________ */
#topSubNavUL_NO_DD{
float:right;
margin:4px 0 10px 0;
background:#666 ;
border-top:1px solid #CCC;
border-right:2px solid #CCC;
border-bottom:0px solid #666;
border-left:0px solid #666; }

#topSubNavUL_NO_DD li{
	display:block;
	position:relative;
	text-align:center;
	padding:4px 30px 4px 30px;
	margin: 0 0; }

#topSubNavUL_NO_DD a { font: normal bold 12px Trebuchet MS, Arial, Helvetica, sans-serif; }

#topSubNavUL_NO_DD a.topNavLinks:link, #topSubNavUL_NO_DD a.topNavLinks:visited{
	color: #FF6600;
	background: #FFF;
	text-decoration: none; }

#topSubNavUL_NO_DD a.topNavLinks:focus, #topSubNavUL_NO_DD a.topNavLinks:hover{
	color: #FF6600; 
	background: #f0f0f0;
	text-decoration: none; }
	
/* ________________________________________________________________ Top Nav: SUB NO-DD CURRENT Links _____ */
#topSubNavUL_NO_DD a.topNavCurrent:link, #topSubNavUL_NO_DD a.topNavCurrent:visited{
	color: #FF6600;
	background: #f0f0f0;
	text-decoration: none; }
	
#topSubNavUL_NO_DD a.topNavCurrent:focus, #topSubNavUL_NO_DD a.topNavCurrent:hover{
	color: #FF6600; 
	background: #f0f0f0;
	text-decoration: none; }
	

/* ############################################################################################################ */
/* ######## LEFT NAV ########### LEFT NAV ########### LEFT NAV ########### LEFT NAV ########### LEFT NAV ###### */
/* ############################################################################################################ */
#side_bar{
	float:left;
	width:275px; }
	
#leftNavDiv{
	margin:15px auto;
	width:251px;
	background:url(../images/leftNav_bg_y.jpg) repeat-y top center;
	
	-webkit-border-radius: 17px;
	-moz-border-radius: 17px;
	border-radius: 17px;
	position:relative;
	behavior: url(http://bodyworkbybobbi.com/inc_new/PIE.htc);
	}

#mainContent{
	float:left;
	width:700px;
	margin:0 0 0 15px;
	}

table.leftNav{
	width:100%;
	text-align:left;
	margin-top:10px;
	border-top:0 solid #666;
	border-right:0 solid #666;
	border-bottom:0 solid #666;
	border-left:0 solid #666;
	 }

table.leftNav td a{
	display: block;
	font: normal bold 14px Trebuchet MS, Arial, Helvetica, sans-serif;
	padding:10px 0 10px 50px;
	margin:5px 0 0 0; }

table.leftNav td.contentModule{
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.2;
	padding:10px 15px 20px 15px;
	margin:5px 0 0 0; }

table.leftNav td.contentModule a{
	display: inline;
	padding:0;
	margin:0;
	}

table.leftNav td a.leftNavLink:link, table.leftNav td a.leftNavLink:visited {
	color: #FFF;
	text-decoration: none;
	background: url(../images/leftNav_leaf.png) no-repeat 15px center; }
	
table.leftNav td a.leftNavLink:focus, table.leftNav td a.leftNavLink:hover {
	color: #FFF; 
	text-decoration: none;
	background: #207000 url(../images/leftNav_leaf.png) no-repeat 15px center;
	moz-box-shadow: 0 0 5px 0 #FFF;
	-webkit-box-shadow: 0 0 5px 0 #FFF;
	box-shadow: 0 0 5px 0 #FFF;
	position:relative;
	behavior: url(http://bodyworkbybobbi.com/inc_new/PIE.htc); }
	
/* _________________________________________________________________________ Left Nav: CURRENT Links _____ */
table.leftNav td a.leftNavCurrent:link, table.leftNav td a.leftNavCurrent:visited {
	color: #FFF;
	text-decoration: none;
	background: #207000 url(../images/leftNav_leaf.png) no-repeat 15px center; }
	
table.leftNav td a.leftNavCurrent:focus, table.leftNav td a.leftNavCurrent:hover {
	color: #FFF; 
	text-decoration: none;
	background: #207000 url(../images/leftNav_leaf.png) no-repeat 15px center; }

/* _______________________________________________________________________________________________________ */
/* _______________________________________________________________________ Left Nav: SUB NO-DROPDOWN _____ */
/* _______________________________________________________________________________________________________ */
tr.leftNavSub td a{
	display: block;
	text-decoration: none;
	font: normal normal 12px Trebuchet MS, Arial, Helvetica, sans-serif;
	padding: 0 0 0 15px; }
	
tr.leftNavSub td a:link, tr.leftNavSub td a:visited {   color: #FFF;	}
tr.leftNavSub td a:focus, tr.leftNavSub td a:hover {
	color: #000; 
	text-decoration: none;
	background: #E6E6E6; }


/* ############################################################################################################ */
/* ######### FOOTER ############ FOOTER ############ FOOTER ############ FOOTER ############ FOOTER ########### */
/* ############################################################################################################ */
#footerDiv{
	clear:both;
	width:100%;
	text-align:center;
	background:none;
	padding:10px 0 10px 0;
	font:normal normal 12px/1.5 Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #999;	}


/* ############################################################################################################ */
/* ########### FONTS ############ FONTS ############# FONTS ############ FONTS ############ FONTS ############# */
/* ############################################################################################################ */
h1{
	font:normal bold 22px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #222;
	text-align:left;
	margin:0 0 10px 0; }
	
.tagline{
	font:italic bold 14px Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000;
	text-align:left;
	margin: 0 0 5px 0; }

.bodyText {
	font:normal normal 14px/1.4 Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000;
	word-spacing:; }
	
.bodyTextRight {
	font:normal normal 14px/1.4 Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000;
	word-spacing:;
	text-align:right; }
	
.bodyTextBold {
	font:normal normal 14px/1.4 Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000;
	word-spacing:;
	font-weight:bold; }
	
.bodyTextBoldRight {
	font:normal normal 14px/1.4 Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000;
	word-spacing:;
	font-weight:bold;
	text-align:right; }

a:link { color: #336600; text-decoration: underline;}
a:visited { color: #336600; text-decoration: underline;}
a:focus { color: #999966; text-decoration: none;}
a:hover { color: #999966; text-decoration: none;}

a.footerLink:link { color: #CCC; text-decoration: underline;}
a.footerLink:visited { color: #CCC; text-decoration: underline;}
a.footerLink:focus { color: #333; text-decoration: none;}
a.footerLink:hover { color: #333; text-decoration: none;}


#slides p {margin:0;}
#slides {
	width:675px;
	margin:10px 0 0 0;
	float:right;
	position:relative;
	z-index:100; }
	
.slides_container {
	margin:0 auto;
	overflow:hidden;
	position:relative;
	font:italic normal 20px/1.4 Times New Roman, Times, serif;
	color:#999;
}
.whiteBG{ background:#FFF !important; }

/*.slides_container, .whiteBG, .slides_container img{
	position:relative;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	behavior: url(http://bodyworkbybobbi.com/inc_new/PIE.htc); }*/

.slides_container div.slide {
	width:650px;
	margin:0 auto;
	height:160px;	/*If height not specified height will be set by the slide content*/
	display:block;	/*KEEP*/
}

#slides .next,#slides .prev {
	position:absolute;
	top:90px;
	left:-24px;
	width:24px;
	height:43px;
	display:block;
	z-index:101; }

#slides .next { left:635px; }

.pagination {
	margin:5px auto 15px auto;
	width:100px; }

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none; }

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../inc_new/slideshow/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden; }

.pagination li.current a { background-position:0 -12px; }

.caption {
	z-index:500;
	position:absolute;
	bottom:0px;
	left:0;
	height:35%;
	padding:5px 5px 0 10px;
	background:#000;
	background:url(../inc_new/slideshow/alpha70.png);
	
	width:670px;
	line-height:1.33;
	color:#fff;
	border-top:1px solid #000;
	text-shadow:none; }

.caption a {
	color:#fff; }



/* TinyMCE editor body */
body.mceContentBody{ background: #FFF; text-align:left; }
body.mceContentBody p{ margin:0; }

#bodyDiv p{ margin:0; }
#bodyDiv table{ font:normal normal 14px/1.4 Trebuchet MS, Arial, Helvetica, sans-serif; }

#mc_embed_signup{ width:230px; background:; padding:1px; margin:15px auto 5px auto; }
#mc_title{ font:normal bold 18px Trebuchet MS, Arial, Helvetica, sans-serif; color:#408609; text-align:center; padding:4px; margin-bottom:5px; }
.mc_required{ font:normal normal 12px arial, sans-serif; color:#CC0000; }

#mc_embed_signup label{ font:normal normal 12px Trebuchet MS, Arial, Helvetica, sans-serif; color:#000; float:left; width:90px; text-align:right; }

#mc_field_div{ padding:0 5px; margin:4px auto; }
#mc-embedded-subscribe-form{ margin:0 auto;}

div.mce_inline_error{
	font-size:12px !important;
	color:red;
	}
	
	
.searchresult{
	padding: 8px 0;
	width:554px; }

.searchresult h3, .searchresult p{
	margin: 0;
	font:normal normal 13px arial, san-serif; }

.searchresult h3 a{
	color: #2200CC;
	text-decoration: underline;
	font:normal normal 16px arial, san-serif; }

.searchresult .resultdesc b{ font-weight:bold; }

.searchresult .resulturl{ color: green; }



