.main { width:784px; margin:auto; text-align:left;}

#header {height:auto; background:url(images/header_top.gif) top repeat-x;}

#middle { background:url(images/middle_tall.gif) top repeat-x; margin:auto;} 

#footer { height:30px; padding:34px 70px 0px 0;}

.column1, .column2, .column3, .col1, .col2, .col3 {width:400px; margin: 0 auto;}
.container {width:100%;}

/* ============================= index ===========================*/

#index .row1 .column1 {width:263px;}
#index .row1 .column2 {width:263px;}
#index .row1 .column3 {width:784px;}

#index .row2 {background:url(images/line.gif) repeat-y 522px 0;}
#index .sub_line {background:url(images/pseudo_line.gif) no-repeat 522px 0;}
#index .indent {background:url(images/pseudo_line.gif) no-repeat 522px bottom;}
#index .row2 .column1 {width:524px;}
#index .row2 .column2 {width:210px;}

#index .col1 {width:207px; text-align:center;}
#index .col2 {width:292px; text-align:center;}


/* Lightbox
=====================================================================*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
/*
=====================================================================*/
/* Screenshot Page
=====================================================================*/
#maincontent ul#listscreenshot {
	width: 600px;
	margin: 10px 0 0 56px;
	padding: 0;
}
#maincontent ul#listscreenshot li {
	width: 166px;
	height: 180px;
	display: inline;
	float: left;
	margin: 0 34px 0 0;
	text-align: center;
	padding: 0;
	background: 0;
}
#maincontent ul#listscreenshot li a, #maincontent ul#listscreenshot li a:link, #maincontent ul#listscreenshot li a:visited {
	width: 164;
	height: 122px;
	display: block;
	border: 0px solid #d5d5d5;
	padding: 0px 0 0 0;
	margin: 0;
}
#maincontent ul#listscreenshot li a:hover {
	border: 0px solid #8cb21b;
}
#maincontent ul#listscreenshot li p {
	font-size: 0.9em;
	font-weight: bold;
	padding: 3px 0 0 0;
}
