
/* DEFAULT STYLES */
	BODY{
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		font-family: arial;
		font-size: 12px;
		background-color: #373737;
		}
	A{
		text-decoration: none;
		}
	P{
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		}
	H1{
	
		}
	H2{
	
		}
	H3{
	
		}
	
	DIV.clear{
		clear: both;
		height: 0px;
		width: 0px;
		padding: 0px;
		margin: 0px;
		}

/* MAIN LAYOUT STYLES */

	/* HEADER */
	#header{
		width: 100%;
		border-bottom: 2px solid black;
		}
	#header div{
		color: white;
		font-size: 40px;
		font-weight: bold;
		margin: 5px;
		
		}
	/*  */

	#primary_content_container{
		z-index: -1;
		}
	#highlights_container #container1{
		width: 615px;
		float: left;
		}
	#highlights_container #container2{
		width: 284px;
		height: 200px;
		float: left;
		border-left: 1px solid #2d2d2d;
		}

	#index_highlight_container{
		width: 100%;
		height: 200px;
		overflow: hidden;
		z-index: 0;
		position: relative;
		top: -24px;
		padding: 0px;
		margin: 0px;
		background-color: black;
		}
		
	#index_highlight_container div{
		float: left;
		position: relative;
		padding: 0px 6px 0px 6px;
		font-size: 11px;
		font-weight: bold;

		background-position: center center;
		background-repeat: no-repeat;
		height: 220px;
		border-right: 1px solid black;
		}
	#index_highlight_container div:hover{
		padding: 0px 4px 0px 6px;
		border-right: 1px solid white;
		border-left: 1px solid white;
		}
	/* */
	#top_nav_container{
		width: 100%;
		overflow: hidden;
		z-index: 10;
		position: relative;
		}
	#top_nav{
		background-color: #0f0f0f;
		height: auto;
		float: left;
		width: 100%;
		padding: 0px 0px 0px 4px;
		border-bottom: 1px solid #2d2d2d;
		z-index: 10;
		}
	#top_nav div{
		float: left;
		padding: 4px 4px 0px 4px;
		font-size: 11px;
		font-weight: bold;
		color: #cccccc;
		}
	#top_nav #spacer{
		margin: 0px 2px 0px 2px;
		padding: 0px;
		background-color: #373737;
		width: 1px;
		height: 20px;
		}
	#top_nav #spacer_light{
		margin: 0px 2px 0px 2px;
		padding: 0px;
		background-color: #232323;
		width: 1px;
		height: 20px;
		}

	#content_container{
		color: white;
		padding: 8px;
		}
		
		
		
