/* @group Default Page Styles */

body {
	margin-left: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 50px;
	background-color: #96828b;
	background-repeat: repeat-x;
	background-attachment: fixed;
	text-align: center;
	font-family: "Trebuchet MS";
}

#wrapper {
	text-align: left;
	width: 828px;
	margin: 0 auto;
	background-image: url(images/content_middle.png);
	background-repeat: repeat-y;
	background-position: top center;
	background-color: transparent;
}

#upper {
	padding: 5px 26px 15px;
	position: relative;
}

#lower {
	padding: 15px 26px;
	position: relative;
}

#spacer p {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
}

#clearer {
	clear: both;
}

#clearer p {
	padding: 0 0 0 30px;
	margin: 0;
}

.clearer {
	clear: both;
}

.clearer p {
	padding: 0;
	margin: 0;
}

/* @group Default Texts */

p {
	font-family: "Trebuchet MS";
	font-size: 13px;
	color: #5A5A5A;
	padding-bottom: 5px;	
}

h1 {

	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #B75302;
	margin-top: 10px;
	margin-bottom: 0px;
}

h2 {

	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
	color: #5A5A5A;
	margin-top: 25px;
}

h3 {

	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #B75302;
	margin-bottom: 5px;
	font-weight:100;
}

h4 {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #B75302;
	font-weight: 100;
}

ul {

	margin: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5A5A5A;
}

li {

	list-style: disc;
	margin-left: 12px;
	padding-left: 7px;
	margin-bottom: 10px;
	text-indent: 0px;
}

ul li ul {

	margin: 0px;
}

ul li ul li {

	list-style: square;
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-indent: 15px;
}

/* Links - default */

a:link {

	color: #704066;
	text-decoration: underline;
	font-weight:bold;
}

a:visited {
	color: #704066;
	text-decoration: underline;
	font-weight:bold;
}

a:hover {

	color: #704066;
	text-decoration: none;
	font-weight:bold;
}

a:active {

	color: #704066; 
	text-decoration: underline;
	font-weight:bold;
}

/* end default links */

/* @end default text */

/* @end default page styles */

/* @group Top Tab and Header */

#toptab{
	width: 828px;
	height: 40px;
	background-image: url(images/content_top.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: transparent;
	text-align: right;
	padding: 0;
	margin: 10px auto 0;
}

	#toptab p{
		margin: 0;
		padding: 13px 68px 0 0;
		color: #636363;
		font-weight: normal;
		font-size: 11px;
		font-weight:bold;
	}
	
	#toptab a, #toptab a:visited, #toptab a:active {
		text-decoration: none;
		color: #636363;
		font-weight:bold;
	}	
	
#header {
	text-align: right;
	background-image: url(images/LOGO.png);
	background-repeat: no-repeat;
	background-position: 16px;
	height: 102px;
}
	
	#header h1 {
		margin: 0;
		padding: 2px 0px 0 0;
		font-size: 1.0em;
		font-weight: normal;
		color: #704066;
	}
	
	#header h2 {
		margin: 0;
		padding: 16px 0px 0 0px;
		font-size: 0.8em;
		font-weight: normal;
		color: #666666;
	}
	
	#header a:link, #header a:visited, #header a:active {
		text-decoration: none;
	}
	
	#header a:hover {
		text-decoration: underline;
	}

/* @end top tab and header */

/* @group Drop Down Menu */

#nav {
	padding: 0;
	margin-bottom: 27px;
	background-color: transparent;
}

