@charset "UTF-8";
/* CSS Document */

body {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	}

#all {
	width: 960px;
	text-align: center;
	position: relative;
	margin: 0px auto 0px auto;
	}
	
#logo {
	position: relative;
	margin: 39px 0px 0px 0px;}	

#nav {
	text-transform: uppercase;
	font-size: 8pt;
	color: #493087;
	letter-spacing: 1px;
	margin: 32px 30px 0px 30px;
	padding: 0px 0px 12px 0px;
	border-bottom: 1px solid #848484;
	font-family: "Trajan Pro", Trajan Pro, Trajan, Georgia, "Times New Roman", Times, serif;
	}
#nav a {	
	color: #493087;
	text-decoration:none;
	padding: 0px 4px 0px 4px;
	}
#nav a:hover {
	text-decoration:underline;
	font-weight: bold;
	}	

#subnav {
	width: 380px;
	text-transform: lowercase;
	font-size: 8pt;
	color: #5a5a5a;
	letter-spacing: 1px;
	margin: 0px 0px 0px 370px;
	padding: 10px 0px 12px 0px;
	border-top: 3px solid #5a5a5a;
	font-family: "Trajan Pro", Trajan Pro, Trajan, Georgia, "Times New Roman", Times, serif;
	}

#subnav a {	
	color: #5a5a5a;
	text-decoration:none;
	padding: 0px 8px 0px 8px;
	}
#subnav a:hover {
	text-decoration:underline;
	font-weight: bold;
	}
	
#copyright {
	font-size: 7pt;
	color: #9b8f4b;
	letter-spacing: 3px;
	margin: 60px 0px 40px 0px;
	}
		
#footer {
	font-size: 7pt;
	text-transform:uppercase;
	color: #333300;
	letter-spacing: 2px;
	margin: 30px 0px 0px 0px;
	}	
#footer a {
	color: inherit;
	text-decoration:none;
	}
#footer a:hover {
	text-decoration: underline;
	}
#footer .atelier {
	/*-- color: #9b8f4b; --*/
	color: #b8ac69;
	}		

#linksfooter {
	margin: 12px 0px 0px 0px 
	}
/*-- STUFF JUST FOR HOME --*/

	
#homeimage {
	margin: 31px 0px 0px 0px;
	}	


	
/*-- STUFF FOR JUST INTERIOR --*/

#content {
	width: 900px;
	margin: 42px 30px 0px 30px;
	position:relative;
	text-align: left;
	height: 460px;
	}
.contentdown {
	height: 580 px !important;
	}			
#content h1 {
	color: #000000;
	/*--
	font-size: 9pt;
	font-weight: bold;
	text-transform:uppercase;
	--*/
	font-size: 12pt;
	letter-spacing: -1px;
	font-weight:normal;
	margin: 0px 474px 0px 0px;
	z-index: 2;
	position: relative;
	}
	
#content h2 {
	color: #000000;
	font-size: 8pt;
	font-weight: normal;
	font-style:italic;
	margin: 0px 474px 12px 0px;
	z-index: 2;
	position: relative;
	}
#content p {
	color: #000000;
	font-size: 8pt;
	line-height: 12pt;
	font-weight: normal;
	margin: 0px 0px 12px 0px;
	letter-spacing: 2px;
	z-index: 2;
	position: relative;
	}	
#bodycopy {
	color: #000000;
	font-size: 8pt;
	line-height: 12pt;
	font-weight: normal;
	margin: 0px 474px 0px 0px;
	letter-spacing: 2px;
	overflow: auto;
	height: 400px;
	z-index: 2;
	position: relative;
	}				
#image_interior {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 0;
	}
#enlargebutton {
	display: block;
	position: absolute;
	bottom: -30px;
	right: 0px;
	}	
#productnav {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 386px;
	z-index: 2;
	}
#productnav a{
	margin: 5px 0px 0px 0px;
	display: inline-block;
	}
#emaillink {
	color: #493087;
	display:block;
	margin: 10px 0px 0px 0px;
	}
#emaillink img {
	vertical-align: text-top;
	}	
#newslinks {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 200px;
	padding: 0px 0px 100px 40px;
	border-left: 1px solid #CCCCCC;
	}
#newslinks h2 {
	font-weight: bold;
	font-style: normal;
	}	
#newslinks a {
	color: #493087;
	text-decoration: underline;
	}
#genericimage {
	position: absolute;
	top: 0px;
	right: 280px;
	border: 1px solid #CCCCCC;
	}			
