/*================================================================
LAYOUT stylesheet for the website.

Define layout and backgrounds for:
  - Body
  - Wrapper
  - Header
  - Sidebar
  - Content
  - Footer
  ( Navigation is defined in nav.css )
  
  ***  NO TYPOGRAPHY STYLES HERE PLEASE  ***
  
================================================================*/
@import url(global/base.css);
@import url(global/thickbox.css);
@import url(global/style.css);
@import url(gall_design.css);
@import url(global/nav.css);
@import url(pages/contact.css);	
@import url(pages/tabs.css);	
@import url(pages/articles.css);


/* BODY 
----------------------------------------------------------------*/

body {
	background-image: url(../images/back2.jpg);
}
/* WRAPPER
----------------------------------------------------------------*/

#wrapper {	margin: 0 auto;
				width: 788px;
				background: url(../images/container_back.gif) repeat-y;
				text-align: center;
				}
/* HEADER
----------------------------------------------------------------*/
#header	  { 
				
				background-image: url(/images/top.gif);
				width: 788px;
				height: 178px;
				text-align: left;
				margin: 0;
				}
#foot	  { 	clear: both;
				background: url(../images/container_bottom.gif) no-repeat bottom center;
				margin-top: 2em;
				text-align: center;
				}
/* CONTENT
----------------------------------------------------------------*/
#content {		width: 740px;
				padding:0 0 2em 0;
				margin: 0 auto;
				text-align: left;
				}
/* MAIN
----------------------------------------------------------------*/
#main {			width:480px;
				float: left;
				padding:0;
				margin:1em 0 3em 20px;
				display: inline;
				}
.default #main { width:270px;
				margin: 1em 1em 1em 2em ;
				text-align:justify;
				}
#main h3{		text-align:center;
				margin-top: 0;
				color: #999;
				font-size: 1.1em;
				}
				
				
#menu dl{	text-align:right; margin: 1em 90px; 
				}
#menu dt{	margin: 1em 0 0 0; padding: .5em; text-align:left; font-variant: small-caps; font-size: 14px; border-top: thin white dashed;} 

#secondary{	
				width: 180px;
				float: right;
				margin: 20px 15px 0 0;
				display: inline;
				}							
.default #secondary{	
				margin: 0 0 30px 0; 
				padding:0 2em; 
				width: 380px;
				border-left: thin dashed white;
				float: left;
				display: inline;
				}
#secondary p{	 text-align: justify;
				}	
#secondary p img{	 clear: right; margin-bottom: 1em;
				}	

#secondary hr{	margin-top: 35px; color: #DBF0C4; background-color: #DBF0C4;	height: 6px;
				}
.default #secondary ul li{		margin-top: .2em;}


#slideshow{		height: 351px; overflow: hidden;}

#pagehead{		
				margin: 0 auto 0 auto;
				width:217px;
				position: absolute;
				height:400px;
				padding-left: 20px;
				top: 95px;
				}			
#btm_quote{		height: 30px;
				text-align: right; padding: 0; margin: 1em 5px 0 0;
				clear:both;
}

#spacer {		height: 3em;
}


#img_thumb {
	height: 115px;
	width: 112px;
	background-image: url(../images/thumb_frame.gif);
	background-color: #dfdfdf;
	text-align: center;cursor: pointer;

}
#img_thumb img{margin-top: 11px; border: 1px #ccc dashed;
	height: 71px;
	width: 71px;cursor: pointer;}
#img_thumb td{
cursor: pointer;}


#special{	
   	clear: both;
	border-bottom: thin dashed white;
	height: 100px; 
	padding: 0 0 1em 0; 
	margin: 1em 0 .25em 15px;
	}	
					
	
#special p {
	height: 96px;
	width: 90px;
	background: transparent url(../images/thumb_frame.gif) no-repeat top center;
	background-color: #dfdfdf;
	text-align: center;
	cursor: hand; margin: 0 10px; padding: 0 4px 0 0;
	display: block; float: left;
}
#special img {margin: 10px auto 0 auto; border: 1px solid #ccc;
	height: 71px;
	width: 71px;
	}
#special a{
	text-decoration: none;
	border-bottom: none;
	}
	


dt {font-weight:bold; color: #666}

#gallery a:link {border: none;}