#navbar {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: transparent;
}

	#navbar li {
		float: left;
		list-style: none;
		margin: 0;
		padding: 0;
		position: relative;
		width: 97px;
		background-color: transparent;
	}
	
	#navbar a, #navbar a:visited {
		width: 97px;
		height: 22px;
		display: block;
		padding: 5px 0 0 0;
		margin: 0;
		text-decoration: none;
		text-align: center;
		font-weight: normal;
		background: transparent url(images/tab_off.png) no-repeat;
		color: #FFF;
		font-size: 11px;
		z-index: 1;
	}
	
	#navbar a:hover {
		color: #FFF;
		background: transparent url(images/tab_on.png) no-repeat;
		display: block;	
	}
	
	#navbar a:active {
	}

	/* Fix IE. Hide from IE Mac \*/
	* html #navbar ul li { float: left; height: 1%; }
	* html #navbar ul li a { height: 27px; }
	/* end Fix IE */

	/* @group Children */
	
	#navbar ul {
		color:#FFFFFF;
		display: none;
		position: absolute;
		margin: 0;
		padding: 0;
		left: 0;
		top: 27px;
		z-index: 2;
	}
	
	#navbar ul li {
		color:#FFFFFF;
		float: none;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	#navbar li:hover ul {
		display: block;
	}
	
	#navbar .w a, #navbar .w a:visited {
		width: 200px;
		height: auto;
		display: block;
		padding: 5px 0 5px 0;
		margin: 0;
		text-decoration: none;
		text-align: left;
		font-weight: normal;
		background: #aeb909;
		color: #fff;
		font-size: 11px;
	}
	
	#navbar .t a, #navbar .t a:visited {
		width: 120px;
		height: auto;
		display: block;
		padding: 5px 0 5px 0;
		margin: 0;
		text-decoration: none;
		text-align: left;
		font-weight: normal;
		background: #aeb909;
		color: #fff;
		font-size: 11px;
	}
	
	#navbar .w a:hover, #navbar .t a:hover {
		color: #000;
		background: #e9f0b4;
		display: block;
		border: 1px dotted #666;
	}
	/* @end Children*/

/* @end drop down menu */

/* @group Footer */

#footer {
	width: 828px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background-image: url(images/content_bottom.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: transparent;
	font-size: small;
	color: #FFF;
}

#footer p {
	margin: 0;
	padding: 15px 0 0 20px;
	color: #FFF;
	font-size: 15px;
}

#footer a, #footer a:visited {
	text-decoration: underline;
	color: #FFF;
}

#footer a:hover {
	text-decoration: underline;
	color: #99CC33;
}

#footer .copyrighttext {
	color: #FFF;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


/* @end */



/* @group Breadcrumb */

#breadcrumb {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: bold;
	color: #657202;
}

#breadcrumb ul {
	padding: 8px 0 8px 40px;
	background: url(images/breadcrumb_arrow.jpg) no-repeat 15px 50%;
	list-style: none;
}

#breadcrumb li {
	display: inline;
	padding: 0;
	margin: 0;
}

#breadcrumb a {
	color: #657202;
	text-decoration: none;
	font-weight: normal;
	background: url(images/breadcrumb_linkarrow.jpg) no-repeat center right;
	margin-right: 5px;
	padding-right: 15px;
	padding-left: 0;
}

#breadcrumb a:hover {
	color: #657202;
	text-decoration: underline;	
}

/* @end */

/* @group Subnav Bar */

.subnav {
	margin: 0;
	padding: 5px;
	background-color: #c7e2e9;
	border-bottom: 2px solid #e9ebe8;
}

.subnav #current {
	color:#707072;
	background-color: #e4f2f5;
}

.subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.subnav li {
	list-style: none;
	font-family:"Trebuchet MS";
	display: inline;
	padding: 0;
}

.subnav a, .subnav a:visited {
	padding: 5px 8px;
	color: #707072;
	font-size: 1.1em;
	text-decoration: none;
}

.subnav a:hover {
	background-color: #e4f2f5;
}

.subnav .services li {
	margin-left: 5px;
}

.subnav #tight {
	margin-left: 5px;
}

.subnav #tight li {
	margin-left: 3px;
}

.subnav #tight a, .subnav #tight a:visited {
	padding: 5px 4px;
	color: #fff;
	font-size: 1.1em;
	text-decoration: none;

}

/* @end */

/* @group Home Page */

#colorblock {
	background-color: #e9f0b4;
	background-image: url(images/center_mainpic.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 283px;
	text-align: left;
}

#colorblock h1 {
	margin: 0;
	padding: 30px 0 5px 338px;
	color: #a8be01;
	font-size: 20px;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
}

