/* CSS Document */

* {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-TOP: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #CCCCCC;
	text-align: center; /* this overrides the text-align: center on the body element. */
}
.twoColFixLtHdr #container {
	width: 970px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../pics/index-back.gif);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #container2 {
	width: 970px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(../pics/template-back.gif);
	background-repeat: repeat-y;
}

.twoColFixLtHdr #header {
	padding: 0;  /* 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. */
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	background-color: #F22613;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	float: right;
	width: 729px;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #414244;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
} 
.twoColFixLtHdr #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 */
	color: #999999;
}
.twoColFixLtHdr #footer p a {
	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 */
	color: #CCCCCC;
	text-decoration: none;
	line-height: 18px;
	font-size: 9pt;
}
.twoColFixLtHdr #footer p a:hover {
	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 */
	color: #FF0000;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.twoColFixLtHdr #container #mainContent #topsally {
	background-color: #E6E7E8;
	height: 36px;
}
.twoColFixLtHdr #container #mainContent #topsally2 {
	background-color: #FFFFFF;
	background-image: url(../images/top-sally2.gif);
	height: 114px;
	background-repeat: no-repeat;
	background-position: right top;
}
.twoColFixLtHdr #container #mainContent #midsally {
	background-color: #E6E7E8;
	height: 309px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/mid-sally-back.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.twoColFixLtHdr #container #mainContent #midsally2 {
	background-color: #FFFFFF;
	height: 227px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/mid-sally02.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#mainContent #botsally2 {
	background-image: url(../images/sally-bottom02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 83px;
}
#bottomsally2 .cruzin-text {
	padding: 12px;
	background-image: url(../images/cruz-index.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#bottomsally2 .newsletter {
	padding: 12px;
	text-align: center;
}
#bottomsally2 .cruzin-text a {
	color: #FF0000;
	text-decoration: none;
}




.twoColFixLtHdr #container #mainContent #bottomsally {
	background-color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
	background-image: url(../images/sally-mid.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.twoColFixLtHdr #container #mainContent #bottomsally2 {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container2 #mainContent #contentarea {
	padding: 20px;
	color: #333333;
	line-height: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container2 #mainContent #contentarea a {
	color: #666666;
	line-height: 18px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.twoColFixLtHdr #container2 #mainContent #contentarea a:hover {
	color: #FF0000;
	text-decoration: none;
}
.pageheader {
	font-size: 24px;
	color: #FF0000;
	letter-spacing: .1em;
	line-height: 40px;
}
.textheader {
	font-weight: bold;
	color: #000000;
	font-size: 14px;
}
.textheader-red {

	font-weight: bold;
	color: #FF0000;
	font-size: 14px;
}
.accent-text {
	font-size: 16px;
	color: #FF0000;
	font-style: italic;
}
.text-italic {
	font-style: italic;
}
.text-bold {
	font-weight: bold;
}
.text-red a {
	font-weight: bold;
	color: #FF0000;
	font-size: 12px;
	text-decoration: none;
}
.text-italic-red {
	font-style: italic;
	color: #FF0000;
}
.twoColFixLtHdr #container2 #mainContent #contentarea .myTable td {
	padding: 2px;
	margin: 0px;
}
.twoColFixLtHdr #container2 #mainContent #contentarea .myTable img {
	margin-top: 8px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
}
.text-small {
	font-style: italic;
	font-size: 11px;
}
.text-red {
	color: #FF0000;
}
.text-red-bold {
	color: #FF0000;
	font-weight: bold;
}
#DCP-links {
	background-color: #FFFFFF;
	height: 35px;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	color: #666666;
}
#DCP-links a {
	text-decoration: none;
	color: #000000;
}
#DCP-links a:hover {
	color: #ff0000;
}
.twoColFixLtHdr #container2 #mainContent #contentarea ul {
	font-weight: normal;
	color: #333333;
	list-style-type: square;
	padding-left: 2px;
	margin-left: 20px;
	list-style-position: outside;
}
#contentarea hr {
	color: #FF0000;
	height: 1px;
	display: block;
	background-color: #FF0000;
	margin-top: 5px;
	margin-bottom: 10px;
}

.ul-blacksquare {
	list-style-image: url(../pics/black-square.gif);
	list-style-type: disc;
}

.twoColFixLtHdr #container2 #mainContent #contentarea ul li {
	font-weight: normal;
	color: #333333;
	list-style-type: disc;
	list-style-position: outside;
}
.ul-redbox {
	list-style-image: url(../pics/red-box.gif);
	list-style-type: disc;
}

.text-normal {
}
.ul-black-circle {

	list-style-image: url(../pics/black-circle.gif);
	list-style-type: disc;
}
.ul-red-disc {


	list-style-image: url(../pics/red-disc.gif);
	list-style-type: disc;
}
.ul-black-disc {



	list-style-image: url(../pics/black-disc.gif);
	list-style-type: disc;
}
#contentarea #imgDIV {
	display: block;
	float: right;
	text-align: center;
}
.twoColFixLtHdr #container2 #mainContent #contentarea ol {

	font-weight: normal;
	color: #333333;
	list-style-type: decimal;
	padding-left: 2px;
	margin-left: 20px;
	list-style-position: outside;
}
#contentarea #imgDIVcenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 550px;
	vertical-align: middle;
}
#contentarea .img-right {
	font-size: 11px;
	text-align: center;
	width: auto;
	float: right;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	line-height: 14px;
}
.twoColFixLtHdr #container2 #mainContent #contentarea .product-table td {
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#contentarea .img-left {
	font-size: 11px;
	text-align: center;
	display: block;
	width: auto;
	float: left;
	height: auto;
	margin-right: 20px;
	line-height: 14px;
}
.twoColFixLtHdr #container2 #mainContent #contentarea .testimonials {
	width: 700px;
	margin-top: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #FF0000;
	padding-top: 20px;
}
.toolTipImg {
	cursor: auto;
}
.tool-tip {
	color: #fff;
	width: 80px;
	height: 30px;
	z-index: 13000;
	background-image: url(../pics/balloon.png);
	background-position: left top;
	background-repeat: no-repeat;
	}
 
