/* CSS Document */
/* Major Body Attributes */

@font-face {
  font-family: californianfb;
  src: url("../fonts/califb.ttf");
}

body {
	background-color: #0099CC;
	font-family: californianfb, "Californian FB", Times, serif;
	font-size: 12pt;
	color: #FFFFFF;
}

.container_all {
	width: 900px;
	padding: 0px;
	margin-left: auto;
    margin-right: auto;
}

.container {
	width: 900px;
	margin: 0;
	padding: 0px;
}


/* Menu Bars */

#top_menu {
	background-image:url('../images/Main_Top.jpg');
	width: 900px;
	height: 131px;
	text-align:left;
}

div.top_bar {
	border: 0;
	padding: 0;
	margin: 0;
	list-style: none;
	border-collapse: collapse;
}

div.inside_top_bar {
	border: 2px solid #1d3b70;
	list-style: none;
	padding: 0;
	margin: 0;	
	float: left;
	border-collapse: collapse;
}


#top_menu_main{
	background-image:url('../images/Main_Top.jpg');
	width: 900px;
	height: 131px;
	text-align:left;
}

#top_menu_main #logo {
	width: 500px;
}

#top_menu_main #drop {
	width: 390px;
}

#logo {
	float: left;
	width: 440px;
	height: 131px;
}

#drop {
	margin: 0;
	padding: 10px 0 0 0;
	float: left;
	width: 450px;
	height: 121px;
}

span#top_right_menu_text, span#top_right_menu_text2 {
	font-size: 22px;
	font-weight: bold;
	margin:0; 
}

span#top_right_menu_text {
	padding: 0px 17px 0px 0px;
}

span#top_right_menu_text2 {
	padding: 0px 110px 0px 0px;
}

span #top_right_menu_text3 {
	padding: 0px 41px 10px 0px;
    font-size: 12px;
}

#drop .clickHereButton {
	vertical-align:text-bottom;
}

.centred, .centred2 {
  	display: inline-block;
  	vertical-align: middle;
  	padding:0;
  	margin: 0;
	letter-spacing: 1px;
	font-weight: bold;
}

.centred {
	font-size: 24px;
}

.divider, .divider2 {
	width: 2px;
	padding:0;
	margin:0;
	background-repeat: no-repeat;
	float:left;
}

.divider {
	line-height: 46px;
	background-image: url('../images/TMB_Divider.jpg');
}

.bot_simp {
	font-size: 20px;
}

/* A:Link Attributes */

a {
	padding: 0;
	margin: 0;
	text-decoration: none;
}

a#home:link, a#home:visited, a#health:link, a#health:visited, a#spa:link, a#spa:visited, a#fitness:link, a#fitness:visited, a#contact:link, a#contact:visited, a#intro:link, a#intro:visited, a#benefits:link, a#benefits:visited, a#history:link, a#history:visited, a#users:link, a#users:visited, a#seniors:link, a#seniors:visited, a#specs:link, a#specs:visited, a#purchase:link, a#purchase:visited {
	display: block;
	text-align:center;
}

a#home:link, a#home:visited {
	background-image: url('../images/TMB_Home.jpg');
	width:142px; line-height:46px;
	color: #FF0000;
}

a#home:hover, a#home:active {
	background-image: url('../images/TMB_Home_Over.jpg');
	color: #FF0000;
}

a#health:link, a#health:visited {
	background-image: url('../images/TMB_Health.jpg');
	width:156px; line-height:46px;
	color: #1d3b70;
}

a#health:hover, a#health:active {
	background-image: url('../images/TMB_Health_Over.jpg');
	color: #1d3b70;
}

a#spa:link, a#spa:visited {
	background-image: url('../images/TMB_Spa.jpg');
	width:135px; line-height:46px;
	color: #1d3b70;
}

a#spa:hover, a#spa:active {
	background-image: url('../images/TMB_Spa_Over.jpg');
	color: #1d3b70;
}

a#fitness:link, a#fitness:visited {
	background-image: url('../images/TMB_Vibra.jpg');
	width:237px; line-height:46px;
	color: #1d3b70;
}

a#fitness:hover, a#fitness:active {
	background-image: url('../images/TMB_Vibra_Over.jpg');
	color: #1d3b70;
}

a#contact:link, a#contact:visited {
	background-image: url('../images/TMB_Contact.jpg');
	width: 193px; line-height:46px;
	color: #1d3b70;
}

a#contact:hover, a#contact:active {
	background-image: url('../images/TMB_Contact_Over.jpg');
	color: #1d3b70;
}

a#over:link, a#over:visited {
	color: #c0ff00;
}

a#over:hover, a:active {
	color: #FFFFFF;
}

span.bot_simp a#over {
	color: #FFFFFF;
}

span.bot_simp a#over:link, span.bot_simp a#over:visited {
	color: #FFFFFF;
}

span.bot_simp a#over:hover, span.bot_simp a#over:active {
	color: #c0ff00;
}

