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

body {
	font-size: 14px;
	line-height: 16px;
	font-family: Helvetica, Arial; 	
	color: #574200;
	background: #ffffff;

}

a:link { text-decoration: none; color: #000;}
a:active { text-decoration: none; }
a:visited { text-decoration: none; color: #000; }
a:hover { text-decoration: none; color: #554400; background: #fffbbb;}
a img { border: none; }

h1 a { color: #554400 !important; text-decoration: none !important; }
h1 a:hover { color: #fff !important; background: #fffbbb !important; text-decoration: none; }
h2 a { color: #fffbbb !important; text-decoration: underline !important; }
h2 a:hover { color: #fff !important; background: #fffbbb !important; text-decoration: none; }

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

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

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

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

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

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 64px; letter-spacing: -4px; line-height: 60px; color: #fffbbb; }
h2 { font-size: 48px; font-weight: normal; letter-spacing: -2px; line-height: 45px; color: #000; }
h3 { font-size: 16px; color: #0000ff;  text-decoration: underline;}
h4 { font-size: 12px;}
.copy { font-size: 12px; color: #554400; }

hr {
	width: 500px;
	border: 0px;
	border-bottom: 5px solid #fffbbb;
}

li { line-height: 16px; }
li.section-title { text-transform: uppercase; text-decoration: none; }
li.active a { text-decoration: none; color: #000; width: auto; font-weight: bold; }

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

#once { clear: left; }

.grow {
width: 160px;
height: 190px
}