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

body { text-align: center; background: #fff; 
}

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


a:link { 
	text-decoration: underline;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetice, Arial, sans-serif;
	background-color: #fff;
	color: #444;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 1px;
	font-size: 0.9em;
	font-weight: lighter;
	margin-bottom: -3px;
}
a:active { 
	text-decoration: underline;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetice, Arial, sans-serif;
	background-color: #fff;
	color: #444;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 1px;
	font-size: 0.9em;
	font-weight: lighter;
	margin-bottom: -3px;
}

a:visited { 
	text-decoration: underline;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetice, Arial, sans-serif;
	background-color: #fff;
	color: #444;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 1px;
	font-size: 0.9em;
	font-weight: lighter;
	margin-bottom: -3px;
	}
	
a:hover {
	text-decoration: underline;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetice, Arial, sans-serif;
	background-color: #fff;
	color: #F0F;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 1px;
	font-size: 0.9em;
	font-weight: lighter;
	margin-bottom: -3px;
	}

a img { border: none; }

#menu {
	width: 150px;
	height: 100%;
	float: left;
	text-align: left;
	margin-left: 100px;
}

#content {
    height: 100%;
    margin: 0 0 0 180px;
    top: 0;
}

.container {
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#content p { margin-bottom: 9px; }

#content .container { width: 600px; margin-bottom: 9px; margin-left: 180px;
}

p {
    margin: 0 0 9px 0;
}


#img-container	{ margin: 0; padding: 0; 
	width:600px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 12px;
	padding-left: 0;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetice, Arial, sans-serif;
	background-color: #fff;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.2em;
	font-size: 0.7em;
	font-weight: lighter;
}

#once { clear: left; }

#TB_window span, a{
}

#TB_window a{
	text-decoration:underline;
}

.clear-both { clear: both; }

/* rolla*/

ul
{
	list-style-type: none;
	margin: 0 0 0 0;
	padding:0 0 0 0;
}

a.rolla {
	width: 130px;
	height: 150px;
	margin-right: 25px;
	margin-bottom: 25px;
}

a.button {
width: 151px;
height: 18px;
}

li {
float:left;
}

h2 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetice, Arial, sans-serif;
	background-color: #fff;
	color: #444;
	text-decoration: none;
	word-spacing: normal;
	text-align: left;
	letter-spacing: 1px;
	line-height: 1.2em;
	font-size: 0.9em;
	font-weight: lighter;
	margin-bottom: -3px;
}
h3 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetice, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: lighter;
	color: #444;
	text-decoration: none;
	word-spacing: 0.1em;
	text-align: left;
	letter-spacing: 0;
	line-height: 1.4em;
}

.nothumb {
	margin-bottom: 25px;
}
