@import url("table.css");
@import url("style.css");


* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
 background-color:#f2f2f2;
}

#wrapper { 
	padding:25px; 
  	width: 960px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline-block;
}

/* code from other file*/
#wrapper_ins {
	padding:15px; 
	width:928px; 
	border:2px solid #89A032;
	background-color:#FFF;
}

#wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* Hides from IE-mac \*/
* html #wrapper {height: 1%;}

#wrapper {display: block;}
/* End hide from IE-mac */

#header{
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	margin-bottom:15px;
	height:175px; 
	background-color:#89A032;
	background-image:url(../images/banners/cork_banner.png);
	background-position:right;
	background-repeat:no-repeat;
	/*position:relative;*/
}

#nav_header{
	position:absolute;
	top:172px;
	left: 702px;
	width: 319px;
	height: 60px;
	border:1px solid #FFF;
}

#nav_header-sec{
	position:absolute;
	top:65px;
	left: 287px;
	width: 603px;
}

.clr  {
	clear:both; 
	height:0px; 
	font-size:0px;
	line-height:0px;
}

/*----------------------------*/

#leftcolumn { 
 color: #333;
  /*border: 1px solid #ccc;*/
 border-right: 10px solid #FFF;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 width: 210px;
 /*position:relative;*/
 /*float: left;*/
 background: #fff;*/
}

#rightcolumn { 
 float: right;
 color: #333;
 /*border: 1px solid #ccc;*/
 margin-left:0px;
 padding: 10px;
 width: 664px;
 display: inline;
 background: #fff;
 position: relative;
 min-height:600px;
}

#footer {
 clear: both;
 position:relative;
 width: 958px;
 color: #333;
 padding: 0px;
 border: 2px solid #f2f2f2;
 margin-top: 10px;
 background: #f2f2f2;
 text-align:center;
 font-size:10px;
}


/*Contact Table*/
	
#address_heading{
	line-height:25px;
	margin-top:20px;
	width:195px;
	background:url(../images/backgrounds/greentab.jpg) no-repeat;
	height:45px;
	color:#575757;
	font-family:Georgia, "Times New Roman", Times, serif;
	font:bold 11 px;
	padding:10px 0 0 10px;
	}
	
.address{
	color:#525E61;
	padding:0px 0 0 0px;
	font-size:11px;
	line-height:16px;
	width:220px;
	}
	
.address a{color:#000; text-decoration:none;}
.address a:hover{color:#ACACAC; text-decoration:none;}
.address span{font-weight:bold}
.address .note{font:italic 10px arial;color:#757E81}

/*Main Page Details */

#detailbanners {
	background:url(../images/banners/big_yellow.jpg) no repeat;
	margin-top:10px;
	margin-bottom:10px;
	padding:0px 0px 0px 0px;
	height: 300px;
	width: 650px;
	}



