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

body {
	line-height: 16px;
	font-size: 11px;
	font-family: Lucida Grande;
	background: #fff;
	text-decoration: none;
	color: #000000;
}

body.section-1 { }
body.section-2 { }
body.section-3 {font-style: Bold; }

/* LINKS */
/* colors for all links */
a:link {
	text-decoration: none;
	background-color: #ffffff;
	color: black;
}

a:active {
	text-decoration: Bold;
	background-color: #ffffff;
	color: black;
}

a:visited {
	text-decoration: none;
	background-color: #ffffff;
	color: black;
}
	
a:hover { 
	text-decoration: none;
	background-color: #D1D2D1;
	color: black; }


a img { border: none; }

#menu {
    width: 240px;
	top: 0 px;
	position: absolute;
	height:100%;
	background-color: #fff;
	font-weight: Regular;
	font-style: Regular;
	font-size: 11px;
	color: #000000;
}

#menu ul {
	padding-left: 15px;
	list-style: none;
	margin: 0 0 0 0;
}

#content {
	margin-left: 180px;
	margin-bottom: 0;
	margin-right: 0;
	padding-top: 18px;
	position: absolute;
    height: 100%;
    top: 0px;
}

#menu ul li.section-title {
	padding-top: 2px;
	/*border-top: 10px solid #333132;*/
	position: relative;
	left: -15px;
	right: 0px;
	font-weight: Regular;
	top: 16px;
	margin-bottom: 16px;
	/*padding-bottom: 18px;*/
	font-size: 9px;
	letter-spacing: 1px;
	line-height: 12px;
}


#line-menu { 
	border-bottom: 1px solid #000000;
	margin-top: 70px;
	width: 160px;
	margin-left: 0px;
	position: absolute; 
}

#line-content { 
	padding-top: 17px;
	border-top: 1px solid #000000;
	position: relative; 
	width: 270px;
}

#line-contact { 
	border-bottom: 1px solid #000000;
	margin-top: 18px;
	width: 802px;
	margin-left: 471px;
	position: absolute; 
}

.container {
	padding: 30px 25px 0px 35px;
	
}

#content p { width: 270px; margin-bottom: 12px; border-bottom: 0px solid #000000; padding-bottom: 1px;}

p {
    margin: 0 0 20px 0;
}

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	background: #dde;
	position: relative;
}

.jspDrag
{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}

h1 { font-size: 50px; }
h2 { font-size: 11px; }
h3 { font-size: 11px; }
h4 { font-size: 11px; font-weight: Bold; font-style:Bold;}

#img-container	{
	margin-left: 290px;
	padding-top: 50px;
	/*border-top: 30px solid #333132;*/
	position: absolute;
	font-weight: Regular;
	top: 16px;
	margin-bottom: 16px;
	/*padding-bottom: 18px;*/
	font-size: 11px;
	/*font-weight: bold;*


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

#once { clear: left; }



