@charset "utf-8";
/* CSS Document */

#main_content{
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
		
	}
	
	#logo{
	width:1000px;
	height:70px;
	float:left;
	margin-bottom:30px;	
	margin-top:30px;	
		}
		
		#logo_plc{
	width:300px;
	height:55px;
	float:left;
	color:#3582af;
	font-family: 'Fugaz One', cursive;
	font-size:28px;
	padding-top:15px;
			
		}
		
		#navigation{
	width:1000px;
	height:50px;
	float:left;
	background-color:#3582af;		
		}
		
		.link{
	width:20%;
	height:40px;
	float:left;
	background-color:#3582af;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	color: #FFF;
	font-size: 23px;
	text-transform: uppercase;
	padding-top: 10px;
	text-align: center;
	}  
	
	.link:hover{
			background-color:#115c88;
		}
		
		#banner{
	width:1000px;
	height:400px;
	float:left;
	
		}
		
		#content_area{
				width:1000px;
	height:auto;
	float:left;
	margin-bottom:50px;
						}
						
						#content_box{
				width:500px;
	height:auto;
	float:left;

						}
						
						.title_text{
	width:500px;
	height:50px;
	float:left;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	color: #3582af;
	font-size: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
							}
							
							.title_text_full{
	width:1000px;
	height:50px;
	float:left;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	color: #3582af;
	font-size: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
							}
							
							.content_text{
	width:500px;
	float:left;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #7b7b7b;
	font-size: 18px;
	margin-top:20px;
							}
							
										.content_text_full{
	width:1000px;
	float:left;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: #7b7b7b;
	font-size: 18px;
	margin-top:20px;
							}
		
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#bottom_part{
	width:1000px;
	height:240px;
	background-color:#115c88;
		float:left;
	
	}
	
	
	#copyright{
	width:1000px;
	height:50px;
	background-color:#fff;
	float:left;
	color:#3582af;
	text-align: center;		
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 15px;
	margin-top:10px;
	}
	
	#bottom_part_left{
	width:450px;
	height:150px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	background-color:#115c88;
	float:left;
	color: #FFF;
	line-height: 25px;
	padding-left: 50px;
	padding-top: 30px;
	}
	
	#bottom_part_right{
	width:450px;
	height:150px;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	float:left;
	color: #FFF;
	line-height: 25px;
	padding-left: 00px;
	padding-top: 30px;
	}
	
	.bottom_title{
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 22px;
	margin-bottom: 15px;
	}
	
	#product{
	width:300px;
	height:380px;
	float:left;
	margin-right:50px;
	margin-top:30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
		}
		
		#product3{
		width:300px;
	height:380px;
	float:left;
	margin-right:00px;
	margin-top:30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
		}
		
		#imagbox{
	width:300px;
	height:250px;
	float:left;
	background-color:#CCC;
			}
			
			#imagetxt{
	width:300px;
	height:65px;
	float:left;
	background-color:#fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 15px;
	margin-top: 15px;
	color: #666;
	text-align: center;
			}
			a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #39C;
}
a:active {
	text-decoration: none;
	color: #FFF;
}

.moreinfo{
	width:150px;
	height:26px;
	float:left;
	background-color:#3582af;
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
	font-size: 15px;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 8px;
	padding-left: 0px;
	margin-left:80px;
	text-align: center;
	}

.moreinfo:hover{
	background-color:#1d6189;
	}