body {
	background-color: #97B2CD;
	margin: 0;
	padding: 0;
	background-image: url(../images/bkgd_tiles.gif);
	background-repeat: repeat-x;
}

body, td, p {
	font-family: arial;
	font-size: 12px;
	color: #666;
}

img {
	display: block;
	border: 0;
}

img.border {
	border: 1px dotted red;
}

img.inline {
	display: inline;
}

img.imgicon {
	display: inline;
	padding-right: 5px;
}


a, a:hover {
	text-decoration: none;
	color: #FF6633;
}

sup {
	font-size: .75em;	
}

.white {
	color: #fff;
}

.floatright {
	float: right;
}

.floatleft {
	float: left;
}

span.loginError {
	color: #F00;
	font-weight: bold;
}

span.print {
	position: relative;
	left: 80%;
	padding-bottom: 0px;
}

span.print a {
	background: url(../images/btn_print.gif) 0 0px no-repeat;
	padding-left: 20px;
	margin: 0px 5px 0px 25px;
	float: right;
}

span.backtosingle {
	position: relative;
	left: 75%;
	padding-bottom: 0px;
}

span.backtosingle a {
	background: url(../images/btn_backto.gif) 0 2px no-repeat;
	padding-left: 20px;
	padding-right: 25px;
	float: right;
}

span.backtoicon {
	position: relative;
	left: 75%;
	padding-bottom: 0px;
}

span.backtoicon a {
	background: url(../images/btn_backto.gif) 0 2px no-repeat;
	padding-left: 20px;
	float: right;
}

div.backto {
	width: 100%;
	text-align: right;
}

div.backtoicon {
	position: relative;
	padding-bottom: 20px;
}
div.backtoicon a {
	background: url(../images/btn_backto.gif) 0 2px no-repeat;
	padding-left: 20px;
	margin-right: 20px;
}

div#main {
	margin: 5px auto; 
	padding: 0;
	width: 800px;
}

div#choose {
	margin: 5px 0px 0px 11px;
	color: #4D79A6;
	font-size: 10px;
}

ul#globalnav {
	text-align: right;
	margin: 0;
	padding: 0;
	padding-right: 10px;
	position: relative;
	list-style: none;
	z-index: 8000;
}

ul#globalnav li {
	display: inline;
	position: relative;
}



ul#globalnav li a {
	font-size: 9px;
	color: #999;
	padding: 0 10px;
}



ul#globalnav li a.dotted {
	border-right: dotted 1px #999;
	color: #FD7D3E;
}


ul#globalnav li a span.arrow {
	background: url(../images/arrow_right.gif) no-repeat;
	width: 6px;
	padding-right: 5px;
	padding-left: 3px;
}

ul#globalnav ul {
	list-style: none;
	position: absolute;
	margin: 14px 0 0 0;
	display: none;  
	left: 0;
	top: 0;
	width: 130px;
}


ul#globalnav li:hover ul, ul#globalnav li.over ul { 
	display: block;
	background: #D2DDE9;
	padding: 0;
}


ul#globalnav ul li {
	margin: 0;
	padding: 0;
	display: block;
	border: 1px solid #D2DDE9;
	border-top: 0;
}

ul#globalnav li ul li a {
	background: #FFF;
	padding: 1px;
	padding-left: 8px;
	margin: 0;
	display: block;
	text-align: left;
}

ul#globalnav li ul li a.on {
	background: #6E97BC;
	color: #FFF;
}

ul#globalnav li ul li a:hover {
	background: #6E97BC;
	color: #FFF;
}


div#topbar {
	position: relative;
/*	border: 1px solid red; */
}


div#logolink {
	position: relative;
	top: 10px;
	left: 6px;
	width: 100px;
	height: 30px;
}

div#dealer, div#nodealer {
	color: #fff;
	position: absolute;
	top: 20px;
	right: 0;
	text-align: right;
	z-index: 1;
}


div#dealer a {
	display: block;
}

div#topspace {
	background-image: url(../images/topspace.jpg);
	height: 17px;
}

div#topspace_sub {
	background-image: url(../images/topspace_sub.gif);
	height: 11px;
	display: block;
	padding: 0;
	margin: 0;
}

table#footer {
	width: 800px;
}

table#footer td {
	font-size: 10px;
	color: #FFF;
	vertical-align: top;
	background: url(../images/footerright_bkgd.gif) repeat-x;
	/* height: 132px; */
}

table#footer td#footerleft {
	text-align: left;
	width: 89px;
}

table#footer td#footerright {
	padding: 5px 10px 0 0;
	text-align: right;
}

table#footer td a {
	color: #104674;
	font-weight: bold;
	text-decoration: none;
}

table#footer td a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 15px;
	color: #405E92;
	padding-top: 10px;
}

h2 {
	font-size: 14px;
	color: #405E92;
}

h3 {
	font-size: 13px;
	color: #405E92;
}

h4 {
	font-size: 12px;
	color: #405E92;
}


td#header h1 {
/*	border: 1px solid black; */
	margin: 0px;
	padding: 5px 0 10px;
}

