/*
Theme Name: ThermImage
Theme URI: http://thermimage.com/
Version: 1.0
Author: PressDev
Author URI: http://pressdev.com/
Description: Custom designed theme for ThermImage, built by <a href="http://pressdev.com" target="_blank">PressDev</a>
*/
body {
	background:#b5b6c6;
	font:11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#555;
	margin:0;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#main {
	width:874px;
	margin:57px auto 0;
	padding:0 0 50px;
}
#content {
	width:808px;
	overflow:hidden;
	padding:10px 33px 0;
	background:url(images/main-back-stripe.png);
}
#content .sub-news ul {
	padding:0 0 10px 0;
	margin-left: 0;
	text-indent: 0;
}
#content .sub-news ul li {
	padding:0 0 10px 0;
	list-style-type: none;
	margin-left: 0;
	font-family:Calibri;
	font-size: 9pt;
}
#content .sub-news ul li a {
	font-size: 11pt;
	font-weight: bold;
}
#content .image {
	border:4px solid #fff;
}

.column-holder-top {
	width:808px;
	margin:4px 0 21px;
	/*background:#b5b6c6;*/
	background:#ffffff url(images/content-bg.jpg) no-repeat;
	overflow:hidden;
}
#content .column-top {
	width:565px;
	height:326px;
	float:left;
	padding:0 12px;
	margin:0 0;
	background:#ffffff;
	overflow:auto;
}
#content .column-top.last {
	width:208px;
	float:right;
	padding:0 14px 0 12px;
	margin:0 0 0 10px;
}
#content .column-top p {
	margin:17px 0;	
}
.column-holder {
	width:808px;
	margin:27px 0 21px;
	background:url(images/column-stripe.gif);
	overflow:hidden;
}
#content .column {
	width:238px;
	float:left;
        text-align:center;
	padding:0px 44px 0px 1px;
	margin:0px auto;
}
#content .column.center {
	width:238px;
	float:left;
        text-align:center;
	padding:0px 0px 0px 0px;
	margin:0px auto;
}
#content .column.last {
        width:238px;
	float:right;
        text-align:center;
        padding:0px 7px 0px 0px;
        margin:0px auto;
}
#content .column p {
	margin:0 0 0 7px;
}
#header {
	width:874px;
	background:url(images/main-back-top.png) no-repeat;
	padding:14px 0 0;
}
.header-holder {
	width:856px;
	padding:33px 9px 21px;
	background:url(images/main-back-stripe.png);
}
#header h1 {
	margin:0;
}
#header h1 a {
	width:237px;
	height:56px;
	display:block;
	background:url(images/logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:0 0 0 25px;
}
#navigation {
	list-style:none;
	padding:0 0 0 43px;
	margin: 0;
	width:822px;
	position: absolute;
	top: 166px;
	z-index:100;
	font-size:12px;
}
#navigation:after {
	content:'';
	display:block;
	clear:both;
	height:0;
}
#navigation li {
	float:left;
	height:18px;
	margin:0 36px 0 0;
}
#navigation li a {
	color:#747684;
	text-decoration:none;
}
#navigation li.hover,
#navigation li:hover {
	position:relative;
}
#navigation li.hover ul,
#navigation li:hover ul {
	display:block;
	list-style: none;
	padding:0;
	margin:0;
}
#navigation ul {
	white-space:nowrap;
	width:auto;
	display:none;
	position:absolute;
	left:0;
	top:17px;
}
#navigation ul li {
	height:auto;
	float:none;
	vertical-align:top;
	/*background:#898f9f;*/
	background:#251E7D;
	margin:0;
	/*border:1px solid #b5b7c6;*/
	border:1px solid #251E7D;

}
#navigation ul a {
	display:block;
	padding:5px 12px;
	/*background:#898f9f;*/
	background:#908BC9;
	color: #ffffff;
	text-decoration: none;
}
#navigation ul a:hover {
	color: #898f9f;
	background: #ededed;
}
#footer {
	width:874px;
	padding:54px 0 0;
	background:url(images/main-back-bottom.png) no-repeat;
	font-size:12px;
	color:#fff;
}
#footer ul {
	text-align: center;
	list-style:none;
	margin:0;
	padding:0 0 18px;
	background:url(images/footer-hr.gif) no-repeat 70px 30px;
}
#footer ul li {
	display:inline;
	margin:0 0 0 54px;
}
#footer ul li a {
	/*text-align:center;*/
	color:#fff;
}
#footer p {
	text-align:center;
	margin:8px 0 0;
}
#footer h6 {
	text-align:center;
	margin:8px 0 0;
}
#footer a {
    color:#ffffff;
	text-decoration:none;	
}