/* Basic */

html {
	background: #000;
	min-width: 800px;
}

body, input, select, textarea {
	font-family: arial, verdana, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
	color: #444;
}


h2 {
	margin-bottom: .75em;
	color: #ccc;
	font-size: 1.75em;
	font-weight: strong;
}

h3 {
	margin-bottom: .75em;
	color: #444;
	font-size: 1.5em;
	font-weight: normal;
}

p {
	margin: 0 0 1em 0;
}


a:link,
a:visited {
	color: #808080;
}

a:hover,
a:active {
	color: #fff;
}
	
#page_wrapper {
	position: relative;
	padding: 85px 50px 20px 276px;
}



	
/* Header */

h1 span { display: none; }

h1 a {
	position: absolute;
	top: 40px;
	left: 50px;
	display: block;
	width: 440px;
	height: 19px;
	background: url(images/logo.png) no-repeat 0 0;
}
	
	

	
/* Navigation*/

#nav {
	position: absolute;
	top: 90px;
	left: 50px;
	width: 140px;
	font-size: .85em;
	line-height: 1em;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-align: right;
	min-height: 90%;
}

#nav li ul {
	display: none;
 	margin-left: 0;
 	padding-left: 0;
}

#information:hover li ul {
	display: block;
}
#portfolios:hover li ul {
	display: block;
}

#portfolio #nav li ul {
	display: block;
}
#nav li ul.portfolios {
	display: block;
}

#nav li ul.info {
	display: block;
}


#nav li.page {
	color: #ccc;
}

	
#nav a:link,
#nav a:visited,
#nav span {
	display: block;
	width: 125px;
	padding: 12px 0 10px 0;
	border-top: 1px solid #1a1a1a;
	color: #808080;
}


#nav li.Last a:link,
#nav li.Last a:visited {
	border-bottom: 1px solid #1a1a1a;
}

#nav a:hover,
#nav a:active {
	color: #ccc;
}

#nav li ul a:link,
#nav li ul a:visited {
	padding: 6px 0 4px 0;
	border-top: 1px solid #101010;
	font-size: .8em;
	color: #404040;
}

#nav li ul a:hover,
#nav li ul a:active {
	color: #ccc;
}


#nav li li.page a:link{
	text-decoration: none;
	color: #ccc;
}

#nav li li.page {
	width: 125px;
	padding: 6px 0 4px 0;
	border-top: 1px solid #101010;
	text-align: right;
	font-size: .8em;

}

	
/* Content */


#info {
	margin-left: 10px;
	color: #808080;
	text-align: left;
	font-size: .85em;
}


/* Footer*/

#footer {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #0a0a0a;
	text-align: right;
	font-size: .75em;
}
.contact{
	float: left;
	text-align: left;
}

#footer a:link {
	text-decoration: none;
}

#footer a:visited {
	margin-left: 10px;
	color: #444;
}

#footer a:hover {
	color: #666;
}

#footer a:hover span { color: #a8d936; }


#footer a:active {
	color: #666;
}

#footer {
	width: 750px;
}
