@charset "utf-8";
/* CSS Document */

body, html {

	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	background: #222222; 
	font-size: 12px;
}

a {
	color:#FFFFFF;
}


.bg {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
}

.container {
	z-index: 100;
	margin: auto;
	position: relative;
	width: 900px;
	margin-top: 10px;
	background: none;
}

.container a:hover {
	color: #222222;
	background: #ffffff;
	text-decoration: none;
}

.menu {text-align: center; font-size: 12px; margin-top: 10px; margin-bottom: 5px;}


.table1 {
	position: relative;
	z-index: 100;
	float: left;
	width: 400px;
	text-align: justify;
	padding: 20px;
	color: #ffffff;
	font-size: 12px;

}

.table1 a:hover {background: #ffffff; color:#222222; text-decoration: none;}

h1 {margin-top: 0px; padding-top: 0px; font-size: 1px; display: none; color: #222222;}


input {
	border: 1px solid #555555;
	font-size: 12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	height: 15px;
	padding: 10px;
	background: none;
	color: #FFFFFF;
}

textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style:italic;
	border: 1px solid #555555;
	padding: 2px;
	background: none;
	color: #FFFFFF;
}


.form {
	z-index: 100;
	position: relative;
	float:left;
	width: 400px;
	text-align: justify;
	color: #FFFFFF;

}


.left {
	float: left;
	width: 50%;
}

.tiny {font-size: 12px; margin-top: -8px; padding-left: 10px; }


.gallery {background: none; width: 100%; text-align: center;  font-size: 14px; display: block; top:0; left:0;}
.gallery img {margin: auto; background: none;}



.line {
	border-bottom: 1px dotted #FFFFFF;
	margin-bottom: 10px;
}

.upload input {
	padding: 5px;
}

.price {
	width: 100%;
	margin-top: 3px;
	float: right;
	text-align: right;
	font-family: arial; 
	font-size: 14px; 
	font-weight:bold;
	border-top: 1px dotted #FFFFFF;
}


#nav a {border-right: 1px solid #ffffff;  text-decoration: none; float:left; text-align:center; padding-right:2px; padding-left: 2px;  }
#nav a.activeSlide { background: #ffffff; color: #222222;}



#s1 div {width: 825px;}
#s1 div img { margin: auto; display: block; background: none;}



#s2 div {width: 900px;}
#s1 div img { margin: auto; display: block;}

