* { margin:0px; padding:0px; }

body {
margin: 0 auto;
width: 1000px;
background: #555555 url('pics/bgbgbg.jpg'); 
color: #616161; 
}

body, input, select, textarea { font-family:Trebuchet MS; font-size:13px; }

a { color: #727272; text-decoration: none; }
a:hover { color:#ed1100; text-decoration:none; }
a img { border-width:0px; }

h1, .h1 { font-size:24px; } /* 40 */
h2, .h2 { font-size:30px; }
h3, .h3 { font-size:24px; }
h4, .h4 { font-size:17px; font-weight:normal; }
h5, .h5 { font-size:14px; font-weight:normal; }
h6, .h6 { font-size:11px; font-weight:normal; }

#logo  { background:transparent url(pics/artauktion.jpg) 0 0 no-repeat; }

h1 {margin: 0 0 25px 0;}


.color   { color:#62c0fa
}

.form_item  input{ width:300px; }


img, a img{border:0}

#artauktion-head{
height:135px;
padding:20px 0 0 0;
}


#artauktion-logo{
float:left;
margin-right:50px;
}

#artauktion-logo img, #artauktion-right img{
 	border:#CCC 1px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
	
	-moz-box-shadow: #999 0px 0px 13px;
	-webkit-box-shadow: #999 0px 0px 13px;
	box-shadow: #999 0px 0px 13px;
	
	width:160px;
}



#artauktion-menu ul {list-style: none; margin: 0;}
#artauktion-menu li {float:left; }

#artauktion-menu a {	
font-size:22px;
display:block;	
text-decoration:none; color:#FFF;	
padding:0 10px;	
line-height:38px;	
font-weight:normal; 
text-transform:uppercase;
}


#artauktion-menu li a:hover,
#artauktion-menu ul li.current a {
	color: #000; 
}


#artauktion-content{
background: #FFF;
width: 1000px;
padding:40px;
margin:0 0 50px 0;
 	border:#CCC 1px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; 
	
	-moz-box-shadow: #999 0px 0px 13px;
	-webkit-box-shadow: #999 0px 0px 13px;
	box-shadow: #999 0px 0px 13px;
}


#artauktion-page{
width: 650px;
float:left;
margin:0 100px 50px 0;
text-align:justify;
}

#artauktion-page p{
margin: 0 0 30px 0;
}


#artauktion-right{
width: 200px;
float:left;
}



#art_gallery{
background: #F8FAEF; 
padding: 15px;
margin: 0 0 30px 0;
}

#art_gallery p{
letter-spacing: 1px; 
font-size: 16px;
margin: 0 0 10px 0;
}


.clear{
clear:both
}


#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #313131;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 16px Tahoma;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}
