/* CSS Document */
body {
	background:#000000;
	padding:0px;
	font-family:Arial, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#A3A3A3;
	
	scrollbar-3dlight-color:#4D4D4D;
	scrollbar-arrow-color:#4D4D4D;
	scrollbar-base-color:#4D4D4D;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#4D4D4D;
}

a {
color:#A3A3A3;
}

a:visited {
color:#CCCCCC;
}

.copyright {
	color:#A3A3A3;
	text-align:center;
	line-height:150%;
}

.copyright a {
	color:#A3A3A3;
	text-decoration:none;
}

.page_header_line {
	background:url(../images/page_name_background.jpg);
	border-top:#A30001 solid 1px;
}

.page_footer_line {	
	padding:2px 0px;
	border-top:#A30001 solid 1px;
	color:#A3A3A3;
	text-align:center;
	line-height:150%;
}

.page_footer_line  a {
	color:#A3A3A3;
	text-decoration:none;
}

.page_menu {
	background:#A30001;
}

.page_body {	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:200%;
	height:500px;	
}

.page_body img{
	vertical-align:middle;
	margin-right:3px;
}

.consultancy {	
}

.consultancy li {	
padding-bottom:10px;
}

.contact {
	padding:50px 0px 50px 50px;
}

.contact input, textarea {
	border:none;
	background:#4D4D4D;
	color:#A3A3A3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:1px;
}

.artists {
margin:50px;
padding:20px;
background:#1C1C1C;
}

.artists ul {
color:#9B9B9B;
text-align:left;
}

.artists a {
color:#9B9B9B;
text-decoration:none;
}

.artists a:visited {
/*color:#3F3B3B;*/
color:#9B9B9B;
}

.artists a:hover {
color:#FFFFFF;
text-decoration:underline;
}


.collection {
	height:500px;
	width:100%;
	padding:30px 0px;
	overflow-y:auto;
	overflow-x:hidden;
	scrollbar-3dlight-color:#4D4D4D;
	scrollbar-arrow-color:#4D4D4D;
	scrollbar-base-color:#4D4D4D;
	scrollbar-darkshadow-color:#000000;
	scrollbar-face-color:#000000;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#4D4D4D;
	font-size:11px;
}

.collection .frame {
background:url(/html/templates/vxartgallery/images/picture_background.jpg) no-repeat bottom; 
width:170px; 
margin-bottom:15px;
text-align:center;
}

.collection .frame .name {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:200%;
	text-align:left;
	padding-left:20px;
}
.collection .frame .name a {
color:#C5C5C5;
text-decoration:none;
}
.collection .frame .picture {
 width:164px; height:106px;
}
