@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

.clearfix:after {
    content: ".";              /* the period is placed on the page as the last thing before the div closes */
	display: block;          /* inline elements don't respond to the clear property */ 
    height: 0;                  /* ensure the period is not visible */
    clear: both;               /* make the container clear the period */
    visibility: hidden;	     /* further ensures the period is not visible */
}

.clearfix {
	display: inline-block;
	clear: both;
}   /* a fix for IE Mac */

/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {
	display: block;
}
.clear {
	clear: both;
}
.left {
	float: left;
	margin: 5px;
}
.right {
	float: right;
	margin: 5px;
}

img, div {
	behavior: url(scripts/iepngfix.htc);
}
body {
	background-image: url(../images/body-bg.jpg);
	background-position: 4%;
	
}
#body-gllery {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #395061;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 50px;
}

#gallery-header {
	height: 44px;
	background-image: url(../images/pro-title-bg.jpg);
}
#gallery-header #m-gallery {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 50px;
	height: 44px;
}
#gallery-header a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000C1A;
	text-decoration: none;
	line-height: 44px;
}
#gallery-header a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #FFF;
	text-decoration: underline;
	line-height: 44px;
}
#incen-fla {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.dark-blue p{
	color: #395061;
	font-weight: bold;
}
.tab-pro  img {
	height: 70px;
	width: 140px;
}

.gallery img{
	height: auto;
	width: 150px;
}

#gallery-header {
	height: 44px;
	background-image: url(../images/pro-title-bg.jpg);
}
#gallery-header #m-gallery {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 40px;
	height: 44px;
}
#m-gallery a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000C1A;
	text-decoration: none;
	line-height: 44px;
}
#m-gallery a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #FFF;
	text-decoration: underline;
	line-height: 44px;
}
#incen-main img {
	height: 97px;
	width: 100px;
	border: 3px solid #EABD56;
}
#incen-main img:hover {
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

#incen-main p {
	font-weight: bold;
}
#incen-main a    {
	color: #E7BF5F;
	font-size: 10pt;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	line-height: 15px;
}
#incen-main a:hover {
	color: #FFF;
	text-decoration: underline;
	font-size: 10pt;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 15px;
}