#colorblock h2 {
	margin: 0 0 0 335px;
	padding: 8px 0 0 30px;
	color: #B75302;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	background-image: url(images/center_btn_more.gif);
	background-repeat: no-repeat;
	height: 32px;
}

#colorblock a, #colorblock a:visited {
	text-decoration: none;
}

#colorblock a:hover {
	text-decoration: underline;
}

/* main left side only */

#mainl {
	float: left;
	width: 420px;
}

.news {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #616161;
	margin-top: 0px;
	margin-bottom: 0px;
}

.news p {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #616161;
	margin: 0 0 10px 10px;
	line-height: 18px;
}

.news ul {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #616161;
	margin: 0 0 10px 20px;
	padding: 0 0 0 10px;
}

.news li {
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #616161;
	margin: 0;
	padding: 0 0 5px 10px;
	text-indent: 0;
}

#symptomsbox_new {
	width: 304px;
	margin: 0 auto;
	padding: 12px;
}

#symptomsbox {
	background-image: url(images/symptoms_box.png);
	background-repeat: no-repeat;
	width: 304px;
	margin: 0 auto;
	padding: 12px;
}

#symptomsboxlist {
	width: 304px;
	height: 90px;
	background-image: url(images/symptoms_btm.png);
	background-repeat: no-repeat;	
}

#symptomsbox h1 {
	width: 284px;
	height: 22px;
	background-image: url(images/symptoms_top.png);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 9px 10px;
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}

#symptomsbox p{
	margin: 0;
	padding: 18px 10px 10px 100px;
	text-align: justify;
	background-color: transparent;
}

#symptomsbox a, #symptomsbox h2 a:visited {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #5A5A5A;
	text-decoration: none;
}

#symptomsbox a:hover {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #5A5A5A;
	text-decoration: underline;
}

#treatbox {
	display: none;
/*	margin: 10px;
	width: 361px;
*/	
}

#treatbox h1 {
	padding: 10px;
	height: 20px;
	width: 341px;
	background-image: url(images/treatbox_h1.gif);
	background-repeat: no-repeat;
	background-position: top left;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	color: #fff;
	font-family: arial;
	font-weight: normal;
	font-size: 16px;
	margin: 0;
}

#treatboxlist {
	background-color: #eee;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	width: 361px;
	padding: 0;
}

#treatbox ul {
	list-style: none;
	margin: 0;
	padding: 10px 0;
}

#treatbox li {
	list-style: none;
	margin: 10px;
	padding: 0;
	font-size: 15px;
}

#treatbox a, #treatbox a:visited, #treatbox a:active {
	text-decoration: none;
	color: #5A5A5A;
}

#treatbox a:hover {
	text-decoration: underline;
	color: #B75302;
}

/* End main left side */

/* main content right side only */

#mainr {
	float: right;
	width: 340px;
}

.dottedline {
	margin: 15px 0 5px;
	padding: 0;
	background-image: url(images/home_dottedline.jpg);
	background-repeat: repeat-x;
}

#upcoming {
	padding: 0 5px 0 15px;
}

.eventtitle {
	padding: 0;
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #B95402;
	margin-top: 0px;
	margin-bottom: 0px;
}

.eventtitle a, .eventtitle a:visited{
	text-decoration: none;
}

.eventtitle a:hover {
	text-decoration: underline;
}

.eventdate {
	font-family: "Trebuchet MS";
	font-size: 16px;
	color: #616161;
	margin: 0;
	padding: 5px 0 25px;
}

#testbox {
	width: 340px;
	height: 360px;
	margin: 0 0 20px;
	padding: 20px 0 0;
}

#testbox h1 {
	padding: 0 0 20px 20px;
	margin: 0;
	font-family: arial;
	font-style: italic;
	font-size: 20px;
	color: #44b6cb;
}

#testbox p {
	padding: 0 35px 0 40px;
}

.testopen {
	width: 300px;
	padding: 0;
	background-image: url(images/quotes.gif);
	background-repeat: no-repeat;
	background-position: -78px top;
	margin: 0 auto;
	position: relative;
}

