
  /* ------------------------------------------------------------------------- *
  * CHIROPRACTIC CUSTOM STYLESHEET
  * Resplaces global.css and itools.css
  * Revised 2006-06-19: K.Sipe
  * Copyright Internet Matrix, Inc. 2002-2006
  * ------------------------------------------------------------------------- */
 
 /* ------------------------------------------------------------------------- *
  * Page Elements
  * ------------------------------------------------------------------------- */

/* Used for iEdit - iEdit will not display background image */
body {text-align:left;	/* cross browser center-aligned page layout */
	background-color: #087DC2;	
}

body#body-bg {text-align:center;	/* cross browser center-aligned page layout */
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat-x;
	background-color: #D3D4E6;
	height:1333px;
}
 
 /* ------------------------------------------------------------------------- *
  * Index Page Block Level Elements
  * ------------------------------------------------------------------------- */

#index-wrap {text-align:left;
	margin:0 auto;
	width:800px;
	background-image: url(../images/index_bg.jpg);
	background-repeat: repeat-y;
}

/* Reserved Code For Button In Title Bar

#index-top {width:800px; 
	background-color:#660000;  
	height:25px; 
	position:relative;  
}

#index-top a.button {right:36px; 
	top:30px; 
	position:absolute; 
	width:23px; 
	height:16px;
}
-----------------------------------------*/

#index-banner {background-image:  url(../images/index_01.jpg);
	height:420px;
	background-repeat: no-repeat;
}


#main-nav {left:0; }


 /* ------------------------------------------------------------------------- *
  * SPRITE NAVIGATION
  * ------------------------------------------------------------------------- */

#menu {margin:0;
	padding:10px 0 0 6px;
	width:794px;
	height: 28px;
	background-image: url(../images/index_02.jpg);
	background-repeat: no-repeat;
}

#menu span { display: none; }

#menu li, #menu a {height: 20px;			/* Each button must have the same height, define it here */
	display: block;
}
	
#menu a { padding-left:4px; }

#menu li {margin-top:0; 
	padding-top:0;
	float: left;
	list-style: none;
	_display: inline;	/* fixes IE/Win double margin float bug (safe) */
}

/* width - width of each button, they will each most likely be unique */

/*-----------------------------------------------------------------------------------
With iStore
------------------------------------------------------------------------------------*/

#menu-01 { width:44px;   margin:0 0 0 20px ; padding:0; }
#menu-02 { width:60px; left:0; padding:0; }
#menu-10 { width:93px;  left:0; padding:0; }
#menu-03 { width:88px;  left:0; padding:0; }
#menu-04 { width:120px;  left:0; padding:0; }
#menu-05 { width:70px;  left:0; padding:0; }
#menu-06 { width:98px;  left:0; padding:0; }
#menu-07 { width:68px;  left:0; padding:0; }
#menu-08 { width:100px;  left:0; padding:0; }
#menu-09 { width:65px;  left:0; padding:0; }

/*-----------------------------------------------------------------------------------
End of With iStore
------------------------------------------------------------------------------------*/


/*-----------------------------------------------------------------------------------
Without iStore
------------------------------------------------------------------------------------*/
/*
#menu-01 { width:59px;   margin:0 0 0 25px ; padding:0; }
#menu-02 { width:75px; left:0; padding:0; }
#menu-10 { width:96px;  left:0; padding:0; }
#menu-03 { width:100px;  left:0; padding:0; }
#menu-04 { width:132px;  left:0; padding:0; }
#menu-05 { width:82px;  left:0; padding:0; }
#menu-06 { width:110px;  left:0; padding:0; }
#menu-07 { width:80px;  left:0; padding:0; }
#menu-08 { width:104px;  left:0; padding:0; }
#menu-09 { width:96px;  left:0; padding:0; }
*/
/*-----------------------------------------------------------------------------------
End of With iStore
------------------------------------------------------------------------------------*/

/* Changed values should match "width" numbers specified above */

/* SON OF SUCKERFISH */

