/* screen.css */
html
{	
}

body
{
	padding: 0;
	margin: 0;
	background-color: #EDEDED;
	background-image: url(bg.jpg);		
	background-repeat: repeat;
	color: #333333;
	font-family: arial;
	scrollbar-face-color:#525056;
	scrollbar-arrow-color:#FAFAFA;
	scrollbar-track-color:#EDECED;
	scrollbar-shadow-color: #504E54;
	scrollbar-highlight-color: #EDECED;
	scrollbar-3dlight-color:#FDFDFD;
	scrollbar-darkshadow-color:#D4D3D6;	
}

img
{
	border: 0;
}

div#logo_and_languages
{
	margin: 0px auto;
	width: 900px;
	height: 95px;		
}

#logo
{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

div#languages
{
	float: right;
	height: 90px;
}

div#languages p
{
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
}

div#languages img
{
	border: 0;
}
div#logo_and_languages h1
{
	margin-top: 25px;
	margin-bottom: 0px;
	color: #5E5E5E;
	font-variant: small-caps;
	font-size: 24pt;
	font-weight: lighter;
}

div#header 
{	
	width: 100%;
	background-color: #98979C;	
	height: 20px;
	padding: 0;
}

div#header ul
{
	margin: 0px auto;
	padding: 0;
	width: 925px;
	height: 100%;			
	background-color: #98979C;
	list-style-type: none;
}

div#header ul li
{
	display: inline;
	margin: 0;
	margin-left: 4px;
	margin-right: 4px;
	height: 100%;	
}

div#header ul li.first 
{
	margin-left: 40px;
}

div#header ul li.last
{
	margin-right: 5px;
}
div#header ul li a
{
	color: #000000;
	text-decoration: none;
	font-size: 10pt;	
	padding-left: 10px;
	padding-right: 10px;	
	padding-top: 2px;
	padding-bottom: 2px;	
	height: 100%;	
}

div#header ul li.active a
{	
	background-image: url(bg.jpg);
	background-repeat: repeat;
	font-weight: bold;
}

div#container
{
	margin: 0px auto;
	padding: 0;
	width: 900px;
	font-size: 10pt;
}

h2
{
	font-variant: small-caps;
	font-size: 18pt;
	margin-top: 0;
	margin-bottom: 30px;
}

h3
{
	font-variant: small-caps;
	font-size: 14pt;
	margin-top: 20;
	margin-bottom: 10px;
}

div.basic
{
	margin-top: 25px;
	margin-bottom: 30px;	
}

div.leftside
{
	float: left;
	padding-top: 25px;
	padding-bottom: 30px;	
	width: 425px;
}

div.rightside
{
	float: right;
	width: 415px;
	padding-top: 25px;
	padding-bottom: 30px;	
	padding-right: 0;
	
}

div#gallery_desc
{
	float: left;
	padding-top: 25px;
	padding-bottom: 30px;	
	width: 325px;
}

div#gallery_picture
{
	float: right;
	width: 574px;/*auto*/
	text-align:right;
	height: auto;
	background: none;
}

div#gallery_picture img
{	
	margin-top: 20px; 
	padding-bottom: 20px;
	/*background-color: #FFFFFF;*/ 
}

div#gallery_picture img.classics
{	
	margin-top: 20px;
	background: none;
}

div#gallery_thumbnails
{	
	margin-top: 20px;	
	height: 120px;
	width: 900px;
	overflow: auto;
	white-space: nowrap; 	
}

div#gallery_thumbnails img
{
	margin-right: 5px;
}

span.picture_details 
{
	font-weight: bold;
	font-size: 7pt;
	line-height:7pt;
	position: relative;
	bottom: 58px;
	right: 6px;
	float:right;
	text-align:right;
}
span.classics_details
{
	font-weight: bold;
	font-size: 7pt;
	line-height: 7pt;
	position: relative;
	bottom: 58px;
	right: 6px;
	float:right;
	text-align:right; 
}

div#picnav {
	height: 20px;
	width: 50px;
	position: relative; 
	bottom: 160px;/*185px*/
	left: 840px;	
}

div#picnav span a {
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 2px;
}


div#classics_thumbnails
{	
	margin-top: 0px;	
	height: 120px;
	width: 900px;
	overflow: auto;
	white-space: nowrap; 	
}

div#classics_thumbnails img
{
	margin-right: 5px;
}

img.imaging
{
	border: 0;
}

fieldset.contact
{
	width: 60%;
}

object {
	outline: none;
}

a.grey_link{
	color: #484848;
}

div#gallery_picture2
{
	float: right;
	width: 571px;
	height: auto;
	background: none;
}

div#gallery_picture2 #menu{
	text-align: center;
	border: 1px solid black;
}

div#gallery_picture2 img
{	
	margin-top: 20px;
	padding-bottom: 30px;
	background-color: #FFFFFF;
}

div#picnav2{
	height: 20px;
	position: relative;
	bottom: 185px;
	left: 340px;	
	width: 450px;
}

div#picnav2 span a {
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding: 2px;
	padding-left: 8px;
}

div#news_desc
{
	float: left;
	padding-top: 25px;
	padding-bottom: 30px;	
	width: 300px;
}

div#news_box{
	padding-top: 85px;
	width: 300px;
	float: left;
}