/**
* CSS
* 
* @version 1.0
* @author Alex Poblet - Estudi Walabi 
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	font-family: Helvetica, Arial, sans-serif;
	background: #fff;

}

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

a:link { text-decoration: none; color: #666666;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #666666; }
a:hover { text-decoration: none; color: #FFFFFF; background-color: #333333;; }

a img { border: none; }
#img-container span.backgrounded a,
#img-container a.thickbox, 
#img-container a.thumb-img, 
#img-container #d-col1 a { background: transparent; }
#menu {
    padding: 15px 0px 0px 25px;
    width: 200px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 0px 0px 0px 215px;
    top: 110px;
	position: absolute;
}

.container {
    padding: 20px 15px 25px 20px;
}

#content p { width: 750px; margin-bottom: 15px; }

p {
    margin: 0 0 3px 0;
}

h1 { font-size: 32px; 	line-height: 1em;}
h2 { font-size: 11px; strong 	line-height: 1.1em;}
h3 { font-size: 11px; 	line-height: 1.1em;}
h4 { font-size: 11px; text-decoration: none; color: #FFFFFF;; 	line-height: 1.1em;}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 0 0; }

#once { clear: left; }