td#header {
	padding-left: 10px;
}


table#mainsection {
	background-color: #E7EDF3;
	width: 800px;
}

table#mainsection td {
	vertical-align: top;
}


table#mainsection td#leftside {
	width: 205px;
	padding: 0 0 10px 10px;
}



/* content side CSS */
td#content {
	padding: 0 15px 10px 10px;
}



/***************************************************/
/* ORIGINALLY FROM commcat.css */
/***************************************************/


table#tblcontent {
	width: 574px;
	background: #F2F0F1;
	padding: 0;
	margin: 0;
}



table#tblcontent td#leftshadow {
	background: url(../images/contentleftshadow.gif) repeat-y;
	vertical-align: top;
	width: 5px;
}

table#tblcontent td#rightshadow {
	background: url(../images/contentrightshadow.gif) repeat-y;
	vertical-align: top;
	width: 5px;
}


table#tblcontent td#maincontent {

	background: #FFFFFF url(../images/contenttop.gif) repeat-x;
	padding: 10px 7px;
}

td#maincontent p, td#maincontent h1  {
	padding: 0 5px;
}

td#maincontent h1 {
	margin-bottom: -10px;
}

td#maincontent h3, td#maincontent h4{
	margin-left: 5px;
}


td#maincontent p {
	color: #666;
	font-size: 12px;
	line-height: 1.5em;
}

td#maincontent p.fire_note {
	font-size: 11px;
	font-weight: bold;
}

/*
td#maincontent p.readmore {
	background: url(../images/icon_readmore.gif) 5px 4px no-repeat;
	padding-left: 20px;
	vertical-align: middle;
}
*/

td#maincontent p.readmore a, td#maincontent li a {
	color: #F63;
	text-decoration: none;
	font-size: 10px;
}

td#maincontent p.readmore a:hover, td#maincontent li a:hover {
	text-decoration: underline;
}

td#maincontent li {
	color: #666;
	font-size: 12px;
	line-height: 1.5em;
}

td#maincontent ul.readmore {
	list-style: none;
	padding-left: 10px;
	margin-left: 0;
}

td#maincontent ul.readmore li {
	background: url(../images/icon_readmore.gif) 5px 4px no-repeat;
	padding-left: 20px;
	vertical-align: middle;
}

td#maincontent ul.casestudy {
	list-style: none;
	padding-left: 10px;
	margin-left: 0;
}

td#maincontent ul.casestudy li {
	background: url(../images/icon_casestudy.gif) 5px 4px no-repeat;
	background-color: #EBF0F6;
	padding-left: 20px;
	vertical-align: middle;
}

td#maincontent div#headimage{
	padding: 0;
	margin: 0;
}

td#maincontent div#vidspot{
	float: right;
	padding-left: 10px;
	padding-top: 10px;
}


table#tblcontent td#bottom {
	background: url(../images/contentbottom.gif) repeat-x;
	height: 6px;
/*	border: 1px solid black; */
}

td#maincontent p.note {
	font-size: 10px;
	color: #999;
}

table#ErrorBox{
	border: 1px solid #aaa;
	width: 90%;
}
table#ErrorBox  td {
	background: #fff;
	font-weight: normal;
	color: #F63;
	text-decoration: none;
	font-size: 12px;
}
table#ErrorBox td.first {
	height: 15px;
	font-size: 13px;
	color: #111;
	text-align: center;
	background: #ddd;
	font-weight: bold;
}

/* Design Tools */
.dtoolstitle{
	background-color:#c6d3e3;
	font-weight:bold;
	color: #405E92;
	padding: 2px;
	margin: 10px 0px 10px 0px;
}

.dtoolsprod_header {
	background-color:#ebf0f6;
	font-weight:bold;
	padding: 2px;
}
.dtools_anchors {
	padding: 0px 0px 5px 5px;
	line-height: 16px;
}
.dtoolsprod {
	margin: 3px 0px 5px 0px;
	font-weight: bold;
}
.dtoolsheader {
	padding: 0px 0px 10px 5px;
	font-weight: bold;
	color: #405E92;
}
.dtoolsdownload {
	font-size: 10px;
}
.dtoolsbacktotop {
	text-align:right;
	padding: 10px 5px 15px 0px;
	clear: both;
}
.col_left_float {
	float:left;
	width:63%;
}
.col_right_float {
	float:right;
	width:37%;
}
td#maincontent ul.dtoolslist {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
	width: 550px;
}
td#maincontent ul.dtoolslist li {
	float: left;
	width: 107px;
	padding: 0px 0px 20px 3px;
}
td#maincontent ul.dtoolslist li a {
	font-size: 12px;
	text-decoration: none;
}
td#maincontent ul.dtoolslist li a:hover {
	text-decoration: none;
}
/* End of Design Tools CSS */

div.workout_str {
	font-size:  11px;
	padding: 0px 8px 0px 15px;
	line-height: normal;
}
td#maincontent span.workout_note {
	padding-left: 15px;
	line-height: normal;
}
td#maincontent td.workout_note_cell {
	font-size: 10px;
	padding-left: 15px;
	line-height: normal;
}