/* CSS Document */
* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
ul li a{
	text-decoration:none;
	color:#000;
}
ul li a:hover{
	color:#f00;
}

/*============================= LAYOUT ===================================*/
#main{
	width:970px;
	margin:0 auto;
	margin-top:25px;
	margin-bottom:45px;
}
#header{
	font-size:65px;
	font-weight:bold;
	text-align:center;
}
#content{
	min-height:404px;
	height: expression((404) + 'px');
	padding-left:10px;
	padding-bottom:40px;
	position:relative;
}
#footer{
	font-size:40px;
	font-weight:bold;
	padding-left:10px;
	position:relative;
	clear:both;
}
/*============================== MENU ====================================*/
#footer ul {
	font-size:14px;
	list-style:none;
	float:right;
/*	position:absolute;
	bottom:0px;*/
/*	right:10px;*/
	margin-right:130px;
	_margin-right: 65px;
	margin-top: 30px;
	position:relative;
}
#footer ul li {
	display:inline;
	padding-left:7px;
	float:left;
}

#content ul{
	list-style:none;
	position:absolute;
	bottom:0;
}
#content ul li{
	margin-bottom:10px;
	margin-right:10px;
}
#leg_show span{
	display:none;
}
#leg_show {
	width:120px;
	height:50px;
	display:block;
	background:url(/img/leg_show.jpg) no-repeat 0 0;
	position:absolute;
	top:-27px;
}
#content ul#vertical li{
	float:left;
}
/*============================== STYLE ====================================*/
#content p{
	display:block;
	width:55%;
	margin:20px 0 20px 20px;
}
.content_picture{
	float:right;
	margin-right:12px;
}
#paging{
	position:absolute;
	bottom:0;}
#paging a{
	font-weight:bold;
	color:#000;
	margin:1px;
	display:block;
	width:13px;
	text-align:center;
	float:left;
	margin-left:5px;
	text-decoration:none;
	padding:3px;
	border:1px solid #000;
}
#paging a:hover{
	color:#000;
	background-color:#FFFFFF;
}
#paging a.active{
	color:#fff;
	background-color:#666;
	border-color:#666;
	font-size:120%;
	width:20px;
}
#content img{
	padding:5px;
	border:1px solid #999;
}
#content img.gallery_img{
	padding:5px;
	border:1px solid #999;
	margin:0 auto;
	/*position:relative;
	left:500px;*/
}
#content .multimedia-portfolio img{
	border:none;
}
.image_pos{
	position:absolute;
	right:10px;
	top:0;
	font-size:30px;
	font-weight:bold;
	color:#333;
}
a.prev{
	background:url(gallery/left_handle.png) no-repeat -20px 0;
	display:block;
	height:46px;
	width:20px;
	position: relative;
	top: 100px;
}
a.next{
	background:url(gallery/right_handle.png) no-repeat 0 0;
	display:block;
	height:46px;
	width:20px;
	position: relative;
	top: 100px;
}
a.next:hover{
	background-position:-20px 0;
}
a.prev:hover{
	background-position:0 0;
}
a.prev span, a.next span{
	display:none;
}
a.enlarge{
	font-size:8px;
	color:#000000;
	text-decoration:none;
	text-align:left;
}
