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

body {
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	line-height: 140%;
	background: #fff;
	color: #363636;
}

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

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

a img { border: none; }

.pinklink a {
	color: #e230a3;
	font-weight: bold;
}

.pinklink a:hover {
	color: #e230a3;
	text-decoration: underline;
	font-weight: bold;
}

#menu {
    width: 226px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 99%;
	text-align: right;
}

#menu .container {
	padding: 0;
}

#menu img {
	margin-bottom: 20px;
}

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

#menu ul li {
	text-transform: lowercase;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 140%;
	color: #1696d2;
}

#menu ul li.section-title {
	text-transform: uppercase;
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1.3px;
	line-height: 76%;
	padding: 0 0 6px 0;
	color: #757575;
}

#content {
    height: 100%;
    top: 0;
}

#content .container {
	padding: 66px 0 0 310px;
}

.container {
    padding: 0;
}

#content p { width: 525px; padding-bottom: 9px; }

#content img {
	padding-top: 10px;
	margin-bottom: 10px;
}

#homepage-img {
	position: absolute;
	left: 266px;
	top: 38px;
	height: 100%;
}

#homepage-img img {
	padding-bottom: 0px;
}

#content object {
	margin-bottom: 10px;
}

h1 { font-size: 31px; }

h2 {
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 0.3px;
	color: #7e7e7e;}

h3 { 
	font-size: 17px;
	font-weight: normal;
	letter-spacing: 0.3px;
	line-height: 150%;
	width: 525px;
	padding-bottom: 17px;
}

h3 a:link {
	color: #363636;
}

h3 a:visited {
	color: #363636;
}

h3 a:hover {
	color: #363636;
	text-decoration: underline;
}

h4 { 
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.3px;
	color: #7e7e7e;
}

h5 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 6px;
	color: #ff45c0;
	width: 525px;
	margin-bottom: 6px;
}

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

#once { clear: left; }

span.highlight {
	color: #7fd618;
	font-weight: bold;
}