@charset "utf-8";
/*====================================================================

level2.css

======================================================================

	01.entrybody
	02.entrytitle
	03.table
	04.entrybody ol,ul
	05.entrybody div
	06.contact
	07.info_box
	08.works


=====================================================================*/

/*  common elements
----------------------------------------------------------------*/

/* h2 */
#h2 {
	margin: 0 auto;
	background: url(../img/h2_bg.jpg) no-repeat 0 0;
	width: 920px;
	height: 125px;
}

h2 {
	padding-top: 37px;
	padding-left: 83px;
	width: 305px;
	color: #d77900;
	letter-spacing: -2px;
	line-height: normal;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
}


/*  entrybody
--------------------------------------------------------------------*/
.entrybody {
	margin-bottom: 30px;
	background: url(../img/bg_entrybody.gif) repeat-y 0 0;
	border-bottom: 1px solid #fbf6eb;
	width: 620px;
}

.entrytxt {
	margin: 0 0 10px 20px;
	width: 585px;
}

.entrybody p { margin-bottom: 15px;}

.entrybody img.right {
	margin-left: 20px;
	margin-bottom: 15px;
	border: 1px solid #fff;
}
.entrybody img.left {
	margin-right: 20px;
	margin-bottom: 15px;
	border: 1px solid #fff;
}

.mt-image-right,
.mt-image-left {
	border: 1px solid #fff;
}

.entrybody iframe {
	margin-left: 2px;
	border: 1px solid #ffffff;
}

/*  entrytitle h3, h4, h5
--------------------------------------------------------------------*/
.entrybody h3 {
	margin-bottom: 15px;
	padding-top: 18px;
	padding-left: 20px;
	background: url(../img/h3_bg.gif) no-repeat 0 0;
	height: 37px;
	color: #555555;
	line-height: 1;
	font-size: 20px;
	font-weight: bold;
}


/* h4 */
.entrybody h4 {
	clear: both;
	margin: 25px 0 10px;
	padding: 4px 10px 3px;
	background: #7da818;
	width: 563px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
}

*html .entrybody h4 {
	padding-bottom: 2px;
}

/*
*html #news { margin-bottom: 30px;}
*:first-child+html #news { margin-bottom: 30px;}
*/


/*  entrybody table
--------------------------------------------------------------------*/
.entrytxt table {
	margin: 0px auto 20px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}

.entrytxt td,
.entrytxt th {
	padding: 5px 8px;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	text-align: left;
	vertical-align: top;
}

.entrytxt td ul,
.entrytxt td ol { margin: 5px 10px 0;}

.entrytxt td img { margin-bottom: 0;}
.entrytxt td .mt-image-right {
	padding-top: 10px;
	padding-right: 10px;
}

/*  entrybody ul, ol
--------------------------------------------------------------------*/
.entrybody ul,
.entrybody ol {
	margin-bottom: 15px;
	margin-left: 5px;
}

.entrybody ul li {
	padding-left: 15px;
	background: url(../img/icon_circle.gif) no-repeat 0 5px;
	padding-bottom: 2px;
}

.entrybody ol li {
	list-style: decimal outside;
	margin-left: 20px;
	padding-bottom: 4px;
}


/*  entrybody div
--------------------------------------------------------------------*/
.entrytxt div {
	margin: 0 0 20px;
	padding: 15px 15px 10px;
	border: 1px solid #ded4c0;
	background: #ffffff;
	width: 545px;
}
.entrytxt div p { margin-bottom: 5px;}

.entrytxt div ul,
.entrytxt div ol { margin-bottom: 5px;}

.entrytxt div.nobg {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
.entrytxt div.nobg_btn {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	width: 325px;
}


.entrytxt:after,
.entrytxt div:after,
.entrytxt div.nobg_btn:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


/*  contact
--------------------------------------------------------------------*/
.contact {
	clear: both;
	margin: 0 0 0 20px;
	width: 580px;
}

.contact table {
	margin: 0 0 20px 10px;
}

.contact th,
.contact td {
	padding: 10px 5px;
	border-bottom: dotted 1px #bba890;
	text-align: left;
	vertical-align: top;
}

.contact th {
	width: 180px;
}
.contact td {
	width: 340px;
}

.contact em {
	color: #ff3300;
	font-style: normal;
	font-size: 11px;
}
.contact textarea { font-size: 12px;}
.contact input,
.contact select { margin-bottom: 2px;}



/*  contact_box
--------------------------------------------------------------------*/
#info_box {
	padding-top: 33px;
	background: url(../img/bg_info_box.jpg) no-repeat 0 0;
	width: 623px;
	height: 185px;
}
#info_box p {
	padding: 0 30px 0;
}

#info_box p strong {
	color: #c41200;
	font-size: 24px;
	font-weight: bold;
}


/*  works
--------------------------------------------------------------------*/
.works table {
	margin: 0px auto 20px;
	border: none;
	width: 570px;
}

.works td{
	padding: 5px 7px;
	border: none;
	width: 280px;
	text-align: left;
	vertical-align: top;
}

.works td p { margin-bottom: 5px;}

.works td img {
	margin: 0 auto;
}

/* #works_btn */
#works_btn {
	margin: 20px auto 35px;
	width: 570px;
}
#works_btn img.left {
	margin-right: 20px;
}

/* works_top */
.works_top {
	clear: both;
	padding: 0;
	margin: 0 auto 20px;
	background: none;
	border: none;
	width: 600px;
}
.works_top img.right {
	margin-bottom: 0;
	border: none;
}


.works_top:after,
#works_btn:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}



/* lightbox
-------------------------------------------------------------------*/
#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 45%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
*html #loading {left: 0%;}
*:first-child+html #loading {left: 0%;}

#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../../img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../../img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	background-color: #fff;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	

#imageData:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	



