/**

* CSS

* 

* @version 1.0

* @author Vaska 

* @author Gregory Cadar

*/

* {

	margin: 0;

	padding: 0;

}

#logo {
position: relative;
font-size:9px;
border-bottom:#000 solid 1px;
line-height:16px;
}

.Link {
 text-decoration: none;
}



.Link a:link {
 text-decoration: none;
}

.Link a:visited {
 text-decoration: none;
}

.Link a:visited:hover {
 text-decoration: none;
}

.Link a:hover {
 text-decoration: none;
}

.Link a:active {
 text-decoration: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background: :#FFF;
}



body.section-1 { background :#FFF;}

body.section-2 { background: #FFF;}

body.section-3 { background: #FFF;}



a:link { text-decoration: none; color:#666666; }

a:active { text-decoration: none; color: #666666; }

a:visited { text-decoration: none; color: #666666; }

a:visited:hover { text-decoration: underline; color: #666666; }

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



a img { border: none; }



#menu {

	padding-top:15px;
	padding-left:15px;
 
	width: 200px;

    overflow: auto;

	bottom:0px;

	left: 30px;
	
	top: 80px;
	
	bottom:20px;

    position: fixed;

	font-size: 11px;

	line-height: 14px;

	font-family: Helvetica, Geneva, sans-serif;


}

.cv {
	font-size:11px;
	line-height:12px;
	font-family: Geneva, Helvetica, Arial, sans-serif;
}

.pad {
	padding-left: 15px;
}

.tx1 {

	font-family:Arial, Helvetica, sans-serif;

	font-size:12px;

	line-height:15px;

}

.under {

	font-size:11px;

	line-height:12px;

}


.sm {

	font-size:12px;
	font-weight:lighter;
	font-family: Geneva, Tahoma, sans-serif;
	line-height:16px;

}



.red {

	color:#FF0000;

}



#lg {

	position: absolute;

	left:0px;

	bottom:0px;

	width:180px;

	height:105px;

	background:url(../../asset/img/title.png);

}



#menu ul {

	list-style: none;

	margin: 0 0 12px 0;

}



#menu ul li.section-title { }



#content {

    height: 100%;

    margin: 100px 0 0 325px;

    top: 0;

}



.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; }

.name {
 font-family: Arial, Helvetica, sans-serif;
 font-size:14px;
 line-height:16px;
 font-weight:bold;
}


#img-container	{ margin: 0; padding: 0; }

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


#once { clear: left; }