#menu li ul {margin:0;
	padding:0;
	position: absolute;
	left: -9999px;
	background-color:#c3ae71;
	border-left: #fff 1px solid;
	border-bottom: #fff 1px solid;
	border-right: #fff 1px solid;
}
	
#menu li ul li { height: 20px; }	/* Height of each drop down menu item */

#menu li ul li a {width: 100%;
	height: 20px;			/* Height of each drop down menu item, should match above */
	line-height: 20px;			/* Height of each drop down menu item again, should match above */
}
	
#menu li ul li a span {display: block;
	padding-left: 5px;
}

/* Drop down link styles */

#menu a:link, #menu a:visited,  #menu a:active,#menu-02 ul li a:hover,#menu-10 ul li a:hover, #menu-03 ul li a:hover, #menu-04 ul li a:hover, #menu-05 ul li a:hover,#menu-08 ul li a:hover {font-size: 11px;
	font-weight:normal;
	color: #FFFFFF;
	text-decoration: none;
}
	
#menu a:hover{color:#1b368f; }

#menu li:hover ul, #menu li.sfhover ul	{left: auto; }

/* Hover styles for drop down items */

#menu-02 ul li a:hover,#menu-10 ul li a:hover, #menu-03 ul li a:hover, #menu-04 ul li a:hover, #menu-05 ul li a:hover,#menu-08 ul li a:hover {background-image: none;
	background-color:#9b7e28;
}

/* width of drop down menu - choose width that allows items to display on one line */

#menu-02 ul, #menu-02 li { width: 134px; }	
#menu-10 ul, #menu-10 li { width: 134px; }	
#menu-03 ul, #menu-03 li { width: 164px; }		
#menu-04 ul, #menu-04 li { width: 134px; }		
#menu-05 ul, #menu-05 li { width: 134px; }	
#menu-08 ul, #menu-08 li { width: 134px; }	


 /* ------------------------------------------------------------------------- *
  * horizontal navigation -Used for Horizontal Sprite Navigation
  

#nav { 
	margin:0; 
	padding:0; 
	background:url("../images/layout/top-sprite.gif") no-repeat; 
	height:39px; 
	position:relative;
}

#nav li {
	margin:0; 
	padding:0; 
	position:absolute; 
	top:0; 
}

#nav li, #nav a {
	margin:0; 
	padding:0; 
	height:39px; 
	display:block; 
}

#nav span { display:none; }

#nav-01 { width:62px; left:13px; }
#nav-02 { width:117px; left:76px; }
#nav-03 { width:116px; left:194px; }
#nav-04 { width:83px; left:310px; }
#nav-05 { width:116px; left:394px; }
#nav-06 { width:91px; left:512px; }
#nav-07 { width:87px; left:603px; }

#nav-01 a:hover { background:transparent url(../images/layout/top-sprite.gif) -13px -39px no-repeat; }
#nav-02 a:hover { background:transparent url(../images/layout/top-sprite.gif) -76px -39px no-repeat; }
#nav-03 a:hover { background:transparent url(../images/layout/top-sprite.gif) -194px -39px no-repeat; }
#nav-04 a:hover { background:transparent url(../images/layout/top-sprite.gif) -310px -39px no-repeat; }
#nav-05 a:hover { background:transparent url(../images/layout/top-sprite.gif) -394px -39px no-repeat; }
#nav-06 a:hover { background:transparent url(../images/layout/top-sprite.gif) -512px -39px no-repeat; }
#nav-07 a:hover { background:transparent url(../images/layout/top-sprite.gif) -603px -39px no-repeat; }

* ------------------------------------------------------------------------- */

/* Index Layout */

#index-column-wrap{background-image:  url(../images/index_03.jpg);
 	width:800px;
	background-repeat: no-repeat;
}


 /* ------------------------------------------------------------------------- *
  * Left Column on the Index Page
  * ------------------------------------------------------------------------- */

#index-left-column{margin-top:55px; 
	width:219px; 
	float:left;
}

#index-left-column table {margin: 20px 20px 10px 20px;} 

#index-left-column p {padding: 0px 20px 10px 20px;} 

