/* MAIN STYLES */
body { 
	background: #000;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
}


body.popup {
	background-color:#000;
	font-family:Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
hr {
	border:none;
	border-bottom:1px dotted #d2cfcb;
	height: 0;
} 


a.category {text-decoration:none; line-height:20px;}
a.gallerycategory {
	text-decoration:none; 
	color:#fff; 
	font-weight:bold;
	font-size:12px;
	font-family:"Good Times", Arial, Helvetica, sans-serif;
	}
	
a:hover .gallerycategory {
	color:#bbbbbb; 
	}
	
a {color: #fff}	
a:hover {color: #bbbbbb} 
A IMG.thumbnail { 
	border:2px solid #fff;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

a:hover IMG.thumbnail { 
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}


form {margin:0;}

/* Classes */
.alert{color:#b52322; font-weight:bold;}
.imageBorder {border:1px solid #000} 
a:link .imageBorder { border-color: #000; } 

  
#pagelayout{
	width: 100%;
	z-index:0;
	margin: 0 auto;
	
} 

#main{
	width: 760px;
	margin: 0 auto;
	z-index:0;
	background:#000;
}
#header{
	width: 760px;
	margin: 0 auto;
	z-index:0;
	background:#000;
}

#navbar{
	border-bottom:1px solid #fff;
}
#footerbar{
	border-top:1px solid #fff;
}
#content-holder {
	margin-top:10px;
	margin-bottom:10px;
	overflow:hidden;      
	height: 100%;   
	width: 100%;

	}

#content-center {
   float:left;
   margin-left:10px;
   margin-top:5px;
   padding:0px;
   overflow:hidden;  
   width: 98%;
 
}


#content-center ul{
	margin:10px 0 20px 50px;
	padding:0;
	list-style:url(../images/red_bullet.jpg) outside;
}
#content-center li{
	margin-top:5px;
}
#content-center p{
	margin-top:0px;
}



h1 {
	color: #ffffff;

	font-size:14px;

	font-weight: bold;

	margin: 0px 0px 20px 0px;

	font-family:"Good Times", Arial, Helvetica, sans-serif;

}


h2 {
	color:#fff;
	margin:15px 0 0px 0;
	font-size:14px;
	text-transform:capitalize;
}

/*img {
	border:none;
}
*/


#footer {
	font-size: 11px;
	color:#fff;
	width: 100%;
	z-index:0;
	margin: 0 auto;
}

#footercontent {
	width: 760px;
	margin: 0 auto;
	z-index:0;
	text-align:center;
	
}

#footer a
{
	text-decoration: underline;
	color: #fff;
}
#footer a:hover
{
	text-decoration: underline;
	color: #fff;
}

#footer a {
	
	color: #fff;
}

input:focus, input.sffocus, textarea:focus, textarea.sffocus, select:focus, select.sffocus{
	background-color: #f8f7e7;
	border-color: #b8b9b8;
}	


.clearfix:after {content: "."; height:0; visibility: hidden; display: block; clear: both; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height: 1%; display: block; }
/* End hide from IE-mac */



#goBack {
	float:right;
}
#goBack a, #goBack a:visited {
	line-height: 22px;
	height:25px;
	display:block;
	background: url(../images_2/icon_gallery.gif) no-repeat left ;
	padding: 0px 0px 0px 20px;
	font-weight:bold;
	color: #6c6a75;
	text-decoration: none;
	font-size: 12px;
}
#goBack a:hover {
	text-decoration: underline;
}
