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

body {
	font-size: 11px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	background-color:white;	
	color:grey;
}

body.section-1 {background-color:white; }
body.section-2 {background-color:white; }
body.section-3 {background-color:white; }



a:link { text-decoration: none; color:black;cursor:pointer; }
a:active { text-decoration: none; color:silver; }
a:visited { text-decoration: none; color:black; }
a:hover { text-decoration: none;color:#FF0000; cursor:pointer;}

a img { 

border:none;

}

#menu {
    width: 120px;
    height:3000px;
    
    top: 0px;
    bottom: 0;
	left: 700px;
    position:fixed;
   border-right: 0px solid silver;
	background-color:white;
	
	
}

#menu ul {
	
	width:100px;
	list-style: none;
	margin-left:-48px;
	margin-top: 0px;
	font-size:12px;
	text-align:right;
	background-color:none;
	border-right: Opx solid #8B7500;
	-moz-border-radius: 0px ;
	-khtml-border-radius: 0px;
	padding:0px 0 0px 0px ;
	font-family:Arial black,Arial-BoldMT,sans serif;


	
}

#menu ul a
{color:black;
font-family:Arial black,Arial-BoldMT,sans serif;
font-size:17px;}


#menu ul a:hover
{color:#FF0000;
font-family:arial black,Arial-BoldMT,sans serif;
font-size:17px;}

#menu ul li.section-title {  }




.thumb a {

	width: 200px;
	height: 113px;
	float: left;
	margin-left: 4px;
	margin-bottom: 60px;
    border:1px solid #2E2E2E;
    background-color: black;
    opacity: 1;
    -moz-border-radius: 0px ;
	-khtml-border-radius: 0px;
	color:#050505;
	padding:0px;
	
	}
	
.thumb a img
{
  -moz-border-radius:0px;
-khtml-border-radius:0px;
border:none;
overflow:hidden;  
   
}

.thumb a:hover {
	border:1px solid silver;
	opacity: 1;
	color:red;
	cursor:pointer;
	
	
}

.thumb a span
{
	
	margin: 10px 0 0 0;
	font-style: none;
    display:block;
	opacity: 1;
	padding-right:0px;
    padding-left:Opx;
    padding-bottom:0px;
    border:1px solid silver;	
    text-align:center;
}
	
.thumb a span:hover
{
	
	
	
}


#content {
    height: 100%;
    margin: 0px 0 0 0px;
    max-width:800px;

   
   
    
}

.container {
    padding: 0px 0px 0px 0px;
    margin-top: 20px;
    margin-left:20px;
    height: 100%;
    max-width:750px;
       
}
#content p 
{

max-width:700px;
top: 0px;
text-align: justify;
padding: 0px 0px 0px 0px;
height: 100%;
color:gray;

}
.video
{
	
	width:533px;
	height:400px;
	border: 2px solid #778899;
	padding: 20px;
	-moz-border-radius: 50px ;
	-khtml-border-radius: 50px;
	

}

.cl {
	clear: both;
	margin:0;
	padding:0;
}

.cv
{
width:530px;
text-align:left;
background-color:white;
color: black;
padding:10px;
-moz-border-radius: 10px ;
-khtml-border-radius: 10px;

}

.main
{
margin-top:150px;
font-size:14;
width:600px;
text-align:left;
background-color:white;
color: black;
padding:10px;
-moz-border-radius: 10px ;
-khtml-border-radius: 10px;

}

p {
    margin: 0px 0 0px 0;
}

.contact 
{
margin-left:10px;
top: 30px;
background-color:white;
text-align:left;
position:absolute;
display:inline;
float:left;
font-size:11px;

}
.draw
{
	width: 475px;
	height: 100%;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}    
.about
{
	width: 350px;
	height: 100%;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}    
.aboutxt
{
	width: 450px;
	height: 100%;
	float: left;
	margin-top: 50px;
	margin-left: 100px;
	margin-bottom: 0px;
	text-align:justify;
}    

.pre-nav

{

margin-left:-65px;
text-align:center; 
padding:0px 0px 0px 0px ;
margin-bottom:0px;

	}
	
.footer
{
text-align:right;
margin-top:1000px;
margin-left:5px;
font-size:9px;

	}
.titlecv 
{
width:50px;
margin-left:30px;
background-color:#1F1F1F;
 -moz-border-radius: 5px ;
	-khtml-border-radius: 5px;
	padding:2px 2px 0px 3px ;
	margin-top:10px;
	color:silver;
	
	}
	
.textearea
{
width: 600px;
	height: 100%;
	float: left;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	text-align:justify;
}

h1 { font-size: 25px; }
h2 { font-size: 14px; color:#8B2500;font-weight:normal;}
h3 { font-size: 15px; 
font-weight:normal;}
h4 { font-size: 12px;
font-weight:normal;}
h5 { font-size: 55px; color: black; font-family:Arial black,Arial-BoldMT,sans serif; }
h6 { font-size: 40px; color: black; font-family:Arial black, Arial-BoldMT, sans serif; }

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

#once { clear: left; }
