@import url(screen_typo01.css);
@import url("bebas.css");

* {
	padding: 0;
	margin: 0;
	border: 0;
	list-style-type: none;}

a:active
{
outline: none;
border: none;
}

a:focus
{
-moz-outline-style: none;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	min-width: 1200px;
	background: #2B2222 url(../img/body_bg02.jpg) no-repeat;
	background-position: top right;}

#title a {
	background: transparent url(../img/title01.gif) top right no-repeat;
	width: 280px;
	height: 70px;
	position: absolute;
	right: 300px;
	top: 100px;}
#title a span {display: none}

ul.names {
	display: none;
	position: absolute;
	right: 474px;
	top: 240px;
}

ul.names li {
color: #625b5b;
}

ul.names li a {
color: #625b5b;
text-decoration: none;
}

ul.names li a:hover {
color: #625b5b;
text-decoration: none;
background-color: #000000;
}


#container {
	margin-left: auto;
	margin-right: 450px;
	margin-top: 170px;
	width: 730px;
}

#container2 {
	margin-left: auto;
	margin-right: 450px;
	margin-top: 170px;
	width: 730px;
	background: white;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	padding: 20px 10px 60px;
}

#who {
	display: block;
	width: 373px;
	height: 82px;
	background: url(../img/who3.gif) no-repeat;
}
#whoContent {
	width: 730px;
	height: 509px;
	background: url(../img/who3.gif);
	background-position: 0px -164px;}

#what {
	display: block;
	width: 357px;
	height: 82px;
	background: url(../img/what2.gif) no-repeat;
}

#whatContent {
	width: 730px;
	height: 509px;
	background-color: red;
	background-image: url(../img/what2.gif);
	background-position: 0px -164px;
}

#show{
	display: block;
	width: 730px;
	height: 55px;
	background: url(../img/portfolio.gif);
}

#portfolio {
	height: 500px;}


#gallery {
	position: relative;
	overflow:hidden;
	height: 500px;
	width: 730px;
	background:  #625b5b}

/* #gallery  li{
	float: left;} */

#gallery  li a.prev{
	float: none;
	position: absolute;
	z-index: 100;
	height: 500px;
	width: 200px;
	left: 10px;
	background: url(../img/prevAlpha.png) no-repeat;
	background-position:-200px 0px ;}

#gallery  li a.next{
	float: none;
	position: absolute;
	z-index: 100;
	height: 500px;
	width: 200px;
	right: 10px;
	background: url(../img/nextAlpha.png) no-repeat;
	background-position:-200px 0px ;}

#gallery  li a.prev:hover,#gallery  li a.next:hover{ background-position: 0px 0px;}

/* #gal li {display:none} */

span {display:none}

form {
	display: block;
	background: none;
	margin-left: 385px;
	padding-top: 170px;
	height: 100px;
	width: 345px}

form label {
	float:left;
	color: #625b5b;
	margin-right: 5px}

form input, form textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: none;
	border: solid 1px #625b5b;
	margin-top: 2px;}

form input {width:160px; color: white; height: 18px}

form textarea {
	color: white;
	width: 327px;
	margin-bottom: 5px}

input.button {
	width: 65px;
	height: 20px;
	background: #625b5b;
	color: #2B2222;
	margin-top: 14px;}
	
/* Extra container for 404 page */

.extraError  {
	background:white;
	padding: 20px 20px 30px;
	font-size: 1.5em;
}

.extraError p {
	font-weight: bold;
	margin: 20px;
}

.extraError li {
	display:inline;
}

.extraError li  a{
	color: white;
	text-decoration: none;
	background: #4d4545;
	padding: 5px;
	border-radius: 5px;
}

.extraError li  a:hover{
	background: #766261;
}