@charset "utf-8";
*{
	margin:0px;
	padding:0px;
}
a{
	outline:none;
}
img{
	border: none 0px #fff;
}
html,body{
	width:100%;
	height:100%;
}
body{
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}
.cb{
	clear: both;
}
img#bkgrnd{
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:0;
}

#header {
	height: 80px;
	background-image: url(../../layout/header.jpg);
	background-repeat: repeat-x;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 1;
}
#header .highlight {
	left: 0px;
	bottom: 0px;
}
#footer .highlight {
	left: 0px;
	top: 0px;
}

.highlight {
	background-image: url(../../layout/highlight.png);
	background-position: center top;
	position: absolute;
	height: 1px;
	width: 100%;
	background-repeat: no-repeat;
}

#logo {
	background-image: url(../../layout/db.png);
	background-position: left top;
	height: 42px;
	width: 189px;
	display: block;
	position: relative;
	left: 48px;
	top: 15px;
	text-indent: -9999px;
}
#footer {
	background-image: url(../../layout/footer.jpg);
	background-repeat: repeat-x;
	height: 80px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	width: 100%;
	overflow: hidden;
}
#nav {
	position: relative;
	left: 300px;
	top: -10px;
	width: 650px;
}
#nav>li {
	float: left;
	list-style-type: none;
	position: relative;
}
#nav>li>a{
	display: block;
	background-repeat: no-repeat;
	height: 16px;
	background-position: bottom;
	background-image: url(../../layout/db.png);
	float: left;
	margin-right: 15px;
	text-decoration: none;
	text-indent: -999px;
}
#nav span {
	background-image: url(../../layout/db.png);
	background-repeat: no-repeat;
	height: 7px;
	width: 4px;
	display: block;
	float: left;
	background-position: -189px 5px;
	padding-bottom: 5px;
	text-indent: -9999px;
}

#nav>li>a#portfolio{
	background-position: left bottom;
	width: 93px;
}
#nav>li>a#profile{
	background-position: -93px bottom;
	width: 73px;
}
#nav>li>a#contact{
	background-position: -166px bottom;
	width: 87px;
}
#nav ul {
	float: left;
	padding-top: 3px;
	padding-left: 12px;
}
#nav ul li {
	float: left;
	list-style-type: none;
	position: relative;
}
#nav ul li a {
	margin-right: 15px;
	text-decoration: none;
	font-size: 1em;
	color: #a48686;
	font-weight: bold;
}
#nav ul li ul {
	position: absolute;
	left: 0px;
	top: 20px;
	padding: 0px;
	width: 650px;
	display: none;
}
#nav ul li ul li a {
	font-weight: normal;
	background-image:url(../../layout/arrow.gif);
	background-position:right center;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-weight:normal;
	padding-right:10px;
}



.display {
	position: relative;
	overflow: hidden;
}
#main {
	padding-top: 80px;
}

.dImage {
	float: left;
	position: absolute;
	left: 0px;
	top: 80px;
	background-image: url(../../layout/t_loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.dImage img {
	height: 100%;
	width: 100%;
}

.thumbs{
	margin-top: 10px;
	overflow: hidden;
	height: 50px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	left: 0px;
	top: 0px;
}
.thumbs span{
	float: left;
	height: 50px;
	width: 70px;
	overflow: hidden;
}
.thumbs span img{
	cursor: pointer;

}
.tLoading{
}
#pointer  {
	left: 50%;
	top: 0px;
	background-image: url(../../layout/db.png);
	background-position: -193px top;
	position: absolute;
	height: 7px;
	width: 11px;
	margin-left: -5px;
}
.arrow {
	background-image: url(../../layout/arrows.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 56px;
	width: 45px;
	z-index: 5;
	text-indent: -9999px;
}
#left {
}
#right {
	background-position: right top;
}
.loadingdiag{
	position: relative;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: none;
}
.loadingdiag p{
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main #content {
	height: auto;
	width: 772px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}
#content h1 {
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	padding-bottom: 5px;
}
#content p {
	color: #FFFFFF;
	font-size: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
}
#content #marco {
	height: auto;
	padding: 2px;
	overflow: auto;
}
#marco img {
	float: left;
	padding: 5px;
	height: 257px;
	width: 205px;
}
#marco p {
	font-size: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.3em;
	padding: 1px;
}

#content a {
	color: #CCCCCC;
	text-decoration: none;
}
#content .aop {
	color: #ff6600;
	font-size: 1.4em;
}
#contactform {
	width: 300px;
	overflow: auto;
}

form .hr {
	clear: both;
	height: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
}
form label {
	float: left;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	font-size: 12px;
	text-transform: capitalize;
	text-align: right;
	padding-right: 5px;
	color: #FFFFFF;
}
#submit {
	margin-left: 110px;
	background-color: #666666;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 1px;
}
#main #fdeimgs {
	overflow: hidden;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#main #fdeimgs img {
	position: absolute;
	left: 0px;
	top: 0px;
}
