/*--------------------------*/
/*   Global Elements  	    */
/*--------------------------*/
html, body {
	height: 100%; /* set for sticky footer */
	}
* {
	margin: 0;
	padding: 0;
	}
body {
	color: #000;
	font: 100%/1.25 arial, sans-serif;
	background:url(/images/bg.jpg) repeat-x;
	background-color:#352e36;
	}
h1 {
	font-size: 2.0em;
	margin: 10px 0 7px 20px;
	}	
h2 {
	font-size: 1.5em;
	margin: 10px 0 20px 0;
	}	
h3 {	
	font-size: 1.3em;
	font-weight: bold;
	margin: 7px 0;
	}
h4 {
	font-color: #FFFFFF;
	font-weight: bold;
	}
img {
	border: 0;
	}
p {
	margin: 10px 0;
	}
a {
	text-decoration: none;
	}
ul, ol {
	padding: 20px 0 20px 40px;
	}
input {
	margin: 2px 0 5px 0;
	padding: 3px 0;
	}
dl {
	margin: 0;
	padding-top: 10px;
	}
dt {
	font-weight: bold;
 	float: left; 
 	clear: left; 
 	width: 8em; 
 	}
 dd { 
 	margin: 0 0 0 90px; 
	padding: 0 0 0.5em 0; 
	height: 1em;
 	}
/*--------------------------*/
/* Global Classes           */
/*--------------------------*/
.simpleList {
	color:#FFFFFF;
	list-style: none;
	padding: 20px 20px 20px 0;	
	}
.floatLeft {
	float: left;
	}
.floatLeftPad {
	float: left;
	margin: 20px 0 0 15px;
	}
.floatRight {float:right;}
.floatClear {
	clear: both;
	}
.clearRight {
	clear: right;
	}
.clearLeft {
	clear: left;
	}
.border {
	border: 1px solid #fff;
	padding: 20px;
	}
.imgRight {
	float: right;
	margin-left: 15px;
	}
.imgLeft {
	float: left;
	margin-right: 15px;
	}
/*--------------------------*/
/* page classes             */
/*--------------------------*/
.wrap1{
	background:url(/images/bubbles_bg.png) no-repeat scroll 50% 0;
	height:100%;
	width:100%;
}
.pageWrapper {
	width: 975px;
	min-height: 100%; /* set for sticky footer */
	height: auto !important; /* set for sticky footer */
	height: 100%; /* set for sticky footer */
	margin: 0 auto -80px; /* the bottom margin is the negative value of the footer's height for sticky footer */
	}
.header {
	background:url(/images/tlc_head.png) no-repeat;
	width:975px;
	height:156px;
	}
.header h1 {
	display:none;
	margin: 0;
	}
.header img {
	}
.header h2 {
	}
.header p {
	}
.logo {
	}
.contentWrapper {
	
	}
.content {
	clear:both;
	background:url(/images/content_bg.png);
	padding:10px;
	overflow:hidden;
	}
.content h2 {
	font-family:helvetica;
	font-size:29px;
	color:#fff;
	}
.content p{
	font:12px arial;
	color:#fff;
}
.content img{float:left;}
.contentRight {
	width: 570px;
	margin-left: 320px;
}
.footer {
	clear: both;
	margin: 10px auto 0;
	padding: 5px 0;
	font-size:11px;
	text-align:center;
	width: 965px;
	height: 60px; /* .push must be the same height as .footer */
	}
.footer ul {
	padding:0;
	margin:10px 0;
	}
.footer li {
	display:inline;
	padding: 0 10px;
	}
.footer li a {color:#fff;}
.footer a:visited {color:#fff;}	
.footer p {
	}
.push {
	height: 60px; /* .push must be the same height as .footer */
}
.caption{
	width:282px;
	background:#ffffff;
	color:#4b3452;
	float:left;
}
.caption2{
	width:500px;
	background:#ffffff;
	color:#4b3452;
	float:right;
}
.action_home{
	background: url(/images/button.png) no-repeat;
	width:205px;
	height:50px;
	padding:10px;
	float:right;
}
/*--------------------------*/
/* navigation               */
/*--------------------------*/
ul.navList {
	clear: both;
	list-style: none;
	padding: 0;
	overflow: hidden;
	height:56px;
	float:right;
	}
ul.navList li {
	float: left;
	text-align: center;
	margin-left:3px;
	}
ul.navList li a{
	display: block;
	width: 99px;
	line-height: 59px;
	vertical-align: middle;
	color: #fff;
	background: url(/images/nav_light_bg.png);
	}
ul.navList li a:hover{
	background:url(/images/active_bg.png) repeat-x;
	color: #fff;
	height:59px;
	}
#index #indexLink a, #aboutTLC #aboutTLCLink a, #whatsnew #whatsnewLink a, #products #productsLink a, #links #linksLink a, #contact #contactLink a {
	background:url(/images/active_bg.png) repeat-x;
	height:59px;
}
/* drop down suckerfish navigation */
ul.navList li ul {
	position: absolute;
	width: 10em;
	left: -999em;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 10;
}
ul.navList li ul li a{
	width: 150px;
	text-align: left;
	line-height: 25px;
	height: 25px;
	padding-left: 3px;
}
ul.navList li:hover ul, #nav li.sfhover ul {
	left: auto;
}

/* left navigation */
ul.leftNav {
	float: left;
	width: 200px;
	list-style: none;
	}
ul.leftNav li a {
	color: #FFFFFF;
	}
/*--------------------------*/
/* form formatting          */
/*--------------------------*/
.redFont {
	color: #F00;
	}
.row {
	color: #FFFFFF;
	clear: both;
	padding-top: 2px;
	height: 20px;
	margin: 10px 0;
	}
.row label {
	clear: both;
	float: left;
	width: 152px;
	text-align: right;
	margin-top: 2px;
	}
.row input, .row select, .row textarea {
	float: left;
	width: 200px;
	margin: 0 0 0 10px ;
	text-align: left;
	} 
.row textarea {
	width: 230px;
	}
.button {
	clear: both;
	padding-top: 2px;
	margin-top: 30px;
	}
.button input{
	width: 80px;
	margin: 0 20px 0 188px;
	}
.mymap {
	float: right;
	}
#errorText {
	height: 40px;
	}
#errorText p {
	color: #c00;
	margin:0;
	}
/*--------------------------*/
/* Taras Classes           */
/*--------------------------*/

.furSample {width:500px;}
.contentLeft {
	width: 570px;
	margin-left: 10px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}
.style1 {color: #FFFFFF}
.italicBoldCopy {
	color:#FFFFFF;
	font-size:12px;
	font: "Times New Roman", Times, serif;
	font-style:italic;
	}
