* {
	margin: 0;
	padding: 0;
}
/*************************/
body {
	color:#999999;
	background:#696969;
	font: 12px "Lucida Sans Unicode", sans-serif;
	text-align:center;
}
h1 {
	font-size:18px;
}
h2 {
	font-size:16px;
}
h4 {
	font-size:14px;
	margin:10px 0px 0px 0px;
}
p {
	margin: 5px 0px 0px 0px;
}
a, a:visited, a:active a:focus {
	color: #000000;
	text-decoration: none;
	border:0px;
	outline:none;
}
a:hover {
	color:#BBBBBB;
	text-decoration: underline;
}
/*********************
*   Main Container   *
*********************/
#back {
	margin: 5px auto auto auto;
	width: 815px;
	height:590px;
	background:url(shadow_new.png) no-repeat right bottom;
}
#container {
	margin: auto auto auto 7px;
	width: 800px;
	height:530px;
	text-align:left;
	background: #fff url(bottomcorner.jpg) bottom right no-repeat;
	overflow:hidden;
}
#loading {
	position:absolute;
	width:100%;
	text-align:center;
	top:300px;
	left:0px;
}
#content-header {
	padding:20px 20px 0px 10px;
	width:100%;
}
#content-left {
	padding:0px 20px 10px 20px;
	width:350px;
	height:450px;
	float:left;/*overflow:auto;*/
}
#content-right {
	padding:0px 20px 10px 20px;
	width:350px;
	height:450px;
	float:right;/*overflow:auto;*/
}
#content-right .gallery {
	height:100px;
	float:left;
}
#content-right .gallery div.preview {
	margin: 4px;
	height:100px;
	background:#696969;
}
#content-right .gallery div.info {
	margin-left: 0px;
	padding-left: 10px;
	padding-bottom:5px;
	font-size: 12px;
	font-weight: normal;
	float:left;
	width:50%;
}
/*********************
*******Header*********
*********************/
#logo {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	top:175px;
	left:250px;
	width: 300px;
	height: 200px;
	position: relative;
	background:url(logo.jpg) no-repeat;
}
#logo a {
	position: absolute;
	top: 0;
	left: 0;
	width: 300px;
	height: 200px;
	display: block;
	border: 0;
	background: transparent;
	overflow: hidden;
}
#logo .fade {
	margin: 0;
	padding: 0;
	width: 300px;
	height: 200px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background:url(logo.jpg) no-repeat 0 -200px;
}
#topheader {
	margin: 10px auto auto auto;
	width: 800px;
	height:50px;
	background:url(header.jpg) no-repeat 0 0;
	text-align:left;
}
/***************************************
*************Sliding Menu***************
***************************************/
.menu {
	position:relative;
	background: #000;
	height:14px;
	margin: 20px 8px;
	float:right;
	font-size:10px;
	background-color:#999999;
}
.menu ul {
	list-style:none;
	z-index:10;
	position:relative;
	z-index:50;
	padding:0px 0px 0px 0px;
	top:0px;
	height:14px;
	margin:0px;
}
.menu li {
	display:inline;
	top:0px;
	position:relative;
	margin-right:0px;
	float:left;
}
.menu li a {
	text-decoration:none;
	color:#666;
	padding:0px 12px 0px 12px;
	text-transform:uppercase;
}
.menu li a.wactive {
	background-color:#fff200;
}
#slide {
	position:absolute;
	top:0px;
	height:14px;
	background:#CCCCCC;
	z-index:20;
}
/*********************
*********Form*********
*********************/
#form {
	padding: 0px 0px;
}
textarea {
	height:60px;
	overflow:auto;
}
.button {
	color:#999999;
	background:url(button.jpg) 0 0 no-repeat;
	height:30px;
	width:40px;
	border:none;
}
.button:hover {
	background:url(button.jpg) 0 -30px no-repeat;
}
/*********************
*******Footer*********
*********************/
#footer {
	color:#999999;
	float:left;
	margin-top:15px;
	margin-left: 10px;
}
/*********************
******Credit**********
*********************/
#credit {
	margin: -10px -50px;
	padding: 0;
	position:absolute;
	text-indent:-9999px;
	height:100px;
	width:100px;
	background:url(limited.png) no-repeat;
	z-index:-1;
}
#credit a {
	position: relative;
	width: 100px;
	height: 100px;
	display: block;
	border: 0;
	overflow: hidden;
}
#credit a:hover {
	background:url(limited.png) 0 -100px no-repeat;
	position: relative;
	z-index:100;
}
