@charset "utf-8";
/* Background & Text Color */

body {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background: #333333;
	margin:0px;
	font-weight:bold;
	cursor: default;
	background-image:url(http://thermalvideo.com/img/grad_bg2.jpg);
	background-repeat: repeat-x;
	background-color: #333333;
}
/* Navigation - SEO */

h1.navigation {
	font-size:13px;
	margin:0px;
}
h2.opening_right {
	font-size:15px;
	font-weight:normal;
	margin:0px;
}
h2.about_thermography {
	padding-bottom:6px;
	border-bottom:1px solid #666666;
	font-size:18px;
}
h2.thermal_imaging_systems {
	padding-bottom:6px;
	border-bottom:1px solid #666666;
	font-size:18px;
	color:#FFFFFF;
}
h2 {
	padding-bottom:6px;
	font-size:17px;
	margin:0px;
}
p {
	color:#CCCCCC;
}
/* Link Colors: Navigation */

a.nav:link {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
}
a.nav:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
}
a.nav:hover {
	color: #FFFF00;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
}
a.nav:active {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	cursor:pointer;
}
/* Link Colors: Default Links */

a:link {
	color: #FFFFFF;
	text-decoration: underline;
	cursor:pointer;
	border: #FFFFFF;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
	cursor:pointer;
	border: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
	cursor:pointer;
	border: #FFFF00;
}
a:active {
	text-decoration: underline;
	color: #FFFF00;
	cursor:pointer;
	border: #FFFF00;
}
/* Layout Containers */

.main_container {
	width:925px;
	margin-left:auto;
	margin-right:auto;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-bottom:2px;
}
.main_container_border_bg {
	border:0px solid #FFFFFF;
	background-color:#000000;
}
.content_padding {
	padding-left:15px;
	padding-right:15px;
	padding-top:8px;
}
.footer_padding {
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
}
.footer_container {
	width:925px;
	height:111px;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	overflow-x: hidden;
	background-image:url(http://thermalvideo.com/img/reflection.png);
	background-repeat:repeat-x;
}
.h2_largetitle {
	background-image:url(http://thermalvideo.com/img/head-bg.png);
	background-repeat:repeat-x;
	padding:3px;
	margin-bottom:8px;
	font-size:20px;
	font-weight:normal;
	color:#FFF;
}

/* */

.thv_logo {
	float:left;
	margin-left:10px;
	margin-top:15px;
	margin-bottom:10px;
}
.thv_headvideo {
	float:right;
	width:600px;
	height:90px;
	margin-top:12px;
	margin-right:10px;
}
.thv_navholder {
	clear:both;
	margin-left:10px;
	border-bottom:1px solid #333333;
	margin-right:10px;
}
.clearboth {
	clear:both;
}
.footer_height {
	height:25px;
}
.footer_left {
	float:left;
	width:auto;
}
.footer_right {
	float:right;
	width:auto;
	text-align:right;
}

