/* CSS Document for L'Empire Modeling & Events*/
/*
	Author: Husain Hakim
	Contact: husainhk@gmail.com
	Version: 1.0
*/

*
	{
		margin: 0;
		padding: 0;
		border: none;
	}

html, body
	{
		background: #000 url(/events/images/site-design/bg-body.gif) repeat-x 0 0;
		height:100%; /* needed for container min-height */
		font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #888;
	}

a:link, a:visited
	{
		color: #ffd51a;
		text-decoration: none;
	}

a:hover
	{
		text-decoration: underline;
	}

#main-content p, ul
	{
		margin: 20px 0 20px 0;
		line-height: 21px;
	}

	
#main-content ul
	{
		margin: 20px;
		line-height: 21px;
	}


#main-content h3
	{
		font-size: 12px;
		font-weight: bold;
		color: #fff;
		margin: 0 0 -20px 0;
	}


#main-content-home p
	{
		margin: 100px 0 0px 0;
	}


#main-wrapper
	{
		position:relative; /* needed for footer positioning*/
		width: 100%;
		height: auto !important; /* real browsers */
		height: 100%; /* IE6: treaded as min-height*/
		min-height: 100%; /* real browsers */
	}

#layout-wrapper
	{
		margin: 0 auto;
		width: 995px;
		padding: 0 0 120px 0;
	}


#masthead
	{
		background: #fff url(/events/images/site-design/bg-masthead.jpg) no-repeat center center;
	}

#footer
	{
		position: absolute;
		bottom: 0;
		background: #000 url(/events/images/site-design//bg-footer.gif) repeat-x 0 0;
		width: 100%;
		height: 89px;
	}

#footer p
	{
		width: 995px;
		margin: 0 auto;
	}


#site-tabs
	{
		list-style: none;
		float: right;
		margin: 0 70px 0 0;
		border-top: 5px solid #ffd51a;
	}

#site-tabs li
	{
		float: left;	
	}

#site-tabs li a
	{
		font-size: 11px;
		color: #ffd51a;
		display: block;
		width: 79px;
		height: 24px;
		line-height: 24px;
		text-align: center;
		text-decoration: none;
		float: left;
		background: #ffd51a url(/events/images/site-design/bg-site-tab-off.gif) no-repeat 0 0;
	}

#site-tabs li.active-site a
	{
		color: #000;
		background: #ffd51a url(/events/images/site-design/bg-site-tab-on.gif) no-repeat 0 0;
	}


#logo
	{
		border-top: 5px solid #ffd51a;
		padding: 0 0 0 20px;
	}


#main-navigation
	{
		list-style: none;
		float: right;
		margin: 0 70px 0 0;
		background: #000 url(/events/images/site-design/bg-nav-default.gif) no-repeat 0 0;
	}

#main-navigation li
	{
		float: left;
	}

#main-navigation li#last-nav
	{
		background: #000 url(/events/images/site-design/bg-nav-default.gif) no-repeat right 0;
	}

#main-navigation li a
	{
		float: left;
		display: block;
		height: 25px;
		line-height: 25px;
		color: #ffd51a;
		text-decoration: none;
		padding: 0 15px;
	}

#main-navigation li a:hover
	{
		background: #ffd51a url(/events/images/site-design/bg-nav-on.gif) no-repeat center center;
		color: #000;
	}

#main-navigation li#first-nav a:hover
	{
		background: #ffd51a url(/events/images/site-design/bg-nav-on.gif) no-repeat left center;
		color: #000;
	}

#main-navigation li#last-nav a:hover
	{
		background: #ffd51a url(/events/images/site-design/bg-nav-on.gif) no-repeat right center;
		color: #000;
	}


#spotlight-container
	{
		clear: both;
		height: 260px;
		padding: 20px;
		background: #ffcc00 url(/events/images/site-design/bg-spotlight.jpg) repeat-x 0 0;
	}

#flash-spotlight
	{
		float: left;
		width: 675px;
		height: 260px;
	}

