/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/

/* BODY */

* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10.5px;
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
	background-color: #ffffff;
	line-height: 1.35em;
}

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

/* GENERAL LINKS */

a:link { text-decoration: none; color: #c0c0c0; background-color: none; }
a:active { text-decoration: none; color: #666666; background-color: none; }
a:visited { text-decoration: none; color: #c0c0c0; background-color: none; }
a:hover { text-decoration: none; color: #666666; background-color: none; }

/* CALLED LINKS - Specific */

#mylink	{ 	
		color: #c0c0c0;	
		background-color: none;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		font-size: 10.5px;
		font-weight: normal;
		font-family: Helvetica, Arial, sans-serif;
}
#mylink:hover { color: #666666;
				background-color: none;
				font-weight: normal;
}

/* IMAGES  */

a img { border: none; }

/* MENU - Left Sidebar */

#menu {
	text-align: right;
    width: 175px;
    overflow: auto;
    top: 15px;
    bottom: 0;
	left: 0px;
    position: fixed;
    height: 100%;
	color: #666666;
	background-color: transparent;
	float: right;
}

#menu ul {
	list-style: none;
	margin: 0 0 15px 0;
	line-height: 1.35em;
}


#menu ul li.section-title {
	font-size: 10.5px;
	font-family: Helvetica, Arial, sans-serif;
	color: #666666;
}

/* CONTENT - Center (Right) */

#content {
	font-size: 10.5px;
    height: 100%;
    margin: 65px 0 0 200px;
    top: 0;
	width: 750px;
	line-height: 1.35em;
	color: #666666;
	background-color: transparent;
}

.container {
    padding: 25px 5px 10px 25px;
}

#content p { width: 700px; margin-bottom: 1px; margin-top: 1px; }

p {
    margin: 0 0 15px 0;
}

h1 { font-size: 11px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; color: #707070; }
h2 { font-size: 10px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; }
h3 { font-size: 18px; font-family: Helvetica, Arial, sans-serif; font-weight: normal; }
h4 { font-size: 12.5px; font-family: Helvetica, Arial, sans-serif; font-weight: normal}
h5 { font-size: 25px; font-family: Avant Garde Gothic, Century Gothic, Helvetica, Sans-Serif; font-weight: normal; letter-spacing:-1px; color: #d0d0d0; }
h6 { font-size: 20px; font-family: Avant Garde Gothic, Century Gothic, Helvetica, Sans-Serif; font-weight: normal; color: #fff; }

#img-container	{
			margin: 0; padding: 0;
}
#img-container p{
			width: 400px;
			margin-top: 2px;
			padding-top: 3px;
			padding-right: 0;
			padding-bottom: 0px;
			padding-left: 0;
			font-size: 10.5px;
			color: #666666;
}

#once { clear: left; }

/* FADE */

#iconbar { position:absolute; }
#iconbar li {
float:left; position:relative;
background: none;
border: none;
}
.base{
position:absolute;
top: 6px;
}
.hover{
display:none;
position:absolute;
top: 6px;
}

/* SLIDE SHOW - Navigation */
	
p.nav a { 	
		color: #666666;	
		background-color: none;
		padding-top: 2px;
		padding-right: 9.5px;
		padding-bottom: 2px;
		padding-left: 9px;
		font-size: 11px;
		font-weight: bold;
		font-family: Helvetica, Arial, sans-serif;
}
	
p.nav a:hover {
		color: #fff;
				background-color: #757575;
				font-weight: bold;
}
	
p.nav span#num {
		letter-spacing: 1px;
		font-size: 10.5px;
		font-family: Helvetica, Arial, sans-serif;
		font-style: normal;
		padding-left: 10px;
}