#index-interactive-spine{margin-bottom:100px; 
	height:444px;
	background-image: url(../images/index_04.jpg);
	background-repeat: no-repeat;
}

#index-interactive-spine-spacer {height:65px;}

#index-interactive-spine object{margin:0 25px 0 31px;}

 /* ------------------------------------------------------------------------- *
  * End of Left Column on the Index Page
  * ------------------------------------------------------------------------- */


 /* ------------------------------------------------------------------------- *
  * Center Column on the Index Page
  * ------------------------------------------------------------------------- */

#index-center-column{margin-top:25px; 
	width:339px; 
	float:left;
}

#index-center-column p{padding: 0px 0 10px 0px;}

#index-center-column h1,.pageheading{padding: 0px 0px 10px 0px;}

#index-center-column a.back-to-top {
	width:100px; 
	height:16px;
}

#index-center-column img {padding:0; margin:0;}

 /* ------------------------------------------------------------------------- *
  * End of Center Column on the Index Page
  * ------------------------------------------------------------------------- */

 /* ------------------------------------------------------------------------- *
  * Reserved Index IDs
  * Used for Pods on Index page
  * -------------------------------------------------------------------------

#index-pod-left {padding: 0px 40px 20px 80px;}

#index-pod-right {padding: 0px 0px 20px 0px;}

#index-pod-center {padding: 20px 0px 20px 170px;}

#index-pod-left, pod-right{width:132px; float:left;}

#index-pod-center{width:132px; float:left;}

------------------------------------------------------------------------- */

 /* ------------------------------------------------------------------------- *
  * Right  Column on the Index Page
  * ------------------------------------------------------------------------- */

#index-right-column{width:221px;
	float:left;

}

#index-right-column p{ padding: 0px 17px 10px 12px;}

#index-right-column img.first {padding:0; 
	margin:0px 0 0 11px;
}

#index-right-column img {padding:0; 
	margin:0px 0 0 11px;
}

#summary-copy1 {height:280px; 
	padding-left:10px; 
	overflow:hidden;
}

#summary-copy1 h2{ margin:0 20px 0 40px; }

#summary-copy1-read-more {margin:10px 0 10px 0; 
	padding-left:10px;
}

 /* ------------------------------------------------------------------------- *
  * End of Right  Column on the Index Page
  * ------------------------------------------------------------------------- */


 /* ------------------------------------------------------------------------- *
  * Bottom on the Index Page
  * ------------------------------------------------------------------------- */

#index-bottom {text-align:center;
	margin:0 auto;
	background-image: url(../images/index_06.jpg);
	height:63px;
	clear:both;
	overflow:hidden;
	background-repeat: no-repeat;
	position:relative;
}

#index-bottom p{margin-left:0; 
	margin-top:50px; 
	font-size:11px;
}	

#index-bottom a {margin-left:10px; 
	margin-right:10px; 
	font-weight:normal; 
}

#index-bottom a, #bottom a:hover {text-decoration:none; }

#index-bottom a.first  {margin-left:0;}

#index-bottom a.back-to-top {right:36px; 
	top:0px;
	width:23px; 
	height:16px;
	position:absolute;
}


 /* ------------------------------------------------------------------------- *
  * Inside Page Block Level Elements
  * ------------------------------------------------------------------------- */

#wrap {text-align:left;
	margin:0 auto;
	width:800px;
	background-image: url(../images/inside_bg.jpg);
	background-repeat: repeat-y;
}

#top {width:800px;
	height:25px; 
	position:relative;
}

#top a.email {right:36px; 
	top:30px; 
	position:absolute; 
	width:23px; 
	height:16px;
}

#banner {background-image: url(../images/inside_01.jpg);
	height:295px;
	background-repeat: no-repeat;
}

#top-nav{text-align:center; 
	padding-top:15px; 
	height:35px;
}

#column-wrap{width:800px;
	background-image: url(../images/inside_03.jpg);
	background-repeat: no-repeat;
}




 /* ------------------------------------------------------------------------- *
  * Left Column on the Inside Page
  * ------------------------------------------------------------------------- */

