*
{
	padding:0px;
	margin:0px;
}

body
{
	font-family:Arial, Helvetica, sans-serif;
	background-color:#380200;
}

.out_prev_img img
{
        border:#FFFFFF solid 1px;
}
	
#main_container
{
	background-image:url(../img_upload/background.jpg);
	background-repeat:repeat-x;
	background-color:#850800;
	text-align:center;
}		

#site_container
{
	margin:0px auto 0px auto;
	text-align:left;
	width:950px;

}

#header
{
	height:338px;
}

#details_area
{
	background-image:url(../img_upload/details_area_back.jpg);
	background-repeat:repeat-y;
	color:#FFFFFF;
}

#details_area_left
{
	width:680px;
	float:left;
        font-size:14px;
        padding-top:15px;
}

#details_area_left p
{
	font-size:14px;
	color:#FFFFFF;
	padding-bottom:10px;
        padding-left:10px;
        padding-right:10px;

}	

#details_area_left p a:link, #details_area_left p a:visited
{
        color:#FFFFFF;
        text-decoration:underline;
        font-size:14px;
}

#details_area_left p a:hover
{
        text-decoration:none;
}

#details_area_left .odd 
{
	background-color: #720400;
        color:#FFFFFF;
}

#details_area_left td, th 
{
	padding: 4px 5px; 
}

#details_area_left .even
{
        background-color:#900702;
}

#details_area_right
{
	width:260px;
	float:right;
}
		
.fake
{
	clear:both;
	visibility:hidden;
        padding:15px;
}

#footer
{
	background-image:url(../img_upload/footer_back.jpg);
	background-repeat:repeat-x;
	color:#FFFFFF;
	padding-top:20px;
        padding-bottom:20px;
        font-size:12px;
        text-align:center !important;
}

#footer a:link, #footer a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}

#footer a:hover
{
	text-decoration:underline;
}				

/* =Navigation
---------------------------------------------------------------------
*/

#menu{
   width: 260px;
   margin: 0px 0px 0px;
   border-top: 1px solid #710400;
   border-left: 1px solid #710400;
   list-style: none;
}


#menu li{
   float: left;
   border-top: 1px solid #710400;
   border-bottom: 1px solid #710400;
   font-size: 0.9em;
   text-align: left;
   background-image:url(../img_upload/menu_arrow.jpg);
   background-repeat:none;
}

#menu li#nav_home{
   border-top: 0;
}

#menu li a
{
   display: block;
   width: 195px;
   padding-top:8px;
   padding-left:40px;
   padding-bottom:8px;
   padding-right:25px;
   background: #900702;
   border-right: 1px solid #710400;
   color: #FFFFFF;
   text-decoration: none;
   background-image:url(../img_upload/menu_arrow.jpg);
   background-repeat:no-repeat;
}

#menu li a:hover,
#menu li.menuactive a{
   border-right-color: #710400;
   background: #720400;
   color: #FFFFFF;
}

/* =Navigation Ends
---------------------------------------------------------------------
*/

h1
{
	font-size:18px;
	color:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
        padding-left:10px;
}	

h3
{
	font-size:16px;
	color:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
        padding-left:15px;
}

h2
{
	font-size:16px;
	color:#FFFFFF;
	padding-top:10px;
	padding-bottom:10px;
        padding-left:10px;
        clear:both;
}


.ri_img_center	
{
        padding-top:0px;
	padding-bottom:0px;
        padding-left:15px;
}

.nb_ri_ce
{
        padding-top:15px;
}

.nb_ri_ce p
{
        padding-top:5px;
	padding-bottom:5px;
        padding-left:15px;
        padding-right:10px;
        font-size:12px;
}

.nb_ri_ce a:link, .nb_ri_ce a:visited
{
        color:#000000;
        text-decoration:none;
        padding-left:5px;
}

.nb_ri_ce a:hover
{
        text-decoration:underline;
}

.out_link
{
        clear:both;
        padding-top:0px !important;
        padding-bottom:0px !important;
}    

.out_link h4
{
        display:none;
}    

.out_prev_img
{
        padding-right:10px;
        padding-left:10px;
}  

.out_prev_img a:link, .out_prev_img a:visited
{
        color:#FFFFFF;
        text-decoration:underline;
}

.out_prev_img a:hover
{
        text-decoration:none;
}

.out_prev_img h3
{
        text-align:center !important;
}

.out_footer
{
        padding:10px 10px 10px 10px;
        font-size:12px;
}

.out_footer a:link, .out_footer a:visited
{
        color:#000000;
        text-decoration:none;
}

.out_footer a:hover
{
        text-decoration:underline;
}

#date
{
        padding-left:10px;
        color:#000000;
}

.out_art ul
{
        padding-bottom:10px;
}

.out_art li
{
        margin-left:35px;
       	list-style-type:none;
        list-style:url(../img_upload/bullet.jpg);
}

/* ------------------------------------------------------ lightbox gallery styles ---*/
div.picture {
	width: 192px;
	min-height: 95px;
float:left;
padding:6px;
margin-bottom:12px;
margin-left: 6px;
margin-right: 6px;
margin-top: 0;
text-align:center;
border: #ffffff 1px solid;
}
* html .picture { display: inline; }  /* --Fix for IE6 --*/

.picture_top h3 {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding-bottom: 2px;
}
.picture_bot {
	color: #ffffff;
	font-size: 11px;
	padding-top: 2px;
}
br.clearboth {
       margin:0;
       padding:0;
       clear:both;
}

#lightbox{
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	color:#151410;
	}

#lightbox a, #lightbox a:hover {
	border-bottom:none;
	color:#151410;
	text-decoration:underline;
}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#loadingLink {
	display:block;
	margin:0 auto;
	padding:0;
	width:32px;
	height:32px;
	background:url("/assets/loading.gif") center center no-repeat;
	text-indent:-9999px;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLinkImg, #nextLinkImg{
	width: 49%;
	height: 100%;
	background: transparent url("/assets/blank.gif") no-repeat; /* Trick IE into showing hover */
	display: block;
	text-indent:-9999px;
	}
#prevLinkImg { left: 0; float: left;}
#nextLinkImg { right: 0; float: right;}
#prevLinkImg:hover, #prevLinkImg:visited:hover { background: url("/assets/prevlabel.gif") left 15% no-repeat; }
#nextLinkImg:hover, #nextLinkImg:visited:hover { background: url("/assets/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;
	}
#imageDetails{ width: 70%; float: left; text-align: left; }	
#caption{ font-weight: bold;	}
#numberDisplay{ display: block; clear: left; }			
#detailsNav{ display: block; clear: left; padding:0 0 10px 0;	}	
#prevLinkDetails { margin:0 8px 0 0; }		
#nextLinkDetails { margin:0 8px 0 0; }		
#closeLink {
	display:block;
	margin:0;
	padding:0 0 10px 0;
	text-decoration:none;
	float:right;
	width:66px;
	height:28px;
	background:url("/assets/closelabel.gif") no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #151410;
	filter:alpha(opacity=60);
	-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 */
	}	

  div.picture_ce a img {
    border:0;
  }