/*= GALLERY STYLES ================================================*/
	
	#gallery_container{
		background-color: #191919;
		width: 100%
		}
	#gallery_container #inner{
		padding: 8px;					
		}
	#gallery_container #inner h2{
		margin: 0 0 0 0;
		color: white;
		font-weight: normal;
		font-size: 20px;
		}
	#breadcrumb{
		color: #8c8c8c;
		font-size: 10px;
		}
	#breadcrumb a{
		color: #8c8c8c;
		}
	#breadcrumb a:hover{
		color: white;
		}
		
	/* ----------------------------------------------------------- */

	#imagearea_container{
		background-color: #232323;
		width: 100%;
		margin: 0 0 0 0;
		}
	#imagearea_container #inner{
		padding: 8px 0px 8px 8px;
		}
	#portal_banner{
		border: 1px solid #2d2d2d;
		display: block;
		position: relative;
		width: 900px;
		height: 200px;
		background-repeat: no-repeat;
		overflow: hidden;
		}
	#portal_banner_description{
		position: absolute;
		bottom: 0px;
		left: 0px;
		width: 884px;
		background-color: black;
		padding: 7px;
		margin: 1px;
		filter: alpha(opacity=50);
		-moz-opacity: 0.5;
		-khtml-opacity: 0.5;
		opacity: 0.5;
		}
	#portal_banner_description{
		color: white;
		line-height: 13px;
		font-size: 11px;
		}
	#portal_banner_description h3{
		padding: 0 0 0 0;
		margin: 4px 0px 0px 0px;
		}	
	#portal_banner_description h3:hover{
		font-weight: bold;
		}
	#offsite_gallery_link{
		color: white;
		font-weight: normal;
		}
	#offsite_gallery_url{
		color: #cccccc;
		}
	#offsite_gallery_url:hover{
		color: white;
		}
		
	/* ----------------------------------------------------------- */

	#gallery_info_container{
		background-color: #2d2d2d;
		color: #cdcdcd;
		padding: 8px 8px 8px 8px;
		}
	#gallery_info_container p{
		width: 900px;
		padding-bottom: 15px;
		}
	#gallery_info_container h2{
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		font-weight: normal;
		color: white;
		}
	#gallery_info_container #col3{
		float: left;
		padding: 0px 0px 0px 0px;
		margin: 0px 0px 0px 0px;
		width: 292px;
		}
	#gallery_title{	
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		font-size: 16px;
		font-weight: normal;
		color: white;
		}	
	#gallery_info_container #col3 p{	
		font-size: 11px;
		line-height: 16px;
		margin-bottom: 16px;
		}
	#gallery_title{
		color: white;
		}
	#gallery_title span{
		color: black;
		}	
	#gallery_title:hover span{
		color: white;
		}	
		
	/* ----------------------------------------------------------- */
	
	#gallery_img_container{
		border: 1px solid #2d2d2d;
		display: block;
		position: relative;
		width: 886px;
		padding: 7px;
		background-repeat: no-repeat;
		}
		
	#thumbnail_container{
		width: 26px;
		height: 26px;
		display: block;
		margin: 0px 5px 5px 0px;
		padding: 0px 0px 0px 0px;
		border: 1px solid #cccccc;
		float: left;
		background-position: center center;
		background-repeat: no-repeat;
		filter:alpha(opacity=50);
		-moz-opacity:0.5;
		opacity:0.5;
		}
	#thumbnail_container:hover{
		filter:alpha(opacity=100);
		-moz-opacity:1.0;
		opacity:1.0;
		}
	#work_info_container{
		margin-top: 7px;	
		font-size: 12px;
		color: #cfcfcf;
		}
	#work_info_container a{
		color: #cccccc;
		}
	#work_info_container a:hover{
		color: white;
		}

	#work_info_title{
		color: white;
		font-weight: bold;
		font-size: 12px;
		}
	#work_info_additional{
		font-size: 10px;
		color: #cccccc;
		}
		
	#new_avail_gal_link{
		color: #cccccc;
		font-weight: bold;
		}
	#new_avail_gal_link:hover{
		color: white;
		}
		
	/* PURCHASE CONTAINER */
	#purchase_container{
		background-color: #191919;
		width: 100%
		}	
	
	#purchase_container #inner{
		padding: 8px;					
		}
	#purchase_container #inner h2{
		margin: 0 0 0 0;
		color: white;
		font-weight: normal;
		font-size: 20px;
		}
		
	/* ABOUT WILLIAM PURA  */
	#about_william_pura{
		background-color: #2d2d2d;
		color: #cdcdcd;
		padding: 8px 8px 24px 8px;
		}
	#about_william_pura h3{
		margin: 4px 0px 0px 0px;
		font-weight: normal;
		}
	#about_william_pura a{
		font-weight: bold;
		color: #cccccc;
		font-size: 12px;
		}
	#about_william_pura a:hover{
		color: white;
		}	
	#about_william_pura #col2{
		float: left;
		padding-right: 16px;
		width: 446px;
		}
	#about_william_pura #col2 p{	
		font-size: 12px;
		line-height: 16px;
		margin-bottom: 8px;
		}

	/* FOOTER NAV */
	#footer_bc{
		width: 100%;
		height: 28px;
		background-color: #232323;
		border-top: 1px solid #373737;
		border-bottom: 1px solid #373737;
		}
		
	/* FOOTER NAV */
	#footer_nav{
		width: 100%;
		background-color: #0f0f0f;
		padding: 7px 0px 14px 0px;
		margin-top: 40px;
		}

		#footer_nav #col{
			float: left;
			margin: 5px;
			padding: 0px 2px 2px 2px;
			width: 140px;
			}
		#footer_nav #col_static{
			float: left;
			margin: 5px 5px 5px 5px;
			padding: 2px 2px 0px 2px; 
			width: 140px;
			}

		#footer_nav h3{
			margin: 0 0 3px 0;
			padding: 0;
			color: #8c8c8c;
			font-size: 11px;
			}	
		#footer_nav h3:hover{
			color: white;
			}
		#footer_nav h4{
			margin: 0 0 3px 0;
			padding: 0;
			font-size: 10px;
			color: #636363;
			}	
		#footer_nav h4:hover{
			color: white;
			}

	/* FOOTER  */
	#footer{
		width: 100%;
	
		}
		
		#footer div{
			margin: 5px;
			padding: 2px;
			color: #696969;
			float: left;
			}
		
		#footer #spacer{
			width: 2px;
			height: 14px;
			margin: 0 10px 0 5px;
			padding: 0px;
			background-color: #373737;
			}
			
	#wp_content p{
		margin: 0 0 8px 0;
		}