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

* {
	margin: 0
}

body {
    background:#000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: justify;
	color:#FFF;
}

img {
	border:none;
}

a {
	color:#FFF;
}

#container {
	background:none;
	width:1024px;
	min-height:1200px;
	margin: auto;
	overflow: hidden;
}

#superior {
	background:none;
	width:1024px;
	margin:auto;
	height:50px;
}

#header {
	background:none;
	width:1024px;
	height:400px;
	margin: auto;
}

#header-image {
	background:url("images/contemporary-artist-denis-urbain.jpg");
	width:1024px;
	height:375px;
}

#test2 {
	width:1024px;
	height:375px;
	margin:0px;
}

#header-menu {
	background:#f6a11c;
	width:1024px;
	height:25px;
	font-size:18px;
	color:#666;
}

#header-menu a {
	color:#666;
	text-decoration:none;
}

ul li {
	background:url("images/signature-li.png") no-repeat scroll left 4px transparent;
	list-style: none outside none;
	padding-left: 18px;
}

#principal {
	background:none;
	width:1024px;
	min-height:200px;
	margin:auto;
	overflow:hidden;
}

#left {
	width:250px;
	min-height:200px;
	float:left;
}

#left-menu {
	width:250px;
	min-height:150px;
	margin-bottom:10px;
	letter-spacing:1px;
}

.line-menu {
	width:250px;
	height:30px;
	margin-bottom:10px;
}

.sign-menu {
	background:url(images/menu-sign.png);
	width:30px;
	height:30px;
	float:left;
}

.text-menu {
	width:110px;
	height:30px;
	float:left;
	font-size:24px;
	font-weight:bold;
	margin-left:10px;
	color:#FFF;
}

.text-menu a {
	color:#FFF;
}

#main {
	width:754px;
	min-height:200px;
	float:left;
	margin-left:20px;
}

#footer {
	width:1024px;
	min-height:60px;
	background:#CCC;
	margin:10px auto 0px auto;
	text-align:center;
	line-height:20px;
	padding:10px 0px 10px 0px;
	color:#000;
}

#footer a {
	color:#000;
}

/* Gallery ***************************************************************************************************************/

.paint-box {
	width:754px;
	height:150px;
	margin-bottom:20px;
	color:#FFF;
}

.painting {
	width:150px;
	height:150px;
	margin-right:10px;
	float:left;
}

.paint-name {
	width:594px;
	height:30px;
	margin-bottom:10px;
	float:left;
}

.paint-text {
	width:594px;
	height:110px;
	float:left;
}

/****Gallery with prices*******************************************************************************************************/

.paint-box-buy {
	width:754px;
	height:150px;
	margin-bottom:20px;
	color:#FFF;
	border:medium dotted #FFF;
}

.paint-text-buy {
	width:434px;
	height:110px;
	float:left;
	margin-right:10px;
}

.paint-buy {
	width:150px;
	height:110px;
	float:left;
}

/*Left Form*******************************************************************************************/

#form {
	width:210px;
	height:320px;
	float:right;
	color:#FFF;
}

#form-left {
	width:210px;
	height:320px;
	float:left;
	color:#FFF;
}
	

/*lightbox css (gallery)*/

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }