@charset "utf-8";
.left_bg {
	width:125px;
	float:left;
	margin:0px;
	padding:10px 15px;
}
.productwide {
	width: 250px;
	float:left;
	margin:0px;
	padding:10px 15px;
}

.productvwide {
	width: 450px;
	float: left;
	margin: 0px;
	padding: 10px 15px;
}
.postural {
	width:810px;
	float:left;
	list-style:disc;
	font-size:12px;
}
p.clr, .clr {
	clear:both;
	padding:0;
	margin:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	background-image:url(../images/dotted.png);
	background-repeat:repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
	font-size:12px;
}
.MainBody #mainContent h1 {
	font-family: 'Ubuntu';
	font-size: 21px;
	color: #000;
	clear: left;
}
.MainBody #mainContent h2 {
	font-family: 'Ubuntu';
	font-size: 18px;
	color: #cc3366;
	font-weight: bold;
}
.MainBody #mainContent h3 {
	font-family: 'Ubuntu';
	font-size: 14px;
	color: #cc3366;
	font-weight: bold;
}
.MainBody #mainContent h4 {
	font-family: 'Ubuntu';
	font-size: 14px;
	color: #666;
	font-weight: bold;
}
.MainBody #mainContent a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #cc3366;
	text-decoration: none;
}
.MainBody #mainContent a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc3366;
	text-decoration: none;
}
.line {
	background-image:url(../images/line2.jpg);
	background-repeat:repeat-x;
}
.MainBody #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #cc3366;
	text-align: left; /* this overrides the text-align: center on the body element. */
margin-top: 10px;
margin-bottom: 10px;
}
.MainBody #header {
	background: #fff;
	padding: 10px 20px 20px 44px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.MainBody .logo {
	background-image: url(../images/logo.jpg);
	background-repeat:no-repeat;
	width:640px;
	height:180px;
	float:left;
	clear:left;
	margin-top:40px;
	padding-left:40px;
}
.MainBody .company {
	background-image:url(../images/eft_logo.gif);
	background-repeat:no-repeat;
	height:70px;
	margin-left:80px;
	margin-top:25px;
}
.MainBody #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.MainBody #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	float: left;
	clear: left;
}
.MainBody #footer {
	padding-bottom:  200px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#cc3366;
	background-image:url(../images/footer.jpg);
	background-repeat:repeat-x;
	width: auto;
	height:50px;
}
.MainBody #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.MainBody .footerlinks {
	text-align: left;
	float: left;
	font-size:10px;
	color: #ccc;
	padding-left:0px;
	padding-top: 90px;
	margin-left: 120px;
}
.MainBody .legal {
	float: left;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 25px;
	width: 500px;
	font-size:10px;
	color: #fff;
	padding-left:225px;
}
#footer li {
	list-style-type: none
}
a.white:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
	text-decoration: none;
}
a.white:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
}
a.white:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #ccc;
	text-decoration: none;
}
.MainBody #mainContent img {
	margin: 6px;
	padding: 6px;
	border: 1px solid #cc3366;
}
a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #cc3366;
	text-decoration: none;
}
.clinic_address {
	width:245px;
	float:left;
	margin:0px;
	padding:10px 15px;
}

