/* CSS Document */

body{
	background:#000000 url(images/bg.gif) top center repeat-x;
	margin:0;
	font:12px/19px Arial, Helvetica, sans-serif;
	color:#000000;
		}
		
#container{
	position:relative;
	margin:0 auto 0 auto;
	width:800px;
	
	}
	
	
#content{
	width:650px;
	}
	#content2{
	position:relative;
	width:650px;

	
	}

#main{
	background:#FFFFFF;
	}
		
/*--------LINKS ---------*/

		
		a:link{
		color:#3366CC;
		text-decoration:none;
		}
		a:visited{
		color:#3366cc;
		text-decoration:none;
		}
		a:hover{
		color:#FF9900;
		text-decoration:underline;
	}
	
	#index a:link{
		color:#FFFFFF;
		}
	
	/*===== REASEARCH LINKS ========*/
	
	#navlist{
		padding-left: 0;
		margin-left: 0;
		border-bottom: 1px solid gray;
		width: 200px;
		}

	#navlist li{
		list-style: none;
		margin: 0;
		padding: 0.25em;
		border-top: 1px solid gray;
		}

	#navlist li a{ 
		text-decoration: none;
		color:#000000;
		font-size:10px; 
		}
				
#navlist li a:hover{color:#3366CC;}

	/*===== /REASEARCH LINKS ========*/
	
	/*===== /PRODUCTS LINKS ========*/
	
	#products a:link{
		color:#0066CC;
		text-decoration:none;
		}
	#products a:visited{
		color:#0066CC;
		text-decoration:none;
		}
	
	#products a:hover{
		color:#FF6600;
		text-decoration:underline;
		}
	
	/*===== /PRODUCTS LINKS ========*/


	
/*--------/LINKS ---------*/


/*--------HEADERS ---------*/

#topic{
	color:#FF9900;
	font:18px/20px Arial, Helvetica, sans-serif;
	padding-top:5px;
	}
		
#sub_topic{
	color:#FF9900;
	font:bolder 24px/20px Arial, Helvetica, sans-serif;
	padding-top:3px;
	}
		
#qanda{
	color:#FF9900;
	font-size:16px;
	font-weight: bold;
	}
		
/*--------/HEADERS---------*/


	
/*--------HOMEPAGE ITEMS ---------*/

	#box1{
	float:left;
	margin:0 0 0 10px;
	clear:right;
	width:250px;
	height:175px;
	background:#000000;
	border-right:#FFFFFF 1px solid;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:lleft;
	line-height:12px;
	
	
	}
	
	#box2{
	width:250px;
	height:175px;
	float:left;
	clear:right;
	background:#000000;
	border-right:#FFFFFF 1px solid;
	font-size:10px;
	text-align:lleft;
	line-height:12px;
	color:#FFFFFF;
	}
	
	#box3{
	width:235px;
	height:175px;
	float:left;
	clear:right;
	background:#000000;
	font-size:10px;
	text-align:left;
	line-height:12px;
	padding: 0px 5px 0 10px;
	color:#FFFFFF;
	}
	
/*--------/HOMEPAGE ITEMS ---------*/

/*--------NEWS PAGE--------------*/

#date{
	border-bottom:#CCCCCC 1px dotted;
	}
	#article{
	border-bottom:#CCCCCC 1px dotted;
	}
	#source{
	border-bottom:#CCCCCC 1px dotted;
	}
	#border{
		border-bottom:#CCCCCC 1px dotted;
		}
		

/*--------NEWS PAGE--------------*/
	
	#footer{
	background:#000000 url(images/footer.jpg) top left repeat-x;
	padding:0px 0px 0 0;
	margin:0 0 0 0;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	}
	
	#foot{
		float:right;
		margin-right:10px;
		text-align:right;
		width:700px;
		font-size:12px;
		height:30px;
		}
	
	#info{
	
	background:url(images/mini_logo.gif) center right no-repeat;
	
	}
	
	#products{
	float:none;
	clear:none;
	width:340px;
	margin:20px 0 0;
	}

	#productIMG1{
		float:left;
		width:400px;
		height:250px;
		margin:0 0 0 20px;
		background:#FFFFFF;
	}
	
	#productIMG2{
		float:left;
		width:410px;
		height:250px;
		margin:0 0 0 5px;
		background:#FFFFFF url(images/roof.gif) center no-repeat;
	}
	
	#productIMG3{
		float:left;
		width:410px;
		height:250px;
		margin:0 0 0 5px;
		background:#FFFFFF url(images/window.gif) center no-repeat;
	}

	#productIMG4{
		float:left;
		width:410px;
		height:250px;
		margin:0 0 0 5px;
		background:#FFFFFF url(images/anchor.gif) center no-repeat;
	}
	
	#prodText{
		border-bottom:#666666 1px dashed;
		}
	
	#research{
		position:relative;
		margin:10px auto 0 10px;
		width:300px;
		line-height:14px;
		font-size:11px;
		border-bottom:1px #666666 dashed;
		}
		#researchText{
		border-bottom:#666666 1px dashed;
		}
	