#left-column{margin-top:55px; 
	width:236px; 
	float:left;
}

#left-column table {margin: 20px 20px 10px 20px;} 

#left-column p {padding: 0px 20px 10px 20px;} 

#inside-interactive-spine-spacer {height:260px;}

#inside-interactive-spine{margin-bottom:100px; height:402px;
	background-image:url(../images/inside_04.jpg);
	background-repeat: no-repeat;
}

#inside-interactive-spine object{margin:0 25px 0 50px;}

 /* ------------------------------------------------------------------------- *
  * End of Left Column on the Inside Page
  * ------------------------------------------------------------------------- */

 /* ------------------------------------------------------------------------- *
  * Right Column on the Inside Page
  * ------------------------------------------------------------------------- */

#right-column{margin-top:23px; 
	width:543px; 
	padding: 0; 
	float:left;
}

#right-column p, #right-column  a.pageheading2 {padding: 0px 0 10px 0px;}


 /* ------------------------------------------------------------------------- *
  * End of Right Column on the Inside Page
  * ------------------------------------------------------------------------- */
  
 /* ------------------------------------------------------------------------ *
  * Bottom on the Inside Page
  * ------------------------------------------------------------------------ */ 
 
#bottom {text-align:center;
	margin:0 auto;
	background-image: url(../images/inside_06.jpg); 
	background-repeat:no-repeat;
	height:63px; 	
	clear:both;
	overflow:hidden;
	position:relative;
}

#bottom p{margin-left:0; 
	margin-top:50px; 
	font-size:11px;
}	

#bottom a {margin-left:10px; 
	margin-right:10px; 
	font-weight:normal; 
}

#bottom a, #bottom a:hover {text-decoration:none; }

#bottom a.first  {margin-left:0;}

#bottom a.back-to-top {right:36px; 
	top:0px; 
	position:absolute; 
	width:100px; 
	height:16px;
}


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

#footer {width:680px;
	text-align:center;
	margin:0 auto;
}

#footer p {font-size: 11px;
	color:#fff;
}

#footer a:link, #footer a:visited, #footer a:active {font-size: 11px;
	text-decoration:none;
	color:#fff;
}

#footer a:hover {font-size: 11px;
	text-decoration:underline; 
}


 /* ------------------------------------------------------------------------- *
  * undo some default styling of common (X)HTML browsers
  * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,li,pre,form,body,html,p,blockquote,fieldset,input,div,dd,dt,dl { 
	margin:0; 
	padding:0; 
}

/*----------------------------------------------------------------------------------*/

/* Common Formmatting  -----------------------------------------------*/S

/* prevent blue linked image borders */
a img, :link img, :visited img, :active img, :hover img { border:none; }

ol li, td, p, ul, a:link, a:visited, h1, h2,h3, h4, h5, h6, .pageheading {font-family: "Century Gothic", Arial, helvetica, sans-serif;}

/* Default text characteristics */
li,td.forms,p{font-size:14px;
	text-decoration:none; 
	color:#fff;
}

td, p,dt, dd { line-height: 18px; }

li, td, p, pre, blockquote { margin-bottom:15px; }

/* Location page fix */
td.location{font-size:14px;
	text-decoration:none; 
	color:#fff; 
}

/* Link characteristics */
a {	text-decoration:underline; 
	font-weight:bold; 
}

a:link, a:visited {color:#fff;
	font-size:14px;
}

a:hover, #right-column a.pageheading2:hover {color:#c3ae71; 
	text-decoration:none; 
}

ul{ padding:0 45px 0 5px; 
	margin:10px 5px 7px 40px; 
	font-size:14px; 
	line-height:16px; 
	font-weight:normal;
	list-style-position: outside;
	list-style-type: disc;
}

ol {padding: 0px 20px 10px 20px;}

li{ margin-bottom:4px; }

h1 span, h2 span, h3 span {display:none; }

h1, .pageheading {font-size:20px; color: #fff;}

h2, .pageheading2, #right-column  a.pageheading2  {font-size:16px; 
	color: #fff;
}

