@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	padding: 0;
	background: #000 url(images/terracat_background.jpg) no-repeat top center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #d5bead;
	text-align: center;
}

* {
	margin: 0;
	padding: 0;
}

h5, h4, h3, h2, p { margin-bottom: 15px; }

h3 {
	font-size: 18px;
	border-bottom: 3px solid #685740;
}

a {
	color: #fc0;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

span.content_top_image { text-align: center; margin-bottom: 15px; display: block; }

dl.form{ width: 75%; margin-left: 25px; }
dl.form dt { float: left; margin-right: 18px; width: 150px; border-bottom: 1px solid #666; font-weight: bold; }
dl.form dd { margin: 0 0 18px 0; }

ul.vertical_list { padding-bottom: 15px; }
ul.vertical_list li { margin: 0 0 10px 30px; }

/* Error Styles */
#notice {
	border: 2px solid #5b2d2d;
	color:#5B2D2D;
	background-color:#ceadad;
	margin: 0 0 10px 0;
	padding: 5px;
	text-align:left;
}

#nice_notice {
	border: 2px solid #4b5d41;
	color:#4B5D41;
	background-color:#c5d4bd;
	margin: 0 0 18px 0;
	padding: 7px;
	text-align:left;
}


/* Layout Styles */

#container {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	position: relative;
	width: 900px;
}

	#header {
		width: 900px;
		height: 394px;
		position: relative;
	}
	
		#header h1 {
			position: absolute;
			top: 27px;
			left: 0;
			width: 322px;
			height: 197px;
		}
			#header h1 a {
				display: block;
				width: 322px;
				height: 197px;
				text-indent: -9999px;
				background: url(images/terracat_logo.jpg) no-repeat;
			}
			
		#header ul { 
			position: absolute;
			top: 44px;
			left: 322px;
			width: 578px;
			height: 42px;
		}
			#header ul li {
				list-style: none;
				float: left;
				height: 42px;
			}
				#header ul li a {
					display: block;
					height: 42px;
					text-indent: -9999px;
				}
				
					#header ul li.nav_home a { background: url(images/terracat_nav_01.jpg); width: 82px; }
					#header ul li.nav_home a:hover { background: url(images/terracat_nav_01.jpg) 0 -42px; }
					
					#header ul li.nav_applications a { background: url(images/terracat_nav_02.jpg); width: 139px; }
					#header ul li.nav_applications a:hover { background: url(images/terracat_nav_02.jpg) 0 -42px; }
					
					#header ul li.nav_features a { background: url(images/terracat_nav_03.jpg); width: 110px; }
					#header ul li.nav_features a:hover { background: url(images/terracat_nav_03.jpg) 0 -42px; }
					
					#header ul li.nav_compare a { background: url(images/terracat_nav_04.jpg); width: 110px; }
					#header ul li.nav_compare a:hover { background: url(images/terracat_nav_04.jpg) 0 -42px; }
					
					#header ul li.nav_contact a { background: url(images/terracat_nav_05.jpg); width: 137px; }
					#header ul li.nav_contact a:hover { background: url(images/terracat_nav_05.jpg) 0 -42px; }
					
	#content {
		clear: both;
	}
	
		#content #column_one {
			width: 565px;
			background: url(images/terracat_content_background.jpg);
			padding: 2px 15px 65px 15px;
			float: left;
		}
		
			#content #column_one h2 {
				width: 560px;
				height: 63px;
				text-indent: -9999px;
			}
				
				#content #column_one h2#title_home { background:url(images/titles/home.png); }
				#content #column_one h2#title_applications { background:url(images/titles/applications.png); }
				#content #column_one h2#title_features { background:url(images/titles/features.png); }
				#content #column_one h2#title_compare { background:url(images/titles/compare.png); }
				#content #column_one h2#title_contact { background:url(images/titles/contact.png); }
		
		
		#content #column_two {
			float: right;
			width: 274px;
			text-align: center;
		}
			#content #column_two h2 {
				width: 274px;
				height: 34px;
				text-indent: -9999px;
			}
			
				#content #column_two h2#sub_title_contact { background: url(images/sub_titles/quick_contact.png); }
				#content #column_two h2#sub_title_models { background: url(images/sub_titles/models.png); }
			
			#content #column_two ul#models li {
				width: ;
				list-style: none;
			}
				#content #column_two ul#models li a {
					display: block;
					width: 274px;
					text-indent: -9999px;
				}
				#content #column_two ul#models li.model_one a { background: url(images/terracat_models_01.jpg); height: 209px; }
				#content #column_two ul#models li.model_two a { background: url(images/terracat_models_02.jpg); height: 181px; }
				#content #column_two ul#models li.model_three a { background: url(images/terracat_models_03.jpg); height: 201px; }
	
	#footer {
		clear: both;
		padding-top: 30px;
		position: relative;
	}
	
		#footer ul#footer_nav li {
			list-style: none;
			float: left;
			margin-right: 20px;
		}
		
		#footer ul#footer_info {
			position: absolute;
			top: 60px;
		}
			#footer ul#footer_info li {
				float: right;
				list-style: none;
				width: 400px;
				height: 50px;
			}
			
/* Compare Styles / Table Styles */

table {
	color: #000;
	text-align: center;
	font-size: 10px;
	width: 500px;
}
table tr th {
	padding: 3px;
	background: #999;
	font-weight: bold;
}
	tr.table_header th {
		background: #685740;
		color: #fff;
	}
	tr.table_header th.table_header_special {
		background: #effd36;
		color: #000;
	}
	
	tr td {
		background: #fff;
		padding: 3px;
	}
	tr td.table_data_special {
		background: #f8fbc6;
	}
