html, body {
	height: 100%;
	width: 100%;
	display: table;
}
body{
	margin:0;
	color:#000;
	font:11px/14px Arial, Helvetica, sans-serif;
	background:#bbcc00;
	vertical-align: middle;
	display: table-cell;
}
body.home
{
	background:#fff;
}
img{border:0;}
a{
	color:#bbcc00;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
#wrapper{
	width:950px;
	margin:0 auto;
	overflow:hidden;
}
.w-holder{
	width:100%;
	overflow:hidden;
	padding:0 0 38px;
	position:relative;
	background:#fff;
}
#bottom_decoration{
	width:950px;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
	background-repeat:no-repeat;
}
* html .w-holder #bottom_decoration{
	bottom:-1px;
}
#bottom_decoration.decoration_left
{
	height:171px;
	background-image:url(../images/bottom_decoration_left.png);
}
#bottom_decoration.decoration_center
{
	height:144px;
	background-image:url(../images/bottom_decoration_center.png);
}


#header{
	width:100%;
	overflow:hidden;
	padding:18px 0 17px;
}


/* BEGIN : breadcrumb */
#module_breadcrumb ul{
	float:right;
	margin:0;
	padding:0 25px 0 0;
	list-style:none;
}
#module_breadcrumb li{
	float:left;
	padding:0 4px 0 10px;
	background:url(../images/separator1.gif) no-repeat 0 2px;
	color:#bbcc00;
}
#module_breadcrumb li:first-child{
	background:none;
}
#module_breadcrumb a{
	color:#bbcc00;
	text-decoration:none;
}
#module_breadcrumb a:hover{
	text-decoration:underline;
}
/* END : breadcrumb */




.gallery-hold{
	width:100%;
	overflow:hidden;
	margin:13px 0 0;
}


.gallery-hold .image{
	float:left;
	width:337px;
}
.gallery-hold .image div{
	display:block;
	width:337px;
	height:330px;
	position:relative;
}
.gallery-hold .image div img{
	display:block;
}
.gallery-hold .image div em{
	width:337px;
	height:330px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	text-indent:-9999px;
	background:url(../images/bg-image.png) no-repeat;
}
.gallery-hold .image div span{
	display:none;
}


.gallery-hold .image-deco{
	float:left;
	width:337px;
}
.gallery-hold .image-deco div{
	display:block;
	width:337px;
	height:342px;
	position:relative;
}
.gallery-hold .image-deco div img{
	display:block;
}
.gallery-hold .image-deco div em{
	width:337px;
	height:342px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	text-indent:-9999px;
	background:url(../images/bg-image-deco.png) no-repeat;
}
.gallery-hold .image-deco div span{
	position:absolute;
	top:-3px;
	left:0;
	width:337px;
	height:342px;
	overflow:hidden;
	z-index:200;
	background:url(../images/bg-image-deco-h.png) no-repeat;
}


.image-list{
	margin:0;
	padding:0;
	list-style:none;
}
.gallery-hold .image-list{
	float:right;
	width:77px;
	padding:0 0 97px;
	margin:4px 0 0;
}
.image-list li{
	float:left;
	padding:0 5px 7px 0;
}
.image-list li div{
	float:left;
	width:72px;
	height:72px;
	overflow:hidden;
	position:relative;
}
.image-list li div:hover{
	border:none;
}
.image-list li div img{
	display:block;
}
.image-list li div em{
	position:absolute;
	top:0;
	left:0;
	width:72px;
	height:72px;
	text-indent:-9999px;
	background:url(../images/bg-img-list.png) no-repeat;
}


#main{
/*
	width:849px;
	overflow:hidden;
	padding:0 25px 0 76px;
*/
	width:766px;
	overflow:hidden;
	padding:0 98px 0 76px;
}
.aside{
	float:left;
	width:450px;
}
.logo{
	display:block;
	width:153px;
	line-height:1px;
	font-size:1px;
	padding:0 0 0 92px;
	margin:0;
}
.logo a{
	display:block;
	width:153px;
	height:109px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(../images/logo.png) no-repeat;
}
.content{
	float:right;
	width:290px;
	padding:5px 0 45px;
	min-height:420px;
/*
	width:280px;
	padding:5px 83px 0 0;
	height:430px;
	overflow:auto;
	margin:0 0 35px 0;
*/
}
.content .box{
	width:100%;
	overflow:hidden;
	padding:20px 0 21px;
}
.title
{
	display:block;
	overflow:hidden;
	margin:20px 0 10px 0;
}
.content p:first-child .title
{
	margin:0 0 10px 0;
}
.content p{
	margin:0 0 10px;
	text-align:justify;
}
.content .image-list{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:20;
}
.content .image-list li{
	padding:0 3px 0 2px;
}


#footer{
	width:100%;
	overflow:hidden;
	padding:23px 0;
}



/* BEGIN: main_menu */
#module_main_menu
{
	margin:0;
	padding:0 0 0 55px;
	overflow:hidden;
	text-align:center;
	line-height:14px;
}
#module_main_menu ul.menu > li.menu_item
{
	display:inline;
	padding:0 7px 0 76px;
	font-size:10px;
	text-transform:uppercase;
}
#module_main_menu a.menu_item
{
	color:#fff;
}
#module_main_menu a.menu_item:hover,
#module_main_menu a.menu_item:active,
#module_main_menu li.menu_item.selected > a.menu_item
{
	text-decoration:underline;
}
#module_main_menu div.menu_children.level_1 ul
{
	position:				relative;
	border:					5px solid #bbcc00;
	left:					71px; /* 76 - border */
	width:					115px;
}
#module_main_menu div.menu_children.level_1 li
{
	float:					none;
	width:					115px;
	background:				#bbcc00;
}
#module_main_menu div.menu_children a.menu_item > .body
{
	float:					none;
}
/* END: main_menu */


#powered_by
{
	display:none;
}