h3,.pageheading3 {font-size:14px; 
	color:#fff;
}

h1, .pageheading{margin-top:15px; 
	margin-bottom:15px; 
	padding:0px;
}

h2, .pageheading2, a.pageheading2{margin-top:15px; 
	margin-bottom:7px; 
	padding:0px;
}

h1,h2, .pageheading, .pageheading2 {padding: 0px 60px 0 0;}

h3, .pageheading3 {padding: 0px 60px 0 0; 
	margin-bottom:0;
}

.pageheading, .pageheading2,.pageheading3 {margin-left:0px; 
	font-weight:bold;
}

strong.heading{ color:#000099; }

.important, STRONG.important {color: #fff;
	FONT-SIZE: 12pt;
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

a h3{font-size:18px; 
	text-decoration:underline; 
	font-weight:bold;
}

a:hover h3 {color:#c3ae71; 
	text-decoration:none; 
}

ul.services { margin-left:120px;}

 /* ------------------------------------------------------------------------- *
  * classes
  * ------------------------------------------------------------------------- */

h1.hidden, h2.hidden {margin:0; 
	padding:0;
}
/* Reserved Classes-------------
.left { padding-left:10px; }

.right { text-align:right; }

.center { text-align:center; }
-----------*/

.hide { display:none; }

.thumbs-left { margin:-10px 15px 5px 10px; }

.thumbs-right { margin:2px 0 0 8px; }

/* End of Common formmatting          ------------------*/      


/*----Forms------------------------------------------*/
                         
  /* Index News Letter Form
  * ------------------------------------------------------------------------- */

form#index {width:150px; 
	margin:35px 0 25px 0; 
	padding-left: 40px;  
}

form#index input, form#index textarea {background-color:#fff; 
	border:1px solid #1e0228; 
	width:150px; 
	height:18px; 
	margin-bottom:4px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#000; 
}

form#index input.index-submit {width:60px;  
	cursor:pointer; 
	BACKGROUND-COLOR: #CCDDEE; 
	COLOR: #000000; 
	FONT-FAMILY: verdana, Arial, helvetica, sans-serif; 
	FONT-SIZE: 10px;
}


 /* ------------------------------------------------------------------------- *
  * Inside News Letter Form
  * ------------------------------------------------------------------------- */

#left-column form#inside {width:140px;
	padding: 20px 0 10px 40px;
}

input, textarea {background-color:#fff; 
	border:1px solid #1e0228; 
	width:140px; 
	height:18px; 
	margin-bottom:4px;
	font-family: Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#000; 
}

textarea {height:60px; }

.submit {width:60px;  
	BACKGROUND-COLOR: #CCDDEE; 
	COLOR: #000000; 
	FONT-FAMILY: verdana, Arial, helvetica, sans-serif; 
	FONT-SIZE: 10px;
	cursor: pointer; 
}


 /* ------------------------------------------------------------------------- *
  * Other Inside Forms
  * ------------------------------------------------------------------------- */

div#stress form {padding: 0; }

div#stress form input, div#stress form textarea {background-color:#fff; 
	border:1px solid #1e0228; 
	height:18px; 
	margin-bottom:4px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#000;
}
				  
div#stress form input.schedule{width:60px; }				  
				  
div#stress form input.radio{width:16px; 
	height:16px; 
	background-color:transparent;
}		 
 
div#stress form input.date{width:50px; 
	height:16px; 
	background-color:#fff;
}	   

div#stress form input {width:150px;
height:18px;

}

div#stress form textarea {width:200px;
	height:60px; 
}


div#stress form.submit, div#stress tr td input.submit {width:60px;  
	BACKGROUND-COLOR: #CCDDEE; 
	COLOR: #000000; 
	FONT-FAMILY: verdana, Arial, helvetica, sans-serif; 
	FONT-SIZE: 10px;
	cursor: pointer;
}


div#stress th, div#stress td, div#stress p{font-family: "Century Gothic", Arial, helvetica, sans-serif;  color:#fff; font-size:12px;}



