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

body {
	font-size: 14px; 
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
color: #000;
font-weight: 200;
}

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

a:link { text-decoration: none; color: #000;font-size: 12px; font-weight: 50;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #000;font-size: 12px; font-weight: 50;}
a:hover { text-decoration: none; color: #000; }

a.nav:link { text-decoration: none; color: #000;font-size: 26px;}
a.nav:active { text-decoration: none; }
a.nav:visited { text-decoration: none; color: #000;font-size: 26px; }
a.nav:hover { text-decoration: none; color: #000}

a.shop:link { text-decoration: none; color: #000;font-size: 14px;}
a.shop:active { text-decoration: none; }
a.shop:visited { text-decoration: none; color: #000;font-size: 14px; }
a.shop:hover { text-decoration: none; color: #000}

a img { border: none; }

#menu {
    width: 400px;
    overflow: auto;
    top: 0px;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title { text-decoration: none; color: #000;}

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

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

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

p {
    margin: 0 0 0px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }
h5 { font-size: 16px; font-weight: 200;}
h6 {font-size: 16px;line-height: 40px;}

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

#once { clear: left; }