a#email:link, a#email:visited, a#over2 {
	color: #FFFFFF;
}

a#email:hover, a:active {
	color: #c0ff00;
}

a:link, a:visited {
	color:#c0ff00;
}

a:hover {
	color:#ffffff;
}

/* Image Attributes */

img {
	padding: 0;
	margin: 0;
	text-decoration:none;
	border:none;
}


/* Drop Down Menu */

.flexdropdownmenu, .flexdropdownmenu ul{
font: normal 1.15em "Californian FB", Times, serif;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
background: #0099CC;
border: 2px solid white;
border-bottom-width: 0;
visibility: hidden;
display: none;
box-shadow: 3px 3px 8px #000000;
-webkit-box-shadow: 3px 3px 8px #000000;
-moz-box-shadow: 3px 3px 8px #000000;
}

.flexdropdownmenu li{
position: relative;
}

.flexdropdownmenu li a{
display: block;
width: 275px; /*width of menu (not including side paddings)*/
color: #ffffff;
background: #0099CC;
border-bottom: 2px solid white;
text-decoration: none;
padding: 4px 5px;
}

* html .flexdropdownmenu li{ /*IE6 CSS hack*/
display: inline-block;
width: 285px; /*width of menu (include side paddings of LI A*/
}

.flexdropdownmenu li a:hover, .flexdropdownmenu li.selected>a{
background: #70c6e3;
}


/* Various Common Attributes */

.centered, centered3 {
	clear:both;
	text-align: center;
	padding-top: 20px;
}

.f_left {
	float: left;
}

.f_right {
	float: right;
}

.hide {
	visibility:hidden;
}

strong {
	font-weight: bold;
	color: #c0ff00;
}

.stronger {
	font-size: 1.2em;
	font-weight: bold;
	color: #c0ff00;
}

.weak {
	font-style: italic;
	font-weight:lighter;
}

#right_text {
	text-align: right;
}

div.righted {
	text-align: right;
	padding-right:16px;
}

.small_text {
	font-size:.75em;
}

h2#highlight {
	background-color:#70c6e3;
	padding: 5px 10px;
	font-size: 1.25em;
	margin: 0px;
	text-align: center;
	color: #FFFFFF;
}

#justified, #justified2 {
	font-family: "Californian FB", Times, serif;
	font-size: 17px;
	margin-top:10px;
}

#justified {
	text-align:justify;
}

#justified2 {
	padding: 0 15px;
	text-align: left;
}

#linked, #linked2, #linked3 {
	text-align: right;
	font-style: italic;
	
}

#linked {
	font-size: 1.2em;
	
}

#linked2 {
	font-size: 1em;
	margin-top: 10px;
}

.topper {
	padding-top: 100px;
}

.category {
	padding: 20px 50px;
}

h2.standard {
	font-size: 1.7em;
	padding: 0;
	margin: 0 0 20px 0;
	color: #c0ff00;
}

h3.stand {
	font-size: 1.5em;
	padding: 0;
	margin: 0 0 15px 0;
	color: #c0ff00;
}

caption {
	caption-side:top;
	color:#FFFFFF;
	font-size: 1em;
	font-weight: lighter;
	text-align: left;
	font-style: italic;
}

table {
	margin-left: auto;
	margin-right: auto;
}

.sub_cate {
	padding-bottom: 35px;
}

.pricing {
	padding: 10px 0 0 0;
	font-size: 1.2em;
	font-style: italic;
}


#off_right {
	margin-right: 20px;
}

span#top_right_menu_text12 {
	padding: 0px 10px 0px 0px;
	font-size: 24px;
}

/* Main.htm */

.container2 {
	margin: 11px 16px 0 16px;
	border: 2px solid white;
	width: 864; height: 240px;
	background-image:url('../images/Vibration_Mid_Back.jpg');
}

.container2a {
	float: right;
	width: 650px; height: 210px;
	margin: 0;
	padding: 10px 15px 0px 10px;
}

.container4 {
	margin: 11px 16px 0 16px;
	border: 2px solid white;
	width: 864px;
	padding:0;
}

.container4 strong {
	font-size: 25px;
}

.container3 {
	margin: 11px 16px 0 16px;
	border: 2px solid white;
	width: 864px;
	height: 251px;
	padding:0;
}

.container3 strong {
	font-size: 25px;
}

.container3a {
	float: left;
	margin: 0;
	padding: 0px;
	width: 214px;
	text-align: center;
}

a.bmb {
	font-size: 20px;
	letter-spacing: 1px;
	margin: 0;
	padding: 10px 5px;
}

a.bmb:link, a.bmb:visited {
	background-color: #40b3d9;
	display: block;
	width: 206px;
	text-align: centre;
	color:#FFFFFF;
}

a.bmb:hover, a.bmb:active {
	background-color: #70c6e3;
}

span.larger {
	font-size: 1.2em;
}