div#stress span, div#stress  td div {font-family: "Century Gothic", Arial, helvetica, sans-serif;  color:#fff; font-size:14px;}

 /* End of Index News Letter Form---------------------------------------*/
 
 /*----End of Forms------------------------------------------*/
 
 
 
 
 
  /* ------------------------------------------------------------------------- *
  * iTools
  * ------------------------------------------------------------------------- */
 

/* General */


/* iCalendar */

/*-- Use Code below to change iCalendar blank cell--*/

.itool-block-blank, TD.itool-block-blank {background-color: #98c37e;
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	color: #333333;
	font-size: 9px;
}

/*-- End of  Use Code below to change iCalendar blank cell--*/


/*-- Use Code below to change iCalendar table header--*/

.itool-table {border-color:#000000;
	background-color:#106f25;
}

/*-- End of Use Code below to change iCalendar table header--*/


/*-- Use Code below to change iCalendar positioning and padding--*/

#icalendar{/*--background-color:#FFFFFF;--*/
	padding-top:10px; 
	margin-left:15px;
	width:530px; 
	color:#fff;
}



#icalendar a:link, #icalendar a:visited, #icalendar a:active, #icalendar li a.itool-small-menu:link, #icalendar li a.itool-small-menu:visited, #icalendar li a.itool-small-menu:active {color:#20a406;
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	FONT-SIZE: 11px;
}



#icalendar a.itool-small-menu:hover {color:#ccc;}

/*-- End of Use Code below to change iCalendar positioning and padding--*/

/* End of iCalendar */



/* iNewsletter */

/*-- Use Code below to change iNews positioning and padding--*/

#inews{background-color:#FFFFFF;
padding:10px;   
	margin-left:15px;
	width:500px;
}

/*-- End of Use Code below to change iNews positioning and padding--*/

#inews p,  #inews ul li {color:#333333; line-height:16px;}

#inews a:link,  #inews a:active,  #inews a:visited {color:#333333;}

#inews a:hover {color:#c3ae71;}

/*--Change Newsletter Font Color Here;--*/

#inews tr td p {color:#000;}

/*-- End Change Newsletter Font Color Here;--*/

/* End of iNewsletter */




/* Link Exchange   */

/*-- Use Code below to change Link Exchange positioning and padding--*/

#link-x {background-color:#FFFFFF; 
	padding-top:10px; 
	margin-left:15px;
	width:550px; 
}


/*-- End of Use Code below to change Link Exchange positioning and padding--*/

#link-x p, h1.link-x{ color: #003399;}


/* End of Link Exchange   */



/* iEducate */


/*-- Use Code below to change iEducate positioning and padding--*/

#ieducate{/*--background-color:#FFFFFF;--*/  
	padding-top:10px; 
	margin-left:15px;
	width:550px; 
}


/*-- End of Use Code below to change iEducate positioning and padding--*/

/*--- Use Code below to change text color---*/

#ieducate p, #ieducate tr td p, #ieducate tr td, #ieducate table tr td ul li, #ieducate table tr td ol li{ color:#fff; }

/*--- End of Use Code below to change text color---*/


/*--- Use Code below to change subheader "Wellness Topics brought to you by Stow Family Chiropractic"---*/

#ieducate tr td strong.pageheading, #ieducate tr td {font-family: "Century Gothic", Arial, helvetica, sans-serif;
	color: #fff;
    font-weight: bold;
    text-decoration: none;
	FONT-SIZE: 11pt;
}

/*--- End of Use Code below to change subheader "Wellness Topics brought to you by Stow Family Chiropractic"---*/


/*--- Use Code below to change bullet point properties---*/

#ieducate td ul li{ padding:0 0px 0 5px; 
	margin:10px 0px 7px 20px; 
	font-size:14px; 
	line-height:16px; 
	font-weight:normal;
	list-style-position: outside;
	list-style-type: disc;
}

/*--- End of Use Code below to change bullet point properties---*/


