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


body {
	height: 100%;
	margin: 0;
	font-size: 14px;
	font-family: georgia,verdana,trebuchet,sans-serif;
	letter-spacing:-.05em;
	background: #fff;
	/*text-align: justify;*/


}

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



/* graphics*/
body#section_id_4 {background: #ffffff; }
/* video*/
body#section_id_5 {background: #000000; }
/* web */
body#section_id_7 {background: #eeeeee; }


a:link { text-decoration: none; font-size: 12px; color: #555555;}
a:active { text-decoration: none; font-size: 12px;background: #00d9e7; color: #6861ff;}
a:visited { text-decoration: none;font-size: 12px; color: #555555; }
a:hover { text-decoration: none; font-size: 12px; background: #00d9e7; color: #ffffff;}

a img { border: none;
		padding: 0px 0px 0px 0px;	
		background: transparent;
}



#menu a { padding: 1px 5px 1px 5px;}
#menu {
    width: 250px;
    overflow: hidden;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	background-color: transparent;
	background-repeat: no-repeat;
	float: left;
	padding: 10px 0 10px 30px;	

}

#menu ul {
	font-size: 10px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: 0em;
	list-style: none;
	margin: 8px 8px 0px 8px;
	line-height:16px;	
	
}

#menu ul li.section-title {
	font-size: 14px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 0px 0px 2px 0px;
	padding: 2px 0px 0px 0px;
	color: #555555;
	cursor: pointer}

#menu ul li.section-title:hover { color: #00d9e7; }
#menu ul li.section-title:active { color: #ffffff; }
#menu ul li.active a { color: #00d9e7; }




/*video*/
#container_id_5 { background: url(/transparency-black.png) scroll left top; }

/*graphics*/
#container_id_4 { background: url(/transparency.png) scroll left top; }

/*web*/
#container_id_7 { background: url(/transparency-grey.png) scroll left top; }

/*other*/
#container_id_6 { background: url(/transparency.png) scroll left top; }






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

}

.myleftcontent {
	float: left;
	padding: 0 20px 0 0;
};

.myrighttcontent {
	float: right;
	padding: 0 20px 0 0;
};

.container {

	padding: 30px 20px 10px 20px;
}


#content p { max-width: 600px; margin-bottom: 0px; color: #555555;}
#content a { padding: 1px 0px 1px 0px;letter-spacing: 0em;}
#content a:link { text-decoration: none; font-size: 12px;color: #00d9e7;}
#content a:active { text-decoration: none; font-size: 12px;background: #00d9e7; color: #6861ff;}
#content a:visited { text-decoration: none;font-size: 12px;color: #00d9e7;}
#content a:hover { text-decoration: none; font-size: 12px; background: #00d9e7; color: #ffffff;}
#content embed {  padding: 15px 0 15px  0;}
#content object {  padding: 15px 0 15px  0;}

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



h1 {text-align: left;
	font-size: 20px;font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin: 30px 0px 5px 0px;
	padding: 3px 0px 3px 0px;
 	color: #00d9e7;
	text-transform:uppercase ;}
h2 { text-align: left; font-size: 12px; text-decoration: underline; font-family: Geneva, Arial, Helvetica, sans-serif; font-weight:normal; color: #555555; width: 98%x; margin-bottom: 9px;}
h3 { text-align: left; font-size: 12px; font-family: Geneva, Arial, Helvetica, sans-serif; font-weight:normal; color: #555555;; width: 98%; margin-bottom: 20px; padding-left: 0px;}
h4 { text-align: center; font-size: 12px; font-family: Geneva, Arial, Helvetica, sans-serif; font-weight: normal; margin: 5px 0px 5px 5px; padding: 3px 0px 3px 0px; color: #555555;}

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 12px 0 12px 0; }
/* #text {   background: #000; ;}; */

#once { clear: left; }

#home_link:hover {background: ffffff;}
#home_link {padding: 0 0 0 0;}

ul#linkback li  { padding: 0px 0px 0px 4px; color: #777777; }
ul#linkback li a:hover { color: #00d9e7; background-color: transparent; }
ul#linkback li a { color: #777777; }