.testclose {
	background-image: url(images/quotes.gif);
	background-repeat: no-repeat;
	background-position: 268px bottom;
	font-size: 12px;
	color:#5A5A5A;
	position: relative;
	overflow: hidden;
}

.testname {
	font-style: italic;
	text-align: right;
	color: #bf5702;
	padding-right: 40px;
	padding-top: 5px;
}

/* End main content right side */

/* @end */

/* @group Parent Blocks */

#parentblock {
	margin: 0;
	padding: 0;
	text-align: left;
	height: 250px;
	background-color: #e1e499;
	background-image: url(images/services.png);
	background-repeat: no-repeat;
	background-position: right;
}

#parentblock h1 {
	margin: 0;
	padding: 26px 30px 0;
	color: #FFF;
	font: normal normal 38px arial;
}

#parentblock h2 {
	margin: 0;
	padding: 5px 30px 0;
	color: #657202;
	font: normal normal 20px arial;
}
#parentblock a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer; 
}
 
#parentblock a:hover {
  text-decoration: none;
}

#parentblock2 {
	margin: 0;
	padding: 0;
	text-align: left;
	height: 250px;
	background-color: #e1e499;
	background-image: url(images/about.png);
	background-repeat: no-repeat;
	background-position: right;
}

#parentblock2 h1 {
	margin: 0;
	padding: 26px 30px 0;
	color: #FFF;
	font: normal normal 38px arial;
}

#parentblock2 h2 {
	margin: 0;
	padding: 5px 30px 0;
	color: #657202;
	font: normal normal 20px arial;
}

#parentblock2 a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer; 
}
 
#parentblock2 a:hover {
  text-decoration: none;
}
#parentblock3 {
	margin: 0;
	padding: 0;
	text-align: left;
	height: 250px;
	background-color: #e1e499;
	background-image: url(images/tests.png);
	background-repeat: no-repeat;
	background-position: right;
}

#parentblock3 h1 {
	margin: 0;
	padding: 26px 30px 0;
	color: #FFF;
	font: normal normal 38px arial;
}

#parentblock3 h2 {
	margin: 0;
	padding: 5px 30px 0;
	color: #657202;
	font: normal normal 20px arial;
}
#parentblock3 a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer; 
}
 
#parentblock3 a:hover {
  text-decoration: none;
}
#parentblock4 {
	margin: 0;
	padding: 0;
	text-align: left;
	height: 250px;
	background-color: #e1e499;
	background-image: url(images/products.png);
	background-repeat: no-repeat;
	background-position: right;
}

#parentblock4 h1 {
	margin: 0;
	padding: 26px 30px 0;
	color: #FFF;
	font: normal normal 38px arial;
}

#parentblock4 h2 {
	margin: 0;
	padding: 5px 30px 0;
	color: #657202;
	font: normal normal 20px arial;
}
#parentblock4 a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer; 
}
 
#parentblock4 a:hover {
  text-decoration: none;
}
#parentblock5 {
	margin: 0;
	padding: 0;
	text-align: left;
	height: 250px;
	background-color: #e1e499;
	background-image: url(images/news.png);
	background-repeat: no-repeat;
	background-position: right;
}

#parentblock5 h1 {
	margin: 0;
	padding: 26px 30px 0;
	color: #FFF;
	font: normal normal 38px arial;
}

#parentblock5 h2 {
	margin: 0;
	padding: 5px 30px 0;
	color: #657202;
	font: normal normal 20px arial;
}
#parentblock5 a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer; 
}
 
#parentblock5 a:hover {
  text-decoration: none;
}
#parentblock6 {
	margin: 0;
	padding: 0;
	text-align: left;
	height: 250px;
	background-color: #e1e499;
	background-image: url(images/selfhelp.png);
	background-repeat: no-repeat;
	background-position: right;
}

#parentblock6 h1 {
	margin: 0;
	padding: 26px 30px 0;
	color: #FFF;
	font: normal normal 38px arial;
}

#parentblock6 h2 {
	margin: 0;
	padding: 5px 30px 0;
	color: #657202;
	font: normal normal 20px arial;
}

#parentblock6 a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer; 
}
 
#parentblock6 a:hover {
  text-decoration: none;
}
#parentblock7 {
	margin: 0;
	padding: 0;
	text-align: left;
	height: 250px;
	background-color: #e1e499;
	background-image: url(images/resources.png);
	background-repeat: no-repeat;
	background-position: right;
}

#parentblock7 h1 {
	margin: 0;
	padding: 26px 30px 0;
	color: #FFF;
	font: normal normal 38px arial;
}

#parentblock7 h2 {
	margin: 0;
	padding: 5px 30px 0;
	color: #657202;
	font: normal normal 20px arial;
}
#parentblock7 a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer; 
}
 
#parentblock7 a:hover {
  text-decoration: none;
}
#parentblock8 {
	margin: 0;
	padding: 0;
	text-align: left;
	height: 250px;
	background-color: #e1e499;
	background-image: url(images/contact.png);
	background-repeat: no-repeat;
	background-position: right;
}

#parentblock8 h1 {
	margin: 0;
	padding: 26px 30px 0;
	color: #FFF;
	font: normal normal 38px arial;
}

#parentblock8 h2 {
	margin: 0;
	padding: 5px 30px 0;
	color: #657202;
	font: normal normal 20px arial;
}
#parentblock8 a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer; 
}
 
#parentblock8 a:hover {
  text-decoration: none;
}

/* @end parent blocks */

/* @group Inner Pages */

#textblock_inner {
	width:530px;
	padding: 0 15px;
	text-align: justify;
}

#textblock_inner h1{
	color:#704066;
	margin: 0px 0 10px;
	font-size: 1.2em;
}

#textblock_inner h3 {
	color:#704066;
	margin: 0px 0 15px;
	font-size: 1em;
}

#textblock_inner h4 {
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	color:#704066;
	font-weight:100;
}

.textblock_inner {
	color:#704066;
	font-family: "Trebuchet MS";
	padding: 0 15px;
	text-align: justify;
}

.textblock_inner h1{
	color:#704066;
	margin: 0px 0 10px;
	font-size: 1.2em;
}

#textblock {
	padding: 0 15px;
	text-align: justify;
}

#textblock h1{
	color:#704066;
	margin: 0px 0 10px;
	font-size: 1.2em;
}

#textblock h3 {
	color:#704066;
	margin: 0px 0 15px;
	font-size: 1em;
}

#textblock h4 {
	color:#704066;
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	font-weight:100;
}

.textblock {
	font-family: "Trebuchet MS";
	padding: 0 15px;
	text-align: justify;
}

.textblock h1{
	margin: 0px 0 10px;
	font-size: 1.2em;
}

/* @group lowerrow */

.lowerrow {
	text-align:left;
	position: relative;
}

.lowerrow h2 {
	padding: 0;
	margin: 0;
}

.lowerrow p {
	margin: 0;
	padding: 3px 0;
}

.lowerrow a {
	text-align:right;
	text-decoration: none;
}

.lowertwo {
	float: left;
	margin: 10px 5px 10px 5px;
	width: 375px;
	position: relative;
}

.lowertwo h3 {
	padding: -40px;
	margin: 0;
	text-align: center;
}

.lowertwo p {
	padding-left: 80px;
	font-size: 11px;
}

.lowertwo ul, .lowertwo ul ul {
	padding-left: 18px;
}

.lowertwo li, .lowertwo li li {
	list-style-type: disc;
}

.lowerthree {
	float: left;
	margin: 0 5px;
	width: 240px;
	position: relative;
}

.lowerthree img {
	float: left;
	padding: 0 10px 5px 0;
	border: none;
}

.lowerthree h3 {
	padding: 0;
	margin: 0;
}

.lowerthree p {
	padding-left: 80px;
	font-size: 11px;
}

.lowerthree a:hover{
text-decoration:underline;
}
/* @end lowerrow */

/* @group old lowerrow */

.lowerrow_old {
	padding: 10px 10px;
	position: relative;
}

.lowerrow_old h2 {
	padding: 0;
	margin: 0;
}

.lowerrow_old p {
	margin: 0;
	padding: 3px 0;
}

.lowerrow_old a {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

.lowertwo_old {
	float: left;
	margin: 0 5px;
	width: 360px;
	position: relative;
}

.lowertwo_old img {
	float: left;
	padding: 0 10px 5px 0;
	border: none;
}

.lowertwo_old h3 {
	padding: 0;
	margin: 0;
	text-align: left;
}

.lowertwo_old p {
	padding-left: 80px;
	font-size: 11px;
}

.lowertwo_old ul, .lowertwo_old ul ul {
	padding-left: 18px;
}

.lowertwo_old li, .lowertwo_old li li {
	list-style-type: disc;
}

.lowertwo_old a:hover {
	text-decoration:underline;
}


/* @end old lowerrow*/

img.about {
	margin-right: 15px;
	margin-bottom: 10px;
	border: none;
}

.hidelink h2 {
	font-size: 0.9em;
}

.hidelink a, .hidelink a:visited {
	font-weight: normal;
}

.hidelink a:hover {
}

.whitetest {
	padding: 0 10px;
}

.greytest {
	padding: 0 10px;
	border-bottom: 1px dotted #aaa;
	border-top: 1px dotted #aaa;
	background-color: #eee;
}

.greytest h4 {
	font-family: "Trebuchet MS";
	font-size: 0.9em;
	color: #704066;
	font-weight:100;
	margin: 5px 0;
	padding: 0;
	font-style: italic;
}

.greytest .testopen {
	width: 100%;
	background: none;
	padding: 0;
	margin: 0;
	position: relative;
}

.greytest .testclose {
	background: none;
	padding: 0;
	margin: 0;
}

.greytest .testclose p {
	padding: 0;
	margin: 0 0;
	font-style: italic;
}

.greytest .testname {
	padding-right: 0;
	margin: 0 0 5px;
	font-style: normal;
}

/* @group products */

.productimg {
	float: left;
	margin: 0 5px;
	width: 385px;
	position: relative;
}

.productimg img {
	padding: 2px;
	border: 1px solid #ccc;
}

.producttxt {
	float: left;
	margin: 0 5px;
	width: 300px;
}

.producttxt p {
	margin: 4px 0;
	padding: 0;
}
.prodrow {
	padding: 10px 10px;
	position: relative;
	border-top: 1px dotted #704066;
}

.prodrow h2 {
	padding: 0;
	margin: 0;
}

.prodrow p {
	margin: 0;
	padding: 3px 0;
}

.prodrow a {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: none;
}

.prodtwo {
	float: left;
	margin: 0 5px;
	width: 360px;
	position: relative;
}

.prodtwo h3 {
	padding: 0;
	margin: 0;
	text-align: left;
	font-size: 13px;
}

.prodtwo p {
	padding: 0 10px;
	font-size: 12px;
}

.prodtwo ul, .lowertwo ul ul {
	padding-left: 18px;
}

.prodtwo li, .lowertwo li li {
	list-style-type: disc;
}

/* @end products */

#table {
	margin: 0;
	padding: 0;
}

#table h2 {
	margin: 0;
	padding: 7px 5px;
	font-weight: normal;
	color: #5A5A5A;
	font-size: 110%;
	background-color: #ccc;
	border-bottom: 1px dotted #aaa;
}

#table h3 {
	margin: 0 0;
	padding: 7px 5px;
	font-weight: normal;
	color: #5A5A5A;
	font-size: 110%;
	background-color: #eee;
	border-bottom: 1px dotted #aaa;
}

#table ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#table li {
	list-style: none;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #aaa;
}

.t2 {
	text-align: left;
	width: 100%;	
}

.t2 h2 {
	margin: 0;
	padding: 3px 0;
	font-weight: normal;
	color: #5A5A5A;
	font-size: 100%;
}

.t2 td {
	padding: 2px 0;
	width: 50%;
}

.t1 p, .t2 p {
	padding: 0;
	margin: 0;
}

.t1 {
	text-align: left;
}

.t1 h2 {
	margin: 0;
	padding: 3px 0;
	font-weight: normal;
	color: #5A5A5A;
	font-size: 100%;
}

.t1 td {
	padding: 2px 15px 2px 0;
}

/* @end */