/*--- Use Code below to change category links (i.e. Rehabilitation Exercises, Diet & Nutrition, Healthy Living, Ergonomics, Posture, CHIRO 4 KIDS )---*/
#ieducate a:link, #ieducate a:visited, #ieducate a:active, #ieducate li a.itool-small-menu:link, #ieducate li a.itool-small-menu:visited, #ieducate li a.itool-small-menu:active {color:#fff;
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	FONT-SIZE: 14px;
}

#ieducate a:hover, #ieducate li a.itool-small-menu:hover {color:#c3ae71; }

/*--- End of Use Code below to change category links (i.e. Rehabilitation Exercises, Diet & Nutrition, Healthy Living, Ergonomics, Posture, CHIRO 4 KIDS )---*/

/* End of iEducate */



/* iStore */

#istore-page{/*--background-color:#FFFFFF;--*/  
	padding-top:10px; 
	margin-left:15px;
	width:550px;
}

/*--- Use Code below to change subheader "General Products" background color ---*/

#istore-page tr.itool-row-alt {background-color:#ccc;}

#istore-page td.itool-tablehead {background-color:#106f25;
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
}

/*--- End of Use Code below to change subheader "General Products" background color ---*/


#istore-page td  {color:#003399;
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	FONT-SIZE: 14px;
}

#istore-page tr td p{ color:#000099; }


/*--- Use Code below to change iStore Link Color ---*/

#istore-page td a.itool-small-menu, #istore-page table tr td a {color:#003399;
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	FONT-SIZE: 11px;
}

#istore-page a:hover {color: #000;
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	FONT-SIZE: 14px;
}

#istore-page a.itool-row , #istore-page TD a.itool-row  {font-family: "Century Gothic", Arial, helvetica, sans-serif;
	color: #003399;
	font-size: 14px;
}


/*--- End of Use Code below to change iStore Link Color ---*/


/* End of iStore */



.smallprint {font-family: "Century Gothic", Arial, helvetica, sans-serif;
	color: #333333;
	font-size: 8pt;
}

.itool-parapgraph-header {font-family: "Century Gothic", Arial, helvetica, sans-serif;
	color: #C35402;
    font-weight: bold;
    text-decoration: none;
	FONT-SIZE: 11pt;
}


.itool-block, TD.itool-block {background: #DDDDDD;
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	color: #333333;
	font-size: 9px;
}

.itool-block-alt, TD.itool-block-alt {background: #CCDDEE;
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	color: #333333;
	font-size: 9px;
}


.itool-block-head, TD.itool-block-head {background: #DDDDDD;
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}



.itool-block-text, TD.itool-block-text {font-family: "Century Gothic", Arial, helvetica, sans-serif;
	color: #333333;
	font-size: 9px;
}



.itool-row, TD.itool-row {background-color:#fff;
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	color: #333333;
	font-size: 9pt;
}

.itool-row-alt, TD.itool-row-alt {background: #CCDDEE;
	font-family: "Century Gothic", Arial, helvetica, sans-serif;
	color: #333333;
	font-size: 9pt;
}



 /* ------------------------------------------------------------------------- *
  * End of iTools
  * ------------------------------------------------------------------------- */
  

/* Tips */

#tip-wrapper{width:80%;}

#tips-left-column{width:50%; 
	float:left;
}

#tips-left-column p{padding-right:10px;}

#tips-right-column p{padding:0 2px 0 5px;}

#tips-right-column{border:1px solid #000; 
	padding:0; 
	margin-right:10px; 
	width:33%; 
	float:left;
}

td span p img{margin-right:10px; 
	margin-bottom:8px;
}

td#quick-links p {font-size:14px;
	text-decoration:none; color:#000;
}

 /* ------------------------------------------------------------------------- *
  * End of Tips
  * ------------------------------------------------------------------------- */

/*Special- Fixes- */

/* privacy policy fix*/


div#privacy tr td p{color:#fff;}

/*iStore - Fixes- */
 td input{width:80px; height:20px; border:1px;}		

 td form select{width:300px; height:20px; border:1px;}	
 
 /* End of iStore - Fixes- */
 
 /*----End of Special- Fixes- ------------------------------------------*/
