
/*MAIN STYLE- CANDLES*/

body{
margin:0;
padding:0;
background: #b8cfb7 url(../images/bckground_gr.jpg) repeat-x;
}

#maincontainer{
width: 950px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #FFFFFF;
border-left: 2px solid #c9bf84;
border-right: 2px solid #c9bf84;
border-bottom: 2px solid #c9bf84
}

.img_table{
height: 420px;
overflow: scroll;
overflow-x: hidden;
}

.img_table_1{
height: 440px;
}

/*

#maincontainer_candle{
width: 950px; 8
margin: 0 auto; 8
background: #563e2c;
border-left: 2px solid #c08a5d;
border-right: 2px solid #c08a5d;
border-bottom: 2px solid #c08a5d;
}
*/

#waiting_div{
	height:500px;
	width: 100%;
	text-align:center;
}

#maincontainer_personal{
width: 950px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background: #47563d;
border-left: 2px solid #c9bf84;
border-right: 2px solid #c9bf84;
border-bottom: 2px solid #c9bf84;
}

#description{
font-size:14px;
color:#506344;

}



#topsection{
background: #47563d;
height: 110px; /*Height of top section*/
border-bottom: 2px solid #c9bf84;
}

#topsection_nav{
background: #506344;
margin: 0;
padding-top: 0px;
}

#contentwrapper{
float: left;
width: 100%;
overflow: hidden;
}


#contentcolumn{
margin-left: 231px; /*Set left margin to LeftColumnWidth*/
/*background-color:#563e2c;*/
border-left: 2px solid #c9bf84;;
}

#leftcolumn{
float: left;
width: 229px; /*Width of left column*/
margin-left: -950px; /*Set left margin to -(MainContainerWidth)*/
background: #506344;
/*border-right: 2px solid #c08a5d;*/
overflow: hidden;
}

#footer{
clear: left;
width: 100%;
background: #506344 url(../images/glossyback_gr.gif) repeat-x bottom left;
font-family: Verdana, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
color: #FFF;
text-align: center;
padding: 4px 0;
border-top: 2px solid #c9bf84;
position: relative;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0px;
margin-bottom: 0px;
padding-bottom:10px;
}

/* END of MAIN STYLE*/

/* ACCORDION NAV*/

.glossymenu{
margin: 0;
padding: 0;
width: 228px; /*width of menu*/
border: 1px solid #506344;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: #506334 url(../images/glossyback_gr.gif) repeat-x bottom left;
font: normal 14px  Helvetica, Arial, sans-serif;
color: white;
display: block;
position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
width: auto;
padding: 7px 0;
padding-left: 15px;
text-decoration: none;
border-bottom: 1px solid #47563d; /* I added for underline buttons*/
}

.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: #ffffff;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 11px;
right: 35px;
border: none;
}

.glossymenu a.menuitem:hover {
background-image: url(../images/glossyback2_gr.gif);
border-bottom: 1px solid #c9bf84; /* I added for underline buttons*/
}


.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: #63715a;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
border-bottom: 1px solid  #b6c4ad;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px Helvetica, Arial, sans-serif;
color: #ffffff;
text-decoration: none;
padding: 7px 0;
padding-left: 25px;
}

.glossymenu div.submenu ul li a:hover{
background: #b6c4ad;
color: white;
}



/* END OF ACCORDION NAV*/

/* TOP NAVIGATION - start*/

.solidblockmenu{
margin: 0;
padding: 0;
float: right;
font: bold 13px "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
width: 100%;
border-bottom: 1px solid  #c9bf84;
background: transparent url(../images/glossyback_gr.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: right;
color: #ffffff;
padding: 5px 11px;
text-decoration: none;
border-left: 1px solid #c9bf84;
font: bold 13px "Lucida Grande", "Trebuchet MS", Helvetica, sans-serif;
}

.solidblockmenu li a:visited{
color: #ffffff;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: #ffffff;
background: transparent url(../images/glossyback2_gr.gif) center center repeat-x;
}

/*TOP NAVIGATION end*/


/*GALLERY STARTS*/
#gallery{
float: left;
width: 100%;
}

.loadarea{
width: 450px; /*Width of large image*/
}

.thum_txt{
font-family: Verdana, sans-serif;
font-size: 11px;
font-style: normal;
font-weight:normal;
line-height: 12px;
color: #6c5543;
list-style-type: none;
text-decoration: none;
}

	
/* GALLERY END*/	

p, ul,li, lh, td, tr {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	color: #6c5543;
	list-style-type: none;
}

a {
text-decoration: none;
}






/*TOP NAVIGATION end*/


/*LIGHTBOX GALLERY STARTS*/

#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: #453326;
	width: 500px;
	height: 350px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 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(../images/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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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;
	}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #4b392a;
	filter:alpha(opacity=40);
	-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 */
	}	
	
/* LIGHTBOX GALLERY END*/	

p, ul,li, lh, td, tr {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	color: #6c5543;
	list-style-type: none;
}
