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

body {
	font-size: 14px;
	font-family: Vegur, sans-serif;
	background: #fff;
}

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

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

#menu span { font-weight: bold; line-height: 1em;}

a img { border: none; }

#menu {
    width: 200px;
    overflow: auto;
    top: 0;
    bottom: 0;
  	left: 0;
    position: relative;
    height: 100%;
  	background-color: #fff;
  	padding: 0px 25px;
  	float: left;
}

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

#menu ul li.hover,
#menu ul li.active  { background: #F3DB5E; }

#content .nav a:hover { border-bottom: 1px solid black; }

#menu ul li.section-title { background: none; }

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

#content .container {
  height: 650px;
  w
}

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

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

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; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

#footer { clear: both; text-align: center; }

li.section-title { text-transform: uppercase; font-size: 80%; color: #333; }

#logo { font-weight: bold; text-transform: uppercase; margin-bottom: 40px; }

#copyright { font-size: 80%; margin-top: 100px;}


#contact { padding: 8px; margin: 25px 25px 0px; width: 300px; height: 300px; font-size: 120%; }
#contact .inner {  height: 100%; }
#contact h2 { padding-top: 30px; }

#contact ul { margin: 20px 0px; padding: 0px; list-style-type: none; }
#contact ul li { padding: 5px; }

body.section-1 #content ul { width: 350px; margin: 10px 0px; }
body.section-1 #content ul li { list-style-type: none; }
body.section-1 #content h3 { margin-top: 25px; }
body.section-1 #content span { display:block; }
body.section-1 #content h3.first { margin-top: 0px; }
