/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	color: #666;
/*	font-size: .75em;*/
	font-size: 12px;
	font-family: Times, "Times new roman", Georgia, Serif;
	letter-spacing: normal;
	line-height: 14px;
	background: #fff;
	background: url('../img/bande.gif') repeat-y right top;
	padding-right: 10px;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }

.mask {
	display: none;
}
/*
#stripe {
	position: absolute;
	top:0px;
	right: 0px;
	height: 100%;
	border-right: black 6px solid;
	z-index: 10;
	overflow: hidden;
}
*/

#logo a {
	background: url('../img/logo.gif') no-repeat left top;
	display: block;
	height: 50px;
	margin: 31px 0 30px 0;
	width: 90px;
}

a:link { text-decoration: underline; color:#333}
a:active { text-decoration: none; }
a:visited { text-decoration: underline; color: #999; }
a:hover { text-decoration: underline; color: #CCC; }

a img { border: none; }

#menu {
    width: 215px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
	border-left: black 6px solid;
	padding: 0 0 0 25px;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title { 
	margin: 30px 0 15px 0;
}

#menu ul li { 
	color: #000;
	/* font-size: .95em; */
	font-size: 11px;
	line-height: 18px;
	margin: 0 0 0 10px;
	text-transform: uppercase;
}

#menu ul li a {
	color: #999;
	text-decoration: none;

}

#menu ul li a:hover {
	color: #333;
	text-decoration: none;

}

#content {
    margin: 0 0 0 255px;
    top: 0;
}

.container {	
	margin: 70px 0 10px 0; 
	line-height: inherit;
}


#content p { 
	max-width: 490px; 
	
}

.cl {
	padding-bottom: 30px;
}

#builtwith {
	position: absolute;
	bottom: -10px;
	background-color: #FFF;

}

#builtwith li {
	list-style: none;
}

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; max-width: 1000px;}
#img-container p	{ margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }