/*======= index.html =======*/
#page1 .col-1 {width:255px; margin:0 42px 0 47px;}
#page1 .col-2 {width:348px; margin-right:45px}
#page1 .col-3 {width:230px;}
#page1 .colums1 {background:url(images/dot.gif) repeat-y 302px 0%}
#page1 .colums2 {background:url(images/dot.gif) repeat-y 692px 0%;}
#page1 .colums3 {background:url(images/tile_bg.gif) repeat-x 0 0%; padding-top:15px}
#page1 #header {height:738px; background:#191d23 url(images/header_bg.jpg) no-repeat 0% 100%}
/*=========================*/
/*======= index-1.html =======*/
#page2 .col-1 {width:255px; margin:0 42px 0 47px;}
#page2 .col-2 {width:348px; margin-right:45px}
#page2 .col-3 {width:230px;}
#page2 .colums1 {background:url(images/dot.gif) repeat-y 302px 0%}
#page2 .colums2 {background:url(images/dot.gif) repeat-y 692px 0%;}
#page2 .colums3 {background:url(images/tile_bg.gif) repeat-x 0 0%; padding-top:15px}
/*=========================*/
/*======= index-2.html =======*/
#page3 .col-1 {width:255px; margin:0 42px 0 47px;}
#page3 .col-2 {width:575px;}
#page3 .sub_col-1 {width:420px; margin-right:44px}
#page3 .sub_col-2 {width:406px;}
#page3 .colums1 {background:url(images/dot.gif) repeat-y 302px 0%}
#page3 .colums3 {background:url(images/tile_bg.gif) repeat-x 0 0%; padding-top:15px}
/*=========================*/
/*======= index-3.html =======*/
#page4 .col-1 {width:338px; margin:0 50px 0 47px;}
#page4 .col-2 {width:253px; margin-right:50px}
#page4 .col-3 {width:181px;}
#page4 .sub_col-1 {width:642px; margin-right:45px}
#page4 .sub_col-2 {width:181px;}
#page4 .colums1 {background:url(images/dot.gif) repeat-y 384px 0%}
#page4 .colums2 {background:url(images/dot.gif) repeat-y 688px 0%;}
#page4 .colums3 {background:url(images/tile_bg.gif) repeat-x 0 0%; padding-top:15px}
#page4 .colums4 {background:url(images/dot.gif) repeat-y 642px 0%;}
#page4 .col_sub_1 {width:177px; margin-right:30px}
#page4 .col_sub_2 {width:177px; margin-right:30px}
#page4 .col_sub_3 {width:177px;}
/*========================*/
/*======= index-4.html =======*/
#page5 .col-1 {width:640px; margin:0 50px 0 47px;}
#page5 .col-2 {width:181px; }
#page5 .sub_col-1 {width:252px; margin-right:45px}
#page5 .sub_col-2 {width:575px;}
#page5 .colums1 {background:url(images/dot.gif) repeat-y 687px 0%}
#page5 .colums2 {background:url(images/dot.gif) repeat-y 688px 0%;}
#page5 .colums3 {background:url(images/tile_bg.gif) repeat-x 0 0%; padding-top:15px}
#page5 .colums4 {background:url(images/dot.gif) repeat-y 250px 0%;}
#page5 .col_sub_1 {width:298px; margin-right:18px}
#page5 .col_sub_2 {width:298px; }
/*=========================*/
/*======= index-5.html =======*/
#page6 .col-1 {width:255px; margin:0 42px 0 47px;}
#page6 .col-2 {width:348px; margin-right:45px}
#page6 .col-3 {width:190px;}
#page6 .colums1 {background:url(images/dot.gif) repeat-y 302px 0%}
#page6 .colums2 {background:url(images/dot.gif) repeat-y 692px 0%;}
#page6 .colums3 {background:url(images/tile_bg.gif) repeat-x 0 0%; padding-top:15px}
/*=========================*/
/*======= index-6.html =======*/
#page7 #content {padding-bottom:0;}
/*=========================*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(js/Gallery/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


