﻿body { 
	font-size:					12px;
  font-family:				Verdana,Arial,sans-serif;
  font-weight:				normal;
  margin:							0px;
  padding:						0px;
  color:							#000;
  background:					url(../img/homeBG_1.gif) top left repeat-x #fff;
 }
 
body#sub { 
	font-size:					10px;
  font-family:				Verdana,Arial,sans-serif;
  font-weight:				normal;
  margin:							0px;
  padding:						0px;
  color:							#000;
  background:					url(../img/subBG.gif) top left repeat-y #fff;
 }
 
 
 #homeCONTENT {
 	position:						relative;
 	top:								0px;
	width:							714px;
	height:							370px;
	margin:							0px auto;
	text-align:					center;
 }
 
 .homeINFO {
 	position:						relative;
 	top:								44px;
	width:							714px;
	height:							213px;
	margin:							0px auto;
	text-align:					left;
	float:							left;
 }
 
 #homeFOOTER {
 	position:						absolute;
 	top:								350px;
 	left:								-100px;
 	color:							#0b5cae;
 	padding-top:				18px;
 	float:							left;
 }
 
 #homeCOOKED {
 	position:						absolute;
 	left:								735px;
 	top:								200px;
 	left:								clear;
 }
 
 #subHEADER {
 	top:								0px;
 	left:								0px;
 	width:							800px;
 	height:							200px;
 }
 
 	#subHEADERaddress {
 		position:					relative;
		padding:					25px;
 		background-color:	#fff;
 		color:						#9c9e9f;
 		font-weight:			600;
 		width:						150px;
 		height:						200px;
 		float:						left;
 		text-align:				left;
 	}
 	
 	#subHEADERimg {
 		width:						850px;
 		height:						200px;
 		margin-left:			181px;
		padding:					0px;
		text-align:				right;
 	}
 	
 	.subINFO {
 	position:						absolute;
 	top:								240px;
 	left:								270px;
	width:							244px;
	height:							543px;
	text-align:					left;
	background:					#ddd;
 }
 	
 	div#wn	{ 
		position:					absolute;
		left:							250px;
		top:							40px; 
		width:						300px;
		height:						245px; 
		overflow:					hidden;	
		color:						#9c9e9f;
	}
	
	div#wnHOME	{ 
		width:						300px;
		height:						245px; 
		overflow:					hidden;	
		color:						#9c9e9f;
	}
	
	#conTITLE {
		position:					absolute;
		left:							260px;
		font-size:				14px;
		color:						#0b5cae;
		font-weight:			bold;
		top:							0px; 
	}
	
	
	.subCONTENTtd {
		width:						300px;
		height:						245px;
	}
	
	#subLINE {
		position:					absolute;
		top:							282px;
		left:							244px;
		height:						2px;
		width:						600px;
		background:				#9c9e9f;
	}
	
	#logoSUBLINE {
		position:					absolute;
		top:							302px;
		left:							711px;
	}
	
	#scrollLinks {
		position:					absolute;
		left:							600px;
		top:							95px; 
		width:						60px;
		height:						24px; 
	}
	
	#scrolllinksHOME {
		position:					relative;
		left:							600px;
		top:							95px; 
		width:						60px;
		height:						24px; 
	}
	
	
	a#mail {
		color:						#9c9e9f;
	}
	
	a#mail:hover {
		color:						#0b5cae;
	}
	
	#homeNEWS {
 	margin-top:					20px;
 	border:							1px solid #c7c8c9;
 }
	
	#homeNEWStitle {
		color:						#fff;
		font-weight:			bold;
		background:				#c7c8c9;
		width:						692px;
		height:						16px;
		padding:					10px;
	}
	#homeNEWScontent {
		padding:					10px;
		color:						#9c9e9f;
	}
	
#imgHOME img{
	border:							2px solid #fff;
}

#imgHOME img:hover{
	border:							2px solid #0b5cae;
}
	



