/* CSS Document */

#container{
	color: #fff;
}
#home-top{
	width:900px;
	height:296px;
	margin: 0px;
	padding: 0px;
    float: left;
	clear: both;
	background-color: #0D2445;
}
#home-bot{
	position:relative;
	top: 0px;	
	float: left;
	width:900px;
	height:313px;
	background-color: #0D2445;
	background-image:url(../images/home_bot_bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
#home-logo{
	height: 98px;
	width: 180px;
	position:relative;
	top: -36px;	
	left: 40px;
	z-index: 1;
}
#home-top-banner{
	text-align: right;
	position:relative;
	top: 135px;	
}

#intro{
	position:relative;
	display:block;
	top:0px;
	left:0px;
	width:254px;
	margin: 0px;
	padding: 15px;
	text-align:left;
	overflow:hidden;
	color: #fff;
	float: left;
}
h2{
	font-family:Tahoma, Arial, Helvetica, Verdana;
	color: #ffe22C;
	font-size: 9pt;
}
p {
	color:#fff;
}

.modulebox{
	position:relative;
	display:block;
	left:0px;
	width:615px;
	text-align:left;
	padding:0px;
	margin: 0px;
	float: left;
}
.module{
	position:relative;
	top:0px;
	left:0px;
	display:block;
	width:151px; 
	height: 285px;
	float:left; 
	text-align:left;
	margin: 0px;
	border-left: 2px solid #1a488a;
	padding: 0px;	
}
* html .module{ /*ie win fix*/
	width: 151px;
	overflow: hidden;
}
.module h3.title{
	font-family:Tahoma, Arial, Helvetica, Verdana;
	float: left;
	clear: both;
	border-bottom: 1px solid #000;
	font-size: 9pt;
	padding: 15px 3px 3px 9px;
	width:138px; 
	height: 39px;
	background-image:url(../images/home_product_title_bg.gif);
	background-repeat:no-repeat;
	overflow: hidden;
	margin: 0px;
	
}
.module img{
	padding:0px;
	margin:0px;
    float: left;
	clear: both;
	
}
.module p{
	font-family:Tahoma, Arial, Helvetica, Verdana;
	font-size:10px;
	line-height:normal;
	overflow:hidden;
	padding: 0px;
	margin:0px 2px 3px 9px;
	width:138px;
	color:#fff;
    float: left;
	clear: both;
	
}
* html .module p{	/*ie win fix*/
 	margin-left:5px;
	width: 132px;
	
}
a, a:link,a:visited {
	color: #ffe22C;
	text-decoration: none;
	font-size:9px;
}
a:active {
	color: #fff;
	text-decoration: underline;
	font-size:9px;
}
a:hover {
	text-decoration: underline;
	font-size:9px;
}


/* rollovers */
a.viewsite, a.viewproduct{
	float: left;
	clear: both;
	display:block;
	padding: 2px;
	margin: 9px;
	width: 82px;
	height: 19px;
	background-position: 0px 0px;
	background-repeat:no-repeat;
}

a.viewsite img, a.viewproduct img{
	vertical-align:top;
	border: 0;
}
* html a.viewsite, * html a.viewproduct {/*ie win fix*/
	margin-left: 5px;
}

a.viewsite:link, a.viewsite:visited {
	background-image:url(../images/home_but_visitsite_up.gif);
}


a.viewsite:hover, a.viewsite:active {
		background-image:url(../images/home_but_visitsite_over.gif);
}

a.viewproduct:link, a.viewproduct:visited {
	background-image:url(../images/home_but_viewprod_up.gif);
}

a.viewproduct:hover, a.viewproduct:active {
		background-image:url(../images/home_but_viewprod_over.gif);
}