.tool-title {
	font-size: 11px;
/*	background-image: url(../pics/test7.png);
	background-position: left top;
*/	text-align: center;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	line-height: 1px;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); -moz-opacity: 1.0; opacity: 1.0; -khtml-opacity: 1.0;
}
 
.tool-text {
	font-size: 11px;
	/*	background-image: url(../pics/test7.png);
	background-position: left bottom;
*/	text-align: center;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	line-height: 28px;

    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80); -moz-opacity: 1.0; opacity: 1.0;

-khtml-opacity: 1.0;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	padding-top: 0px;
}
.tool-text a{
	color: #FFFFFF;
	text-decoration: none;
}
.tool-text a:hover{
	color: #FF0000;
	text-decoration: none;
}
#contentarea .product-title {
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	background-color: #DDDDDD;
	border: 1px solid #999999;
	padding-left: 10px;
}
.pageheader2 {
	font-size: 18px;
	color: #333333;
	letter-spacing: 0.2em;
	line-height: 20px;
	font-style: italic;
	text-decoration: none;
}
.text-bold-underline {
	font-weight: bold;
	text-decoration: underline;
}
#contentarea .img-center {

	font-size: 11px;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#contentarea input {
	border: 1px solid #999999;
	color: #999999;
}
.myTable .contenttext input {
	color: #999999;
	border: 1px solid #666666;
}

#contentarea .ol-dec li {
	list-style-type: decimal;
	margin-left: 10px;
}
#contentarea .product-table input {
	font-weight: bold;
	color: #000000;
	border: 1px solid #999999;
}
#contentarea .myTable input {
	font-weight: bold;
	color: #000000;
	border: 1px solid #999999;
}
#contentarea .partners .partnerimg {
	float: left;
	width: 175px;
}
#contentarea .partners .partnertxt {
	margin-left: 175px;
}
#contentarea .myTable textarea {

	font-weight: bold;
	color: #000000;
	border: 1px solid #999999;
}
#contentarea .myTable radio {
	font-weight: bold;
	color: #000000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#contentarea #left50 {
	width: 250px;
	float: left;
}
#contentarea #right50 {
	width: 250px;
	margin-left: 260px;
}
.twoColFixLtHdr #mainContent #contentarea {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-color: #FFFFFF;
}
#mainContent #contentarea .ul-right {
	list-style-type: disc;
	margin-left: 20px;
	list-style-position: outside;
}

.clearleft {
	clear:left;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#mainContent #contentarea .ul-right li {
	list-style-type: disc;
	margin-left: 140px;
	list-style-position: outside;
	display: block;
}
#mainContent #contentarea .ul-right2 li {
	list-style-type: disc;
	margin-left: 320px;
	list-style-position: outside;
	display: block;
	font-weight: bold;
}
#contentarea #viewcart {
	float: right;
	height: 36px;
	width: 150px;
}
#contentarea .myTable40 td {
	padding: 4px;
}
#contentarea .myTable40 input {
	padding: 2px;
	font-size: 12px;
	border: 1px solid #7D7F82;
	color: #333333;
}
#contentarea .myTable40 #Comments {
	font-size: 12px;
	padding: 2px;
	border: 1px solid #7D7F82;
	color: #666666;
}
.myTable40 #button {
	background-color: #E0DFE3;
	border: 1px solid #7D7F82;
}
.myTable40 #button:hover {
	background-color: #E0DFE3;
	border: 1px solid #F22613;
}
.myTable40 #button2 {
	background-color: #E0DFE3;
	border: 1px solid #7D7F82;
}
.myTable40 #button2:hover {
	background-color: #E0DFE3;
	border: 1px solid #F22613;
}
#mainContent #consultNow2 {
	position: relative;
	color: #333;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	border: 1px solid #666;
	background-color: #FFF;
	width: 217px;
	float: right;
}
#mainContent #contentarea #newTop {
	position: relative;
}

#mainContent #consultNow2 form table tr td {
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#consultNow2 #name, #consultNow2 #email, #consultNow2 #phone, #consultNow2 #message {
	font-size: 10px;
	border: 1px solid #999;
	color: #333;
}
#consultNow2 #orderTests table tr td #ConsultNow {
	cursor: pointer;
	color: #F00;
	font-size: 11px;
}
.pageheader2 {
	font-size: 24px;
	color: #FF0000;
	letter-spacing: 0em;
	line-height: 40px;
	font-style: normal;
}
.new_1{
	width:500px;
	
	
	
	}
.cover_new{ float:right; padding-right:15px; padding-top:15px;}
.cover_new p{ text-align:center; font-size:10px; text-decoration:none;}


.train1{padding-top:250px; padding-right:70px;}
.train2{color:#900; font-weight:bold;}

