@charset "UTF-8";
/* CSS Document */

body {
	color: #b1b1b1;
	font-size: 11px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Lucida, Arial, Helvetica, sans-serif;
	background-color: #000000;
	margin:0 auto;
	padding:0;
	text-align: left;
}
#container {
	width: 900px;
	margin: 0 auto;
	padding: 0;
}
#contenedor {
	width: 900px;
	padding: 0;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header {
	width: 900px;
	height: 90px;
	margin:0 auto;
	padding: 0;
}
#logo {
	width: 200px;
	height: 90px;
	float: left;
	margin: 0;
	padding: 0 0 0 50px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center 17px;
}
#logo a{
	width: 200px;
	height: 90px;
	display: block;
}
#nav {
	width: 600px;
	height: 90px;
	float: right;
	margin: 0;
	padding: 0;
}
#nav ul {
	float: right;
	padding: 0;
	list-style-type: none;
	margin-top: 70px;
	margin-right: 7px;
	margin-bottom: 0;
	margin-left: 0;
}
#nav ul li {
	font-size: 13px;
	font-family: "Lucida Sans Unicode", arial, tahoma;
	margin: 0 0 0 10px;
	padding: 0;
	display: inline;
}
#nav ul li a {
	color: #666;
	text-decoration: none;
}
#nav ul li a.selected, #nav ul li a:hover {
	color: #d1d1d1;
	text-decoration: none;
}
#portfolios, #line {
	color: #991757;
}
#main {
	margin: 0;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#main-text {
	background-color:#2f3135;
	width: 401px;
	height: 558px;
	float: left;
	margin: 0;
	padding: 0;
}
#inset-bio {
	background-image: url(images/bg-bio.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 299px;
	height: 467px;
	margin-top: 35px;
	margin-left: 35px;
	padding-top: 55px;
	padding-left: 20px;
}
#inset-bio p {
	font-size: 11px;
	line-height: 13px;
	width: 258px;
	margin: 0;
	padding: 0 0 8px;
}
#inset-bio a {
	color: #e4ecfc;
	text-decoration: none;
}
#inset-bio a:hover {
	color: #991757;
	text-decoration: none;
}
#inset-clients {
	background-image: url(images/bg-clients.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 299px;
	height: 467px;
	margin-top: 35px;
	margin-left: 35px;
	padding-top: 55px;
	padding-left: 20px;
}
#inset-clients a {
	color: #b1b1b1;
	text-decoration: none;
}
#inset-clients a:hover {
	color: #991757;
	text-decoration: none;
}
#inset-clients ul {
	margin: 0;
	padding: 0 0 20px;
	list-style-type: none;
}
#main-photo {
	background-color: #2f3135;
	width: 399px;
	height: 558px;
	float: left;
	margin: 0;
	padding: 0;
}
#footer {
	background-repeat: no-repeat;
	background-position: left top;
	width: 900px;
	height: 24px;
	margin: 0;
	padding: 0;
}
#footer p {
	color: #636363;
	font-size: 10px;
	float: right;
	margin: 0;
	padding: 5px 16px 0 0;
}
#description {
	width: 900px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
}
#container #main #stage {
	height: 600px;
	position: relative;
	background-image: url(images/ContactBkg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#container #main #stage #form {
	position: absolute;
	left: 115px;
	top: 25px;
	height: 520px;
	width: 300px;
	background-image: url(images/transparentBkg.png);
	color: #FFFFFF;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 15px;
}
#container #main #stage #form a {
	text-decoration: none;
	color: #FFFFFF;
}
#container #main #stage #form a.selected, #nav ul li a:hover {
	color: #d1d1d1;
	text-decoration: none;
}
.nameField {
	background-color: #090909;
	color: #FFFFFF;
	border: 1px solid #333333;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container #main #stage2 {
	height: 600px;
	position: relative;
	background-image: ;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(images/clientsBkg.png);
}
#container #main #stage2 #clientsList {
	position: absolute;
	left: 60px;
	top: 10px;
	height: 551px;
	width: 400px;
	color: #FFFFFF;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-top: 15px;
}

