@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	border:none;
	padding:0px;
}
body {
	background-color: #3C3C3C;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFFFFF;
}
p{
	line-height:150%;
}
h1{
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.6em;
	font-weight:normal;
	line-height:150%;	
}
a{
	color:#FFFFFF;
}
a:link, a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #000000;
	text-decoration: none;
}
#header{
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	width:766px; 
	height:268px;
}
#container{
	margin:auto;
	margin-top:80px;
	width:766px; 
}
#nav{
	padding:20px;
	margin: auto;
	width:400px;
	height:20px;
}
#nav ul{
	list-style-type: none;
}
#nav li{
	float: left;
}
#nav li a {
	text-decoration: none;
}
#content{
	width:766px;
}
#footer{
	clear:both;
	width:220px;
	height:20px;
	margin:auto;
	padding:20px;
}
#controlBox{
	width:300px;
	height:100px;
	position:absolute;
	left:20px;
	top:100px;
	border:solid 1px #FFF;
	background:#333;
}
#login input{
	padding:5px;
	width: 150px;
	border:1px solid #000;
}
#login{
	width:500px;
	height:200px;
	margin:auto;
}
#gallery{
	width:766px;
}
#gallery img{
	border:5px solid #FFF;	
}
.galleryImage{
	padding:5px;
	width:160px;
	background:#FFF;
	float:left;
	margin:10px;
	color:#000;
	height:158px;
}
.galleryImage a{
	color:#000;
}

.galleryImageForm{
	padding:5px;
	width:600px;
	background:#FFF;
	float:left;
	margin:10px;
	color:#000;
}
.galleryImageForm a{
	color:#000;
}
.galleryImageForm img{
	float:left;
}
.galleryImageForm p{
	float:right;	
}
.galleryImageForm input{
	border:#000 solid 1px;	
}
div.fileinputs {
	position: relative;
}
.fileinputs input {
	position: relative;
	width:150px;
	height:133px;
	float:left;
	padding:0px;
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.fakefile img {
	position: relative;
	left:-152px;
	border:1px #000 solid;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 2;
	width:150px;
	height:133px;
	left:-77px;
	font-size:32px;
	margin-right:5px;
}
.size{
width:200px;
float:left;

}
.name{
width:300px;
float:left;
}
.quantity{
width:200px;
float:left;

}
.clear{
clear:both;
}