html
	{
	margin:0;
	padding:0;
	height:100%;
	}
	
body
	{
	margin:0;
	padding:0;
	height:100%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	background:url(../images/layout/bg.gif) top center no-repeat;
	}
	
a
	{
	color:#246049;
	}
	
h1, h2, h3, h4, h5, h6
	{
	margin:0;
	padding:0 0 10px 0;
	color:#8b461f;
	}	

p
	{
	margin:0;
	padding:0;
	}

img
	{
	border:0;
	}
	
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	font-size:.1em;
	line-height:.1em;
}

.clear {display: inline-block;}

/* Hides from IE-mac \*/
* html .clear {height: .1em;}
.clear {display: block;}
/* End hide from IE-mac */

ul.menu
	{
	margin:0;
	padding:0;
	list-style:none outside;
	}
	
ul.menu li
	{
	margin:0;
	padding:0;
	}
	
.column
	{
	float:left;
	}
	
#main
	{
	position:relative;
	width:778px;
	min-height:100%;
	margin:0 auto;
	text-align:left;
	background:url(../images/layout/column.gif) top left repeat-y;
	}
	
* html #main
	{
	height:100%;
	}
	
#main-wrapper
	{
	padding:0 0 3em 0;
	}
	
#main-header
	{
	padding:15px 0 26px 0; /* 26px gfx */
	background:url(../images/layout/header.gif) bottom center no-repeat #fff;
	}
	
* html #main-header
	{
	height:1%;
	}	
	
#main-header .logo
	{
	float:left;
	}	
	
#main-header .contact
	{
	float:right;
	padding:15px 3px 0 0;
	}		
	
#main-menu
	{
	padding:0 0 26px 0;
	background:url(../images/layout/menu.gif) bottom center no-repeat;
	font-size:13px; /* font-size:.9em; */
	}
	
#main-menu ul.main
	{
	padding:0 0 0 116px;
	background:url(../images/layout/pattern.gif) top left repeat;
	border-width:3px 0 0 0;
	border-style:solid;
	border-color:#fff;
	}	
	
#main-menu li
	{
	position:relative;
	float:left;
	background:url(../images/layout/item.gif) top left repeat-x #fff;
	border-left:3px solid #fff;
	}
	
#main-menu li a
	{
	display:block;
	padding:8px 20px 7px 20px;
	}	
	
#main-menu ul.sub li
	{
	padding:0 20px;
	background:none;
	border:none;
	}

#main-menu ul.sub li a
	{
	padding:12px 0 2px 0;
	display:block;
	color:#E6B04D;
	}


/* suckerfish */


body {
	font-family: arial, helvetica, serif;
}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

li { /* all list items */
	float: left;
	position: relative;
	
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 2em;
	left: 0;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

#content {
	clear: left;
}

ul
	{
	display:block;
	}
	
ul.li
	{
	display:block;
	height:100%;
	}
	
ul.sub li
	{
	display:block;
	float:left;
	}
	
ul.sub
	{
	background:#8b461f;
	left:0;
	top:2.4em;
	padding:0 0 10px 0;
	position:absolute;
	clear:both;
	display:none;
	}

ul.sub li
	{
	clear:both;
	display:block;
	background:url(../images/layout/item.gif) top left repeat-x #000;	
	}

#main-right p { margin-bottom:20px; }

/* ecn suckerfish */

/*	
	
#main-menu li.last
	{
	border-right:3px solid #fff;
	}
	
#main-menu ul.sub
	{
	clear:both;
	position:absolute;
	display:none;
	float:left;
	margin:0px 0 0 -20px;
	padding:15px 0 0 0;
	list-style:none outside;
	background:none;
	border:0;
	border-bottom:3px solid #fff;
	}
	
#main-menu li:hover ul.sub
	{
	display:inline;
	}	
	
#main-menu ul.sub li
	{
	float:none;
	margin:0;
	padding:8px 20px 7px 20px;
	background:none;
	border:0;
	border:3px solid #fff;
	border-bottom:0;
	background:#fff;
	background:url(../images/layout/item.gif) top left repeat-x #fff;	
	}
	
#main-menu li.sub ul li
	{
	display:block;
	float:none;
	margin:0;
	padding:0;
	}
	
*/	
	
#main-menu a
	{
	font-weight:bold;
	text-decoration:none;
	color:#000;
	}
	
#main-menu .x
	{
	
	}
	
#main-body
	{
	padding:35px 0 44px 0; /* 30px gfx */
	}

#main-body .row
	{
	padding:0 0 15px 0;
	}
	
#main-body .gallery
	{
	padding:10px 0 20px 0;
	}
	
#main-body .gallery .item
	{
	float:left;
	padding:0 10px 0 0;
	}
	
#main-body .gallery .last
	{
	padding-right:0;
	}
	
#main-right
	{
	width:608px;
	margin-left:170px;
	}
	
* html #main-right
	{
	display:inline;
	}
	
#main-left
	{
	width:170px;
	margin-left:-778px;
	padding:0 0 0 20px;
	}
	
#main-left .first
	{
	padding:0 0 20px 0;
	}
	
#main-footer
	{
	position:absolute;
	bottom:0;
	width:100%;
	padding:30px 0 0 0;
	background:url(../images/layout/footer.gif) top center no-repeat;
	text-align:right;
	color:#fff;
	font-size:.9em;
	}
	
#main-footer .wrapper
	{
	padding:5px 30px 5px 0;
	background-color:#8b461f;
	}
		
#main-footer ul
	{
	padding:0 0 0 5px;
	}
	
#main-footer li
	{
	display:inline;
	padding:0 3px 0 2px;
	border-left:1px solid #fff;
	}
	
#main-footer li.first
	{
	border-left:0;
	padding-left:0;
	}
	
#main-footer a
	{
	color:#fff;
	text-decoration:none;
	}
	
#main-footer .rights
	{
	float:right;
	padding:0 0 5px 0;
	}
	
	