#intro-text
	{
		float: right;
		width: 220px;
		height: 220px;
		padding: 20px;
		background: #000 url(/events/images/site-design/bg-intro-textbox.jpg) no-repeat 0 0;
		color: #9c9784;
		font-size: 14px;
		line-height: 27px;
	}

#intro-text h2
	{
		font-size: 18px;
		color: #fff;
		text-transform: uppercase;
	}

	
#main-content h2
	{
		font-size: 14px;
		color: #fff;
		text-transform: none;
	}

#intro-text a
	{
		display: block;
		background: transparent url(/events/images/site-design/bg-bullet-diamond.gif) no-repeat 0 5px;
		padding: 0 0 0 20px;
		text-decoration: underline;
	}


#content-container
	{
		padding: 20px;
	}

#main-content-home
	{
		width: 675px;
		float: left;
	}

#sidebar-home
	{
		width: 260px;
		float: right;
	}

#main-content
	{
		width: 675px;
		float: right;
	}

#sidebar
	{
		width: 260px;
		float: left;
	}

#main-content-home h1, #main-content h1
	{
		float: left;
		height: 35px;
		line-height: 20px;
		padding: 0 115px 0 0;
		background: #000 url(/events/images/site-design/bg-h1.gif) no-repeat right 0;
		color: #fff;
		font-size: 18px;
		font-weight: normal;
	}


.clearfix:after
	{
		content: "."
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
	}

.clearfix { overflow : hidden; _height : 1%; }


ul.thumbnails
	{
		list-style: none;
		color: #fecb1d;
		margin: 20px 0 40px 0;
		width: 695px;
	}

ul.thumbnails li
	{
		float: left;
		margin: 0 20px 20px 0;
	}

ul.thumbnails li img
	{
		border: #fecb1d 2px solid;
		width: 207px;
	}


.thumbnails-clients
	{
		list-style: none;
		color: #fecb1d;
		margin: 20px 0 40px 0;
		width: 695px;
	}

.thumbnails-clients li
	{
		float: left;
		margin: 0 20px 20px 0;
	}


.register-para
	{
		clear: both;
	}
	

#form-contact
	{
		width: 220px;
		height: 310px;
		padding: 20px;
		background: #000 url(/events/images/site-design/bg-form.jpg) no-repeat 0 0;
	}


#form-contact h2
	{
		color: #fff;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: normal;
		margin: 0 0 15px 0;
	}


#form-contact label
	{
		color: #fff;
		font-size: 11px;
	}

#form-contact input, select
	{
		height: 20px;
		padding: 1px 0 0 2px;
		font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
		font-size: 12px;
		width: 219px;
		margin: 1px 0 15px 0;
	}


#form-contact textarea
	{
		width: 219px;
		height: 75px;
		padding: 1px 0 0 2px;
		font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
		font-size: 12px;
	}



#form-contact .zemSubmit
	{
		width: 47px;
		height: 22px;
		background: #000 url(/events/images/site-design/button-send.gif) no-repeat 0 0;
		text-indent: -9999px;
		cursor: pointer;
		margin: 10px 0 0 0;
	}

#form-contact .zemThanks
	{
		color: #fff;
		font-weight: bold;
	}


#form-search
	{
		width: 220px;
		height: 310px;
		padding: 20px;
		background: #000 url(/events/images/site-design/bg-form.jpg) no-repeat 0 0;
	}


#form-search h2
	{
		color: #fff;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: normal;
		margin: 0 0 6px 0;
	}


#form-search label
	{
		color: #fff;
		font-size: 11px;
	}

#form-search input, select
	{
		height: 20px;
		padding: 1px 0 0 2px;
		font-family: "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
		font-size: 12px;
		width: 219px;
		margin: 1px 0 6px 0;
	}


#form-search .go-button
	{
		width: 42px;
		height: 22px;
		background: #000 url(/events/images/site-design/button-go.gif) no-repeat 0 0;
		text-indent: -9999px;
		cursor: pointer;
		margin: 10px 0 0 0;
	}


