
/*MAIN STYLE- CANDLES*/

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

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

/*
.img_table{
height: 420px;
overflow: scroll;
overflow:auto;
overflow-y: scroll;
overflow-x: hidden;
}

.img_table_1{
height: 440px;
}
*/

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

.img_table_1{
padding: 0px;
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_candle{
width: 950px; 
margin: 0 auto; 
background: #563e2c;
border-left: 2px solid #c08a5d;
border-right: 2px solid #c08a5d;
border-bottom: 2px solid #c08a5d;
}

#description{
font-size:14px;

}



#topsection{
background: #6c5543;
height: 110px; /*Height of top section*/
border-bottom: 2px solid #c08a5d;
}

#topsection_nav{
background: #6c5543;
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 #c08a5d;
}

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

#footer{
clear: left;
width: 100%;
background: #6c5543 url(../images/glossyback.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 #c08a5d;
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 #6c5543;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
background: #6c5543 url(../images/glossyback.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 #4e3e31; /* 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.gif);
border-bottom: 1px solid #c08a5d; /* I added for underline buttons*/
 
}


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

.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  #ccbeb0;
}

.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: #98785e;
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 #c08a5d;
background: transparent url(../images/glossyback.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 #c08a5d;
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.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;
}
