/* CSS Document */
html, body {
	margin: 0px auto;
	background-color:#ffffff;
	text-align: center;
	scrollbar-arrow-color: #C2C2C2;
	scrollbar-base-color: #C2C2C2;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #C2C2C2;
	scrollbar-shadow-color: #C2C2C2;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	height: 100%;
	min-height: 100%;
}
#header{
	width: 900px;
	height: 125px;
	text-align:left; 
	border: 1px solid #bfc0be;
    margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 30px;
}
#body{
	width: 900px;
	border: 1px solid #bfc0be;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-top: 30px;
	padding-bottom: 5px;
}
#main_table{
	width: 899px;
	text-align: center;
}
#td_left{
	width: 265px;
	text-align: left;
	vertical-align: top;
	padding-left: 20px;
}
#td_mid{
	width: 363px;
	line-height: 15px;
}
#table_midpic{
	width: 359px;
	height: 330px;
	font-family: Verdana;
	font-size:10px;
	font-weight: 300;
	text-align: center;
	color: #5a5a5a;
}
#table_midpictxt{
	width: 359px;
	font-family: Verdana;
	font-size:10px;
	font-weight: 300;
	text-align: center;
	color: #5a5a5a;
	line-height: 15px;

}
#table_gallerypic{
	width: 359px;
	height: 330px;
	font-family: Verdana;
	font-size:10px;
	font-weight: 300;
	text-align: center;
	color: #5a5a5a;
	border-spacing: 5px;
}
#td_gallerypic{
	width: 168px;
	height: 168px;
	border: 4px double #bfc0be;
	background-color: #d0cfcf;
	font-family: Verdana;
	font-size:10px;
	font-weight: 300;
	text-align: center;
	color: #5a5a5a;
	vertical-align: middle;
}
#td_gallerytitle{
	width: 359px;
	font-family: Verdana;
	font-size:12px;
	font-weight: 600;
	color: #5a5a5a;
	letter-spacing: 4px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 18px;
	line-height: 20px;
}
#h1{
	width: 359px;
	font-family: Verdana;
	font-size:12px;
	font-weight: 600;
	color: #5a5a5a;
	letter-spacing: 4px;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 18px;
	line-height: 20px;
}
#td_gallerytxt{
	width: 168px;
	font-family: Verdana;
	font-size:10px;
	font-weight: 300;
	text-align: center;
	color: #5a5a5a;
}
#td_right{
	width: 265px;
	text-align: right;
	vertical-align: top;
	padding-right: 20px;
}
#td_copy{
	width: 353px;
	text-align: center;
	padding-top: 20px;
	height: 10px;
	font-family:Arial, Helvetica, sans-serif;
	color: #545C4B;
	font-size: 10px;
	line-height: 15px;
	margin-bottom: 30px;
}
.pmenumain{
	font-family: Verdana;
	font-size:12px;
	font-weight: 600;
	color: #5a5a5a;
	letter-spacing: 4px;
	line-height: 20px;
}
.pmenusub{
	font-family: Verdana;
	margin-left: 20px;
	font-size:10px;
	font-weight: 500;
	color: #5a5a5a;
	letter-spacing: 2px;
	line-height: 15px;
}
#bodytext{
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #545C4B;
	font-size: 12px;
	line-height: 20px;	
}
#bodytextr{
	text-align: left;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #545C4B;
	font-size: 12px;
	vertical-align: middle;
	line-height: 20px;	
}
#email{
	text-align: center;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #545C4B;
	font-size: 12px;
	line-height: 20px;	
}


a:link 
{ color: #5a5a5a; text-decoration: none 
}
a:active 
{ color: ##bfc0be; text-decoration: none 
}
a:visited 
{ color: #5a5a5a; text-decoration: none 
}
a:hover 
{ color: #bfc0be; text-decoration: none 
}

#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #545C4B;
}

#TB_secondLine {
	font: 12px Arial, Helvetica, sans-serif;
	color: #545C4B;
	line-height: 24px;
	/*color:#666666;*/
}

#TB_window a:link {color: #545C4B;}
#TB_window a:visited {color: #545C4B;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #545C4B;}
#TB_window a:focus{color: #545C4B;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(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;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 102;
	color: #000000;
	display: none;
	border: 4px solid #525252;
	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;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-right: 1px solid #a6b29e;
	border-bottom: 1px solid #a6b29e;
	border-top: 1px solid #a6b29e;
	border-left: 1px solid #a6b29e;
}

#TB_caption{
	height:25px;
	padding:0px 0px 0px 12px;
	float:left;
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #545C4B;
}

#TB_closeWindow{
	height:25px;
	padding:0px 12px 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:308px;
	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;
}

.screen {
	width: 450px;
	table-layout: fixed;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*text-align: center;*/
}
.home {
	table-layout: fixed;
	margin-left: 22px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: center;
}