#sidebar-box
	{
		background: #252525 url(/events/images/site-design/bg-sidebar-box-bottom.gif) no-repeat center bottom;
		padding: 0 0 10px 0;
	}


#sidebar-box h2
	{
		background: #252525 url(/events/images/site-design/bg-sidebar-box-top.gif) no-repeat center top;
		padding: 20px 20px 0 20px;
		color: #fff;
		font-size: 14px;
		text-transform: uppercase;
		font-weight: normal;
	}


.sidebar-text
	{
		background: #252525 url(/modeling/images/site-design/bg-sidebar-box-top.gif) no-repeat center top;
		padding: 20px 20px 10px 20px;
		font-size: 14px;
		line-height: 27px;
		color: #929292;
	}


#subnav
	{
		background: #252525 url(/events/images/site-design/bg-sidebar-box-top.gif) no-repeat center top;
		list-style-type: none;
		padding: 10px;
	}

#subnav li a
	{
		display: block;
		border-bottom: #515151 1px dashed;
		padding: 5px 10px;
	}

#subnav li a:hover
	{
		text-decoration: none;
		color: #fff;
	}


#ornament
	{
		height: 41px;
		background: #000 url(/events/images/site-design/img-ornament.gif) no-repeat 0 0;
	}


#team dl
	{
		margin: 20px 0 0 0;
		padding: 0 0 15px 0;
		border-bottom: #515151 1px dashed;
		color: #fff;
	}

#team dl dt
	{
		float: left;
		margin: 0 20px 0 0;
	}

#team dl dt img
	{
		border: #fecb1d 2px solid;
	}

#team dl dd
	{
		float: left;
	}

.register-text
	{
		margin: 20px 0 30px 0;
	}


#model-container
	{
		margin: 20px 0 40px 0;
	}

#default-picture
	{
		border: #fecb1d 2px solid;
		width: 438px;
		float: left;
	}


#details
	{
		float: right;
		width: 213px;
		color: #fff;
		font-size: 11px;
	}


#details p
	{
		margin: 0 0 20px 0;
	}


#details label
	{
		display: block;
		margin: 0 0 10px 0;
	}


#article-nav
	{
		list-style-type: none;
		width: 442px;
		height: 35px;
		float: left;
		margin: 20px 0 0 0;

	}


li#prev-article
	{
		float: left;
	}

li#next-article
	{
		float: right;
	}


li#prev-article a
	{
		display: block;
		height: 27px;
		float: left;
		padding: 8px 0 0 30px;
		background: #000 url(/events/images/site-design/bg-button-previous.gif) no-repeat left 0;
	}

li#next-article a
	{
		display: block;
		height: 27px;
		float: right;
		padding: 8px 30px 0 0;
		background: #000 url(/events/images/site-design/bg-button-next.gif) no-repeat right 0;
	}


/* --------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* LightBox 2 */
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------- */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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; }
#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-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/events/images/site-design/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/events/images/site-design/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------------------------------------------------------------------------- */

#contact-content
	{
		margin: 20px 0 0 0;
	}

#contact-content img
	{
		border: #e8b91c 2px solid;
		float: left;
		margin: 0 0 20px 0;
	}

#office-address
	{
		float: left;
		margin: 0 0 0 20px;
		display: inline;
	}


#news-headlines
	{
		list-style-type: none;
		padding: 0 10px 10px 10px;
	}

	
#news-headlines li a
	{
		display: block;
		border-bottom: #515151 1px dashed;
		padding: 7px 0 7px 10px;
	}

	
#news #news-headlines
	{
		list-style-type: none;
		padding: 0
	}

	
#news #news-headlines li a
	{
		display: block;
		border-bottom: #515151 1px dashed;
		padding: 7px 0 7px 10px;
	}


#services-list dt
	{
		margin: 20px 0 0 0;
	}

#services-list dd
	{
		border-bottom: #515151 1px dashed;
		padding: 0 0 20px 0;
	}

