/* COMPONENTS	
------------------------------------*/

/* columns */

.two_column_home{
	/*padding-left: 30px;*/
}
.two_column_home .p2{
	float:left;
	width:212px;
	margin-right: 20px;
}
.two_column_home .p2 img{
	padding: 5px;
	border: 1px solid #E5E5E5;
}
.two_column_home .image{
	float:left;
	width:200px;
	padding: 5px;
	border: 1px solid #E5E5E5;
	margin-right: 20px;
	margin-bottom: 20px;
}
.two_column_home .p1{
	float:left;
	width:400px;
}


.two_column .p2{
	float:left;
	width:212px;
	margin-right: 20px;
}
.two_column .p2 img{
	padding: 5px;
	border: 1px solid #E5E5E5;
}

.two_column .image{
	float:left;
	width:200px;
	padding: 5px;
	border: 1px solid #E5E5E5;
	margin-right: 20px;
	margin-bottom: 20px;
}
.two_column .p1{
	float:left;
	width:440px;
}

/* gallery */

.gallery{
	 margin:0 0 10px 0;
}
.image{
	text-align:center;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F0F0F0;
}
.preview{
	text-align:center;
	margin-top:10px;
}
.preview a{
	display:block;
	float:left;
	padding: 2px;
	margin:0 5px 5px 0px;
	border: 1px solid #F0F0F0;
	width: 50px;
	height: 40px;
}
.preview a:hover{
	border: 1px solid #CCC;
}

.loading{
	display:block;
	height:48px;
	background-image: url(/media/galleries/loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.loading span{
	display:none;
}

/* subpage link */

.subpage_link{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F0F0;
}
.subpage_link_image{
	float:left;
	width:150px;
	margin-right:20px;
	margin-bottom:20px;
}
.subpage_link_title{
	padding:5px;
	color:#FFFFFF;
	background-color:#333333;
	font-weight:bold;
	text-align:right;
}
.subpage_link_text{
	float:left;
	width:510px;
	padding-top:10px;
}
.subpage_link_more a{
	float:right;
	display:block;
	width:120px;
	height:22px;
	line-height:22px;
	padding-left:15px;
	background-image: url(/media/template/sub_menu_off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-bottom:10px;
	font-weight:bold;
}
.subpage_link_more a:hover{
	background-image: url(/media/template/sub_menu_on.gif);
}