@charset "utf-8";
/* ===============================
	STRUCTURE
   =============================== */

body {
	overflow-x: hidden;
}

#header {
	height: 140px;
	padding-left: 40px;
	background: #fff;
}

#header p {
}

#header a {
	color: #9C9CAC;
	text-decoration: none;
}

#header a:hover,
#header li.selected a {
	color: #4F4F67;
}

#header .container_12 {
}

#content {
	width: 100%;
	height: 500px;
	background: #fff;
	overflow-x: hidden;
	position: absolute;
	top: 140px;
}

#content p {
	margin-left: 40px;
}

#content .work p {
	margin-left: 0 !important;
}


#leftcolumn {
	width: 320px;
	height: 140px;
	float: left;
	background: #fff;
}

#rightcolumn {
	padding: 90px 0 0 20px;
	float: left;
}

#rightcolumn ul {
	padding-right: 9px;
	float: left;
	list-style: none;
}

#rightcolumn ul li {
	margin: 0 6px 0 0;
	display: inline;
	float: left;
}

#rightcolumn p {
	margin-right: 15px;
	float: left;
}

#header .disabled a,
#header .disabled a:hover,
#rightcolumn p.disabled a,
#rightcolumn p.disabled a:hover {
	color: #f0f0f0;
}

#footer {
	padding-left: 40px;
	padding-bottom: 30px;
	top: 640px;
	position: absolute;
}

#footer p {
	font-size: 12px;
}

/* ===============================
	LOGO
   =============================== */

#logo {
	margin-top: 30px;
	margin-bottom: 4px;
}

#logo a {
	width: 169px;
	height: 24px;
	display: block;
	background: url(../img/manuel_pineault.gif);
}

#logo a span {
	display: none;
}

#subtitle {
	color: #b4b4c8;
	font-size: 11px;
}

/* ===============================
	NAVIGATION
   =============================== */

#header ul {
	margin: 0;
	float: left;
	list-style: none;
}

#header ul li {
	margin: 0 8px 0 0;
	display: inline;
	float: left;
}

#header ul li a {
	text-decoration: none;
	color: #9C9CAC;
	font-size: 12px;
	text-transform: capitalize;
}

#header ul li a:hover,
#header ul li.selected {
	color: #4F4F67;
}

/* ===============================
	GENERAL
   =============================== */

a {
	color: #3acbf4;
	text-decoration: none;
}
 
a:hover {
	color: #4F4F67;
}

blockquote {

}


body {
}

em {
	font-style: italic;
}

h1 {
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

h6 {
}

hr {
}

.work {
	width: 260px;
	position: absolute;
	left: 20px;
	font-family: Arial,Verdana, Arial, Helvectica;
	font-size: 11px;
	color: #4f4f67;
}

.work h2 {
	margin-bottom: 15px;
	font-size: 14px;
}

.work p {
	color: #9c9cac;
	line-height: 18px;
}

.work img {
	margin-bottom:20px;
}

p {
	color: #9c9cac;
}

strong {
	font-weight: bold;
}

table {
}