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

body {
	font-size: 10px;
	font-family: Georgia, Verdana, sans-serif;
	background: #fff;
	line-height: 14px;
}

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

h4{
	font-size: 18px;
	margin-bottom: 10px;
}

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

.section-title {
	font-size: 11px;
	color: #777;
	border-bottom: dotted 1px #ccc;
	margin-bottom: 8px;
	padding-bottom: 6px;
	list-style: none;
	text-transform: uppercase;
}

a img { border: none; }

.clear {
	clear: both;
}

#head {
	width: 900px;
	height: 160px;
	margin-top: 35px;
	margin-left: 35px;
	border-bottom: dotted 1px #ccc;
}
#head .logo{
	float: left;
	width: 140px;
	height: 140px;	
}
#head .name{
	float: right;	
	margin-top: 36px;
}

#menu {
    width: 220px;
    margin-left: 35px;
    margin-top: 30px;
    overflow: hidden;
    float: left;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title { }

#content {
    height: 100%;
    margin: 30px 0 0 280px;
}

.container {
    padding: 5px 5px 25px 5px;
    width: 600px;
}

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; font-style: normal; text-transform: uppercase;}
h2 { font-size: 16px; font-style: normal; text-transform: uppercase;}
h3 { font-size: 16px; margin-bottom: 20px;}
h4 { font-size: 12px; }

#head h1{text-align: right;}
#head p {text-align: right; font-style: normal; text-transform: uppercase; float:right; font-size: 15px; border-top:  1px solid #ccc; padding-top: 10px; margin-top: 6px;}

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

#once { clear: left; }


/* ---------------- SLIDESHOW ------------------- */

a#prev {
	width: 100px;
	height: 100px;
	background: url(files/gimgs/diverse/arrow-left.jpg) no-repeat; 
}

.text p{
	width: 100px;
}
p.nav{
}
